| |
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 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? ...
|
|
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
******************/
|
|
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...
|
|
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...
|
|
0 |
369 |
|
 |
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
|
|
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 ã é,...
|
|
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
|
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.
|
|
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 =...
|
|
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
|
|
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...
|
|
1 |
334 |
|
 |
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...
|
|
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...
|
|
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...
|
|
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...
|
|
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);
|
|
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
|
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;
|
|
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.
|
|
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...
|
|
9 |
2,107 |