Sending values to childwindow ?
#1
i am trying to create a script that will hold a lot of streaming movies, which i am collecting from the web. i am reading alexpoet's tutorial (great stuff!Wink but am loosing it. i would like to use childwindows (as that seems the easiest for me), one problem however, how can i push values from the parentwindow to the child window ?

for example; in the main window i have a list, once i make a selection i want to open a childwindow and get the selected value from the mainwindow to make a new selection.
Reply
#2
many scripts have examples of "popping" windows that ask a question and use the answer.
aqtbrowser or quicktimebrowser comes to mind...
Reply
#3
those are dialogs though... if you mean a full screen child window you should just pass those values in any old function or the constructor or just use a global value.
Reply
#4
indeed i was referring to a childwindow; not a dialog, but i have managed to created something in the same window afterall :d
Reply

Logout Mark Read Team Forum Stats Members Help
Sending values to childwindow ?0