Color of function keys
Moderator: jeanmichel
Color of function keys
Hello,
In our greenscreens we have function keys that are by default with a green background, but when there's data that will be shown when clicking them, they are red.
Is it possible to have the same style in aXes?
Kind regards,
Frederik
In our greenscreens we have function keys that are by default with a green background, but when there's data that will be shown when clicking them, they are red.
Is it possible to have the same style in aXes?
Kind regards,
Frederik
Re: Color of function keys
Hi,
Just had a quick meeting with Lansa in which was said that it may be possible to do this via a Global Rule that changes every function key panel to a buttonpanel and that way we could get the hex-code of the buttons and use that color.
The person that said this, did not exactly know how to do this, but he suggested to put it on the forum and maybe some clever person would know a solution.
All my hope is on you guys
Kind regards,
Frederik
Just had a quick meeting with Lansa in which was said that it may be possible to do this via a Global Rule that changes every function key panel to a buttonpanel and that way we could get the hex-code of the buttons and use that color.
The person that said this, did not exactly know how to do this, but he suggested to put it on the forum and maybe some clever person would know a solution.
All my hope is on you guys
Kind regards,
Frederik
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Color of function keys
Hi Frederik,
I might be able to do that. Can you share the screenshots for my better understanding?
Regards,
Hide from Fairdinkum
I might be able to do that. Can you share the screenshots for my better understanding?
Regards,
Hide from Fairdinkum
Re: Color of function keys
Hi,
This is the policy screen where you can see that 5 function keys are red: When you click on F24=doc, a window opens and there you can see that one function key is red: The lay-out in aXes from the policy screen is: We would like the same function keys to be in a different color (red).
This is the aXes screen when you click F24=doc:
Kind regards,
Frederik
This is the policy screen where you can see that 5 function keys are red: When you click on F24=doc, a window opens and there you can see that one function key is red: The lay-out in aXes from the policy screen is: We would like the same function keys to be in a different color (red).
This is the aXes screen when you click F24=doc:
Kind regards,
Frederik
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Color of function keys
Hi Frederik,
Can you try this when you have time?
(1) add the following code into autoGuiFkey's basic style.
---> ax_customeautoguifkey class will be added into a container DIV of autoGuiFkeys.
(2) set "outlined" to autoGuiFkey's buttonStyle.
(3) add the following Application.style.
*top and height settings are just for its look and feel. So you can try without those css first.
I got the following results.
Hope this helps.
Regards,
Hide
Can you try this when you have time?
(1) add the following code into autoGuiFkey's basic style.
Code: Select all
_base: customeautoguifkey;
(2) set "outlined" to autoGuiFkey's buttonStyle.
(3) add the following Application.style.
Code: Select all
name... e.g. customAutoGUIFkeyStyle
styleFor... html
htmlTag... dummy, div.ax_customeautoguifkey button
style... {top: -1px !important;height: 18px !important;background-color: inherit !important;}
I got the following results.
Hope this helps.
Regards,
Hide
Re: Color of function keys
Hi,
(1) Is that here? I get the yellow triangle there... (2) ok
(3) I can't type it all after each other, is it good like this?
(1) Is that here? I get the yellow triangle there... (2) ok
(3) I can't type it all after each other, is it good like this?
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Color of function keys
(1) should be inside {}.
(3) if still not working, change the interface property in Application.Style to json.
Regards,
Hide
(3) if still not working, change the interface property in Application.Style to json.
Regards,
Hide
Re: Color of function keys
Hi,
(1) is still with the triangle: (3) it worked to insert with changing to json.
(1) is still with the triangle: (3) it worked to insert with changing to json.
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Color of function keys
Try this:
Regards,
Hide
Regards,
Hide
Re: Color of function keys
Hi,
Now I could fill it in, but it's still all blue keys.
The styles is correctly filled in? I tried leaving out the top and height like you suggested.
Now I could fill it in, but it's still all blue keys.
The styles is correctly filled in? I tried leaving out the top and height like you suggested.