How should I open a URL in a Mac App?
gamesmold
Member, PRO Posts: 279
Hi there,
maybe someone has a solution to this:
My new app for the Mac has just been rejected by Apple.
It starts in windowed mode, but they have switched to fullscreen and then they clicked the "more games" button.
While this getURL works perfectly in windowed mode, it doesn't in fullscreen mode. It opens the browser window behind the game, the game stays fullscreen and the user sees no effect after clicking.
And Apple tells me that this as a bug.
Is there a way to open URLs in a GS Mac app, anyway? When you can't prevent the user switching to fullscreen?
Does anybody know a trick how to do this right?
Thank you,
Thomas
maybe someone has a solution to this:
My new app for the Mac has just been rejected by Apple.
It starts in windowed mode, but they have switched to fullscreen and then they clicked the "more games" button.
While this getURL works perfectly in windowed mode, it doesn't in fullscreen mode. It opens the browser window behind the game, the game stays fullscreen and the user sees no effect after clicking.
And Apple tells me that this as a bug.
Is there a way to open URLs in a GS Mac app, anyway? When you can't prevent the user switching to fullscreen?
Does anybody know a trick how to do this right?
Thank you,
Thomas
Comments
So:
Rule: attribute receives mouse button down
Go to window mode
timer: after 0.1 secs
Open url www.bla.com
Lump Apps and My Assets
Lump Apps and My Assets
But I guess I'll simply have to get along without opening any URLs on the Mac till they release the next GS update...