[fltk.general] arrow keys don't work in Fl_Text_Editor

2011-10-31 Thread testalucida
Hi, when pushing an arrow key I expect the caret to move up or down, left or right. Instead of that unexpected chars are printed: arrow up ->& arrow dn ->( arrow left -> % arrow right -> ' How can I make the arrows work right? I'm using VC2010, the CharacterSet is set to Multi-Byte. Co

Re: [fltk.general] arrow keys don't work in Fl_Text_Editor

2011-10-31 Thread MacArthur, Ian (SELEX GALILEO, UK)
Which fltk version? Which platform? (I guess win32, but which variant?) > when pushing an arrow key I expect the caret to move up or > down, left or right. Instead of that unexpected chars are printed: > arrow up ->& > arrow dn ->( > arrow left -> % > arrow right -> ' > > How can I

Re: [fltk.general] arrow keys don't work in Fl_Text_Editor

2011-10-31 Thread testalucida
fltk version: should be 1.3.x, but don't know exactly which build (it's an issue with the computer in my company and I've just returned home) platform: Windows7 64 bit I'm not using remote access. Any idea? have a nice evening testalucida > Which fltk version? > > Which platform? (I guess wi

Re: [fltk.general] arrow keys don't work in Fl_Text_Editor

2011-10-31 Thread Greg Ercolano
On 10/31/11 10:22, testalucida wrote: > fltk version: should be 1.3.x, but don't know exactly which build (it's an > issue with the computer in my company and I've just returned home) > platform: Windows7 64 bit > I'm not using remote access. I've definitely never seen this before, and do

[fltk.general] cairo window in a group

2011-10-31 Thread David Allen
I'm interested in having a cairo window as a member of a group. the cairo example in the test directory has the cairo window as the main window. Since the constructor has only width and height arguments, i don't see a way to put it in a group. ___ fltk

Re: [fltk.general] cairo window in a group

2011-10-31 Thread Ian MacArthur
On 31 Oct 2011, at 21:33, David Allen wrote: > I'm interested in having a cairo window as a member of a group. the cairo > example in the test directory has the cairo window as the main window. Since > the constructor has only width and height arguments, i don't see a way to put > it in a grou