Hello,
I am having a problem using the MMSDialogManager.loadChildDialog() member function.
Here is what I am doing:
(...)
MMSDialogManager dm;
MMSChildWindow *movie_desc_window = dm.loadChildDialog("movie_desc.xml"

;
(...)
But the program aborts at this point with the following error message:
terminate called after throwing an instance of 'MMSDialogManagerError*'
Aborted
Moreover, the logfile does not report any problem.
I have attached the my dialog file to this message. /home/andre/disko/tests-andre/menu-test-4/movie_desc.xml [/file]
So my question is: How can I know exactly what caused the program to abort? Is there any way to access the DialogManager errors?
Thanks in advance,
André Mendes