Jamal Mazrui wrote:
I just joined this list, but have searched the archive before posting.
I know that keystroke processing issues with a multiline textfield have
been discussed repeatedly. Evidently, the fix for the Enter key
creating a new line is straight forward: add the ES_WANTRETURN style
Geoffrey Spear wrote:
Hi.
I've got a script that adds a MenuItem to my Window menu for each
MDIChild I create. However, I can't figure out how to get the OnClick
event for each window to act on the correct window.
You don't need to do this yourself. Win32::GUI can be used to do it
automatic
Hi.
I've got a script that adds a MenuItem to my Window menu for each
MDIChild I create. However, I can't figure out how to get the OnClick
event for each window to act on the correct window.
Here's a code snippet:
my $sid = $tray->{SID}; # ID to be used in window title
my $twin = trayWindow($
I just joined this list, but have searched the archive before posting.
I know that keystroke processing issues with a multiline textfield have
been discussed repeatedly. Evidently, the fix for the Enter key
creating a new line is straight forward: add the ES_WANTRETURN style
when creating the tex
4 matches
Mail list logo