About Store Forum Documentation Contact



Post Reply 
How rotate object of gui
Author Message
Harton Offline
Member

Post: #1
How rotate object of gui
Hello!

I searched the forum a similar theme, but did not find needed information.
I use an object of class 'Progress' and I want to rotate it 90 degrees. I want to grow up but not to the right. Is it possible for this object? Do I need to create my other class?

Thank you for help!
Harton
11-12-2010 12:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: How rotate object of gui
Currently that's not supported. you need to customize that class

STRUCT(Progress2 : Progress)
//{
virtual void draw...
};
11-12-2010 01:18 PM
Find all posts by this user Quote this message in a reply
Post Reply