By JH Kwon - Thursday, April 1, 2010
Hello, I would like to know how to fix this skin problem. The skin of C# controls has not bottom and right side border. 
My dll file information is following. - file name : Nevron.UI.WinForm.Skins.dll - version : 10.1.8.12
Thank you.
|
By Angel Chorbadzhiev - Thursday, April 1, 2010
Hello JH Kwon, From the image you sent is not getting clear which controls do you mean. Can you give us some more info? Thanks. Regards, Angel.
|
By JH Kwon - Friday, April 2, 2010
Hello, There is no problem when i use the previous version (8.6.12.12).. i found this skin problem after updating the new version skin dll file. i attatch one more image file. i can't find right and bottom border lines in this image. thank you. 
|
By Angel Chorbadzhiev - Tuesday, April 6, 2010
Hello JH Kwon, Can you tell me what is the OS that you run your application? Also it will be helpful if you send me an example application that demonstrates the problem at angel@nevron.com Thanks and regards, Angel.
|
By JH Kwon - Monday, April 12, 2010
Hello, This is the sample code about Nevron skin problem in C#. I found this problem when i use "Office2007Blue" only. And I run this application in the Windows XP(ver2002, ServicePack 2).
I hope you can help me. Thanks and regards, JH Kwon. using System; using Nevron.UI.WinForm.Controls; namespace NevronSkinTest { public partial class Form1 : Nevron.UI.WinForm.Controls.NForm { public Form1() { NSkinResource resource = new NSkinResource(); resource.ResourceType = SkinResourceType.GlobalAssembly; resource.AssemblyName = "Nevron.UI.WinForm.Skins"; resource.SkinName = "Office2007Blue"; // --> NG //resource.SkinName = "Orange"; // --> OK //resource.SkinName = "Vista"; // --> OK //resource.SkinName = "Officd2007Black"; // --> OK
NSkin skin = new NSkin(); if (skin.Load(resource)) { NSkinManager.Instance.Skin = skin; } InitializeComponent(); } } } |
|
By Angel Chorbadzhiev - Monday, April 12, 2010
Hi JH Kwon, Please, download the latest version of Nevron Vision from our site. We had some issues with skin painting, which are fixed in the current service pack. Let me know if the problem persist. Regards, Angel.
|
By JH Kwon - Tuesday, April 13, 2010
Hi, Angel, I installed the latest version of Nevron vision from your site, but there is the same problem about missing skin border line when i use the "Office2007Blue" skin. Please check again about this skin problem.. Thank you. JH Kwon.
|
By JH Kwon - Monday, April 26, 2010
Hi~ Angel, This is an example app that demonstrates it. I find the problem when i use "Office2007Blue" skin only.. Please check this app file and give an answer. thank you. JH Kwon.
|
By Angel Chorbadzhiev - Monday, April 26, 2010
Hi JH Kwon, I was expecting to send me a project, not the compiled application. The point is to run the project on my machine and to be able to debug it and find what might cause the problem you got. Regards, Angel.
|
By JH Kwon - Monday, April 26, 2010
Angel, I attatch project zip file. Regards, JH Kwon.
|
By Angel Chorbadzhiev - Monday, April 26, 2010
Hi JH Kwon, I was able to locate the problem with your help. There is a bug in the NFrom rendering when this skin is applied. It is already fixed, and very soon we will release a service pack with the fix. I apologize for the inconvenience. Regards, Angel.
|
By JH Kwon - Monday, May 3, 2010
Hello, Angel. Thank you for taking care of it. I'd like to know when you release the service pack with the fix. Regards, JH Kwon.
|
By Angel Chorbadzhiev - Monday, May 3, 2010
Hello JH Kwon, We have plans to release the next service pack on 5th this month. Regards, Angel.
|
|