About Store Forum Documentation Contact



Post Reply 
[Solved] Gui Editor
Author Message
Harry Offline
Member

Post: #1
[Solved] Gui Editor
When I start Gui Style Editor and load my own .gstl file and clear line Image Border in viewport my border is all white but I want have this standard EE view.
What can I do?
(This post was last modified: 02-14-2011 11:23 AM by Harry.)
10-30-2009 07:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Gui Editor
what exactly do you want? please post some screens
10-30-2009 08:26 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #3
RE: Gui Editor
10-30-2009 08:39 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Gui Editor
why not just changing Border Color and Border Width?
10-30-2009 08:48 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #5
RE: Gui Editor
Oh sorry I forget about this grin I've got today problems with concentration and thinking grin Sorry.
10-30-2009 08:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Gui Editor
it must be the weather wink
10-30-2009 09:15 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #7
RE: Gui Editor
Maybe smile On my last lesson I felt like drunk xD

TextDS ds;
ds.font =&font;
comTextIn->create("Aby zmienić stację naciśnij [ lub ]",&ds);

Why I haven't got any text in Text Gui Object?
10-30-2009 10:56 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Gui Editor
there are many 'create' methods, you're using one without setting object position

and 'ds' must be statically or globally allocated (not locally)
10-30-2009 10:57 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #9
RE: Gui Editor
Object position I set in Gui Editor. When I use text=(" "); I've got everything but with a lot of "?" smile
10-30-2009 11:01 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #10
RE: Gui Editor
Text::set
10-30-2009 11:01 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #11
RE: Gui Editor
Ok. Thanks. I used it before but I have "?" pfft
(This post was last modified: 10-30-2009 11:05 PM by Harry.)
10-30-2009 11:03 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #12
RE: Gui Editor
then maybe your font is invalid, or TextDS is invalid
10-30-2009 11:10 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #13
RE: Gui Editor
Font is ok because in another texts everything is ok. So which method should I use? I set TextDS as global and used Text::set but I do't have any text.
10-31-2009 12:12 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #14
RE: Gui Editor
you need to debug, because Text::set should work
10-31-2009 01:59 PM
Find all posts by this user Quote this message in a reply
Post Reply