> When I run the app, the popup trigger appears.  When I tap the trigger, it
> gets highlighted, but no list appears.
> What could I have overlooked?

Hi
may be ur code will be like this. right? if not put this in ur app. please
check u r making handled= true and returning it properly. May be that was
the problem

SomeformHandleEnt(EventPtr evt)
{
    frm = FrmGetActiveForm();

     switch (event->eType)


      case popSelectEvent:

       switch ( event->data.lstSelect.selection )
          {
         case YourList:
              .........
             ..........
              handled = true;
              break;
         }
    }
    return(handled);
}

----- Original Message -----
From: Richard Burmeister <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Sent: Wednesday, May 31, 2000 4:36 AM
Subject: Popup List problem


> I am having a problem with a popup list I just added to a form.  This is
not
> the first popup list I have used, but for some reason this one won't work.
> I am using CodeWarrior R6 + latest patch.
>
> First I added a List to the form:
>
> Object Identifier:    Players
> List ID:    1001
> Left Origin:    124
> Top Origin:    0
> Width:    36
> Usable:    unchecked
> Font:    Standard
> Visible Items:    4
> List Items:
>     Item Text 1:    One
>     Item Text 2:    Two
>     Item Text 3:    Three
>     Item Text 4:    Four
>
> Next, I added the Popup Trigger:
>
> Object Identifier:    Players
> Popup ID:    1002
> Left Origin:    160
> Top Origin:    0
> Width:    0
> Height:    13
> Usable:    checked
> Anchor Left:    unchecked
> Font:    Standard
> Label:    (deleted)
> List ID:    1001
>
> When I run the app, the popup trigger appears.  When I tap the trigger, it
> gets highlighted, but no list appears.
> What could I have overlooked?
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
>
>


-- 
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