Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-13-2009, 07:28 PM
Schetti Schetti is offline
SC2 Player
Schetti's Avatar
Join Date: Nov 2008
Location: Austria
Posts: 269
Schetti is on a distinguished road
Next line

ok ... I fail to make a text into the next line.
PHP Code:
findPlayer("Schetti").addweapon(this.name);
//#CLIENTSIDE
function onKeyPressed(code,key) {
 if (
key == "o")
  {

   
show(); 
 }

 public function 
show() {
  new 
GuiWindowCtrl("-System/News_Window1") {
    
profile GuiBlueWindowProfile;
    
clientrelative true;
    
clientextent "488,390";

    
canmove true;
    
canresize true;
    
closequery false;
    
destroyonhide false;
    
text "News!";
    
500;
    
280;

    new 
GuiTextCtrl("-System/News_Text1") {
      
profile GuiBlueTextProfile;
      
height 20;
      
text "Text 1" NL "hi";
      
width 30;
      
25;
      
10;
    }
  }


I DONT want to hear something about the if (key == "o")
It doesnt matter ...


Well actually the text is in 1 low like: Tex 1 hi

but it should show as

Text1
hi



someone can help?
__________________
“Peace cannot be kept by force. It can only be achieved by understanding.” – Albert Einstein
Reply With Quote
  #2  
Old 03-13-2009, 07:34 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
GuiTextCtrl's can only be used for single lines, use GuiMLTextCtrl instead. (ML means multi-line).
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #3  
Old 03-13-2009, 07:51 PM
Schetti Schetti is offline
SC2 Player
Schetti's Avatar
Join Date: Nov 2008
Location: Austria
Posts: 269
Schetti is on a distinguished road
THANKS
(I NEVER would try that out by my own)
__________________
“Peace cannot be kept by force. It can only be achieved by understanding.” – Albert Einstein
Reply With Quote
  #4  
Old 03-13-2009, 07:55 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
This can also be of much help for future working with gui controls:

http://wiki.graal.net/index.php/Crea...iControls_List
__________________
Reply With Quote
  #5  
Old 03-13-2009, 07:59 PM
Schetti Schetti is offline
SC2 Player
Schetti's Avatar
Join Date: Nov 2008
Location: Austria
Posts: 269
Schetti is on a distinguished road
I knew this but thanks
__________________
“Peace cannot be kept by force. It can only be achieved by understanding.” – Albert Einstein
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:40 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.