On Sun, Mar 31, 2013 at 3:53 AM, Staffan Tylen <staffan.ty...@gmail.com>wrote:
>
>
>> I started preparing a stripped version of the class in question (it's
> quite big) and when almost finished I realised that the initDialog method
> lacked a call to the super class! I'm not sure how it could have worked
> without it, but in any case I've added the call now and only time will tell
> if the problem has been solved.
>
Unfortunately, that will not solve the problem.
The super class initDialog() does nothing. Invoking it, or not invoking
it, will have no effect. There is no reason to invoke the super class, it
is not needed. If you look, in the over 160 examples distributed with
ooDialog, none of them invoke the super class initDialog() method.
In your first post you said "standard" piece of code, and I noticed in some
or your example code you used quite elaborate subclassing schemes. Is that
the case here? Is the onShow() method in the same dialog as the tool tip
creation / setup code?
414 *-* toolTip~setWindowPos(0, r~right + 5, r~top, 0, 0,
"NOACTIVATE NOSIZE NOZORDER")
Error 97 running C:\... line 414: Object method not found
Error 97.001: Object "a LvCustomDrawSimple" does not understand message
"SETWINDOWPOS"
I reviewed the ToolTip class implementation yesterday and do not see any
way the the first argument to the onShow() method could possibly be
anything other than a ToolTip object.
That it is a LvCustomDrawSimple object is not good, from the stand point of
being able to easily fix this.
With the information I currently have, I can not even guess what is going
on. I'd like to look at your code to get some idea of what the problem
might be. If you can send me the application, even if it is very big, and
won't run because it needs some pieces not present, that would at least let
me take a guess at where to look. You can just send it as an attachment in
an e-mail.
--
Mark Miesfeld
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete
for recognition, cash, and the chance to get your game on Steam.
$5K grand prize plus 10 genre and skill prizes. Submit your demo
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users