no fullscreen after transition

Q&A about the latest versions
Post Reply
JSchroeder
Posts: 36
Joined: Tue Feb 24, 2015 2:32 pm

I am working on a pano with 3 nodes. When I am in full-screen mode and change nodes, the next pano opens in "no-full-screen-mode" (if that is a word).
Other pano's I created previously are not doing that and all output setting seem to be the same.
Any suggestions?

Tanks for your help,
Jürgen
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Jürgen,
I can only guess that you are linking to HTML pages.
If this is the case then this will happen as every time you load a new HTML page you load a new instance of the player which will reset.
Can you post a link to this project.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
JSchroeder
Posts: 36
Joined: Tue Feb 24, 2015 2:32 pm

Hi Hopki,
this is a mess.

I uploaded the pano here
https://catch-n-motion.com/index.php/virtuelle-touren

It is the second one from top. Klassik car dealer-ship.

For some reason all the sizing is wrong.
Pre-View--> wrong size and black bars
When you open the pano, it jumps to "full window" instead of staying in the 640 x 480
changing to the next node it shrinks to 640 x 480
If you go to the node "Showroom 1 links" there is a hotpot with narration. Works fine so far. But if you have left this node and you are coming back to it, the hotspot body text is distorted (see screenshot)
What is going on???

I appreciate your help as always.

Best regards,
Jürgen
Attachments
Bildschirmfoto 2015-07-07 um 21.08.23.png
Bildschirmfoto 2015-07-07 um 21.08.23.png (1.03 MiB) Viewed 3864 times
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Jürgen,
The Preview image is a bug and is already fixed for the next beta.
You have a loaded toggle fullscreen action in your skin:

Code: Select all

this._fullscreen.onclick=function () {
			me.player.toggleFullscreen();
Find this and remove.

Also the logo bottom right needs to be anchored bottom right.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
JSchroeder
Posts: 36
Joined: Tue Feb 24, 2015 2:32 pm

Hi Hopki,
thanks a lot, I found it. it was an action in the screen tint for some reason.

How about the body text of the popup with narration?

Best regards,
Jürgen
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

This will be just an anchoring problem.
Make sure the text box is anchored top left.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
JSchroeder
Posts: 36
Joined: Tue Feb 24, 2015 2:32 pm

This anchoring-thing is a miracle to me, something I never understood so far.

But now all works fine.
Thanks a lot Hopki, you are of big help.

Jürgen
Post Reply