Hi. I had to solve this a while ago. What you can do is to handle the list yourself. ie., don't let the OS set the label based on the selection. When a list item is selected, return handled=true so it won't automatically set the label. You can set a shorter label based on selection. For example, if I have "Creation Date" in the list, I will set the trigger label to "C.Date".
Or you can return handled=true for the trigger's ctlselect event and popup the list using LstPopupList. This function only returns when user select an item or tap something else on screen, which is really handy sometimes. Based on the selection, you can set whatever label you want for the trigger. Max --- Kevin Del <[EMAIL PROTECTED]> wrote: > Hello > > I'm trying to configure a pop up trigger so it's right anchored and only > grows left to a certain width. > > I can't figure out how to do this, the problem is if a user makes a category > with a really long name it grows into an area of the screen where I don't > want it. > > I thought setting the width and anchoring it right would solve this in the > Pilrc resource file but it doesn't, does this half to be solved > programmatically somehow or is this done somehow when defining the resource. > > any help appreciated, I'm stuck thanks! ===== http://www.weirdwww.com/ __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
