[fltk.commit] [Library] r9687 - branches/branch-3.0/src/fltk3

2012-09-28 Thread fltk-dev
Author: manolo Date: 2012-09-28 00:59:13 -0700 (Fri, 28 Sep 2012) New Revision: 9687 Log: Added missing use of NSAutoreleasePool object in calc_mac_os_version(). Modified: branches/branch-3.0/src/fltk3/cocoa.mm Modified: branches/branch-3.0/src/fltk3/cocoa.mm

[fltk.commit] [Library] r9688 - branches/branch-1.3/src

2012-09-28 Thread fltk-dev
Author: manolo Date: 2012-09-28 01:07:47 -0700 (Fri, 28 Sep 2012) New Revision: 9688 Log: Added missing use of NSAutoreleasePool object in calc_mac_os_version(). Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm

Re: [fltk.development] fluid broken in fltk3?

2012-09-28 Thread Manolo Gouy
Getting a lot of this when fluid runs in fltk3 builds... Generating CubeViewUI.cxx and header from CubeViewUI.fl... Compiling cursor.cxx... 2012-09-27 19:00:02.744 fluid[5003:903] *** __NSAutoreleaseNoPool(): = Object 0x100303400 of class NSCFDictionary autoreleased with no pool in = place

[fltk.general] Is it possible to draw a line on screen, out of Fl_Window?

2012-09-28 Thread rogx . libero
Hello all! I am trying to modify Flruler by Greg Ercolano, to draw some lines on the (full) screen, out of the Flruler app window. Is it possible? (I'm using Fltk 1.1.10) Thanks, Rogx ___ fltk mailing list fltk@easysw.com

Re: [fltk.general] Is it possible to draw a line on screen, out of Fl_Window?

2012-09-28 Thread MacArthur, Ian (SELEX GALILEO, UK)
I am trying to modify Flruler by Greg Ercolano, to draw some lines on the (full) screen, out of the Flruler app window. Is it possible? Short answer: no. Longer answer: maybe, but you'd probably need some platform specific code, fltk can not draw outside of its windows by default...

[fltk.general] Fl_Input over graphics

2012-09-28 Thread David Allen
My program draws a figure that goes by several names depending on the discipline: state machine, directed graph, automata. The graphic aspects of this look great. I want to place an Fl_Input over each node so that the user can name the node. I have made several attempts, none of which are

Re: [fltk.general] Fl_Input over graphics

2012-09-28 Thread Ian MacArthur
On 28 Sep 2012, at 15:48, David Allen wrote: My program draws a figure that goes by several names depending on the discipline: state machine, directed graph, automata. The graphic aspects of this look great. I want to place an Fl_Input over each node so that the user can name the node. I

Re: [fltk.general] Fl_Input over graphics

2012-09-28 Thread Greg Ercolano
On 09/28/12 07:57, Ian MacArthur wrote: In the meantime, have you seen Greg's OpDesk code? That might be similar enough to give some insights in to what to do... http://seriss.com/people/erco/fltk/Fl_OpDesk/ Hope that helps... Oops, just noticed the 'documentation' link on that

Re: [fltk.general] Fl_Input over graphics

2012-09-28 Thread Greg Ercolano
On 09/28/12 07:48, David Allen wrote: I want to place an Fl_Input over each node so that the user can name the node. I have made several attempts, none of which are satisfactory. Suggestions are appreciated. I'd suggest having a right click menu for the nodes, one of the options