Re: [fltk.general] Minimize fltk app to system tray

2012-08-07 Thread MacArthur, Ian (SELEX GALILEO, UK)
Ian MacArthur imacart...@gmail.com schrieb: On 5 Aug 2012, at 16:58, Coder wrote: If you want some platform specific code to do this for Windows, try: http://www.9edgedown.talktalk.net/fl_tray_icon.html Which is the response I posted last time this came up (circa 2007) and

Re: [fltk.general] ipad?

2012-08-07 Thread chris warren-smith
The simplest way to get FLTK working on modern day mobile devices would be to write a new back-end for MoSync (see: http://www.mosync.com/). The MoSync C/C++ API has everything FLTK needs - basic drawing primatives, event handling etc. I'm currently using it to make SmallBASIC run on android.

[fltk.general] How to set an icon to the main window that appear top left corner with the title?

2012-08-07 Thread Furqan
I want to set an icon of my application to the top bar of the main window (top left corner above menu). How can I set... ? // is it that function ? if not then how and what this function means ? MainWindow-icon(); thanks. ___ fltk mailing list

Re: [fltk.general] How to set an icon to the main window that appear top left corner with the title?

2012-08-07 Thread MacArthur, Ian (SELEX GALILEO, UK)
I want to set an icon of my application to the top bar of the main window (top left corner above menu). How can I set... ? // is it that function ? if not then how and what this function means ? MainWindow-icon(); This is described in the docs, but the easiest way might be to look at what

Re: [fltk.general] How to set an icon to the main window thatappear top left corner with the title?

2012-08-07 Thread Herman
Make sure you read the topic about Operating Issues carefully. http://www.fltk.org/doc-1.3/osissues.html It says there there that you must make any calls to icon _before_ you call your MainWindow-show(). If you don't follow this, you will be in a lot of despair :-) Cheers, Herman On

Re: [fltk.general] ipad?

2012-08-07 Thread Matthias Melcher
On 07.08.2012, at 13:49, MacArthur, Ian (SELEX GALILEO, UK) ian.macart...@selexgalileo.com wrote: The simplest way to get FLTK working on modern day mobile devices would be to write a new back-end for MoSync (see: http://www.mosync.com/). The MoSync C/C++ API has everything FLTK needs -

Re: [fltk.general] ipad?

2012-08-07 Thread Ian MacArthur
On 7 Aug 2012, at 18:21, Matthias Melcher wrote: Harking back to MoSync, I wonder if fltk's modified LGPL would be compatible with their GPLv2 requirement for free use? MoSync really does look interesting. Yes, I think so. The license is no problem at all since we would only use MoSync

Re: [fltk.general] New HTML Widget

2012-08-07 Thread Cliff Yapp
Just curious - has anyone been doing any work recently on an improved FLTK html widget? A quick trial of the existing help viewer widget indicates it's not likely to support enough HTML for my proposed uses, which raises the same general question already posed in this thread. Tkhtml3 is