Sunday, March 28, 2010

Mac OS X development: dialog resource...

Hi,



I'm desperatly trying to create a simple dialog with 2 buttons and a simple listbox. However so far I miserably failed at doing so, the dialog and listbox shows fine but the listbox never gets filled. I defined a resource file with 'DLOG', 'CNTL' and 'ldes' but I seem to miss something in the listbox definition. If I leave out the 'ldes' resource I end up with a simple pop up menu (which shows my list items fine), putting it in leaves the list empty. Later I want to create a hierarchical list using the ADMSuites, but since even this simple list won't work ...

By the way, I just started developing on the Mac, and my knowledge and experience are almost nil, so if anyone had a working *.r file/code-snip

for me that just would be great.
Mac OS X development: dialog resource...
Ok, this one is obsolete - I succesfully created my listbox on an empty dialog template usind ADMItem-%26gt;Create(...) thus not needing the resource definitions for the mac anymore.

No comments:

Post a Comment