Harton
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|