nanogui: Thread: Re: FLTK2 - Colors mixed up / Keyboard


[<<] [<] Page 1 of 1 [>] [>>]
Subject: Fw: FLTK2 - Colors mixed up / Keyboard
From: ####@####.####
Date: 9 Feb 2006 16:15:31 +0000
Message-Id: <DIIE.0000024B0002678D@192.168.2.136>



Some steps forward regarding my trials with FLTK and nano-X :

- first of all, I upgrade my installation to Microwindows-0.91

- then I was able with FLTK 1.1.7 to get the keyboard working,
  verified it with test/input.cxx

- with FLKT 2.0.x-r4784 the tab key did work on the keyboard, but
  none of the other keys; also verified with test/input.cxx

- attached to this mail are two text files with the log of the two
  trials, FLTK 1.1.7/test/input.cxx -> log117.txt, FLTK2.0/test/input.cxx->log2.txt

- something is still corrupting the color table with both versions of FLTK
  when running the attached example hello.cxx, I did color selection with :
            box->textcolor(BLACK);
            box->color(GRAY85);
   and got a screen with:
            Window background : dark red
            Box color : red
            Text color : black (at least :-))
    Do I have to calibrate the color table before using ?

- if the line
          box->labeltype(SHADOW_LABEL); 
  is used in the example, the text is looking like you had one beer to much
  with two text lines one laying above the other

Any idea ?


Oliver





Original Message       processed by Tobit InfoCenter 
Subject: FLTK2 - Colors mixed up / Keyboard (08-Feb-2006 14:16)
From:    ####@####.####
To:      ####@####.####


Hi all,

trying to setup a system with FLTK2-r4784 running on nano-X server (Microwindows-0.90)
with nxlib-0.45 I ran in two problems when giving several of the FLTK demos a trial:

- GUI elements of the demo came up on the nano-X display, but the colors are mixed up
  Background of window is red, window border is black, fonts are somehow shadowed

- No keyboard or mouse input is given to the FLTK demo application

Anybody any idea how to solve the problem ?


Oliver


To: ####@####.####
Cc: ####@####.####

[Content type application/octet-stream not shown. Download]

[Content type application/octet-stream not shown. Download]

[Content type application/octet-stream not shown. Download]
Subject: RE: [nanogui] Fw: FLTK2 - Colors mixed up / Keyboard
From: "Martin Kajdas" ####@####.####
Date: 9 Feb 2006 16:27:50 +0000
Message-Id: <CF2BB830A62F914F848E5AD5FFF57AC22914CB@mkmail.MKPROD.COM>

I am using FLTK 1.1.7 with microwindows-0.91 (nano-X) and everything works fine.
I am having some problems with FLTK 1.1.7 which I did not have with FLTK 1.1.6 but I am sure this is FLTK problem and I will report it to them.
I am sure that FLTK 2.0 is not as debugged and I am not using it.
 
As to your color problems, I think you are specifying different color schemes (screen modes) for FLTK and microwindows
Martin
 

-----Original Message-----


Some steps forward regarding my trials with FLTK and nano-X :
 
- first of all, I upgrade my installation to Microwindows-0.91
 
- then I was able with FLTK 1.1.7 to get the keyboard working,
  verified it with test/input.cxx
 
- with FLKT 2.0.x-r4784 the tab key did work on the keyboard, but
  none of the other keys; also verified with test/input.cxx
 
- attached to this mail are two text files with the log of the two
  trials, FLTK 1.1.7/test/input.cxx -> log117.txt, FLTK2.0/test/input.cxx->log2.txt
 
- something is still corrupting the color table with both versions of FLTK
  when running the attached example hello.cxx, I did color selection with :
            box->textcolor(BLACK);
            box->color(GRAY85);
   and got a screen with:
            Window background : dark red
            Box color : red
            Text color : black (at least :-))
    Do I have to calibrate the color table before using ?
 
- if the line
          box->labeltype(SHADOW_LABEL); 
  is used in the example, the text is looking like you had one beer to much
  with two text lines one laying above the other
 
Any idea ?
 
 
Oliver
 
 
 
 
 

Original Message      
 processed by Tobit InfoCenter 

Subject: 
FLTK2 - Colors mixed up / Keyboard (08-Feb-2006 14:16)	

From:    
####@####.####	

To:      
####@####.####	
 
Hi all,
 
trying to setup a system with FLTK2-r4784 running on nano-X server (Microwindows-0.90)
with nxlib-0.45 I ran in two problems when giving several of the FLTK demos a trial:
 
- GUI elements of the demo came up on the nano-X display, but the colors are mixed up
  Background of window is red, window border is black, fonts are somehow shadowed
 
- No keyboard or mouse input is given to the FLTK demo application
 
Anybody any idea how to solve the problem ?
 
 
Oliver


To: ####@####.####
Cc: ####@####.####


Subject: Re-2: [nanogui] Fw: FLTK2 - Colors mixed up / Keyboard
From: ####@####.####
Date: 9 Feb 2006 16:38:55 +0000
Message-Id: <DIIE.0000024A00026790@192.168.2.136>



Hi Martin,

thank you for your answer.

Could you tell me how I can specify the the same color scheme for FLTK and microwindows ?

Thx

Oliver


Original Message       processed by Tobit InfoCenter 
Subject: RE: [nanogui] Fw: FLTK2 - Colors mixed up / Keyboard (09-Feb-2006 17:27)
From:    ####@####.####
To:      ####@####.#### (and 1 other)


I am using FLTK 1.1.7 with microwindows-0.91 (nano-X) and everything works fine.
I am having some problems with FLTK 1.1.7 which I did not have with FLTK 1.1.6 but I am sure this is FLTK problem and I will report it to them.
I am sure that FLTK 2.0 is not as debugged and I am not using it.

As to your color problems, I think you are specifying different color schemes (screen modes) for FLTK and microwindows
Martin

-----Original Message-----


Some steps forward regarding my trials with FLTK and nano-X :

- first of all, I upgrade my installation to Microwindows-0.91

- then I was able with FLTK 1.1.7 to get the keyboard working,
  verified it with test/input.cxx

- with FLKT 2.0.x-r4784 the tab key did work on the keyboard, but
  none of the other keys; also verified with test/input.cxx

- attached to this mail are two text files with the log of the two
  trials, FLTK 1.1.7/test/input.cxx -> log117.txt, FLTK2.0/test/input.cxx->log2.txt

- something is still corrupting the color table with both versions of FLTK
  when running the attached example hello.cxx, I did color selection with :
            box->textcolor(BLACK);
            box->color(GRAY85);
   and got a screen with:
            Window background : dark red
            Box color : red
            Text color : black (at least :-))
    Do I have to calibrate the color table before using ?

- if the line
          box->labeltype(SHADOW_LABEL); 
  is used in the example, the text is looking like you had one beer to much
  with two text lines one laying above the other

Any idea ?


Oliver





Original Message       processed by Tobit InfoCenter 
Subject: FLTK2 - Colors mixed up / Keyboard (08-Feb-2006 14:16)
From:    ####@####.####
To:      ####@####.####


Hi all,

trying to setup a system with FLTK2-r4784 running on nano-X server (Microwindows-0.90)
with nxlib-0.45 I ran in two problems when giving several of the FLTK demos a trial:

- GUI elements of the demo came up on the nano-X display, but the colors are mixed up
  Background of window is red, window border is black, fonts are somehow shadowed

- No keyboard or mouse input is given to the FLTK demo application

Anybody any idea how to solve the problem ?


Oliver


To: ####@####.####
Cc: ####@####.####
[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.