Author
|
Message
|
Angel Chorbadzhiev
|
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
Hello JH Kwon, We have plans to release the next service pack on 5th this month. Regards, Angel.
|
|
|
JH Kwon
|
|
Group: Forum Members
Last Active: 13 Years Ago
Posts: 10,
Visits: 1
|
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.
|
|
|
Angel Chorbadzhiev
|
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
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.
|
|
|
JH Kwon
|
|
Group: Forum Members
Last Active: 13 Years Ago
Posts: 10,
Visits: 1
|
Angel, I attatch project zip file. Regards, JH Kwon.
|
|
|
Angel Chorbadzhiev
|
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
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.
|
|
|
JH Kwon
|
|
Group: Forum Members
Last Active: 13 Years Ago
Posts: 10,
Visits: 1
|
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.
|
|
|
JH Kwon
|
|
Group: Forum Members
Last Active: 13 Years Ago
Posts: 10,
Visits: 1
|
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.
|
|
|
Angel Chorbadzhiev
|
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
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.
|
|
|
JH Kwon
|
|
Group: Forum Members
Last Active: 13 Years Ago
Posts: 10,
Visits: 1
|
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(); } } } |
|
|
|
Angel Chorbadzhiev
|
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
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.
|
|
|