[perl-win32-gui-users] how to do mouse selection of drop-down box and click

2008-02-23 Thread oohayf oohayl
hello, having problem below for quite some time and no working solution... could someone please help? so the gui that i'm working with, currently to make a selection from a combobox, i would do a dropdown, select by index, then send TAB key and the gui would stick and setting works: [...] SendM

[perl-win32-gui-users] how to make a MessageBox the top most dialog ?

2006-04-05 Thread oohayf oohayl
hello, is there a way to make a MessageBox the top most dialog while looking for some win32 window ? ... @error=WaitWindowLike( $parent, $title, $class); if ([EMAIL PROTECTED]) { $MainWin->MessageBox ("Error", "MsgTitle", 0+48); # how to make this message the top most dialog ??? } ...

[perl-win32-gui-users] how to make item in sysListView32 and SysTreeView32 become selected?

2006-01-26 Thread oohayf oohayl
how to simulate click on 1)SysListView32 on 2)SysTreeView32, object so that the desired item becomes selected/highlighted? I need a certain item in a SysListView32 and SysTreeView32 to become selected/highlighted so keystroke even will apply to it. thanks. my apology if topic has been covered, j

[perl-win32-gui-users] how to make item in sysListView32 and SysTreeView32 become selected?

2006-01-26 Thread oohayf oohayl
how to simulate click on 1)SysListView32 on 2)SysTreeView32, object so that the desired item becomes selected/highlighted? I need a certain item in a SysListView32 and SysTreeView32 to become selected/highlighted so keystroke even will apply to it. thanks. my apology if topic has been covered, j

RE: [perl-win32-gui-users] how to destroy gui object created?

2006-01-26 Thread oohayf oohayl
i am running: perl 5.8.6 Locally applied patches: ActivePerl Build 811 21540 Fix backward-compatibility issues in if.pm 23565 Wrong MANIFEST.SKIP Built under MSWin32 Compiled at Dec 13 2004 09:52:01 Win32-GUI[1.0] Win32-GuiTest [1.50.4] updated

[perl-win32-gui-users] how to destroy gui object created?

2006-01-25 Thread oohayf oohayl
my gui script creates checkbox (along with some other lables and buttons), when certain tasks are done, more checkboxes (with same name) are created, this creates many unnecessary reference/handle in memory and sometime hangs or crash... how to destroy gui object created after certain task is do