
-----------------------------------
rbb
Fri Apr 25, 2003 10:19 am

How do you center?
-----------------------------------
same as subject

-----------------------------------
tomako
Fri Apr 25, 2003 10:23 am


-----------------------------------
i dont get what ur trying to say....  :oops:

-----------------------------------
Prince
Fri Apr 25, 2003 10:29 am


-----------------------------------
do u mean like to centre text or a gui button or wat?

to centre a gui i think its GUI.CENTER

ex:
fieldLabel := GUI.CreateLabelFull (50, 130, "The Label For The Field", 100,
    0, GUI.CENTER, 0)


-----------------------------------
Blade
Fri Apr 25, 2003 10:51 am


-----------------------------------
center the text?
locate(1,maxcol div 2)
put "hello"
or... with font.draw
var font:int:=Font.New("Ariel:20")
Font.Draw("hello",maxx div 2, maxy div 2,font,black)

-----------------------------------
rbb
Fri Apr 25, 2003 11:56 am

I meant how to center text!
-----------------------------------
same as subject

-----------------------------------
Asok
Fri Apr 25, 2003 12:08 pm


-----------------------------------
Every possible answer is in here...

Locked.
