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
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 ???
}
...
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
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
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
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
6 matches
Mail list logo