GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Post New Thread
Threads in Forum : FLTK Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order 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...
08-Sep-2004 07:58
by dsmith Go to last post
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......?
22-Jun-2009 08:16
by bluekid Go to last post
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...
08-Jun-2009 04:48
by chandrashekhar Go to last post
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 =...
08-Jun-2009 04:15
by Isebel Go to last post
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.
03-Jun-2009 04:48
by Isebel Go to last post
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...
15-May-2009 14:13
by nharder Go to last post
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....
05-May-2009 09:13
by titolukas Go to last post
0 207
Question
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 Go to last post
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.
21-Apr-2009 17:13
by colagor Go to last post
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...
11-Apr-2009 17:05
by m2asselin Go to last post
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...
11-Apr-2009 14:50
by m2asselin Go to last post
0 264
Unhappy
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...
09-Apr-2009 02:27
by godlike Go to last post
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
06-Apr-2009 08:50
by michael21609 Go to last post
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...
31-Mar-2009 07:16
by algodon Go to last post
2 289
 
File chooser (Multi-page thread  1  2)
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 Go to last post
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?
04-Mar-2009 07:07
by joakimk Go to last post
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>
02-Mar-2009 11:25
by l4m4_m4n Go to last post
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...
20-Feb-2009 18:21
by colagor Go to last post
2 255
Cool
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...
19-Feb-2009 19:54
by colagor Go to last post
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...
09-Feb-2009 05:46
by Newhunter Go to last post
3 233
Lightbulb
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...
03-Feb-2009 23:53
by aks009 Go to last post
2 1,352
Post New Thread

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Display Options Moderators
Showing threads 21 to 40 of 354 Moderators : 2
Sorted By Sort Order
From The
cable_guy_67 , LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 21:31.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.