Hi Frank,
two problems here:
- optcolor.src:448: Should be SQLIDENTIFIER instead of BASICIDENTIFIER
(copy'n'paste error)
seems like you missed the latest svn update, found that one last night :-)
- optcolor.cxx: aSQLFT should be declared after aSQLBackWN, not before
it. Member declaration order controls member initialization order,
which in turn controls Z-ordering
Thanks a lot, this indeed fixed the issue. I actually thought about sth.
like that myself, so I made sure to have this code in the right order:
aSQLBackWN(this),
SQLFT(this, ResId(FT_SQL_COMMAND, *rResId.GetResMgr())),
Why does the declaration order matter, isn't initialization actually be
done at this place?
Glad everything works fine now, have a great holiday
Regards
Max
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]