Search found 5 matches

by Theo de Bruin
01 Nov 2023, 23:03
Forum: "How do I do this"
Topic: (Date) suggestions
Replies: 1
Views: 15003

Re: (Date) suggestions

Hi,

You can change this for the whole application in the AutoGui Rules of the Date Properties.

Click on the Hamburger Menu (left top) , choose AutoGui , Set Rules button,then
in the Edit Rule window, go to the line with the Date, and click on the Edit in the Properties column,
scroll down to ...
by Theo de Bruin
24 Aug 2023, 00:39
Forum: "How do I do this"
Topic: Attempting to auto-GUI menu items to a button.
Replies: 3
Views: 28984

Re: Attempting to auto-GUI menu items to a button.

Hi,

Did you check on the Extension properties (some more down in that same pop-up window)
where you can disable the UseImage property to show an image :
clip1.jpg
clip1.jpg (162.93 KiB) Viewed 28973 times
by Theo de Bruin
24 May 2023, 20:07
Forum: "How do I do this"
Topic: Overrule Function Key script
Replies: 3
Views: 13853

Re: Overrule Function Key script

Hi Dino,

Thank you for this solution, but this only for AxesW3, and not for AxesJSM ?

As I'm getting this error when using AxesJSM

AXES.TableManager._oncallProgramOK: Error trapped - Attempt to invoke /agi/lua5/extservice_6.lua failure trapped by _oncallProgramFail

Should we then need to use ...
by Theo de Bruin
23 May 2023, 18:30
Forum: "How do I do this"
Topic: Overrule Function Key script
Replies: 3
Views: 13853

Overrule Function Key script

I want to overrule the usage of a certain Function key by using a script
e.g. like this (only this does not work )

IF ( ENV.key == "F20" ) {CALL MYPROG PARM('PARM1' 'PARM1'')}

Any suggestions how to do this with the corerct syntax?
by Theo de Bruin
22 Jul 2019, 23:36
Forum: Tips & Techniques
Topic: Axes 4.2 New Feature - Project Report
Replies: 0
Views: 30125

Axes 4.2 New Feature - Project Report

Axes 4.2 has a great new feature for developers to get a better overview /understanding of their project details

An enhancement has been added to allow users to generate a project report which will output all customization,
settings and code added to a project, in a CSV format.

This option is ...