0
var w as new Window2
w.show()
self.close

I am making a video game in Xojo. When I press the start button on the first window, I made it to change to next window with the code above. However, I kept trying the code but after the start button is pressed, it doesn't show the window.

In window2, I put an animation video that I made and added a background colored image over the video so that I could hide the margin of the video. How could I solve this?

dda
  • 6,030
  • 2
  • 25
  • 34
  • I've made a simple application with just two windows. Window1 is closed and Window2 is opened. Try solving your problem by pausing running project (from menu: Project -> Pause) and check Globals variables + Stack. Maybe you will see reason why it is not working in values of variables. – tmg Nov 26 '22 at 07:34

0 Answers0