Pulling Dialog Video Info with a Button
#1
Is this possible I can launch the window and the buttons are there but the info is not.

PHP Code:
<control type="button" id="7008">
            <
visible>Container.Content(Movies)</visible
            <
description>Open Info</description>
            <
posx>0</posx>
            <
posy>1680</posy>
            <
width>5</width>
            <
height>5</height
            <
texturefocus>-.</texturefocus>
            <
texturenofocus>-</texturenofocus>  
            <
onfocus>ActivateWindow(movieinformation)</onfocus>
        </
control
Reply
#2
Do have a movie selected first?
Reply
#3
I have this button set up in the list xml but not in the actual list. So the movie must be losing focus when the button is focused. Should have been obvious I guess. I will see if i can find a workaround. Any Ideas appreciated.
Reply
#4
A work around it set focus to the list with the button in your case more than 1 onfocus

<onfocus>SetFocus(50)</onfocus>
<onfocus>ActivateWindow(movieinformation)</onfocus>
Reply

Logout Mark Read Team Forum Stats Members Help
Pulling Dialog Video Info with a Button0