Search found 5 matches

by Krzysztof
Thu Dec 27, 2018 3:19 pm
Forum: Newbie questions
Topic: Detect hidpi (retina)
Replies: 2
Views: 2482

Re: Detect hidpi (retina)

Thanks!
by Krzysztof
Thu Dec 27, 2018 1:18 pm
Forum: Newbie questions
Topic: Detect hidpi (retina)
Replies: 2
Views: 2482

Detect hidpi (retina)

Hello,

is there a way to detect whether the program has been launched on Retina (HiDPI) screen? I'm interested in solution for Hollywood 7.1 on macOS. I think I could prepare a plugin to get backingScaleFactor property of NSWindow class, but is there any ready solution in Hollywood?
by Krzysztof
Wed Feb 28, 2018 8:59 pm
Forum: Announcements
Topic: Hollywood 7.1 released
Replies: 14
Views: 28590

Re: Hollywood 7.1 released

lazi wrote:@Ferin:

You got an e-mail after bought Hollywood 7.
That mail contains a link and login information for your restricted download area.
Can I download 7.1 update if I ordered Hollywood 7 on a CD and haven't received the mail with access to download area?
by Krzysztof
Fri Dec 01, 2017 12:11 am
Forum: General programming
Topic: Open up a Finder/Explorer window
Replies: 9
Views: 7622

Re: Open up a Finder/Explorer window

Thanks!
by Krzysztof
Thu Nov 30, 2017 9:05 am
Forum: General programming
Topic: Open up a Finder/Explorer window
Replies: 9
Views: 7622

Re: Open up a Finder/Explorer window

Hi,

On Mac you have to add file:// prefix, following works for me:

Code: Select all

OpenURL("file:///Users/")
Is there a way to get the path to $HOME in Hollywood?