| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by dsmith
Those that are in this forum most likely know what FLTK is. For those that don't, it stands for Fast Light Tool Kit. It is a multiplatform, lightweight library for building Graphical User Interfaces. This thread explains a bit more about FLTK and how it is used.
This sub-forum can be used to...
|
|
0 |
6,118 |
|
 |
by afltkdummy
I updated Cygwin and the version of fltk that came with Cygwin went from 1.1 to 1.3. Now a piece of code that used to compile OK is having trouble:
Fl_Offscreen pixmap = fl_create_offscreen(maxDim, maxDim);
(maxDim is an int)
The compiler says "error: ‘Fl’ has not been declared".
Please help!...
|
|
0 |
31 |
|
|
by FrankGHaymes
Is the FLTK.ORG site down?
Frank G. Haymes
|
|
5 |
205 |
|
 |
by BTK69
Is there anyway to show japanese SHIFT-JIS in the FLTK? Or do I have to add something to make them appear? Do I have to encode the SHIFT_JIS to some other encoding or what?
|
|
1 |
115 |
|
|
by FrankGHaymes
I have sub classed the Fl_Button to MyButton.
How do I add MyButton to the Fluid widget bin?
That you,
Frank G. Haymes
|
|
0 |
63 |
|
|
by FrankGHaymes
Is there a simple example for sub classing a Fl_Button?
Thanks
Frank G. Haymes
|
|
1 |
56 |
|
 |
by ramkumar31
Hi guys
i have one doubt, i am using more than 7 window in my application, i want to know which window is activate, how to find the which widow is activate.
Regards
Ramkumar
|
|
2 |
481 |
|
|
by sega16
I am currently working on a program in fltk that uses custom drawing code and tabs my program needs to know what tab is selected right now so I of course decided to use a callback and use the value() command and for some odd reason I keep getting odd numbers that keep changing I am able to tell...
|
|
2 |
573 |
|
|
by ForeverSka
So I am building a program with a "status bar." It needs to be regularly updated with select "news from the backend" updates. I have an issue where when I try redraw() and redraw_label() for the bar itself the program seems to ignore me and draw the new status ontop of the other. I can call...
|
|
3 |
539 |
|
|
by Genevil
Hello all, ok I hate sending code online seeking help, but I'm in a real pinch this time, since I have no clue how come a program has different output each time it is ran, and since this is not even the main program that I'm developing and I have used too much time trying to debug it to no avail.....
|
|
1 |
280 |
|
|
by pixotec
The link on http://www.fltk.org/links.php?V178+Q for downloading AntiPaint no longer works.
I contacted Hans Yperman (the author) for sending me the sourcecode, but I am afraid he cannot find it anymore...
Does anybody have the source code for antipaint (version 0.95 or newer)? Where can I...
|
|
5 |
1,935 |
|
 |
by ramkumar31
Hi everyone
Here with i am struck with one problem, while i am using the input browser for select the item from the list, every time when i am loading the inputbrowser it show the empty value, if i am select the browser the the value is showing, my question is how to show the first value in top...
|
|
1 |
451 |
|
 |
by afltkdummy
As said in the title I would like to compile FLTK under both Cygwin and VC2010. Do I need to have two separate copies of the fltk-1.3.0 folder structure? Or can Cygwin and VC2010 share the same fltk-1.3.0 folder structure? Thanks!
|
|
1 |
513 |
|
 |
by sibi1247
Hi All,
I am new to FLTK, I have to get input from user in english language and the corresponding label name in hindi.
For Example:
Consider a Login page with two labels and two input boxes and one submit button. The two labels should be displayed in Hindi language and text box(Fl_Input ) should...
|
|
1 |
387 |
|
|
by serjik69
How do I called it (the widget?, Hint? ...?), Represented in the figures. I want to try to implement this for fltk. Who has the thread has any ideas on this subject (hint, algorithms, etc.)?
http://img268.imageshack.us/img268/230/79021471.jpg
http://img196.imageshack.us/img196/4518/pic1h.png
|
|
2 |
478 |
|
 |
by cvt
Hey Guy's,
For no reason what so ever, fltk segfaults on hide(). I'm pretty sure it must have been fine before, but there you go.
I even did a test program with a window and a button, calling hide() from the button callback, just to discount any problems in the code for my current project.
My...
|
20-Nov-2011 15:03
by cvt
|
2 |
421 |
|
|
by sterlingm
I created this GUI with fltk and at the time (about 3 months ago) it worked fine. Only touched it a few times since then and tried to run it today. The window pops up, but all of the widgets are invisible. I can even click the area where I have an Fl_Choice and the drop down pops up. I can also see...
|
|
1 |
452 |
|
 |
by thisizprk
Hi to all in my project I want to run an another application after some time amount of inactivity. I can i achive this. I am using FLTK 2.0.
|
|
1 |
342 |
|
 |
by ramkumar31
Hi guys
In my project i have to select multiple items in drop down in fltk. how to do it
Regards
Ramkumar
|
|
1 |
636 |
|
 |
by ramkumar31
hi guys
how to change the text name in fltk ask in v 2.0, i want to change the yes button and no button in different name, i try it i cant to do if any one give solution great help for me.
Regards
Ramkumar
|
|
1 |
336 |
|
|
by teheru
Hi!
I want FLTK to draw an image and show it afterwards by pressing a button, but whatever I'm trying, it won't work. :(
I have widget (Fl_Draw) extending Fl_Box which draw() method I've overwritten (created?) and first generating a black "box" - this is working. I'm using the redraw() method to...
|
|
4 |
701 |