Hi,

I am facing some problems with FLTK controls. Please tell how to resolve them.

1. Fl_Output is used to display some output. But the default shape of cursor 
inside this is not a straight line. It's like ^.
How to change this to straight line.

2. If i have some controls (FL_Input, FL_Output etc) and when i move the left 
or right arraw key( ->  or <- ) then cursor goes to each control. It's not fit 
inside one control. I mean if i'm moving the cursor by arrow in FL_Input 
control then it should not go out of this.

3. Fl_Choice menu has no scroll bar to fit all the items in some limited area. 
If i add more than 100 items in Fl_Choice and i try to select open Fl_Choice 
then all items display on full desktop window and some of them are outside the 
range of desktop window.

4. If i create a modeless dialog then i dont find system menu(minimum,maximum 
and cross) on this dialog when it displays. To create a dialog i derived a new 
class from Fl_Window. In my main file i create this window variable on heap and 
show this window.
Inside the constructor of this class, i create one control(fl_box) then call 
Set_Modal() and end().
Also please tell how to enable/disable the system 
menus(maximize,minimize,cross) on this dialog.

Thanks in advance.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to