Please login or register.

Login with username, password and session length
Advanced search  

News:

Latest WME version: WME 1.9.1 (January 1st, 2010) - download

Author Topic: Problem with windows z-order  (Read 2504 times)

0 Members and 1 Guest are viewing this topic.

metamorphium

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 12
  • Offline Offline
  • Gender: Male
  • Posts: 1511
  • Vampires!
    • View Profile
    • CBE  software s.r.o.
Problem with windows z-order
« on: January 05, 2007, 02:21:08 AM »

Hi, I have yet another problem:

...

var ResWin = Game.GetResponsesWindow();
ResWin.Visible = true;
ResWin.SetImage("windows\[blablabla constructed path].png");
KostWindow.Visible = true;

ResWin.MoveToTop();  // KostWindow is in front of the Responses window
ResWin.MoveToBottom();  // KostWindow is in front of the Responses window
KostWindow.MoveToTop(); // KostWindow is in front of the Responses window
KostWindow.MoveToBottom(); // KostWindow is in front of the Responses window
KostWindow.MoveAfter(ResWin);// KostWindow is in front of the Responses window
KostWindow.MoveBefore(ResWin);// KostWindow is in front of the Responses window
ResWin.MoveAfter(KostWindow);// KostWindow is in front of the Responses window
ResWin.MoveBefore(KostWindow);// KostWindow is in front of the Responses window

Is there any way how can I display KostWindow BEHIND the responses window?
I also tried to switch their setting to Visible, but to no avail.

Thanks for any hints. :)
Logged
J.U.L.I.A. Enhanced Edition, Vampires!, J.U.L.I.A., J.U.L.I.A. Untold, Ghost in the Sheet

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Problem with windows z-order
« Reply #1 on: January 05, 2007, 08:18:04 AM »

Try setting the KostWindow as 'InGame'.

KostWindow.InGame = true;

There are two types of windows, in-game windows (intended for game elements) and other windows (the game UI).

Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

metamorphium

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 12
  • Offline Offline
  • Gender: Male
  • Posts: 1511
  • Vampires!
    • View Profile
    • CBE  software s.r.o.
Re: Problem with windows z-order
« Reply #2 on: January 05, 2007, 10:36:45 AM »

Great! It helped.

Thanks a lot.  ::beer ::beer ::beer

Logged
J.U.L.I.A. Enhanced Edition, Vampires!, J.U.L.I.A., J.U.L.I.A. Untold, Ghost in the Sheet
 

Page created in 0.041 seconds with 21 queries.