in reply to Re^2: Tk::BrowseEntry -- get() with nothing selected
in thread Tk::BrowseEntry -- get() with nothing selected

Use Subwidget, i.e. with $browseentry->Subwidget("subwidgetname")->method(...). The BrowseEntry documentation should provide the names of the advertides widgets.
  • Comment on Re^3: Tk::BrowseEntry -- get() with nothing selected

Replies are listed 'Best First'.
Re^4: Tk::BrowseEntry -- get() with nothing selected
by Grygonos (Chaplain) on Jun 07, 2004 at 14:49 UTC

    Yeah I saw that but had no clue how to use them. I figured it would be something like that...so it would be

    $be->Subwidget('entry')->get()

    Thanks for all your help on this,