Huy uncovered a bug in RE that I'll mention here so that the solution is there when others encounter it.
The bug occurs when copying and pasting an entire resource that contains a popup trigger (Ray, this is probably what happened to you). While RE will renumber regular form objects, it is failing to renumber the reference to the list and the popup trigger in the FORM_POPUP object. I'll fix this bug for a future release of RE, but you may encounter this problem if you've used copy and paste. The workaround is to right click on the form resource in the files panel and choose the XML editor. In the XML source, search for FORM_POPUP and adjust the values there manually. Or, use a text editor of your preference. -E > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ray Heindl > Sent: Saturday, January 15, 2005 3:49 PM > To: Palm Developer Forum > Subject: Re: baffled with Popup Trigger ID and Resource Editor > > Curtis Cameron <[EMAIL PROTECTED]> wrote: > > > I do still have a problem, though. One list that pops up > requires you > > to click the item twice before the list disappears. I have > two other > > triggers and lists on the same form, but those work > normally. The form > > is modal, done with a simple FrmDoDialog() call, so it's not like I > > have any code associated with it. > > I had that same problem a month or two back. If memory > serves, the cause was a duplicated FORM_POPUP in the XRD > file. I have no idea how the duplicate got there. > > -- > Ray > > -- > For information on using the Palm Developer Forums, or to > unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
