Hello All, I am trying to create a pop up list control associated with a popuptrigger. Somehow I am not able to call the list, when I clik on the trigger. By defalut, right now I am not handling any event but paasing on to system to handle. Here is a part of code.... ......... .......... formptr = FrmGetFormPtr(mainForm); CtlNewControl ((void**)&formptr, ID1, popupTriggerCtl, "", x, y, w, h, stdFont, NULL, true); LstNewList((void**)&formptr, ID2, x, y, w, h, stdFont, 1, ID1); ........ ........ LstSetListChoices((ListPtr) listptr, (char**) contents, Items); ........ ........ FrmDrawForm ((FormPtr) formptr); ........ So I get a popuptrigger on my screen and when I clik on that control, it shows a strange type of control(looks like a distorted list) at a different position on the form. Even I am not able to select any item from the list. Need some gigs openion........ Thanks Vikas Varshney -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
