On Mon, Feb 28, 2011 at 2:12 AM, Dave Dawson <[email protected]> wrote: > ... > Can I tell if > another resize is coming, and can I set a minimum size for a dialog?
There is no way to tell if another resize is coming. But, as you discovered, the dlgAreaDemoTwo.rex example shows an alternative method to handle resizing. You can not 'set' a minimum size for a dialog, but the ability to reply directly to the operating system during an event notification would allow you to 'enforce' a minimum size. Replying directly to the operating system during an event is one of the major new features of ooDialog 4.2.0 and allows you to program things that were impossible to do before in ooDialog. I added the code for a connectResizing() method to the ooDialog framework. I also added an example program, dlgAreaDemoThree.rex, that enforces a minimum size for the dialog and shows how to respond to the RESIZING event. These additions will be in the next ooDialog 4.2.0 beta, around the end of March. And in the release version, whenever that appears. -- Mark Miesfeld ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Oorexx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-users
