PDA

View Full Version : How I do this?


strikeman
11-05-2005, 12:58 AM
Hello! friends I'm new here and with the prog. too.
I don't speak English very well, I'm from Southamerica, my mother language is Spanish! and I could commit errors describing my problem

The App. seems to me phenomenal in your work.

I need help in this, what I want is that in the page of my project create a combobox in where I put a list of tracks (name of songs) that when I select an item (song) from the list, load a page html in the same page of the project with the web object tool for the page html (shows info about of the song selected)and too to play the file ogg corresponding to the song. the thing is that I have no idea of how do this. please Could help me with it? I'm very new to the program and I don't know much scripting, what I think that could be the solution.

I would apreciate any help
Thanks anticipated :)

TJ_Tigger
11-05-2005, 09:40 AM
strikeman welcome to the forums. There is a great section that contains examples that can help get you started on your project. Click Here (http://www.indigorose.com/forums/showthread.php?t=13116) for one example that deals with comboboxes. It should help to get you started on your project.

The actions are relatively straight forward and logical. Give it a shot and try putting some code together and if you run into problems, let us know and we can help.

Tigg

strikeman
11-05-2005, 10:48 AM
Great! thanks Tiger, I could start to see how work the script to my own needs. :yes

later back!

:cool

strikeman
11-05-2005, 01:58 PM
well, I watched the example combobox and this have nice functions that may be useful. but all actions happen in the side the project (on load, on show) and very little scripts in the side of the objects self. well I suppose that is ok!

but I wish something more specific in it. (please remember that I am a little dummie for the scripts) the thing is this:

in a page of project, I have 2 objects: The combobox and a web object (a small box in where show the pages html) I don't want that change completely all the page of project for other when a item is selected, only that chjange the page html in the small box (webobject) in where should show the page html showing info about the item selected and also that play the song when the item is selected, that's all I want to do! by where I would start to work? need any idea, remember I'm very new in this :rolleyes

which could be the script that work on it?

Really need your help dear Tiger :)

That's all
see you later :yes

TJ_Tigger
11-05-2005, 08:46 PM
I would use the On Show or On Preload events to populate your combobox. That is of course if you want the information in the combobox to be dynamic. Once the items are there, I would place actions in the On Select event that will perform the actions you want it to perform, like Audio.Load and Web.LoadURL to load the html file you want.

Does the html file exist or are you wanting to create the file dynamically based on information gathered from the file tags?

Tigg

strikeman
11-07-2005, 09:19 PM
thanks for the guide, now I know how to begin to work, and on the file html, I will create the file html by myself.

well I think that's all for now