Re: How to get IDs from Popup?

2003-08-25 Thread kcorey
I should have been more specific, sorry... I'm using PRC-tools. The item I'm referring to is the internal representation of the 'POPUPLIST' resource. Internally, this is a 'FormPopupType' data structure, and it's defined in Form.h, (line 213, in PalmOS 5 R3 SDK). My code functions just fine acc

Re: How to get IDs from Popup?

2003-08-25 Thread ThuNguyet Nguyen
Hi Ken, I just try to understand your question. > Is there a new legal way to get the internal object ID's of a popup > trigger? > Getting a pointer to a trigger, and then referring to popupP->controlID > and popupP->listID actually work, for the time being, but the emulator > with a debug rom c

How to get IDs from Popup?

2003-08-24 Thread kcorey
Is there a new legal way to get the internal object ID's of a popup trigger? Getting a pointer to a trigger, and then referring to popupP->controlID and popupP->listID actually work, for the time being, but the emulator with a debug rom complains that that's not going to be legal forever, so I'd l