RE: [perl-win32-gui-users] Accelerators

2001-03-19 Thread Piske, Harald
From: Thomas, Timothy B [mailto:[EMAIL PROTECTED] > What is an accelerator? Usually it's the keyboard action of holding Alt and pressing a letter to either "click" a button or pull down a menu. It can also be Ctrl+letter to invoke a menu action (like many programs understand Ctrl+S for "save"). Th

RE: [perl-win32-gui-users] Re: How to keep my window not hidden

2001-03-19 Thread Piske, Harald
| Hirosi Taguti wrote: [...] | > This -topmost option cann't be changed after creation? [...] | no, it doesn't work (yet); changing -topmost requires an | additional bit of code that I wasn't afare of until recently :-) [...] | Aldo This may be a stupid idea and I admit I did not test it: you coul

[perl-win32-gui-users] .plan

2001-03-19 Thread Aldo Calpini
hello perl-win32-gui-users, this is my dot plan about Win32::GUI, what I'm doing and what I plan to do. please note that everything here may change (without further notice) depending on my other activities (namely job and 'real life' :-). it would be kewl if you could 'prioritize' the list based

Re: [perl-win32-gui-users] Re: How to keep my window not hidden

2001-03-19 Thread Aldo Calpini
Hirosi Taguti wrote: > Thank you but may I continue more? > > This -topmost option cann't be changed after creation? > Below code works fine on re-sizing, but not on -topmost. no, it doesn't work (yet); changing -topmost requires an additional bit of code that I wasn't afare of until recently :-)

RE: [perl-win32-gui-users] Accelerators

2001-03-19 Thread Thomas, Timothy B
What is an accelerator? - Tim Thomas Unix Systems Administrator Lockheed Martin EIS ยท Denver Data Center 303-430-2281 mailto:[EMAIL PROTECTED] --

[perl-win32-gui-users] Re: How to keep my window not hidden

2001-03-19 Thread Hirosi Taguti
> > I found "timer.pl" in sample is good for desktop clock accesary. > > Now I don't like it be hidden when other apprications get active. > > I mean I like to keep it on top level in z-axis. > > Is it possible? > > create the window with the -topmost => 1 option. Thank you but may I continue mor

Re: [perl-win32-gui-users] How to keep my window not hidden

2001-03-19 Thread Aldo Calpini
Hirosi Taguti wrote: > Hello, I'm new to Win32::GUI. > > I found "timer.pl" in sample is good for desktop clock accesary. > Now I don't like it be hidden when other apprications get active. > I mean I like to keep it on top level in z-axis. > Is it possible? create the window with the -topmost =>