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 morgoth
Hi, I'm a fresh newbie in FLTK. I want to capture Webcam images and draw it in my window. I also apply openGL operations on the image and display the result in another window. I created a class named ImageWindow that inherit from Fl_Window, and a class ShaderWindow that inherit from...
01-Oct-2008 19:37
by JivanAmara Go to last post
7 4,003
Thumbs up
by hondaz
#include <FL/Fl_Window.H> #include <FL/Enumerations.H> iam having trouble when a widget which was inherited from Fl_Group was noticed not recieving a FL_KEYDOWN event though i was getting the FL_KEYUP correctly. During a KEYDOWN it was providing a FL_SHORTCUT to the handle . Anyone knows why...
19-Sep-2008 04:45
by hondaz Go to last post
0 512
Unhappy
by cup
This is a FLTK2.0 problem. 1) Create a form with 2 input browsers (browser with drop down combo box) 2) Click on dropdown arrow of top box - top box combo appears 3) Click on dropdown arrow of bottom box - top box combo closes 4) Click on dropdown arrow of bottom box - bottom box combo appears
14-Sep-2008 15:21
by cup Go to last post
0 308
 
by emreege
Hi everybody. I am trying tou play a video in a FLTK window. But actually i don't know how can i achieve this:( . I am takin video over network. How can i solve my problem. I know the solution may be long but if you can give the steps that i must done i will research deeper from the...
11-Sep-2008 07:23
by emreege Go to last post
0 387
 
by ./mr
Hi ! I'm using fltk 1.1.8. How can I get current cursor position in Fl_Text_Editor ? I would like to make something like this ? aaaaaaaaa aaa c| Position format is line number, character number. In this example cursor position is 3, 2.
26-Aug-2008 11:24
by ./mr Go to last post
0 457
 
by FeiZhang
Hello, everyone! Is the anyone know how to set the background pixmap of the ScrollGroup!
26-Aug-2008 09:09
by FeiZhang Go to last post
0 280
 
by FeiZhang
Hi,all! Is there anyone know how to display a gif file in fltk2? Any help appreciated
23-Aug-2008 13:50
by bnolsen Go to last post
4 648
 
by _Sensible
Hi, My app compiles fine on Linux and Win machines, but `i cant get it to work on MAC. Here's the log: /bin/sh: line 1: fltk-config: command not found /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: Fl::check() fl_alert(char const*, ...) Fl_Group::end()
16-Aug-2008 14:36
by _Sensible Go to last post
1 562
 
by floogy
Hi, I wanted to compile FLU on ubuntu hardy amd64, but I get this error: 007@ubuntu:~/Desktop/Stuff/CMS/prog/oyranos/FLU_2.14$ ./configure FLU configure script v1.3 Checking whether gcc accepts -fPIC...yes Checking for required libs... FL/Fl.H GL/gl.h
05-Aug-2008 13:10
by davekw7x Go to last post
14 1,551
 
by Stanley
Hi all, I have a problem of making window transparent, I need to draw opengl drawings in a transparent opengl window.I tried Shaped window with loading xbm image but could not draw opengl on it. Any help appreciated Regards Stanley
05-Aug-2008 00:19
by Stanley Go to last post
0 476
Smile
by hondaz
I was wondering if anyone has previously tried or got anywhere near to what i needed to achieve Need to create a normal FL_WIndow which contains another custom widget ( could possibly be another FL_Window) And this custom widget /window need to contain within it a External XApplication (eg ....
25-Jul-2008 02:31
by hondaz Go to last post
0 362
 
by alka08
Hello Everyone, I am having problem with displaying Icelandic Text in the label of Fl_Box. The environment is FLTK 1.1.7 on top of Fedora Core 4 Problem: When I try to display this Icelandic Text -> "Sláðu inn" in the Box label; it shows up as this -> "Sláðu inn". I followed the "How to...
22-Jul-2008 09:23
by alka08 Go to last post
1 405
Exclamation
by islambadr
Hello World! For some reasons with a very weak CPU power embedded platform, I need to have direct access to the xlib APIs for drawing functionalities. I need to make direct calls to XDrawLine() and other drawing functions. This guarantees the fastest drawing way ever! My application is to draw...
21-Jul-2008 05:53
by bluekid Go to last post
1 482
 
by RyanS09
Hi- I currently have callbacks defined for FLTK scrollbars in my program. After repositioning the bars they no longer function properly or respond to mouse interactions. My code is as...
15-Jul-2008 13:47
by RyanS09 Go to last post
0 403
Unhappy
by stritter
Hey everybody! I´m using a GUI desinged with FLTK, but with full graphic hardware acceleration the program hangs itself up. and i´ve no idea why... when i switch the hardware acceleration a bit more down, it runs without any problems. Does anybody have an idea, why?! And what could i do?! Thx for...
08-Jul-2008 11:28
by bnolsen Go to last post
1 381
Angry
by Alison Krueger
I'm using FLTK 1.1.8 with nano X. I have mature code from a development platform that has been working fine for months with FLTK1.1.7 and X. Switched to FLTK 1.1.8 and nano X, and things aren't working. Complicating matters is that the systems is mouseless (very sad). Once focus is lost, I'm...
03-Jul-2008 11:09
by Alison Krueger Go to last post
0 746
 
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>
23-Jun-2008 06:31
by cable_guy_67 Go to last post
9 2,642
 
by kyramoon
Hello! I' m designing a Connect Four (Four in a Line) with FUID and FLTK, but I have a problem. How can I change the image of a selected button? I know that it is with the command "deimage" , but I don't know how make it. The original image is a png, but i don't know how to make that it selects...
22-Jun-2008 09:20
by kyramoon Go to last post
0 321
 
by Invincible
Hi , I am using fltk-1.1.7 but I came across a situation where I want to scale a particular Image and I am not finding any way to do the same. How can I scale image in fltk? I want to create a custom widget (rectangular) with :- width = w ,height = h (1-15) pixel border where I can put...
19-Jun-2008 19:06
by khalid302 Go to last post
4 986
Unhappy
by qexing
I write a simple topmost window program like this: ----------------------------------- Window *window = new Window(0, 0, 100, 100, "title"); if (!window) return; window->set_override(); window->begin(); Button *btn = new Button(0, 0, 120, 20, "button"); btn->callback(BtnProc); // button...
19-Jun-2008 08:27
by qexing Go to last post
5 646
Post New Thread

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Display Options Moderators
Showing threads 61 to 80 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:47.


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