Axis default ngc file
- jensor
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 84
- Thank you received: 4
13 Feb 2017 16:14 - 13 Feb 2017 16:15 #87915
by jensor
Axis default ngc file was created by jensor
How does one setup axis to startup with the last ngc file used?
Last edit: 13 Feb 2017 16:15 by jensor.
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
Less
More
- Posts: 7000
- Thank you received: 1175
13 Feb 2017 18:53 - 13 Feb 2017 19:02 #87923
by BigJohnT
Replied by BigJohnT on topic Axis default ngc file
As said on the IRC that's not an option.
However you could write a python filter program to change your ini file each time a new ngc file is loaded... might work. The other option is to change Axis itself.
JT
However you could write a python filter program to change your ini file each time a new ngc file is loaded... might work. The other option is to change Axis itself.
JT
Last edit: 13 Feb 2017 19:02 by BigJohnT.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20242
- Thank you received: 6885
13 Feb 2017 23:24 #87930
by tommylight
Replied by tommylight on topic Axis default ngc file
You can make it start any file, just add a line in the ini file, but it will open always that same file.
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
Less
More
- Posts: 7000
- Thank you received: 1175
13 Feb 2017 23:44 #87932
by BigJohnT
Replied by BigJohnT on topic Axis default ngc file
ArcEye did a hack for Axis a while back that reads the last file from the .axis_preferences file and loads it.
JT
JT
Please Log in or Create an account to join the conversation.
- jensor
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 84
- Thank you received: 4
14 Feb 2017 12:58 #87950
by jensor
Replied by jensor on topic Axis default ngc file
Yes, I found, implemented it. It works. What is the format of the statement that would go in the General section of the ini file to open with say "test.ngc"?
Please Log in or Create an account to join the conversation.
- bevins
-
- Offline
- Platinum Member
-
Less
More
- Posts: 1944
- Thank you received: 337
14 Feb 2017 15:32 #87953
by bevins
[DISPLAY]
OPEN_FILE = /full/path/to/filename.ngc
Replied by bevins on topic Axis default ngc file
Yes, I found, implemented it. It works. What is the format of the statement that would go in the General section of the ini file to open with say "test.ngc"?
[DISPLAY]
OPEN_FILE = /full/path/to/filename.ngc
Please Log in or Create an account to join the conversation.
Time to create page: 0.219 seconds