On Thu, Feb 21, 2013 at 2:43 AM, Staffan Tylen <staffan.ty...@gmail.com>wrote:
> Mark, I've managed to create a sample program that illustrates the problem
> I have. Here it doesn't matter how you code the self~controlSizing
> statement, you always get the error "The UserPSPDialog base class has not
> been initialized correctly".
>
Hi Staffan,
But it does matter how you code it. If you make one small change it works.
;-)
Change this line:
::method defineSizing
self~controlSizing()
to this:
::method defineSizing
self~controlSizing(102)
and it works.
The control ID is required in the controlSizing() method.
--
Mark Miesfeld
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users