Solved Issue: Logicblock w/ popup images

Q&A about the latest versions
Post Reply
MaxLOL
Posts: 15
Joined: Tue Nov 22, 2016 2:08 pm

Hi folks,

I'm having some trouble with popup images. I created a variable "popup" "Number" "0", copied the images in the image folder an linked them with logic blocks. It has been working fine the previous times. All images are shown when I open it on my desktop.

But when I upload the pano, some images are missing.

Tried png or jpg. Already tried with different browsers.

Link Pano: http://bit.ly/2ftaZ3q

Any suggestions?
Thanks in advance!
Attachments
Logicblock.png
Logicblock.png (234.68 KiB) Viewed 1633 times
Last edited by MaxLOL on Thu Sep 21, 2017 10:35 am, edited 1 time in total.
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
The error console is saying it can not find the images.
If it works locally and all the images have been uploaded then look at capitalisation.
"Pano" and "pano" wall open on the desktop if looking for "pano".
But once uploaded "Pano" will not work.
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/
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

This is very true for servers. All file names on server are written in ASCII text. For example Server knows that an UPPER case character is not same as a lower case character because server file names are stored as machine code.

https://www.ascii-code.com/

ASCII UPPER CASE character " A " Binary code 01000001
ACCII lower case character " a " Binary code 01100001

Local Desktop and notebooks computers operating systems do not care about this issue

That is why we always make file names in lower case characters
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
MaxLOL
Posts: 15
Joined: Tue Nov 22, 2016 2:08 pm

Hi guys,

that solved it. Didn't think it would be that big of a deal, but apparently it is :D

From now on, only lower case letters! Started using the error console as well.

Thanks guys!
Post Reply