Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Skinning with Visual DataFlex
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Skinning with Visual DataFlex

 Post Reply Post Reply
Author
Message
Patrick85 View Drop Down
Newbie
Newbie


Joined: 01 November 2007
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Patrick85 Quote  Post ReplyReply Direct Link To This Post Topic: Skinning with Visual DataFlex
    Posted: 01 November 2007 at 5:50am
Hello,

please help me.

I will skin my Application (Visual DataFlex -Program).

Hello,

I want to Skin my Application.

Object OAPPLICATION is a CAPPLICATION
End_Object // OAPPLICATION

Object oSkin is a cComSkinFramework
    Procedure OnCreate
        Boolean bLoaded
        Get ComLoadSkin "Office2007.cjstyles" "" to bLoaded
End_Object

...

The Skinning is work for the windows (the borders have correctly the
officestyle...), but not for the Objects in the Views (Form)!
Buttons, Edits, Comboforms, etc... have not the new style, only the
backgroundcolor of the View (Form) have the new color. (see picture in the Zip at the end)

I have found the Procedure ComApplyWindow:

Object View is a dbView    // -> (Form)
...

    PROCEDURE ACTIVATE
        Handle hWND
        boolean bLoaded

        forward send activate
        Get Window_Handle of self to hWND
        Send ComApplyWindow to (oSkin(desktop)) hWND
    END_PROCEDURE //ACTIVATE
End_Object

but this doesn't work.

Can someone help me? Have someone the same problem?

uploads/20071101_055028_OrderEntry.zip

Best regards
Patrick Pleitgen

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.094 seconds.