Page 1 of 1

[solved] "Hotspot" doesn't work inside a "screen" (call screen)?

Posted: Tue Oct 09, 2018 4:22 pm
by Nanahs
I need to both call screen and have some hotspots in the same label together. But they seem to be in conflit.
The screen appears normaly, but the hotspot doesn't.

Do they really don't work together? Or maybe I did something wrong?

If not "hotspot", what could I use that is similar? "Imagemap"?
It didn't look good when I tried "imagebuttom".

Thanks :)

Re: "Hotspot" doesn't work inside a "screen" (call screen)?

Posted: Tue Oct 09, 2018 4:46 pm
by Imperf3kt
If you call a screen, you can't use the hotspots until you close the screen.
Use show screen instead.

Re: "Hotspot" doesn't work inside a "screen" (call screen)?

Posted: Tue Oct 09, 2018 5:30 pm
by Nanahs
Imperf3kt wrote: Tue Oct 09, 2018 4:46 pm If you call a screen, you can't use the hotspots until you close the screen.
Use show screen instead.
Oh, thank you so much! I'll try that! :)