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 ...
Search found 30 matches
- 22 Mar 2024, 21:31
- Forum: "How do I do this"
- Topic: Change Keypad character.
- Replies: 5
- Views: 26928
- 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 ...
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 ...
- 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 ...
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 ...
- 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?
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?
- 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:
- 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?
- 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 ...
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 ...
- 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.
On the existing screens I only see the function key panel.
- 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 ...
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 ...
- 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?