Re: Project Scheduling Design



>  Can't you just have a separate clist, canvas, and 3 scrollbars, and
>  set them up so they all talk to each other using the same adjustments?
>  
>  i.e.
>           /----------------\
>          v                  v
>       clist    canvas <---> vertadjustment <---> vscrollbar
>         ^        ^
>         v        v
>      horiz1    horiz2  (plus scrollbars for same)
>  
>  Where the clist and canvas share the same scroll bar 'adjustment' - or
>  do clists always have to have their own scrollbars? (rather bad if
>  so).

That was my second suggestion.  I'm sorry if I was not clear enough :-)

You may not be able to share the same vadjustment; you may have to
proxy it to the actual adjustments in the clist and canvas, but that
is no problem.

  Federico



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]