[fltk.development] [RFE] STR #2839: Forum overview webpage with date of last message

2012-05-10 Thread chris
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2839 Version: Web Site When using the web frontent to the newsgroups it would be nice to see the date of the last post on the forum overview page. So you would not have

Re: [fltk.development] text caret control in Fl_Text_Display

2012-05-10 Thread Greg Ercolano
On 05/10/12 06:07, David Currie wrote: How does one control the text caret in Fl_Text_Display. I mean the TEXT cursor (caret) not the mouse cursor ? To control its on/off state, show_cursor(1|0), To control its position, insert_position(pos). For the user to move it,

Re: [fltk.development] text caret control in Fl_Text_Display

2012-05-10 Thread David Currie
On 05/10/12 06:07, David Currie wrote: How does one control the text caret in Fl_Text_Display. I mean the TEXT cursor (caret) not the mouse cursor ? To control its on/off state, show_cursor(1|0), To control its position, insert_position(pos). is there some example code because

Re: [fltk.general] 1.3.0 very slow on X11 with Unicode locale

2012-05-10 Thread Michael Baeuerle
Albrecht Schlosser wrote: If the problem is this _repeated_ calling of XOpenIM() - well, then I have a vague recollection that this has been introduced (IIRC by Manolo) to solve a problem if the IM is not started (yet) when the program starts, or when the IM is restarted while the program

[fltk.general] Undefined reference when compiling from IDE

2012-05-10 Thread Eugenio Bargiacchi
Good day, I'm having a small problem when compiling FLTK programs from my ide ( Code::Blocks on Windows 7 ). In particular, when I try to compile with the command line provided by the fltk-config --compile it all works, while when I compile from my IDE I get this error:

Re: [fltk.general] Undefined reference when compiling from IDE

2012-05-10 Thread Greg Ercolano
On 05/10/12 08:10, Eugenio Bargiacchi wrote: Good day, I'm having a small problem when compiling FLTK programs from my ide ( Code::Blocks on Windows 7 ). In particular, when I try to compile with the command line provided by the fltk-config --compile it all works, while when I compile from

[fltk.general] Crash when running FLTK 1.3.0 with IGSTK 4.4

2012-05-10 Thread Steve Fallows
I am encountering an error running the HelloWorld from IGSTK 4.4 on MacOS 10.7. The problem seems to be with FLTK. FLTK 1.3 -r9422 installed correctly - I can run both the HelloWorld example and the demo program in the test folder. However, win I run the HelloWorld example from IGSTK

Re: [fltk.general] Key events not consumed in child window

2012-05-10 Thread Mike Lockmoore
Hmm. Are you sure it is a key-down event, not a key-up? I think you are making a good point. The child process aterm is closing on the key-down of [enter], but my app is mostly catching key-up events. Maybe I can rework it to only work on key-down.Hopefully it will be simple to trigger my