You are not logged in.

1

Friday, October 21st 2011, 12:40pm

Combobox native="false"

Hi,

This

Quoted

By setting native="false" it would be possible to use the iPad-style combobox also on Desktop.
doesn't work in my example. There's just the normal flash combobox. What's wrong?

Source code

1
2
3
4
5
6
7
8
9
<plugin name="navibox" url="../plugins/combobox.swf" alturl="../plugins/combobox.js" align="leftbottom" x="10" y="10" onloaded="action(navibox);" native="false" keep="true" />

<action name="navibox">       
    addIdItem(item1, 'Zimmer', 		loadscene(zimmer1, null, MERGE, BLEND(1)); 		);		
    addIdItem(item2, 'Küche', 		loadscene(kueche, null, MERGE, BLEND(1));		);
    addIdItem(item3, 'Wohnzimmer', 	loadscene(wohnzimmer, null, MERGE, BLEND(1));	);
    addIdItem(item4, 'Deck', 		loadscene(deck1, null, MERGE, BLEND(1));		);
    selectIdItem(item4);
</action>
0100011101101100011001010110100101100011 0110100000100000011010110110110001100001 0111010001110011011000110110100001110100 0110010101110100001011000010000001001010 0111010101101110011001110110010100101110 0010000001000101011000110110100001110100 0010000001101010011001010111010001111010 0111010000101110

This post has been edited 1 times, last edit by "Dr. Schneckem" (Oct 21st 2011, 2:21pm)


2

Friday, October 21st 2011, 11:24pm

Hi,

the "native" setting is a HTML5-only setting:
http://krpano.com/plugins/combobox/#attributeshtml5

but I'm already planing to port the JS iPad-style combobox also to Flash,

best regards,
Klaus