Search found 2 matches

by Taku Izumi
28 Nov 2025, 18:57
Forum: "How do I do this"
Topic: Transparent pop up window
Replies: 4
Views: 11401

Re: Transparent pop up window

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.

PopupWindow.png
PopupWindow.png (101.52 KiB) Viewed 300 times
by Taku Izumi
06 Oct 2017, 12:53
Forum: "How do I do this"
Topic: How to open local folder
Replies: 1
Views: 4489

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.

Code: Select all

window.open('file:///c:/temp', 'aXes');

How to open local folder from aXes screen?

Regards,
Taku