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 3,249
 
by ranjita
i am using gentoo flavour of linux and need to load jpeg fiile as textures using fltk.(preferably on a gl-window) Have tried this simple example: #include <FL/Fl.H> #include <FL/Fl_Window.H> #include <FL/Fl_Shared_Image.H> #include <FL/Fl_JPEG_Image.H> #include <FL/Fl_Box.H>
06-May-2008 07:27
by ranjita Go to last post
3 45
 
by Stanley
Hi, I have a problem in drawing opengl in Gentoo linux, my harware is AMD Geode board.Its a small intelligent board.This hardware does not support 3D drawings and GLX commands. My requirement is I want to draw a simple 2D using normal fltk window, I did this in windows(OS) in two different...
26-Apr-2008 07:21
by Stanley Go to last post
3 78
 
by shiva_crazy02
Dear all, Thanking u for ur corporation ......... I have one small problem. I want to resize window of size 600,600 to 800,800 through command line. i used arg() function and also show() function. When i passed the arguments through command line.It does not work. #./programm 800*800+100+100 help...
25-Apr-2008 06:52
by shiva_crazy02 Go to last post
0 30
Thumbs up
by automatedreason
hello everybody, i'm using the new fltk (2.0). i want to use OpenGL in a normal Window. i tried to follow the description on this page: http://www.fltk.org/doc-2.0/opengl.html but it doesn't work. there is no compile error but it seems that every opengl code (inside & outside of...
25-Apr-2008 05:44
by Stanley Go to last post
2 846
 
by jonhurlock
Hi, Im using Dev C++. And am having trouble getting OpenGL to display in a FLTK Window. Im totally new to both c++ in general. However can code in C & Java (so understand most commands & OO). I have followed the tutorial located ( http://www.gidforums.com/t-2155.html ) to get a Hello World...
21-Apr-2008 04:10
by Peter_APIIT Go to last post
1 116
 
by shiva_crazy02
Dear all, I am using flnx 0.18. I installed microwindows-0.90 in /home/microwindows-0.90 directory. I installed flnx 0.18 in /home. #./configure --with-microwin=/home/microwindows-0.90/src #make clean;make It compiled successfully. When I ran demo.sh It is running.But when I ran files of "test"...
17-Apr-2008 02:17
by shiva_crazy02 Go to last post
2 76
Thumbs up
by shiva_crazy02
Dear all I want to setup IP Address on fltk 1.0.x. It should look like IP................. name server......... gateway............. clearbutton save...
17-Apr-2008 01:16
by shiva_crazy02 Go to last post
1 40
 
by shiva_crazy02
Dear all, I am new in fluid of fltk. I compiled it on my machine (Linux platform). Now I want to make one application. It should look like Display ______________________
16-Apr-2008 23:12
by shiva_crazy02 Go to last post
9 116
 
by vimalkumar
Dear Friends Hai, I am vimal working as a Senior Software Eng. I would like to port this Fltk to our ST plartform. I have a sound idea in ST platform relavent info. I need some input from u all How i have to start, What are all the things need to be considered while porting and what are all the...
09-Apr-2008 12:32
by obduk Go to last post
6 503
 
by Akidon
Hi Im new at fltk and I cant get the simplest things to work:D Anyway I tried to get the "Fl_JPG_Image: A simple example" from Erco's cheat page to work. But it didnt. Im using Visual Studio. Ive included these libraries in linker: E:\Hib07\labkurs\fltk-1.1.7\lib\fltk.lib...
09-Apr-2008 07:37
by Akidon Go to last post
0 65
 
by obduk
I have had alot of experience with FLTK, and have made some openGl programs with Glut, but have never use FLTK for openGl. A quick question, I am thinking of making a small game for learning purpose, not to much. When I made an openGl program ages ago in Glut, the performance difference was about...
06-Apr-2008 05:08
by cable_guy_67 Go to last post
3 122
Unhappy
by freeertunc
Hi all I'm a fresh newbie in FLTK. I have two windows to display on one window. OpenGL class which inherits from Fl_GL_Window and the other one is Delta3d ( http://www.delta3d.org ) window , which inherits from Fl_DT_Window. When I put these windows on one main window as subwindows. But only one...
03-Apr-2008 06:09
by freeertunc Go to last post
0 103
Question
by Pam
Hi, I am used to programming in C++ using Visual Studio 6 and I wanted to change. I want to use free tools from now on and to make portable software as well. I've downloaded Code::Blocks and I wanted to use fltk with it. But when I choose to create a fltk project it ask me about fltk's location. I...
01-Apr-2008 02:46
by Pam Go to last post
17 625
 
by cable_guy_67
A big round of applause goes out the the developers of FLTK. The long awaited time has come. Version 1.1.8 has been finalized and released as the final version of the 1.1.x line. Read all about it here. Hot on the heels of that announcement came the introduction for the next phase of development...
29-Mar-2008 10:09
by cable_guy_67 Go to last post
0 80
 
by cable_guy_67
FLTK && fluid In Motion A tutorial using fluid 1.1.5 Part 1 Ok, that was a nice warm up but now we really need to get to work. You should now have an understanding of how to get your design in fluid out to a finished product. Today we will rebuild from scratch in fluid and not do any hand...
20-Mar-2008 03:52
by Pam Go to last post
4 7,810
 
by hemadri.k
hi all, I created a window and i am able to do free hand draw on the window using mouse by handling mouse events. Now i want to save the image on the window as bmp image file please give me a solution how to get the pixel buffer from the window. waiting for a reply.....
16-Mar-2008 15:52
by transfrank Go to last post
5 536
Exclamation
by bix2702
Hello, I wrote a application which loads a (also self-programmed) dynamic library (.dll) and import a function which creates a FLTK window (from the DLL). But the problem is that the window is not attached to the application main window and not redrawed proberly. The content of the window (button...
04-Mar-2008 04:58
by bix2702 Go to last post
2 173
 
by ehump20
I'm having trouble with Fl:add_timeout doing what I want to do. void callback(void*) { puts("TICK"); Fl::repeat_timeout(1.0, callback); } int main() { Fl::add_timeout(1.0, callback); return Fl::run();
03-Mar-2008 05:37
by cable_guy_67 Go to last post
1 127
 
by minifang
Hi all, It seems that fltk can’t support transparent picture. Someone tell me that I can use .png format. But it also can’t work. Are there any examples, or what I should do. :roll:
26-Feb-2008 23:32
by minifang Go to last post
1 158
 
by transfrank
Hello, I was wondering if there's a fast way to flip a vertical Fl_slider 180degrees such that the min and max happen to be on default locations of the max and min. Frank
26-Feb-2008 09:05
by transfrank Go to last post
1 107
Post New Thread

Recent GIDBlogGoing to Iraq by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 280 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 13:10.


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