Home > Archive > PerlTk > August 2004 > a question to BrowseEntry
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
a question to BrowseEntry
|
|
|
| Hi Folks,
is there any possibility (for example a method) to open the popup list of
BrowseEntry automatically, that means without pressing the down arrow
button ???
Thanks
| |
| Ala Qumsieh 2004-08-03, 9:05 am |
| Pit wrote:
> is there any possibility (for example a method) to open the popup list of
> BrowseEntry automatically, that means without pressing the down arrow
> button ???
Untested:
$entry->Subwidget('arrow')->invoke;
--Ala
| |
| Slaven Rezic 2004-08-03, 4:05 pm |
| "Pit" <pharrendorf@am-soft.de> wrote in message news:< ea9ed2a22fa16c382863a735b8464fee@localho
st.talkaboutprogramming.com>...
> Hi Folks,
>
> is there any possibility (for example a method) to open the popup list of
> BrowseEntry automatically, that means without pressing the down arrow
> button ???
There's the undocumented method PopupChoices.
Regards,
Slaven
| |
|
|
|
|
|