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 tnmartin
Hi there, I just started working with FLKT2 and I am trying to select a directory using a dialog box. I thought file_chooser would support this but I've not read documentation of any such options. I know of FL_File_Chooser in 1.1, but is there any way I can get directory choosing in FLTK2.0? ...
02-Feb-2009 07:44
by Newhunter Go to last post
1 228
 
by funscripter1983
Hello, i'm trying to display a "live stream" from a webcam in Fl_box. Actually, that's how it goes: /****************** LIVE-Streaming ******************/
15-Jan-2009 07:02
by funscripter1983 Go to last post
2 616
 
by geyrfugl
I've been developing a genealogy program for several years. Its user interface works through a big graphic of the family tree drawn on a canvas in an Fl_Scroll. The code knows the size of the fonts used for names and dates, has an algorithm for working out how to lay the stuff out and works out the...
14-Jan-2009 18:47
by geyrfugl Go to last post
0 203
 
by Newhunter
Hello! I am doing a program to control biodiesel processes and now I need to let the user introduce his own flow chart of his process and then make the operation needed for each element of the chart following its flow. I want to do something like the program FlowChart, there is a pallet of...
10-Jan-2009 15:25
by Newhunter Go to last post
0 369
Question
by nilan
i want to display and insert japanese characters in fltk widgets like Fl_input. im using fltk 1.1.7 with fluid under Gentoo. if this is possible any body please let me know how to do it. thanks
10-Jan-2009 05:48
by bluekid Go to last post
1 269
 
by jorl17
Hello. I've been looking everywhere and haven't found this. I have looked at several GUI libraries and I find FLTK the one with biggest simplicity and code-beauty. I only need it for a small project (a chat) but I stumbled upon something that might make me turn away... Characters such as ã é,...
31-Dec-2008 13:52
by jorl17 Go to last post
1 239
 
by montagne
hey all, i begin with fltk. i would like to know how to display two frames(images) in on window or in two box. i am using fltk 2. my code is : //****************************************** //fltk Window *window = new Window(700, 280); ...
16-Dec-2008 11:05
by awger Go to last post
5 2,231
 
by _Sensible
Hi, Im interested in this. Instead of setting "load" to load a standard directory, i want to load a filesystem from another device. My routine currently returns filepaths one by one and adds them to a treeview. I want to scrap the treeview and use this instead...is it possible? Thanks.
12-Dec-2008 06:16
by _Sensible Go to last post
1 265
 
by funscripter1983
Hello... i want to display a live-stream and a picture from a file in a Fl_box. Now, i want to "resize" Iplimage to a maximal Scale (width=640 x height=480) void Open_CB(void*userdata) { char* file; file = fl_file_chooser("open", "Bild (*.{jpg,png,gif,bmp})\t", "", 0); std::size_t size =...
11-Dec-2008 07:57
by funscripter1983 Go to last post
1 1,061
 
by rioguia
I am attempting to install fltk2 on ubuntu. after compile, make generated the following errors. I saw a similar error posted in this forum at http://www.gidforums.com/t-11993.html?highlight=fltk+ubuntu I observered the same error and fixed it with installation of libx11-dev
04-Dec-2008 04:20
by rioguia Go to last post
1 543
 
by chakreshs
Hi Everyone, I was trying to create two children (window), one above another in a main window ( size fixed). Can I create a separator in between two children window, so that I can resize them by dragging this horizonatal separator up/down? What does Fl_Pack Widget do? Actually I tried to create...
03-Dec-2008 07:28
by chakreshs Go to last post
1 334
Unhappy
by qexing
Hello: I have used FLTK2 for some time, unicode text shows normal in Linux, but the following input method's problem in FLTK2 seems exist from the earliest FLTK2 version till now: In Linux(X11), I compiled fltk2 library, and run the "editor" program in "test" directory of fltk2 source tree. I...
26-Nov-2008 08:42
by qexing Go to last post
2 641
 
by tomkeus
I have set up Code::Blocks' compiler and linker options so appropriate headers and libs are available but when I try to compile anything that includes some fltk header, compiler floods me with strange errors. For example D:\fltk2\include\fltk\Flags.h Line 38 error: syntax error before...
17-Nov-2008 18:08
by tomkeus Go to last post
1 581
 
by _Sensible
Hi. I'm working on an app with a treeview which is populated from a separate database. I am fine with populating the directories but i would like to populate files "on-the-fly" so to speak. So instead of getting all dirs and files when i start the Treeview, i want to find and display file when i...
16-Nov-2008 05:10
by _Sensible Go to last post
0 275
 
by sg.sam
Hello all, I've been lurking around these forums for a little over a year now. Google seems to turn up these forums quite a bit, so I thought it was about time I registered and asked my first question. I've been assigned with the task of building a user interface with open source software and...
10-Nov-2008 11:47
by sg.sam Go to last post
1 266
 
by chenjin824
Hi all, I'm new to fltk in ubuntu 8.04. Now I am trying to code in CodeBlock with fltk, but it just didn't work. The version of fltk is v1.3. The test code is very simple, so I guess I missed some settings here: fl_register_images(); char *name = fl_file_chooser("Open File", "*.pm", NULL);
04-Nov-2008 19:09
by chenjin824 Go to last post
0 322
 
by Grama
Hello all! First post, hope to have many exciting discussions here on this forum. Anyways I will get right to the question. I want to learn to use FLTK and want to start out by using Cdde::Blocks in windows (as it is what I have coded most with). I work under windows xp and linux (and little...
25-Oct-2008 20:09
by Grama Go to last post
0 384
 
by grandemahatma
I've got the following files: GRAPHIC.CPP: extern int dimensioneFinestraX; extern int dimensioneFinestraY; class Layout:public Fl_Tile { private: Viewport *toplft;
24-Oct-2008 05:18
by grandemahatma Go to last post
1 583
 
by llund0
I've adapted the 'edit' program from the 'test' directory for my situation. I would like to add autoindent. But I don't see where/how to capture the 'Enter' keystroke. Can someone point me to an example? Or to the right place in the code to handle this? I'm using FLTk 1.1.9rc2.
19-Oct-2008 18:06
by llund0 Go to last post
0 282
 
by Acki
Hi, first sorry for my bad english... ;) I'm verry new to fltk and I think it's preatty usefull! I've got the FLTK2 package for Dev-C++ Now, if I run a prog, it starts only if I move the mouse over the main window... So if you do a message box before fltk::run(); the message box will appear only...
01-Oct-2008 19:38
by JivanAmara Go to last post
9 2,107
Post New Thread

Recent GIDBlogProgramming ebook direct download available by crystalattice

Display Options Moderators
Showing threads 41 to 60 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 01:05.


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