Re: [perl-win32-gui-users] Launching a detached child process fromWin32 app

2006-12-28 Thread Scott Spearman
I don't know if it's in Win32 or ActiveStates Perl, but the traditional Unix method is to do an exec(). It takes a new executable and completely replaces your running program with the new program specified. I figure it's probably something you've already tried, but ju

Re: [perl-win32-gui-users] Enter key to move between text fields

2006-04-05 Thread Scott Spearman
Ignore my last message, I did in fact do something stupid! I think I got it figured out, but I'll probably have more questions later.

Re: [perl-win32-gui-users] Enter key to move between text fields

2006-04-05 Thread Scott Spearman
ng printed to the console as I'd expect it to be. - Original Message - From: "Scott Spearman" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 05, 2006 8:47 AM Subject: [perl-win32-gui-users] Enter key to move between text fields I appologize in advance for my ignorance..

[perl-win32-gui-users] Enter key to move between text fields

2006-04-05 Thread Scott Spearman
I appologize in advance for my ignorance... I'm not a GUI programmer, have never been a GUI programmer, and will probably never BE a GUI programmer. Somehow, this doesn't matter to managment. I'm writing a program used for data-entry. The vast majority of data will be input using the number p

[perl-win32-gui-users] Hopefully an easy question about bitmaps...

2006-01-17 Thread Scott Spearman
o me there should be an easier way to do this. Does anyone have any suggestions? Thanks, Scott Spearman Programmer Pikeville Medical Center Phone: 606-218-4660 Pager: 606-437-8542 Note: The information transmitted is intended only for the person or entity to which it is addressed and may cont

Re: [perl-win32-gui-users] system call delayed?

2005-12-01 Thread Scott Spearman
Thanks for the idea! That seems to be more responsive, except that the ShellExecute command doesn't block until Acquire exits. Is there a way to make this block? Scott - Original Message - From: "Jeremy White" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Thursday, December 01

[perl-win32-gui-users] system call delayed?

2005-12-01 Thread Scott Spearman
dical Center\" /key=-779630267 /BW /B0 /HIDE /R$scanquality /H$scanlength /W$scanwidth /X0 /Y0 $append C:\\tmp.tiff"; $scan->Disable(); @reply = system($scancmd); log_event("I said: $scancmd"); log_event("Acquire said: ".join("\n",@reply)); $append = "/APPEND"; } DoVerify(); } I'd appreciate any input on this. Thanks Scott Spearman.

[perl-win32-gui-users] DIBitmap odd resize behaviour with TIFFs?

2005-11-16 Thread Scott Spearman
b = $dib -> Rescale($wmax, $heightimg/$wratio); $imgwid=$wmax, $imglen=$heightimg/$wratio;} else {$dispdib = $dib; $imgwid=$widthimg; $imglen=$heightimg;} $hbitmap = $dispdib->ConvertToBitmap(); undef $dib; undef $dispdib; # Set the label and move it to center it in the spa

[perl-win32-gui-users] DoModal and return value help, please

2005-09-29 Thread Scott Spearman
document window is being inadvertently destroyed, possibly by a return value or some such. Does anyone have an idea about what's going on or how to fix it? I can provide the code if desired, but it's Pretty messy... Thanks in advance, Scott Spearman Programmer Pikeville Medical Center Phon

Re: [perl-win32-gui-users] UpDown Control problems

2005-09-24 Thread Scott Spearman
Yes, that's very close to what I want. I don't need the dropdown part just a standard, one-line Text box, but except for that, it's exactly what I'd like. - Original Message - From: "Jeremy White" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Saturday, September 24, 2005 4:03 AM

[perl-win32-gui-users] UpDown Control problems

2005-09-23 Thread Scott Spearman
he range to 0-17(so I can just divide by 2 and display the result...) , and set the initial position to 0, when I call GetPos() I get a value like 65537. Can someone explain to me what's going on, and the best way to accomplish what I need to do? Thanks! Scott Spearman Programmer Pikeville