THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/03/2011 at 14:08, xxxxxxxx wrote:
I'm having a look at it.
By the way, using indentation and posting the code in a [\\\code] [\\/code] Block (without \\\) would
make it much more readable.
Cheers, nux
//
You've obviosly derived your dialog class from GeDialog. Otherwise 'dialog->Open(FALSE,-1,-1)' would raise an error.
There is an additional subclass for modal dialogs. (GeModalDialog)
But I can't imagine this is the reason for the problem.
The title is set in Init(). Do never forget return values for overloaded functions, even they're blank. (For eg Init())
But couldn't figure out the real problem yet.