Hi!
Please clarify this simple doubt for me.
My scroll bars are working fine.
But I my scroll bars become invisible when  I set the maxvalue of scroll bar
to 0 in the constructor .
I am forced to give some max value.
       When I give 2 it scrolls I mean skips 2 rows ahead or forward acording
to how I scroll.
When I am usong the SclSetScrollBar function why is it that  it is depending
on the maxvalue given in the construtor.
Thanks!!!
 Regards,
Miss Nizi
 
 
case sclRepeatEvent:
   cursor = event->data.sclRepeat.newValue;
   drawTable();
  break;
  
 
 
SclSetScrollBar( FrmGetObjectPtr(form,SchemeListScrollbar1ScrollBar), cursor,
0,
    numRecords - rowsInTable, rowsInTable );
    

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