Hello JH Kwon,
We have plans to release the next service pack on 5th this month.
Regards,
Angel.
Hello, Angel.
Thank you for taking care of it.
I'd like to know when you release the service pack with the fix.
JH Kwon.
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.
Angel,
I attatch project zip file.
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.
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.
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.
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.
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,
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(); } }}
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