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: DIALOG question!  (Read 665 times)

0 Members and 1 Guest are viewing this topic.

Silencer

  • Guest
DIALOG question!
« on: 11 Feb 2005, 14:37:33 »
Hi all,

I have made a dialog.
I want a script to continue to the next part of the script, when pressing a button.

The button idc = 116

How can I do this??

I now have this:
idc = 116
@(Keypad_Num == idc) : goto "NEXTPART"

Thanks

Silencer

  • Guest
Re:DIALOG question!
« Reply #1 on: 11 Feb 2005, 16:21:40 »
NVM, I got it working now!

Offline XCess

  • Former Staff
  • ****
Re:DIALOG question!
« Reply #2 on: 11 Feb 2005, 17:34:12 »
*cough*solvebutton*cough*

Silencer

  • Guest
Re:DIALOG question!
« Reply #3 on: 11 Feb 2005, 19:30:26 »
I also have another question.

I have a variable text in idc 118:
But how can i say in a hint what that text is?

_Text = CtrlText 118
Hint Format ["%1",_Text]

This above, does not work.
Then I won't get a hint at all!
So it does read it, but it does not return the text!

Can anyone help me ??