[perl-win32-gui-users] Styles and directing keystrokes

2004-07-08 Thread Brad Smith
e => WS_EX_CONTROLPARENT, -exstyle => WS_EX_CONTENTPARENT, to -expushstyle => WS_EX_CONTROLPARENT, but I have had no success. Thanks in advance for any help you can offer. Brad Smith

[perl-win32-gui-users] Another AxWindow disparity

2004-06-30 Thread Brad Smith
will discover that the Delete key will delete only the selected text. For some reason, it does not operate as te inverse of Backspace. Brad Smith

[perl-win32-gui-users] IE OLE success w/ Ctrl- shortcuts

2004-06-30 Thread Brad Smith
("Navigate", "http://www.adobe,com";); #$OLEControl = $Control->GetOLE(); #$OLEControl->Navigate("http://www.adobe,com";); } sub EditCopy_Click { $Control->CallMethod(ExecWB,12,2); } sub EditPaste_Click { $Control->CallMethod(ExecWB,13,2); } sub EditCut_Click { $Control->CallMethod(ExecWB,11,2); } sub EditSelectAll_Click { $Control->CallMethod(ExecWB,17,2); } sub EditDelete_Click { $Control->CallMethod(ExecWB,33,2); } sub mainWindow_Terminate { return (-1); } ### As I mentioned earlier, I have not been able to get the TAB key to work. This is a vital key, especially when working with a web form, where you want the end-user to Tab through sequential form fields. I hope that this bit of brain-candy helps the list. But, further, I hope that someone can tell me/us how to enable the Tab key to tab through form fields. Please help! It's the last piece in my puzzle! :) Brad Smith

[perl-win32-gui-users] AxWindow IE has no tabbing between textfields

2004-06-25 Thread Brad Smith
win32-gui docs, I found that the dialogui controls tabs, etc. But, having tried applying it to both the AxWindow($Control) and the main Window ($mainWindow), I am still without these keys. Can someone recommend how to overcome this? Thanks. Brad Smith

[perl-win32-gui-users] AxWindow not receiving certain keystrokes

2004-06-25 Thread Brad Smith
ryone for offering advice on threading. The information has been put me on the rigt path. Brad Smith

[perl-win32-gui-users] Working with threads

2004-06-23 Thread Brad Smith
processing, and cgi. Two years ago, I discovered the power of OLE. Now, I am revisiting GUI, and contemplating threads. Next, I might begin considering myself to be a programmer! :) Brad Smith

[perl-win32-gui-users] AxWindow refresh problems

2004-06-17 Thread Brad Smith
refreshing when the Window loses focus. The rest of the web page refreshes properly. Does anyone have a suggestion as to how to keep the NetMeeting OLE refreshed? Brad Smith

[perl-win32-gui-users] Using Timer to monitor inactivity

2004-06-14 Thread Brad Smith
shutdown based on inactivity. Thanks in advance for your help. Sincerely, Brad Smith

[perl-win32-gui-users] Samples and Examples

2001-11-26 Thread Brad Smith
I can't seem to find the tarball that contains the sample files. Can anyone send me the URL where I can download the samples? Thanks in advance. Brad Smith