 |
|
 |
Hi! I've been experiencing very similar problems in my application. To validate that this library (USkin) was working, I had created a test application with almost all common control instatiated in my main form. This test application was working perfectly but my original application which I was tryihng to skin using USkin was still not working entirely. After spending hours trying to understand why would the test application work and not mine by trying to find all the difference my application had compared to the test one, I finally came to this conclusion: The call to USkinInit must be done before any other UI instances have been created. To solve the problem, I simply move the call to USkinInit so that it's one of the very first things I do. And it worked great!!!
I hope this will help others,
Cheers!
//JF
|
|
|
|
 |
|
 |
Can you explain more i can't seem to get mine to skin after following all the suggestions - i am using 2005 and 2008. can you post code?
jberenguer
|
|
|
|
 |
|
 |
Alpha window function test,bugs found,window's content not redraw,but solved method found,this week working on it.
Working hard for shine life.
|
|
|
|
 |
|
 |
Where do i download FUISkinStudio ,IDE used to build the USKin Skins from?
|
|
|
|
 |
|
 |
current using msstyles. next version will provide an new skinstudio.i am working hard on it.
Working hard for shine life.
|
|
|
|
 |
|
 |
I have a couple of questions - most of which is already answered but would like to clarify:
1 - this release has the transparency fix? (for semi transparent title bars, form drop shadows, etc..)
2 - this still uses the older/original ukin creator/builder app for making skins?
Thanks for this new release - I am looking forward to trying this at home on dual monitors....
Jimmy
|
|
|
|
 |
|
 |
1.transparency fixed version will release at next monday.
2.current don't use skin builder.next version (maybe 4.0) will use skinbuilder to design custom skin.
Working hard for shine life.
|
|
|
|
 |
|
 |
so for now just msstyles - no old u3 skins can be used? I ask because when i tried skinint function to load old u3 skin i get handle already created error...
thanks,
Jimmy
|
|
|
|
 |
|
 |
yes,current just msstyles.but i am working on next version to do full custom edit and custom skin.
Working hard for shine life.
|
|
|
|
 |
|
 |
OK, thanks - do you know when this will be released? Also, i cannot get the new msstyles to skin the whole form - just dialogs like open, save, print, etc... how do u skin whole app? code examples?
Jimmy
|
|
|
|
 |
|
 |
Can we have new code examples on using the new code - i can't get the whole app to skin just the dialog boxes - like open, print, and so on... did you ever get the new transparency code in? Do you know when the uskins will be re-implemented?
thanks,
Jimmy
|
|
|
|
 |
|
 |
联系方式:
MSN: lxp8@sina.com (加MSN请注明:应聘UI VC++开发)
公司网址:
www.ipark.cn
要求:
1. 2年以上vc++开发
2. 有开发skin UI 的产品的经验
roger
|
|
|
|
 |
|
 |
I am trying to register USkin.dll and USkinFree.dll using regsvr32
But it fails with the following message:
"USkin.dll was loaded,but the DLLRegisterServer entry point was not found.
The file can not be registered."
But i am able to register USkinCom.dll and USkinComFree.dll .
Can someone help me setup the USkin environment.
Regards,
Techiearc
|
|
|
|
 |
|
 |
New version updated(3.0) don't need to register anymore.please try.
Welcome to Beijing 2008
|
|
|
|
 |
|
 |
Hello, I wrote to you recently regarding adding transparencies (png, etc) because I wanted to create title bars that are see through and have drop shadows like vista aero... any idea how much longer this and the dual monitor fix will take???
|
|
|
|
 |
|
 |
Hi.i'll add transparencies function to the v3.0.2 beta version. in this month.maybe next week.
Welcome to Beijing 2008
|
|
|
|
 |
|
 |
cool, really looking forward to this new version!!! please post on CodeProject ASAP so we can check it out!!!
|
|
|
|
 |
|
 |
can't seem to get the title bar to accept transparencies. Can you help I want to mimic the look of Vista with the see through titlebar/caption bar and borders. I would also like to have a png as a dropshadow like vista has around the form as well... How would I do that? if it is not possible can you add it??
Thanks,
JB
|
|
|
|
 |
|
 |
i don't add form alphablend to the uskin2.2. just wait new version.i am working on it.
Welcome to Beijing 2008
|
|
|
|
 |
|
 |
OK - I used the tool, the dual monitor thing is a pain, but if you're working on it then I can't really complain. But I have not seen any mention of the use of the free version in commercial products? Can i use this in a commercial product? If not, how much is the pro version???? BTW - the tool is very nice and trust me I've been looking a long time!!!
thanks,
Jimmy Berenguer
thd_99@yahoo.com
modified on Tuesday, July 8, 2008 10:31 PM
|
|
|
|
 |
|
 |
free is ,free at all. event there is a commercial version that show trial dialog or need register.
next time ,i 'll remove the trial dialog.put the free at default.
i am working on the dual monitor.if you trust me.so wait.give me some time
Welcome to Beijing 2008
|
|
|
|
 |
|
 |
OK, I will assume you mean free for commercial use, if not correct me. Yes, I trust you will get the dual monitor issue fixed. Let me know if there us anything i can do to help with testing...
thanks for the response,
JB
|
|
|
|
 |
|
 |
I working with a dialog based program which has several modaless dialogs.
If I have applied 'uskin.dll' to my program with "USkinInit(NULL,NULL,_T("xx.u3"));", the program is reacted slowly.
Especially when the modalless dialogs are runned and moved, its reaction is very slow. Help me~~
P.S. If I delete the code, "USkinInit(NULL,NULL,_T("xx.u3));", reaction of the modaless dialog is normal extremely.
|
|
|
|
 |
|
 |
ehn.... i am working on the new version. it's faster than v2.2
Welcome to Beijing 2008
|
|
|
|
 |
|
 |
I have 2 monitors, primary on the right, desktop extended onto a monitor to the left of the primary monitor. If I run an application using USkin on the secondary monitor the application does not respond to mouse clicks (negative screen co-ordinates?).
Has anyone else found this or know of a fix?
Ta
Alec
|
|
|
|
 |