RE: [perl-win32-gui-users] Centering Win32::GUI::GetOpenFileName Dialog Box

2005-09-24 Thread Ariel Serbin
I actually have a very similar question to Rob's, though I'm pretty sure that it warrants the same response. I'm writing an app to automate some menial tasks for some photographer friends. Since the app only opens images, I have set the filter for GetOpenFileName accordingly. It would be very ni

RE: [perl-win32-gui-users] Centering Win32::GUI::GetOpenFileName Dialog Box

2005-09-24 Thread Brian H. Oak
Rob, I thought I would hang back and let a real guru answer your question, but no real gurus seem to be stepping up to the plate so here I go: Win32::GUI::GetOpenFileName is a hook into a Windows system resource, it is not a Win32::GUI object over which you have control. You (the programmer) c

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

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

2005-09-24 Thread Jeremy White
Hi, I'm trying to create two text fields, each with an UpDown control. I'd like one box to scroll from .5 to 8.5 in .5 increments, and the other from .5 to 11 in .5 increments. When I buddy the control with the textfield, it appears that the control is slightly taller than the textfield, wh