> There is a typo in your code. That for loop says: > > "for i = 1, while i is greater than 20...." > > Now: if i is == 1, it can not be greater than 20. > > So: Your for loop never executes. No input widgets are ever created. > That is why the do not appear. Thanks. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk
- [fltk.general] FLTK 2.0 : Inputs don't appear Vitaut
- Re: [fltk.general] FLTK 2.0 : Inputs don't appear imacarthur
- Re: [fltk.general] FLTK 2.0 : Inputs don't appear Vitaut
- Re: [fltk.general] FLTK 2.0 : Inputs don't appear imacarthur
- Re: [fltk.general] FLTK 2.0 : Inputs don't appear Greg Ercolano
- Re: [fltk.general] FLTK 2.0 : Inputs don't appear Vitaut

