Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Popup Window Across Top Of VDJ
Hi all,
It's been forever since I worked with scripting vdj. Can anyone help or suggest tips to create a popup window across the VDJ header. I'd like the window to start at coordinates 0,0 with a width of 900 and height of 40 in which I can put a dozen buttons across.

<window name="BrowserWindow"  posx="0" posy="0" width="900" height="40" image="mylayout.png" shown="true" resize="false">

<button class="button_main" x="0" y="0" action="show_window 'BrowserWindow'" text="Show/Hide"/>

</window>


According to https://www.virtualdj.com/wiki/Browser%20in%20Window.html it says the width and height is given as it seems I have done but it still opens up a huge window.
Next the whole window is black even though I created a 900x40 grey area see below grey bar image.
Lastly see attached "Show/Hide" image, the tool tip does not disappear and is repeating itself across the image.

Thanks for any help.
 

Posted Sat 30 Mar 24 @ 2:39 pm