Re: [perl-win32-gui-users] Q: Resize problem maximising from windows toolbar
At 15:49 2002-09-03 +0100, Iain Reid wrote: If I minimise the window then maximize it from the toolbar I get a fullscreen window but controls positioned as they were before I minimised. It seems as if the maximised window dimensions don't get passed to the resizer. Within the maximize event the scalewidth and scaleheight are both zero. It seems that the windows gets maximized but the controls only restored. Is this a known problem? It affects the Loft example code as well. Is there an accepted workaround? This is a bug/misfeature in Win32::GUI::Resizer. Nice job spotting it, it still needs a bit more field time I guess... I started to fix it last night but other things came up. /J -- --- -- -- -- -- - - - Johan LindströmSourcerer @ Boss Casinos [EMAIL PROTECTED] Latest bookmark: "Intranet Design Annual 10 Best Intranets of 200..." http://www.useit.com/alertbox/20020903.html dmoz (1 of 11): ...ternet/Web_Design_and_Development/Web_Usability
[perl-win32-gui-users] DialogBox Question
I am currently in the middle of coding a project using a single Dialobox as my screen, and hiding and restoring data as people go from screen to screen. Users will be entering their input, and all seems to be working great. What I would like to do though, is make use of that little question mark button at the top left corner of the dialog box. Now I have been able to find almost all the answers to my questions via the archives, and google, but this one still eludes me. How do I use the "?" button on a dialog box? If I can use that, it would save my users trouble of thinking that was the help area, and it would save me the time of coding my own help subsystem. Any help would be great, and code can be posted at request. Chris G. XMission.com

