Search found 30 matches

by Fre_Vdh
22 Mar 2024, 21:31
Forum: "How do I do this"
Topic: Change Keypad character.
Replies: 5
Views: 26928

Re: Change Keypad character.

After seeing this post https://axes.lansa.com.au/viewtopic.php?f=9&t=219&p=549&hilit=ax_once#p549 , we found a solution.

In the script we put the following code:
window.addEventListener("keyup", function (event) {
if (event.code === 'NumpadDecimal') {
event.preventDefault();
var value = event ...
by Fre_Vdh
28 Feb 2024, 20:59
Forum: "How do I do this"
Topic: Change Keypad character.
Replies: 5
Views: 26928

Re: Change Keypad character.

Hi,

We have recently changed to other Citrix servers and now everybody's profile is in English instead of Dutch or French.
Because of that the decimal point is now always a dot, but we would like a comma.

I tried it with:

<MAP>
<KEY>0xBC</KEY>
<DESC >Num Pad decimal point</DESC>
<COMMAND ...
by Fre_Vdh
19 Jan 2024, 21:26
Forum: "How do I do this"
Topic: Color of function keys
Replies: 24
Views: 428780

Re: Color of function keys

I found something:

I removed all the customAutoGUIFkeyStyle stuff.
On the AutoGui ruile 'Function Keys' i went into the properties and in the eXtensions style I entered
var f=FIELD.get5250Attribute("id");

if (f === "X29"){
var oStyle = {"background-color":"#d99694"};
}
else
{
oStyle ...
by Fre_Vdh
18 Jan 2024, 22:56
Forum: "How do I do this"
Topic: Color of function keys
Replies: 24
Views: 428780

Re: Color of function keys

I removed the x29 definition, but still the same.
The background of div "text1b22" is not red either, so inherit will not work I guess.
Should there not be a rule for that div?
rood weg.png
rood weg.png (171.81 KiB) Viewed 47140 times
by Fre_Vdh
15 Jan 2024, 20:47
Forum: "How do I do this"
Topic: Hover over subfile row
Replies: 2
Views: 28054

Re: Hover over subfile row

I tried it like this, but it's not working:
hover.png
hover.png (2.86 KiB) Viewed 20525 times
by Fre_Vdh
21 Dec 2023, 20:00
Forum: "How do I do this"
Topic: Color of function keys
Replies: 24
Views: 428780

Re: Color of function keys

I do have another style defined for x29, maybe that's an issue?
X29.png
X29.png (45.21 KiB) Viewed 56256 times
by Fre_Vdh
21 Dec 2023, 19:02
Forum: "How do I do this"
Topic: Color of function keys
Replies: 24
Views: 428780

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 ...
by Fre_Vdh
21 Dec 2023, 18:05
Forum: "How do I do this"
Topic: Color of function keys
Replies: 24
Views: 428780

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.
by Fre_Vdh
21 Dec 2023, 17:08
Forum: "How do I do this"
Topic: Color of function keys
Replies: 24
Views: 428780

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 ...
by Fre_Vdh
20 Dec 2023, 21:11
Forum: "How do I do this"
Topic: Color of function keys
Replies: 24
Views: 428780

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?
properties.png
properties.png (104.58 KiB) Viewed 105687 times