Thread
:
GUI Issues
View Single Post
#
2
08-09-2006, 08:04 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Use a GuiTextCtrl.
PHP Code:
new
GuiTextCtrl
(
foo
)
{
position
= {
x
,
y
};
extent
= {
w
,
h
};
text
=
"Text value here"
;
}
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld