> else if (event.eType == ctlRepeatEvent)
>  {
>  switch (event.data.ctlSelect.controlID)
> ...
> 
> event.data.ctlSelect.controlID should be event.data.ctlRepeat.controlID
> Right? Best regards, Paul 

  logically.. yes :)) however, it doesn't make a difference in this
  case, as the ctlSelect and ctlRepeat structure within the event 
  structure share the same memory space (union). using:

    ctlSelect.controlID or
    ctlRepeat.controlID

  will give the same result :)

  bad programming practice, YES.. bug.. NO :)

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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