Well, where's the break statement, and also, you should return handled =
false for repeating controls if you actually want them to repeat. it's in
the docs.

Alan

>I have add the repeat button in the resource,
>so that I use
>
>       switch (eventP->eType)
>
>       {
>               case ctlRepeatEvent:
>                       switch (eventP->data.ctlRepeat.controlID)
>                       {
>                               do sth ,,,,,,,,,,,/
>
>
>                       }
>       }
>
>
>there is any problem ???
>
>
>E r i c
>



Reply via email to