On Sun, 3 Mar 2002, James Dessart wrote: > I'm trying to develop an application (with 2.0 compatibility) that > updates a list attached to a popup trigger. However, it doesn't seem my > list is getting updated, since when I go to the popup trigger, I don't > get a list popping up. I've made sure to call LstMakeItemVisible on > each item I've added. This is actually my first Palm app, having done > quite a bit of Mac and UNIX development.
Are you catching the popSelect event and returning true (implying that you've handled it completely)? If you are, then don't. That would prevent the list from displaying. If you need to do something with that event for some reason, then return false to let the OS do its thing. ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator We are born naked, wet and hungry... then things get worse. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
