Search found 7 matches

by pius
05 Jun 2019, 13:43
Forum: "How do I do this"
Topic: How can you Add Prompt Buttons when no + present
Replies: 3
Views: 7566

Re: How can you Add Prompt Buttons when no + present

Hi Dino!

Sorry that I forgot to mention that this new property will be available on the next release of aXes.

Thanks!

Regards,
Pius
by pius
23 May 2019, 10:16
Forum: "How do I do this"
Topic: Function Key Display
Replies: 1
Views: 3937

Re: Function Key Display

Hi Joerg,

You can set the Autogui rule of the Function Keys->Button Label from the AutoGUI tab to "Both".

Thanks!

Regards,
Pius
by pius
21 May 2019, 14:58
Forum: "How do I do this"
Topic: How to use the ConnectorJS Email?
Replies: 1
Views: 4485

Re: How to use the ConnectorJS Email?

Hi Dino!

On the Extensions Toolbox, right side of the Extension name, just click the "?" button.
Untitled.png
Untitled.png (6.1 KiB) Viewed 4477 times

Regards,
Pius
by pius
21 May 2019, 14:36
Forum: "How do I do this"
Topic: How can you Add Prompt Buttons when no + present
Replies: 3
Views: 7566

Re: How can you Add Prompt Buttons when no + present

Hi Dino!

We already have an extension that can do this.
Create a rule to identify your input and select Multitype Input box in Apply As.
Then change the prompter property of the extension to true.
HTH.

Thanks!

Regards,
Pius
by pius
04 Jan 2019, 07:43
Forum: "How do I do this"
Topic: _AX_ONCE_ in AutoGUI+
Replies: 3
Views: 8395

Re: _AX_ONCE_ in AutoGUI+

Hi Nic!

This issue will be fixed on the next release of axes.
New options for the rule will be added to make the Top Bar rule appear or disappear on customized or uncustomized screens.

Thanks!

Regards,
Pius
by pius
10 Aug 2017, 15:55
Forum: "How do I do this"
Topic: Setting a Global Style in aXes
Replies: 7
Views: 12044

Re: Setting a Global Style in aXes

Hi Ketut,

If you are going to create two different styles for the same element, you need to be more specific on the htmlTag.
You can add class names in the htmlTag as well.
Eg.
name: btnSuccess
styleFor: HTML Element
htmlTag: .success BUTTON
style: { background-color: #4CAF50 ; }

name ...
by pius
08 Aug 2017, 15:04
Forum: "How do I do this"
Topic: Setting a Global Style in aXes
Replies: 7
Views: 12044

Re: Setting a Global Style in aXes

Hi Ketut.

It will work on any html tag.
Eg. textarea, a, button, etc.

Best regards,
Pius