urgent codejock skin problem only in xclass but fine xbase

Moderator: Moderatoren

Antworten
eldhose
Rookie
Rookie
Beiträge: 7
Registriert: Di, 16. Sep 2008 7:11
Kontaktdaten:

urgent codejock skin problem only in xclass but fine xbase

Beitrag 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)
Dateianhänge
screen shot xbase
screen shot xbase
xbase.jpg (14.73 KiB) 9659 mal betrachtet
screen shot xclass
screen shot xclass
ds`.jpg (35.87 KiB) 9658 mal betrachtet
Benutzeravatar
Tom
Der Entwickler von "Deep Thought"
Der Entwickler von "Deep Thought"
Beiträge: 9345
Registriert: Do, 22. Sep 2005 23:11
Wohnort: Berlin
Hat sich bedankt: 100 Mal
Danksagung erhalten: 359 Mal
Kontaktdaten:

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

Beitrag von Tom »

Set the background color of the checkbox/radiobutton to XBPSYSCLR_TRANSPARENT.
Herzlich,
Tom
Benutzeravatar
AUGE_OHR
Marvin
Marvin
Beiträge: 12903
Registriert: Do, 16. Mär 2006 7:55
Wohnort: Hamburg
Hat sich bedankt: 19 Mal
Danksagung erhalten: 44 Mal

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

Beitrag 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
gruss by OHR
Jimmy
eldhose
Rookie
Rookie
Beiträge: 7
Registriert: Di, 16. Sep 2008 7:11
Kontaktdaten:

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

Beitrag von eldhose »

Hi Tom,

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

Sincerly thanks for the hint
Benutzeravatar
Tom
Der Entwickler von "Deep Thought"
Der Entwickler von "Deep Thought"
Beiträge: 9345
Registriert: Do, 22. Sep 2005 23:11
Wohnort: Berlin
Hat sich bedankt: 100 Mal
Danksagung erhalten: 359 Mal
Kontaktdaten:

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

Beitrag von Tom »

same as dialog background color
So you retrieve the background color setting from the selected skin?
Herzlich,
Tom
Benutzeravatar
AUGE_OHR
Marvin
Marvin
Beiträge: 12903
Registriert: Do, 16. Mär 2006 7:55
Wohnort: Hamburg
Hat sich bedankt: 19 Mal
Danksagung erhalten: 44 Mal

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

Beitrag 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 ...
gruss by OHR
Jimmy
Antworten