Skinning with Visual DataFlex |
Post Reply |
Author | |
Patrick85
Newbie Joined: 01 November 2007 Status: Offline Points: 1 |
Post Options
Thanks(0)
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |