This Question is Answered

1 "correct" answer available (5 pts) 14 "helpful" answers available (3 pts)
4 Replies Last post: Jul 2, 2008 3:27 AM by tdeng

I want to use the design of default skinnable controls of version 7 in my 6.0 applets

Jul 2, 2008 12:37 AM

Click to view tdeng's profile Level 3 tdeng 35 posts since
Oct 17, 2007
Is there a simple way to do that ? I didn't find the default stylesheet in the codes installed by the 7.0 IDE installer.

Thank you.
Click to view carl's profile Curl carl 74 posts since
Oct 17, 2007
1. Re: I want to use the design of default skinnable controls of version 7 in my 6.0 applets Jul 2, 2008 12:45 AM
There's no separate file for it anymore, you can just ask for it directly:

get-default-style-sheet (proc)
 
 public   {get-default-style-sheet}:StyleSheet
 
Import from: CURL.GUI.STANDARD. Defined in package CURL.GUI.STYLED-CONTROLS.
Click to view tdeng's profile Level 3 tdeng 35 posts since
Oct 17, 2007
2. Re: I want to use the design of default skinnable controls of version 7 in my 6.0 applets Jul 2, 2008 1:44 AM
in response to: carl
I need this procedure in 6.0, unfortunately it is deployed with 7.0.
Click to view carl's profile Curl carl 74 posts since
Oct 17, 2007
3. Re: I want to use the design of default skinnable controls of version 7 in my 6.0 applets Jul 2, 2008 1:52 AM
in response to: tdeng
Ah, indeed. I somehow misread the question.
Click to view tdeng's profile Level 3 tdeng 35 posts since
Oct 17, 2007
4. Re: I want to use the design of default skinnable controls of version 7 in my 6.0 applets Jul 2, 2008 3:27 AM
in response to: tdeng
I find the package in 6.0 on this page:
http://www.curlap.com/download/tool/

which contains the default stylesheet that is released with Nitro beta.