Scrollthumbs plugin disables combobox ?

  • Hi all ^^
    I've Integrated the scrollthumb plugin, and have two problems ^^
    Firstable it disables the combobox plugin,
    and the other problem is that it's launching when event occur like loadpano O_o
    Here's the code:

    And the scroll.xml:

    I don't understand why it squeezes the combobox *confused*
    I use the plugin "scroll" to contain the thumbnails plugin, when I click on the "vin" plugin everythings works perfectly,
    but when I load another pano (with an hotspot for example), it shows the "thumbnails" plugin and the button "vin" doesn't work anymore ^^

    Does someone has an idea?

    Thanks in advance *wink*

  • Hi Jarredja ^^
    Thanks for replying !!
    The combobox appears normaly, but doesn't loadpano on click !!
    I can't provide example cause I work on local *wacko*
    I really don't undestand why...
    Here's the complete code:

  • Normal ta combobox est mal configurée/I think the syntax of the combobox isn't good

    essayes/try this

    Code
    <plugin name="combobox" parent="menutop" visible="true" url="ChateauPCdata/graphics/combobox.swf" keep="true" align="lefttop" x="120" y="30"onloaded="combo();/>
    
    
    <action name="combo">
             removeall();
    	 additem(La Cuverie,  		loadpano(ChateauPC1.xml,NULL,NULL,BLEND(1)); );
    	 additem(La Salle de Dégustation, 	loadpano(ChateauPC0.xml,NULL,NULL,BLEND(1)); );
    	 additem(Le Vignoble,    	loadpano(ChateauPC2.xml,NULL,NULL,BLEND(1)); );
    </action>
  • Salut Job.1 !!
    Merci pour ta réponse,
    mais cela ne fonctionne pas non plus *cry*
    Dès que je supprime le plugin "thumbnails", la combobox fonctionne direct...
    ???
    La po comprendre ^^
    Ca pourrait venir d'un conflit entre les deux?
    Pourtant les plugins sont bien nommés différemment...
    Je continue de chercher ^^
    Voilà le code qui gère le plugin thumbnails:

    et le gallery.xml:

  • Je viens d'essayer de faire un include de la combobox:

    Code
    <krpano version="1.0.8" logkey="false">
       
        <!--************** Plugins et données KrPano **************************************************-->
        <plugin name="data" firstPanoHasBeenPlayed="false" keep="true"/>
    	<include url="map.xml" />
    	<include url="combobox.xml" />
    	<include url="scroll.xml" />
    .....

    avec la combobox à part:

    Marche toujours pas !! *cry*
    C'était ça l'idée que tu suggérais?
    Là je sèche ^^
    Une autre idée ? *wink*

  • Oki ^^
    Oui ma version de la combobox est la bonne...
    En fait le click dessus ouvre la liste des panos, mais quand on choisi dans la liste les panos ne se load pas ...

    Jarredja the click on the combobox works and opens the panorama list, but when clicking on the desired pano,
    nothing hapens...
    When deleting the thumbnail plugin, combobox works perfectly !!

    This is really weird ^^
    Vraiment bizarre !!

  • One thing I noticed, you have logkey="false" in all of your xml files. Perhaps you can see an error to give you some direction if you remove this from all of the xml files.

    ?????

    Just remember to add it back afterwards if you wish to have it.


    Jarred

  • Hi all and happy new year !!!

    I've just found where is the problem..
    I don't really understand why but the actions name of the thumbnails plugin interfers with the combobox somehow..

    I've solved it by replacing the action name wich was

    Code
    <pic>
            <thumb>thumbs/1996.png</thumb>
                <panoToLoadXml>1996</panoToLoadXml>
                  <about><![CDATA[Millésime 1996]]></about> </pic>


    By:

    Code
    <pic>
            <thumb>thumbs/1996.png</thumb>
                <panoToLoadXml>s1</panoToLoadXml>
                  <about><![CDATA[Millésime 1996]]></about> </pic>

    And in my main xml I've updated the name of the action and then it worked perfectly !!

    Thanks to all for the help !!!
    2011 starts well for now on ^^

    I'll publish a version of this tour when finished !!
    Untill then I wich you all a very good year and health !!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!