PDA

View Full Version : Select Page with ComboBox


luffymk
08-08-2007, 09:16 PM
Select Page with ComboBox

I have a problem when selecting he himself twice this repeats the content in ComboBox es un debut de autoplay or normal?

My code

Intrigued
08-08-2007, 09:33 PM
swap out your Button's On Click on each page to:

index = ComboBox.GetSelected("ComboBox1")
selected = ComboBox.GetItemData("ComboBox1", index)
ComboBox.ResetContent("ComboBox1")
Page.Jump(selected.."");