PDA

View Full Version : Thumbnails in picMenu


vicente
09-21-2009, 08:33 PM
Hello,

I try to use the picmenu plugin from Tommy wirestame, it's look great, i use this XML:

<picMenu>
imgSize=100:67
alpha=0.4
salign=BM
menuFrameColor=#ffffff
image=The Train Bridge|files/picMenu/pics/vista-salon.jpg|global.goBalcon()
image=Entrada|files/picMenu/pics/pasillo.jpg|global.goentrada()
image=My home|files/picMenu/pics/vista-dor.jpg|global.gohab()
image=Salon|files/picMenu/pics/vista-salon.jpg|global.gosalon()
image=The Train Bridge|files/picMenu/pics/vista-bano.jpg|global.gobano()
imgSelected=1
mouseFrame=1
mouseAlpha=0
mouseScale=1

</picMenu>

And my problem it's than the Thumbnails are not visible, i have all the files,(picMenu and jpg thumbnails) in the same folder "files", y spend all the day :confused: trying to do so many thing's and reading all the post in the forum, no way!! i don't get the thumbnails visible in my pano??? Some body get this kind of dificulty withe this plugin?

Other way the job of Tommy is great , all these plugin are very interesting, thank's to share them withe us.;)

Sorry for my inglish, is terrible!!!!

allSaints
09-21-2009, 10:56 PM
Vicente,
please send me an email instead: tommy@wirestam.com

And it would be much easier if you include an url so I can test it.


Tommy

vicente
09-22-2009, 01:02 PM
Hello,

I tall us about the problem i get with thumbnails with picMenu plugin,
Just now i try the floorplan plugin, and i get the same kind of problem only with 2 images, the image of the button "CLOSE", and the thumbnail of tooltipURL are not visible: url of the test tour, http://habajamar.com/vistamar/index.html
floorplan XML:
<camera id="BALCONY" pos="20:35" offset="113" tooltipUrl="images/vista-balcon.jpg" command="global.goBalcon()" />
<camera id="LIVING" pos="160:35" offset="-151" command="global.gosalon()" />
<camera id="BATHROOM" pos="305:35" offset="-53" command="global.gobano()" />
<button id="CLOSE" pos="308:233" url="images/black_x.png" command="global.buttonCommand1()" />

the mistake for me, it's why mostly of the elements Hotspot, cam etc. are working ok using this directory: images/ , and others don't work using the same directory

The same thing apen with the picMenu, imposible to display the thumbnails, offline or online using any directory. The plugin work perfectly but the thumbnails are not appear ??

Wehre i'm wrong??

The complete floorplan XML:
<?xml version = '1.0'?>
<floorplan salign="TC" margin="10" alpha="" scale="1" visible="1" shadow="1" visitedUrl="images/camv.png" >
<radar visible="1" size="40" color="#8080E0" />
<tooltip visible="1" textColor="#505050" bgColor="#E0E0C0" borderColor="#000000" />
<building id="My house" cameraUrl="images/cam1.png">
<floor id="My apartment" url="images/plan.png">
<camera id="ROOM" pos="145:195" offset="55" command="global.gohab()" />
<camera id="ENTRY" pos="33:225" offset="180" command="global.goentrada()" selected="1" />
<camera id="BALCONY" pos="20:35" offset="113" tooltipUrl="images/vista-balcon.jpg" command="global.goBalcon()" />
<camera id="LIVING" pos="160:35" offset="-151" command="global.gosalon()" />
<camera id="BATHROOM" pos="305:35" offset="-53" command="global.gobano()" />
<button id="CLOSE" pos="308:233" url="images/black_x.png" command="global.buttonCommand1()" />
</floor>
</building>
</floorplan>

vicente
09-22-2009, 05:57 PM
Hello,

Excuse me i was so close eyes, the solucion was simply to quite, picMenu/pics on the xml.

leaving it like that simply.
image=Terasa|images/vista-salon.jpg|global.goBalcon()

And for the thumnails in floorplan plugin, just update to 1.03 and everythinh working great.