Hello, I have a modal dialog with its own event handler and I create 5 buttons on the fly using CtlNewControl. Everything works except the 5 way nav. If I make the buttons in the resource editor (PODS 1.0) the 5-way nav works, but if I create them at runtime they dont work. I even did a "mix" of 2 buttons created with the resource editor and 2 dynamically and the 2 with the resource editor worked fine... I am using PODS 1.0 and I need to create these buttons on the fly, cant use resource.
what else in addition to this call do I need to do to enable 5-way support in modal dialog with event handler? controlP = CtlNewControl(( void **)&pForm,1001,buttonCtl,"Button A",5,5,60,30,stdFont,0,true); thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
