Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Stacking dialogs  (Read 3407 times)

0 Members and 1 Guest are viewing this topic.

Offline Deadfast

  • Members
  • *
Stacking dialogs
« on: 22 Aug 2009, 15:57:56 »
Hello,
I'd like to create a dialog on top of another one (which would basically act as a background).

The best example of what I'd like to achieve is the game's menu.

Thanks for your ideas,
Deadfast

Offline i0n0s

  • Moderator
  • *****
Re: Stacking dialogs
« Reply #1 on: 22 Aug 2009, 18:55:21 »
From my knowledge:
Not possible aside of combining both dialogues in one.

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
Re: Stacking dialogs
« Reply #2 on: 22 Aug 2009, 20:34:47 »
Same or inferior knowledge level here  :P

Offline Worldeater

  • Former Staff
  • ****
  • Suum cuique
Re: Stacking dialogs
« Reply #3 on: 23 Aug 2009, 19:54:02 »
It can be done with so called "Controls Groups" but it won't be easy. Arma1's armory uses them for its main menu. You might also be able to extract useful information from this topic.
try { return true; } finally { return false; }

Offline Deadfast

  • Members
  • *
Re: Stacking dialogs
« Reply #4 on: 23 Aug 2009, 21:04:00 »
Awesome thanks :)