Re: [fltk.development] FLTK2/src/TabGroup2.cxx p[] and w[] computed values

2010-05-27 Thread Matthias Melcher
On 24.05.2010, at 21:44, imacarthur wrote: On 24 May 2010, at 20:09, Greg Ercolano wrote: I haven't seen anyone in the FLTK community submit a scrollable tab widget. If someone did, then that widget would definitely want to have no limits on the number of tabs. Until then,

Re: [fltk.development] FLTK2/src/TabGroup2.cxx p[] and w[] computed values

2010-05-26 Thread rainbow sally
Hi Greg. I did see a scrollable tab widget once. ;-) Your points are good though. rainbow sally wrote: They appear to be arrays of parameters for tabs and it looks like the upper limit of the number of tabs is 128. That's really unrealistic in v. 2.x, however, because we don't have a

Re: [fltk.development] FLTK2/src/TabGroup2.cxx p[] and w[] computed values

2010-05-24 Thread rainbow sally
Hello! I have a simple question. I am trying to develop a new pager for FLTK2 but I got a problem. How are p[] and w[] values calculated in which() method? They are declared there but I see no values assignment. Thank you! P.S. which() method of Fl_Tabs.cxx from FLTK 1.3 is almost the

Re: [fltk.development] FLTK2/src/TabGroup2.cxx p[] and w[] computed values

2010-05-24 Thread Greg Ercolano
rainbow sally wrote: They appear to be arrays of parameters for tabs and it looks like the upper limit of the number of tabs is 128. That's really unrealistic in v. 2.x, however, because we don't have a way to scroll the tabs so we end up missing some stuff after about 5 to 10 pages.

Re: [fltk.development] FLTK2/src/TabGroup2.cxx p[] and w[] computed values

2010-05-24 Thread imacarthur
On 24 May 2010, at 20:09, Greg Ercolano wrote: I haven't seen anyone in the FLTK community submit a scrollable tab widget. If someone did, then that widget would definitely want to have no limits on the number of tabs. Until then, though, there's probably no need,

[fltk.development] FLTK2/src/TabGroup2.cxx p[] and w[] computed values

2010-05-22 Thread Emil Cataranciuc
Hello! I have a simple question. I am trying to develop a new pager for FLTK2 but I got a problem. How are p[] and w[] values calculated in which() method? They are declared there but I see no values assignment. Thank you! P.S. which() method of Fl_Tabs.cxx from FLTK 1.3 is almost the same. p[]