Hi All,
I found the same issue post in a previous version.
Is there a way to fix the same issue in v4.2.1?
Preferably I can fix this while keeping the style Basic.
Search found 2 matches
- 28 Nov 2025, 18:57
- Forum: "How do I do this"
- Topic: Transparent pop up window
- Replies: 4
- Views: 11402
- 06 Oct 2017, 12:53
- Forum: "How do I do this"
- Topic: How to open local folder
- Replies: 1
- Views: 4491
How to open local folder
Hi,
I want to open local folder(e.g. c:/temp) using Hyperlink extension.
I set this code to the OnClick property of Hyperlink extension but the local folder does not open.
How to open local folder from aXes screen?
Regards,
Taku
I want to open local folder(e.g. c:/temp) using Hyperlink extension.
I set this code to the OnClick property of Hyperlink extension but the local folder does not open.
Code: Select all
window.open('file:///c:/temp', 'aXes');
How to open local folder from aXes screen?
Regards,
Taku