> If I drop your code above into a dialog, I get this error:
>
> Error 98.900:  The resource ID (102) for the pin to window edge of control
> ID (103) is not valid
>
> Which seems right to me.  There are a number of reasons why things might
> be invalid and you can't go into a lot of detail in a syntax message.  But,
> the resource ID (102) should point you in the right direction.
>
>
Mark, I don't get this error, I get the error I reported from the
beginning: Error 98.900:  The UserPSPDialog base class has not been
initialized correctly

This is the reason why I in my opening comments was questioning the
location of the call to the defineSizing method from the ooDialog
framework, as this is something that I as developer have no control over.
It appears that defineSizing is called before the base class is
initialised. In this particular case I've got a PSP structure like this:

Sheet with pages P1,...

::class P1 subclass P11 inherit ResizingAdmin

::class P11 subclass pPage
::method defineSizing

::class Ppage subclass UserPSPDialog

The structure works fine when I don't include method defineSizing, or if I
include method defineSizing with return 0, but fails with error Error
98.900:  The UserPSPDialog base class has not been initialized correctly if
I leave out return 0 OR include a self~controlSizing statement. IMHO
something is not correct if self~controlSizing can generate this particular
error, as I cannot choose the location of the statement (compare
defineDialog vs initDialog). Whether the self~controlSizing statement is
correct or not is a different story.

I hope this helps.

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