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
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.
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..
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
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
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
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.
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
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
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
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
11 matches
Mail list logo