> But it does matter how you code it.  If you make one small change it
> works.  ;-)
>
>

>
> The control ID is required in the controlSizing() method.
>
>
OK, I must admit that I hadn't tried that :)

But doing this gives message "The UserPSPDialog base class has not been
initialized correctly" which doesn't give any clue what's wrong:

::METHOD defineSizing
  self~controlSizing(103,
 -  -- CheckBox ALL fixed left
                     .array~of('STATIONARY', 'LEFT',   102),               -
                     .array~of('STATIONARY', 'TOP',    102),               -
                     .array~of('STATIONARY', 'RIGHT',  102),               -
                     .array~of('STATIONARY', 'BOTTOM', 102)                -
                    )
  return 0

Staffan
------------------------------------------------------------------------------
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

Reply via email to