Seite 1 von 1

urgent codejock skin problem only in xclass but fine xbase

Verfasst: Mi, 03. Feb 2010 10:33
von eldhose
We are using latest build of xclass and xbase SL1

We are using in our application almost Codejock skin it is working fine but we are facing very difficult with dscheckbox and dsradiobutton
Both are showing black shaded area as shown in c aption attached picture but I just tried in pure xbase code it is working fine
Code we are using xclass are shown below
oApp = InitMdiApp (cSize)
oApp: Center ()
oApp: title = "XClass for Alaska Xbase + + + + (MDI Demo)"
oApp icon: = ICON_APPLICATION
oApp: SetQueryClose: = (| | oApp: AppQueryClose ())
oApp: SetSplash (BMP_XCLASS_INFO, 10, True) / / Background bitmap
oApp: create ()
oSkin: = XbpActiveXControl (): new ()
oSkin: CLSID: = "Codejock.SkinFramework.12.1.1" / / "(0BB31433-C25F-4867-9ECF-4A1BFAB40D21)"
oSkin: License: = "Skin Framework Control Copyright (c) 2003-2008 Codejock Software" + Chr (13) + Chr (10) + "PRODUCT-ID: Codejock.SkinFramework.ActiveX.v12.1" + Chr (13) + Chr (10) + "VALIDATE-CODE: IPL-OLD-QQR-Year"
oSkin: TabStop: =. T.
oSkin: create ()
: OSkin call Method ( "LoadSkin", "Office2007.cjstyles ","")
: OSkin call Method ( "ApplyWindow" oApp: getHWND ())
oSkin: AutoApplyNewThreads: =. T.
oSkin: AutoApplyNewWindows: =. T.
UseDbe ( "FOXCDX", True)
/ / Creates the MDI menu with toolbar
CreateMDIMenu (oApp)

Here at the attached screenshot taken from xclass and xbase

Please help us (no help yet from till xclass support i send to xclass support with serial no and key licens but no reply yet)

Re: urgent codejock skin problem only in xclass but fine xbase

Verfasst: Mi, 03. Feb 2010 10:39
von Tom
Set the background color of the checkbox/radiobutton to XBPSYSCLR_TRANSPARENT.

Re: urgent codejock skin problem only in xclass but fine xbase

Verfasst: Do, 04. Feb 2010 2:48
von AUGE_OHR
eldhose hat geschrieben:We are using latest build of xclass and xbase SL1

We are using in our application almost Codejock skin it is working fine but we are facing very difficult with dscheckbox and dsradiobutton
Xbase++ v1.9.355 SL1 use GraBackground() to show "visual Style", but there is a BUG while it allways show "System" Theme and not "active" Skin.

so please vote for PDR 6096 http://www.alaska-software.com/scripts/ ... PDRID=6096

Re: urgent codejock skin problem only in xclass but fine xbase

Verfasst: Do, 04. Feb 2010 6:04
von eldhose
Hi Tom,

I set the background color and its working fine (same as dialog background color)

Sincerly thanks for the hint

Re: urgent codejock skin problem only in xclass but fine xbase

Verfasst: Do, 04. Feb 2010 12:31
von Tom
same as dialog background color
So you retrieve the background color setting from the selected skin?

Re: urgent codejock skin problem only in xclass but fine xbase

Verfasst: Fr, 05. Feb 2010 8:47
von AUGE_OHR
eldhose hat geschrieben:Here at the attached screenshot taken from xclass and xbase
Tom hat geschrieben:So you retrieve the background color setting from the selected skin?
the Picture show XClass dsDialog.
like dsToolbar it is a Static and will be skinned, but XbpToolbar above will not... still a Xbase++ Problem ...