Can't Change the form's backcolor in vs 2005 |
Post Reply |
Author | |
xubing1973
Newbie Joined: 17 April 2007 Location: China Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 17 April 2007 at 4:48pm |
the SkinFramework can't draw the form's backcolor in vs 2005,why?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Do you follow samples? You need to load skin before any component created.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
xubing1973
Newbie Joined: 17 April 2007 Location: China Status: Offline Points: 9 |
Post Options
Thanks(0)
|
Yes,I load skin first all.the samples provide by Codejock have the same problem.
My environment is:
os:windows 2000
skinframework 11.1
vs2005
|
|
xubing1973
Newbie Joined: 17 April 2007 Location: China Status: Offline Points: 9 |
Post Options
Thanks(0)
|
Any one could give me an answer? waiting for online. Emergency! |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Move code line: SkinFramework.LoadSkin("..."); from Form1_Load to constructor before InitializeComponent();
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
xubing1973
Newbie Joined: 17 April 2007 Location: China Status: Offline Points: 9 |
Post Options
Thanks(0)
|
It doesn't work!
And these samples provide by codejock had moved the code line :Loadskin from Form1_load to constructor before InitializeComponent();
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
You right :( I was sure it worked in win2000,
I will back to you in issuetrack with some solution.
Thanks.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
xubing1973
Newbie Joined: 17 April 2007 Location: China Status: Offline Points: 9 |
Post Options
Thanks(0)
|
thanks you.
waiting for good news..
|
|
xubing1973
Newbie Joined: 17 April 2007 Location: China Status: Offline Points: 9 |
Post Options
Thanks(0)
|
HI,oleg
Do you have any idea about it?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
For win2000 we changed backcolor manually:
this.BackColor = skinFramework.GetColor(XtremeSkinFramework.XTPColorManagerColor.STDCOLOR_BTNFACE);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
xubing1973
Newbie Joined: 17 April 2007 Location: China Status: Offline Points: 9 |
Post Options
Thanks(0)
|
this will be fixed in next verion? |
|
xubing1973
Newbie Joined: 17 April 2007 Location: China Status: Offline Points: 9 |
Post Options
Thanks(0)
|
does the skinframework have the method "GetColor"??
|
|
xubing1973
Newbie Joined: 17 April 2007 Location: China Status: Offline Points: 9 |
Post Options
Thanks(0)
|
How to Solve the problem?Emergency!!!Please send me the demo to xubing_1973@163.com |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Please download 11.1.2 release. It has GetColor method.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |