Christian Boos wrote:
>
> The feeling that my code trigger some compiler bugs gets stronger...
> The drawing works, the -style option too, the button presses handling
> are erratic, yes but that's rather a problem of the event handling
> code than mine.
Here are the couple of tests I made, using egcs 1.0.
ustring doesn't compile.
I get a warning in ustring.h line 52 (template problem),
and another one in ustring.cc line 114 (due to the previous one).
Commentting these 2 lines generates a bunch of problems at linking
(which must be obvious :)).
I deleted the ustring stuff in the makefile, and I can at last see
my testit program almost work.
The -style isn't working anymore.
The buttons are black (no text is visible), I just can see the button
border.
As for you the button presses handling is erratic, but I can't remember
how it was before you changes (although I think it was better than the
current one).
I don't know if there was any change in qwidget to correct this as I'm
currently working on the WM hints stuff.
> Jo Dillon writes:
> > Commenting out line 478 of hthemes.h stops my testit.cc crashing.
> > However, it's now a bit erratic at handling button presses, and also it
> > disregards the -style flag - as far as I can tell it's always Motif style.
I didn't have to comment this line, but my test program is really sketchy :).
Hope this help.
Lokh.