[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

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

2006-01-26 Thread Jeremy White
: Wed, 25 Jan 2006 14:28:14 -0800 (PST) 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