Search found 10 matches

by Eugene.King
22 Aug 2024, 01:35
Forum: "How do I do this"
Topic: Set focus/cursor position on a field using double mouse click
Replies: 1
Views: 16345

Re: Set focus/cursor position on a field using double mouse click

Thanks to the product team :D I now have a solution to the issue.

Firstly they advised to put the script in the 'onReady' event rather than the 'onArrive' event as the whole dom is loaded by the time this is triggered.

document.addEventListener('dblclick', function(event) { SENDKEY("F22 ...
by Eugene.King
23 Jul 2024, 18:16
Forum: "How do I do this"
Topic: Set focus/cursor position on a field using double mouse click
Replies: 1
Views: 16345

Set focus/cursor position on a field using double mouse click

In the DDS for an application the MOUSBTN key word has been used to enable mouse double clicking on a field on a 5250 screen. The F22 function key has also been assigned so that the user can use the function keys as well as the double mouse click. When F22/Double Click is used it acts as a kind of ...
by Eugene.King
19 Oct 2022, 19:25
Forum: Tips & Techniques
Topic: Excel VBA with aXes
Replies: 4
Views: 27438

Re: Excel VBA with aXes

Thanks, I'll give that a try.
by Eugene.King
19 Oct 2022, 00:32
Forum: Tips & Techniques
Topic: Excel VBA with aXes
Replies: 4
Views: 27438

Re: Excel VBA with aXes

Do you have a translated version of this document, please? I'm looking to do something similar with both excel and word. Thanks in advance.
by Eugene.King
30 Sep 2022, 19:06
Forum: "How do I do this"
Topic: aXes Mobile - How to lock the function key bar to bottom of the iPad Screen
Replies: 0
Views: 14451

aXes Mobile - How to lock the function key bar to bottom of the iPad Screen

When using aXes on an iPad is there a way to lock the function key bar into the bottom position? When I have an external Keyboard attached the function key bar overlaps the function keys on the screen and I cannot scroll the screen to get to them.
by Eugene.King
03 Apr 2020, 23:59
Forum: "How do I do this"
Topic: Multi-Factor Authentication
Replies: 0
Views: 9378

Multi-Factor Authentication

Has anyone used Multi-Factor Authentication with aXes? If so what did you use and how?
Thanks in Advance.
Eugene King
by Eugene.King
10 Sep 2019, 20:11
Forum: "How do I do this"
Topic: Set the style of dynamically generated radio buttons
Replies: 4
Views: 15613

Re: Set the style of dynamically generated radio buttons

Hi Hidekazu,
I don't seem to have the option for the caption style in the extension properties (see attached image Radio Button Properties).
I'm using aXes 4.2. I'm also using an AutoGUI rule to create the radio buttons. I would like to set the style on the rule rather than on every screen.
Best ...
by Eugene.King
10 Sep 2019, 01:42
Forum: "How do I do this"
Topic: Set the style of dynamically generated radio buttons
Replies: 4
Views: 15613

Set the style of dynamically generated radio buttons

With the assistance of Support I have setup an global Auto-GUI rule to dynamically create radio buttons based on the text displayed on the screen after the input field. For example after an input field I have the following text
1=Option 1, 2=Option 2, 3=Option 3
The script below converts them to a ...
by Eugene.King
10 Sep 2019, 01:28
Forum: "How do I do this"
Topic: aXes - Generically Identify screens
Replies: 1
Views: 8801

aXes - Generically Identify screens

Can aXes use generic screen identifiers?
I have an application with two types of popups, select single entry and select multiple entries. They use screen identifiers of PIDSXX-S, for select single entry popups or PIDSXX-M for select multiple entry popups. The XX is an integer. I want to create a ...
by Eugene.King
09 Sep 2019, 19:39
Forum: "How do I do this"
Topic: Dynamically Populate dropdowns
Replies: 2
Views: 10978

Dynamically Populate dropdowns

I have a grid of data on a screen which behaves like a subfile, with options across the top and a select column. This data grid doesn't contain any of the standard subfile markers so aXes cannot render it automatically as it does with subfiles. Does anyone have any ideas on how I can get the options ...