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 azark
Mark (cable_guy_67) was correct in the conclusion of a previous thread about button push needs recognition ( http://www.gidforums.com/t-11401.html ) ... I'm back! (sooner than I had hoped) I have been playing around with the add_timeout and repeat_timeout and I'm not sure I completely understand...
16-Sep-2006 08:09
by MatthiasWM Go to last post
7 1,310
 
by azark
Greetings! This is my first post to this fine forum which I've found quite valuable. Thanks Mark for the reply to my private email. My problem here is getting a button to be recognized when a routine is running. I've tried to simplify what I am seeking by writing a small demo of two buttons and...
14-Sep-2006 05:51
by cable_guy_67 Go to last post
5 792
Question
by jafar
hello :? i'd like to draw in an image ho is in a box !:!: haw can i do this ????:?: what library and function shoud i use ???? can u give me some link to start! or some example ??? i use windows xp , devcpp , fltk thank u
12-Sep-2006 08:05
by baard Go to last post
4 680
Unhappy
by jafar
i have a question :roll: for me the directory /fltk/ doesnt exist i have just FL and i tray to change the name FL to fltk but it doesnt work:roll: may be the version of fltk pliease say me what is the version that i shoud install to have the directory "fltk" and can u give me the link to download
11-Sep-2006 08:17
by cable_guy_67 Go to last post
1 695
 
by baard
Greetings. I am a new member and a beginner. Please help me with the following learner's code. I am using audiere and fltk to play a sound file. I need to play a cat sound file when the sing button is clicked in cat window and a dog sound when a sing button is clicked in a dog widow. I tried to use...
09-Sep-2006 10:40
by baard Go to last post
1 823
Question
by jafar
hello :oops: i tray to exute this : http://derindelimavi.blogspot.com/2006/05/rnek-program-imageviewer.html and it work = very good , i'm happy ,but when i try to modify one caracter in this source it doesnt work:!: and it make me the same error when i modify something ; i dont understand ;if...
05-Sep-2006 09:55
by jafar Go to last post
2 516
Unhappy
by jafar
hello i'm beginner plizz help me i use fltk fluid and code::block v1.0 i create a window with a simple box , i want to display an image (C:\Dev-Cpp\test\test.jpg) in this box . haw can i do this ??(use a function ?? or what shoud i do??) this is the .cxx of my mini_projet : // generated by Fast...
03-Sep-2006 03:25
by jafar Go to last post
1 693
 
by jaikumar_j
Hi everyone I am in a search for embedded graphics tool which matches all our requirements. I need to post the key press events, scanned by the keypad device driver, to the widget. i.e. keypad driver has to pass on the key press events to the windows, through some server or post it directly. how is...
02-Sep-2006 13:15
by MatthiasWM Go to last post
1 559
 
by cable_guy_67
I just posted a GID Community blog entitled: FLTK NEWS -- 1.1.x bugs and FLTK-D. Please let me know what you think. This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
02-Sep-2006 13:10
by MatthiasWM Go to last post
4 863
 
by jaikumar_j
What is FLNX? And can't we compile FLTK for MIPS over uclinux and run directly? Is a windowing server required? rgds jai
02-Sep-2006 13:08
by MatthiasWM Go to last post
1 1,484
Unhappy
by jafar
hello i need help plizzz :oops: i use fltk fluid and code::block v1.0 i create a window with a simple menu bar and menu item , i want to open an image (C:\Dev-Cpp\test\test.jpg) with file>open . i'd like to have the file name and extention and the path !!:lol: haw can i do this ??(use a function...
01-Sep-2006 06:52
by bluekid Go to last post
9 713
Question
by mushu
Is there any way to make a Universal Binary (Mac) version of the static libraries using make (or ./configure and make) on a PPC machine? --:banana:
26-Aug-2006 02:36
by cable_guy_67 Go to last post
1 761
Question
by mushu
I'm developing a gui on Mac OS 10.4.7, PPC, with fltk-1.1.7. I'm using the plastic scheme (tried both calling Fl::scheme and using all plastic boxes) because, with all the colors set to FL_WHITE, it looks more like the Aqua interface (which anyone using a Mac would definitely want in any...
26-Aug-2006 02:20
by cable_guy_67 Go to last post
1 555
Unhappy
by jafar
hello all 8) i'm new in forum i have tested some source-code from the forum and its good ,thx. i use dev c++ 4.9.9.2 and fltk 1.1.7 i'd like to have a simple windows with a menu bar with there item (like file ...) plizzz can someone give me a code to compile to help me :( i have tested this...
25-Aug-2006 08:10
by rbp Go to last post
4 519
Lightbulb
by bluekid
Fluid is a nice GUI designer for FLTK but for compiling or debugging we need IDE. So I use CodeBlocks with Fluid an write template for this. Windows - Fluid Template for CodeBlocks Linux - Fluid Template for CodeBlocks download template put template file into CodeBlocks templates directory Run...
25-Aug-2006 07:52
by bluekid Go to last post
4 6,570
 
by Spidy08
Hi- What im looking for: I have two button, I want a button to be highlighted (change color) when clicked on, and when the second button is clicked on, it get highlighted and the first one go back to normal. What I got: I've created a button class, got my own draw and handle function, I got it to...
25-Aug-2006 02:52
by rbp Go to last post
8 684
 
by Spidy08
Hi, im trying to set up a selection list box where the user can select a row of information and I can use that info to display elsewhere. And evenually I need this list to be able to sort by the menu tab on top. should look something like a excel speardsheet... Name Age ...
25-Aug-2006 02:23
by rbp Go to last post
3 604
 
by harroldm
Hi, First post, be gentle. Im trying to make a Window in FLTK2.0 (DevPack version, Windows) that can receive both key(down) and keyup events. My objective is to have a runtime table of 'hotkeys' the user can press to trigger the PUSH/RELEASE of a Button. My first attempt used shortcuts in my...
24-Aug-2006 09:48
by MatthiasWM Go to last post
3 1,101
 
by Bobnoxous
Hello. I'm trying to print text on a button graphic. I'd like the graphic to show around the text. This way, I can use 1 graphic for the buttons, and change the text on top the button as needed. It will also help with internationalization, hopefully. Is there a way to draw text such that the...
24-Aug-2006 08:47
by MatthiasWM Go to last post
1 1,266
 
by Corvin
Hello, I'm working on an embedded project, that brings FLTK+nxlib+nano-X graphics on ARM processor board. Recently we decided to use .ttf fonts on our device. I have built freetype2 library, linked it with nano-X and ensured that it works with nano-x. However, FLTK doesnt load .ttf fonts. In...
24-Aug-2006 08:45
by MatthiasWM Go to last post
1 1,400
Post New Thread

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Display Options Moderators
Showing threads 201 to 220 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 23:25.


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