Re: [fltk.development] [RFE] STR #2766: New configurableoptiontochangesymbolprefixcharacter

2011-12-14 Thread MacArthur, Ian (SELEX GALILEO, UK)
If such changes are being considered, I would MUCH prefer changing to the limited pseudo-html syntax that is used by Qt and Pango and possibly a large number of other pieces of software. This would let users write foo bboldibold italic/i/b and so on. The version I am thinking of

Re: [fltk.development] [RFE] STR #2766: Newconfigurableoptiontochangesymbolprefixcharacter

2011-12-14 Thread Greg Ercolano
On 12/14/11 02:19, MacArthur, Ian (SELEX GALILEO, UK) wrote: [html suggestion] the limited pseudo-html syntax that is used by Qt and Pango and possibly a large number of other pieces of software. This would let users write foo bboldibold italic/i/b and so on. Greg's idea (ANSI inspired

Re: [fltk.development] [RFE] STR #2766:Newconfigurableoptiontochangesymbolprefixcharacter

2011-12-14 Thread Greg Ercolano
On 12/14/11 13:26, Ian MacArthur wrote: #define BOLD_ON \e[1m #define BOLD_OFF \e[0m const char *msg = BOLD_ON Alert! BOLD_OFF \nYour printer is on fire; Ah, but I see ESC[1m and I think Bold, ESC[0m and I think attributes off... Maybe that's just me... That's

Re: [fltk.general] Tile sample and X_CreatePixmap error

2011-12-14 Thread Greg Ercolano
On 12/14/11 08:52, David FLEURY wrote: Hi, I am testing the tile sample for the distrib, and when resizing the tile where the subwindow is, I have these errors (under linux) : X_CreatePixmap: BadValue (integer parameter out of range for operation) 0x0 X_CopyArea: BadDrawable (invalid

Re: [fltk.general] Tile sample and X_CreatePixmap error

2011-12-14 Thread David FLEURY
I wouldn't think font size would affect that demo though, would it? I = don't know. Anyway, as another ref point, testing with ubuntu 11.10, all seems fine, = no errors flagged. I wonder if there's something odd about your graphics driver, or = something? Don't know, I am using a Red

Re: [fltk.general] Tile sample and X_CreatePixmap error

2011-12-14 Thread Ian MacArthur
On 14 Dec 2011, at 21:36, David FLEURY wrote: I wouldn't think font size would affect that demo though, would it? I = don't know. Anyway, as another ref point, testing with ubuntu 11.10, all seems fine, = no errors flagged. I wonder if there's something odd about your graphics driver,

Re: [fltk.general] no event generated for BackSpaceKey or DeleteKey

2011-12-14 Thread Terry Welsh
On 30/11/11 08:20, Terry Welsh wrote: Hi, I'm using FLTK 2, and I have a class derived from GlWindow. My handle() function gets called for almost every key on the keyboard, but not when I press backspace or delete. Is this expected behavior? Is there a way to get events for these