On Thu, Feb 21, 2013 at 5:22 AM, Staffan Tylen <staffan.ty...@gmail.com>wrote:

>
> But it* does matter* how you code it.
>>
>>
>
>>
>> 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,

This works:

::method defineSizing
  self~controlSizing(102)
  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

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

Reply via email to