[perl-win32-gui-users] RE: Create GUI
Hi, > I was curious too, and I couldn't get it to work either. > But your first error is that you havn't read this: > http://www.stouk.com/CreateGui/Training1.htm > > Your are to copy the Gui.xml from the first example folder. I figured that out.. But however, the script(s) created (also from other examples) don't work for me. But.. whatever, I am not very familiar with XML. I expected some visual design tool or something. Roelof > But as I said even after doing that it didn't work for me. > No errors, no nothing... > > /Peter Janson > > > > > --__--__-- > > ___ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > > End of Perl-Win32-GUI-Users Digest
Re: [perl-win32-gui-users] Win32-GUI Release 0.0.670
>>> Also, this has been bugging me for a while, >>> but due to my own lack of time, I've yet to research the >>> equivalent: >>> >>>Win32::GUI: the -style option is deprecated! >>>Win32::GUI: the -style option is deprecated! >>>Win32::GUI: the -exstyle option is deprecated! > >Laurent - your fixes for these worked perfectly. Thank you kindly! >They've been integrated into the CVS version of AmphetaDesk. Actually, it looks like that your fixes didn't enable word-wrapping on the RichEdit. Any ideas? -- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obidos/ASIN/0596005776/disobeycom icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
Re: [perl-win32-gui-users] Win32-GUI Release 0.0.670
> >>> Also, this has been bugging me for a while, > >>> but due to my own lack of time, I've yet to research the > >>> equivalent: > >>> > >>>Win32::GUI: the -style option is deprecated! > >>>Win32::GUI: the -style option is deprecated! > >>>Win32::GUI: the -exstyle option is deprecated! > > > >Laurent - your fixes for these worked perfectly. Thank you kindly! > >They've been integrated into the CVS version of AmphetaDesk. > > Actually, it looks like that your fixes didn't enable > word-wrapping on the RichEdit. Any ideas? > It's seem word-wrapping on the RichEdit is enabled when ES_MULTILINE style is set without ES_AUTOHSCROLL. By default, a richedit control have those 2 styles set. You can remove ES_AUTOHSCROLL with -autohscroll => 0. Laurent.