Tim Lock wrote:

> not 100%, you need to do your code for your buttons and if there is an
> select event that doesn't match pass it to the default system handler. Try
> this :-

Thanks Tim,

I already did sort of what you provided. But it was another thing: too much instances 
of switch {} and if { ... } else if {..} in the event loop of this view. You know, 
events and buttons and program modes have to been sorted in the event loop :-). But 
appearently I should not use more than two instances in one function.

In this case it helped to change the
if {
    ..
}
else if {
...}

to:

if {
    ...
}
if {
    ...
}

Somewhat strange, though.

Hannes


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