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 06:58
by dsmith Go to last post
0 4,235
 
by ntini
hi i am new to fltk. i m doing project on dicom viewer. i have a doubt o canvas. how i can draw canvas for display dicom image? pls any one help me
30-Jun-2009 01:21
by bluekid Go to last post
3 97
 
by chandrashekhar
Hi all, I want to have multilingual text as button labels and elsewhere.....When I tried to do so, the button label shows some haphazard text...... Can anyone tell me whether fltk has multilingual support like gtk.
22-Jun-2009 23:37
by bluekid Go to last post
1 54
 
by Isebel
Hello.. i understand that i can use #include <FL/Fl_Chart.H> to draw charts. However it seem to be only 2 dimensional. How do i create a 3-dimensional chart in FLTK ?
22-Jun-2009 07:28
by bluekid Go to last post
1 74
 
by Michi21609
Hi! I want to do the following: I want do draw a button in FLTK which contains pictures. If the button is not pressed, the first image should be shown in the button. If I press the button, the second picture should appear. If I release the Button, the first image should be shown again. Does...
22-Jun-2009 07:21
by bluekid Go to last post
1 58
 
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 07:16
by bluekid Go to last post
1 46
 
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 03:48
by chandrashekhar Go to last post
6 167
 
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 03:15
by Isebel Go to last post
0 40
 
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 03:48
by Isebel Go to last post
0 45
 
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 13:13
by nharder Go to last post
1 108
 
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 08:13
by titolukas Go to last post
0 108
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 12:00
by cup Go to last post
0 66
 
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 16:13
by colagor Go to last post
1 819
 
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 16:05
by m2asselin Go to last post
0 153
 
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 13:50
by m2asselin Go to last post
0 126
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 01:27
by godlike Go to last post
0 120
 
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 07:50
by michael21609 Go to last post
0 146
 
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 06:16
by algodon Go to last post
2 181
 
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 08:13
by krey Go to last post
14 4,516
 
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 06:07
by joakimk Go to last post
1 420
 
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 10:25
by l4m4_m4n Go to last post
1 188
Post New Thread

Recent GIDBlogProgramming ebook direct download available by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 339 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 00:46.


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