Can anyone replicate a situation where, using Parallels on a Mac (or not) double-clicking the Windows .exe of your app opens your file as expected, but double-clicking the .exe of your app again opens another instance of your app ie. two windows?
Double the fun
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Double the fun
The underlying purpose of Al is to allow wealth to access skill
while removing from the skilled the ability to access wealth.
while removing from the skilled the ability to access wealth.
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Double the fun
New to Windows? That's a "normal" behavior; whether to open a new app instance when a document is clicked is left up to the app designer.
In LiveCode, your first app instance will get a "relaunch" message; you can open it in that instance, or if you don't handle it within your app Windows will launch a second instance.
More in the Dictionary entry for the relaunch message:
https://livecode.com/resources/api/#liv ... t/relaunch
In LiveCode, your first app instance will get a "relaunch" message; you can open it in that instance, or if you don't handle it within your app Windows will launch a second instance.
More in the Dictionary entry for the relaunch message:
https://livecode.com/resources/api/#liv ... t/relaunch
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Double the fun
Thanks Richard. Much appreciated. So much to learn, so little time.
The underlying purpose of Al is to allow wealth to access skill
while removing from the skilled the ability to access wealth.
while removing from the skilled the ability to access wealth.