Please login or register.

Login with username, password and session length
Advanced search  

News:

For WME related articles and tutorials visit WME Resource Center.

Author Topic: Responses window on top of another window  (Read 3305 times)

0 Members and 1 Guest are viewing this topic.

eborr

  • Regular poster
  • ***
  • Karma: 4
  • Offline Offline
  • Posts: 196
    • View Profile
Responses window on top of another window
« on: November 07, 2009, 12:22:01 PM »

Another newbie type question.

I have the requirement to set a dialgoue window on at the bottom of the sceen, then on top of that I want to use the response.def functionality, when I call the response box, it appears "under" the the new window. How can I make the response box sit on top of my new window, then disappear when a response is selected.
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Responses window on top of another window
« Reply #1 on: November 07, 2009, 09:52:58 PM »

If you mark your window as "in game", it will be painted before the inventory box and the response box.

Code: WME Script
  1. SomeWindow.InGame = true; // or set the property in WindowEdit
  2.  
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

eborr

  • Regular poster
  • ***
  • Karma: 4
  • Offline Offline
  • Posts: 196
    • View Profile
Re: Responses window on top of another window
« Reply #2 on: November 08, 2009, 11:27:54 AM »

works a treat thanks
Logged
 

Page created in 0.021 seconds with 25 queries.