> 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

Reply via email to