Harry
Member
|
[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 |
|
Esenthel
Administrator
|
RE: Gui Editor
what exactly do you want? please post some screens
|
|
10-30-2009 08:26 PM |
|
Harry
Member
|
|
10-30-2009 08:39 PM |
|
Esenthel
Administrator
|
RE: Gui Editor
why not just changing Border Color and Border Width?
|
|
10-30-2009 08:48 PM |
|
Harry
Member
|
RE: Gui Editor
Oh sorry I forget about this I've got today problems with concentration and thinking Sorry.
|
|
10-30-2009 08:53 PM |
|
Harry
Member
|
RE: Gui Editor
Maybe 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 |
|
Esenthel
Administrator
|
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 |
|
Esenthel
Administrator
|
|
10-30-2009 11:01 PM |
|
Esenthel
Administrator
|
RE: Gui Editor
then maybe your font is invalid, or TextDS is invalid
|
|
10-30-2009 11:10 PM |
|
Harry
Member
|
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 |
|
Esenthel
Administrator
|
RE: Gui Editor
you need to debug, because Text::set should work
|
|
10-31-2009 01:59 PM |
|