Color of function keys
Moderator: jeanmichel
-
- Posts: 119
- Joined: 24 Jul 2017, 17:02
Re: Color of function keys
That's weird.
Can you check if the class "ax_customeautoguifkey" is there in a container DIV like shown below.
Note: if top and height are removed, it appears like above. The container DIV height is bit larger than the button.
If it exists there, the CSS selector "div.ax_customeautoguifkey button" should work.
Regards,
Hide
Can you check if the class "ax_customeautoguifkey" is there in a container DIV like shown below.
Note: if top and height are removed, it appears like above. The container DIV height is bit larger than the button.
If it exists there, the CSS selector "div.ax_customeautoguifkey button" should work.
Regards,
Hide
Re: Color of function keys
No it's not... we are using Material Design, I don't know if it has to do something with that?
-
- Posts: 119
- Joined: 24 Jul 2017, 17:02
Re: Color of function keys
Oh I see, you used the fKey panel extension. That's the difference between you and myself. I will try using the fKey panel as well tomorrow. Or it will work once the fKey panel is removed, I presume.
Regards,
Hide
Regards,
Hide
-
- Posts: 119
- Joined: 24 Jul 2017, 17:02
Re: Color of function keys
If it's "normal" autoGui button, it has a class linked to DSPATR. In case as shown below, "x29" represents COLOR(RED) DSPATR(RI).
COLOR(RED) + DSPATR(RI)
On the other hand, fKeys in fKey panel don't have the information about DSPATR...
So I think there are two options.
1. use "normal" autoGui fKey button.
2. ask Lansa to enhance this portion.
Regards,
Hide
COLOR(RED) + DSPATR(RI)
On the other hand, fKeys in fKey panel don't have the information about DSPATR...
So I think there are two options.
1. use "normal" autoGui fKey button.
2. ask Lansa to enhance this portion.
Regards,
Hide
Re: Color of function keys
Hi,
Thanks for investigating this, but the result is as we thought.
It's impossible to start changing all the screens that have been made so far, so I guess we'll have to wait on Lansa to make this.
Unless it's possible to change the fKeyPanels to "normal" autoGui buttons in one action?
Kind regards,
Frederik
Thanks for investigating this, but the result is as we thought.
It's impossible to start changing all the screens that have been made so far, so I guess we'll have to wait on Lansa to make this.
Unless it's possible to change the fKeyPanels to "normal" autoGui buttons in one action?
Kind regards,
Frederik
-
- Posts: 119
- Joined: 24 Jul 2017, 17:02
Re: Color of function keys
Hi,
Try unchecking "Show function keys on Panel.
Regards,
Hide
Try unchecking "Show function keys on Panel.
Regards,
Hide
Re: Color of function keys
The screens that haven't been edited yet now show the function keys on the screen itself, and in a function key panel (that's automatically added apparently).
On the existing screens I only see the function key panel.
On the existing screens I only see the function key panel.
-
- Posts: 119
- Joined: 24 Jul 2017, 17:02
Re: Color of function keys
Oh I see. It happens here too. Orz
Re: Color of function keys
I would have to do that on every screen then...
But I'm giving it a try for this screen to see what happens, maybe something can be found so that it can be a bit automised.
The div around the button ("supp") now gets the ax_customeautoguifkey class, but the style is not taken over. If you look at the right box, you see that the css is also shown. I tried changing the 'inherit' to #F12345 and then all the buttons got a color.
But I'm giving it a try for this screen to see what happens, maybe something can be found so that it can be a bit automised.
The div around the button ("supp") now gets the ax_customeautoguifkey class, but the style is not taken over. If you look at the right box, you see that the css is also shown. I tried changing the 'inherit' to #F12345 and then all the buttons got a color.