| |
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 |
4,514 |
|
|
by chandrashekhar
Hi all....,
I want button label in hindi in my fltk application....I could not get anything fruitful and what I am getting is garbage text as button label instead of hindi text..please anyone can help me out......?
|
|
1 |
206 |
|
|
by meolic
Hi,
I am trying to prepare simple project for lab exercises (YES, we are trying to use fltk 1.1.9 in a course about C++ programming).
Well, I am new to this and I have problems with basic concepts. Here is a "should be simple" program which has some really bad erros, it doesn't even compile. And...
|
|
6 |
287 |
|
|
by Isebel
Ern i want to update my window using flush. However i encounter error message like flush() is protected etc. My primary purpose is that i want my window to update itself after i change some of the parameter. However i seem unable to achieve this. Can anyone advice me on this.
Fl_Window *win =...
|
|
0 |
143 |
|
|
by Isebel
Hi anyone can help me with this...
in main() ...
-got two function piechart_function
-close_function
then in...
piechart_function
-i declare a window and draw a pie chart on it.
|
|
0 |
138 |
|
|
by nharder
If I write a function that will be called both from the Main Thread and from child threads (created using fl_create_thread()), will it be a problem for the Main Thread if there are calls to Fl::lock() and Fl::unlock() in it?
That is, can I call Fl::lock() from the Main Thread, with an equivalent...
|
|
1 |
285 |
|
|
by titolukas
Hello friends:
I need help with this problem:
http://www.gidforums.com/attachment.php?attachmentid=811&stc=1&d=1241532581
"http://www.gidforums.com/attachment.php?attachmentid=811&stc=1&d=1241532581"
It´s no very nice for users. My aplication's window no refresh when other one is over it....
|
|
0 |
207 |
|
 |
by cup
On version 5xxx, there used to be a box style called FOCUS_FRAME which I used on InvisibleBox. It seems to have magically disappeared on version 6xxx. I've substituted them with FLAT_BOX, which, I hope won't have any side effects like rectangles appearing in different colours.
Just wondering why...
|
04-May-2009 13:00
by cup
|
0 |
148 |
|
|
by Manohar
Actually I have created fltk window with widgets, and it must remain always on the top even the other application window is active. I don't know how to make it always on top. If this is possible in fltk or we have to go for xlib , in both case i need the step by step procedure to achieve this.
|
|
1 |
1,205 |
|
|
by m2asselin
Hello,
I am trying to use fl_read_image() to capture a screen shot of the widgets that I have added to a window, such that I can add an alpha channel and redisplay it, but with some opacity added.
It is not working for me as it only captures the screen beneath my fltk window.
this is the code i...
|
|
0 |
295 |
|
|
by m2asselin
Hello,
I've been trying to find a way of creating a transparent background for an Fl_Box (or other widgets). That is, when I select the ->color() method from the Fl_Box, it would like to make it semi-transparent to partially see the contents underneath.
Is this possible?
I'm currently working...
|
|
0 |
264 |
|
 |
by godlike
:P I have use eclipse to build (C++) project in Linux and got the following error log:
g++ -L/usr/local/lib -L/usr/lib -L/usr/X11R6/lib -o"msrdui" ./ConvertUTF.o ./Flv_List.o ./Flv_Style.o ./Flv_Table.o ./MSRDCommonTools.o ./MSRDDllChooser.o ./MSRDFactory.o ./MSRDMainWND.o ./MSRDMsgDllCtrl.o...
|
|
0 |
250 |
|
|
by michael21609
Hi,
FLTK: 1.1.9:
I generate a second window out of the main window. If I 'hide()' the second window, it is still existing on the panel (or 'in' the panel? Sorry, my mothertongue is german, please correct!). What else do I have to do?
Thanks!
Michael
|
|
0 |
217 |
|
|
by algodon
Hi !
I'm building a a gui for a Csound application of mine. I've decided to use pyFLTK simply because this toolkit provides Fl_Dial and is very light. Unfortunately the Dial is pretty ugly. I found a better implementation which is written in C++. I've managed to translate some of the code but i...
|
|
2 |
289 |
|
|
by Acki
Hi,
I want to select multiple files with the file_choose.
I did it like this:
use_system_file_chooser(true);
.
.
.
file_chooser("Select files", "all files (*.*)\0*.*\0\0", NULL, false);
|
04-Mar-2009 09:13
by krey
|
14 |
4,910 |
|
|
by Jan
Hello, I just found function called load_plugin() in the FLTK2 documentation and I would like to see example of use, but whole documentation for this function consists of one sentence. Could someone please post here example of use?
|
|
1 |
483 |
|
|
by l4m4_m4n
Hello, world!
Do somebody know what is the problem here:
785
I'm using FLTK 1.1.9 and the source code of the program is:
#ifdef _WIN32
#include <windows.h>
#endif
#include <math.h>
#include <FL/Fl.h>
|
|
1 |
267 |
|
|
by Newhunter
Hi! I am with a problem, I am unable to obtain the value of a Fl_Float_Input, the object appears correctly in the window but when I try to catch the value of the object of the class Fl_Float_Input it seems that the pointer is with problems. I am using Microsoft Visual Studio 2005 and the problem...
|
|
2 |
255 |
|
 |
by colagor
hey have been playing around with fltk a bit, and thought i would post the results for anyone interested in a very simple, and perhaps slightly chunky app
as an example of using fltk with opengl
all it is, is an opengl quad with vertices that can be manipulated.
just copy paste and compile, feel...
|
|
1 |
256 |
|
|
by minsk
How can I really use FL/Fl_Input??? eg. Fl_Input *a=new Fl_Input(10,10,100,100,""), all I found on those manuals is how to copy the value, but what if I really wanna work with that value? I want to use the data that user is entering, multiplying by 10, and show it on an output. How can I achieve...
|
|
3 |
233 |
|
 |
by pyrgen
I use GTK+2.0 in everyday life for my projects. My first goal of working on some project is multi-platform support, and that is the reason why I have used GTK. Somehow, GTK works to slow for me. Last two-three years I have done the same thing twice, first using GTK and later FLTK. I found difficult...
|
|
2 |
1,352 |