Hi all

I've been away for a bit in none GUI (DBI and Oracle) land and have just come
back to my pet GUI project.

As per a message on this list from Aldo a while back I've been busily converting
all of my uses of '-style' to '-addstyle' and on the whole all is well. However
can some one explain why when I say this :

$mainWin = new Win32::GUI::Window(
      -left   => 141,
      -top    => 336,
      -width  => 321,
      -height => 250,
      -name   => "mainWin",
      -text   => "pageIT",
      -menu   => $menu,
      -addstyle  => WS_NORESIZE,
      );

I get a resizable window. However if I just say '-style => WS_NORESIZE' I get
the desired result ?

Also, I don't seem to be able to tab between TextFields (or more acurately I can
 tab into one but no further). Any ideas ?

Thanks

PB



*******************************************************************************
Important. This E-mail is intended for the above named person and may be
confidential and/or legally privileged. If this has come to you in error you
must take no action based on it, nor must you copy or show it to anyone; please
inform the sender immediately.
*******************************************************************************

Reply via email to