Hi, [EMAIL PROTECTED]!

[EMAIL PROTECTED] wrote:
> 
> When a list from a PopTrigger is selected, a popSelectEvent is
> generated, and from there we can get the selection made on the list.
> Now, is it possible to programmatically set the PopTrigger to some
> default value, so that the first time a PopTrigger is tapped, the
> priorSelection and selection may be different?
> 
> I've used CtlSetValue on a PopTrigger, but it doesn't seem to affect the
> PopTrigger (except to highlight or unhighlight it). Will that mess up
> anything? The documentation states that CtlSetValue only works on
> sliders, push buttons, and check boxes. What happens when I apply it to
> a PopTrigger?
> 
> Someone please enlighten me. Thanks!
> 
> .ps what is a selectorTriggerCtl ?

As SDK Reference said, popSelectEvent is generated by FrmHandleEvent and
based on selection of popup list, not trigger. Try use LstSetSelection
to set initial popup list value.

WBR,
-- 
Alexander Horoshilov
http://www.geocities.com/palmega

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to