Color Confusion

Submitted by WayneK on 2016/11/17 17:37
In typical fashion for me, I tried to so something I thought would take 30 seconds but ended up bogged down in confusion about the InfoQube color system.  I thought I understood it but I guess not.
 
I wanted to change the selected item background color (Tools>Options>Grids>Selected items back color).  I'll summarize the problems I ran into.
 
#1  I don't understand the color codes I'm seeing.  InfoQube uses VB Hex, which consists of 8 numbers/letters.  The code for bright red is &h0000FF but InfoQube won't let me enter this code.  Instead it insists on showing a code consisting of 11 numbers:  &H000000FF&.  The color box next to the code shows bright red but when I return to the grid, the color is salmon, not bright red.  I tried using the selection box next to the code.  In every case, the color shown in the  box next to the code number does not match the color I see when I return to the grids (they're always much paler).  I've used this option before and had no problem.  Now, nothing makes sense.
 
#2 Selection back color is not working consistently.  In one grid, the selection color is salmon.  If I go to another grid, it's pale green.The selected item back color should be the same for all grids, no?
 
Wayne
9.86b

Comments

Hi Wayne,
 
I think there are 2 issues here:
  1. You may have Tools > Options > Semi-transparent Selector (1.2.4) checked. This tones down the color
  2. There is an issue with the automatic toning of the selector color when the grid looses focus (to emphasize which grid is selected)
 
Pierre_Admin
IQ Designer
 

WayneK

2016/11/17 18:33

In reply to by Pierre_Admin

OK, that helps.  I must have accidentally checked that when I was trying to change the color code.  Questions remaining:
 
1) Why don't the codes match the 8 character VB Hex code?  Why can't I edit the numbers?
 
2) Why is the selected back color different in different grids?
 
Back Color in Grid 1:
 
 
Back Color in Grid 2:
 
 
I thought maybe there was another setting for back color (eg by grid) but I couldn't find anything. 
 
Wayne
 

Pierre_Admin

2016/11/17 19:07

In reply to by WayneK

Yeah, it will be fixed in the coming version.
For now, use a color with a mix of all 3 colors (red, green, blue) and it will work
 
Pierre_Admin
IQ Designer
 

[quote=WayneK]
#1  I don't understand the color codes I'm seeing.  InfoQube uses VB Hex, which consists of 8 numbers/letters.  The code for bright red is &h0000FF but InfoQube won't let me enter this code.  Instead it insists on showing a code consisting of 11 numbers:  &H000000FF&. 
[/quote]
The first two 00 are for when you select the system colors. Notice when you select the color, the selector has 2 tabs: Palette and System.
 
 
Pierre_Admin
IQ Designer