What is wrong here. I got an error when i press the scrollbar: Just wrote to 
memory location 0x00000000 which is a low memory.

Int16 b;

case sclRepeatEvent:
switch(eventP->data.sclRepeat.scrollBarID)
{
case TableScrollBar:
                                
bar=(ScrollBarType*)GetObjectPtr(TableScrollBar);
SclGetScrollBar (bar,&b,NULL,NULL,NULL);
break;
}
handled = true;
break;
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to