Print Page | Close Window

Open Egde 10.1A & Skinframework

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=14154
Printed Date: 23 November 2024 at 3:22am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Open Egde 10.1A & Skinframework
Posted By: NormenT
Subject: Open Egde 10.1A & Skinframework
Date Posted: 27 April 2009 at 8:45am
Hi,
i managed to get the skinframework working under Open Edge / Progress 10.1A. But now i have the problem that the Triggers (Events) for the Min & Max & Close Buttons in the titlebar are not working.
I used the GetParent Feature to attach the Skin to the Progress Window:
  RUN GetParent( c-win:HWND, OUTPUT i_hWnd ). /* Get Windows-window */
  chSkinFramework:SkinFramework:ApplyWindow (i_hWnd).
  chSkinFramework:SkinFramework:LoadSkin("c:\codejock\iTunesA.msstyles", "":U).
 chSkinFramework:SkinFramework:ApplyOptions  = 14.

Has anybody a Idea how i can mange the Min/Max & Close Buttons to work ?


Rgds
Normen

ADD: If i use the itunes Style in the c# example the close an min/max Buttons change the Look (small "+" appears) even this action is not beeing displayed under progress - anny suggestions ?


-------------
Product: Xtreme SuitePro ActiveX v12.1.0
Language: Progress OpenEdge 10.1A & 10.2A
Platform: Windows XP (32 Bit) - SP 3



Replies:
Posted By: Aaron
Date Posted: 30 April 2009 at 5:18am
Hi,
 
If I look at your code, you don't have INI file in LoadSkin:
 
chSkinFramework:SkinFramework:LoadSkin("c:\codejock\iTunesA.msstyles", "here comes name of INI file":U)
 
Maybe this is the problem or your Skin file isn't OK. Can you upload style so I can test it?
 
 


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....


Posted By: NormenT
Date Posted: 30 April 2009 at 9:28am
Hi,
i have already tried it with ini File and without ini File - there is no difference.
You can use any style from the sample Directory of Codejock install all with the same effect.
I think the problem is that i don't recive any "trigger" for the Buttons and the do not change their shape if
i hover over them.
Any Ideas ?
Regard
Normen
 


-------------
Product: Xtreme SuitePro ActiveX v12.1.0
Language: Progress OpenEdge 10.1A & 10.2A
Platform: Windows XP (32 Bit) - SP 3


Posted By: Aaron
Date Posted: 30 April 2009 at 12:32pm
Hi,
 
My knowlegde of your language is 0.0 so I think you have to ask https://forum.codejock.com/member_profile.asp?PF=4811&FID=116 - adwild2 ... I saw some post and it looks like he does have Office2007 skin working. Maybe he found a solution...
 
 
 
 
 

 


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....


Posted By: adwild2
Date Posted: 06 May 2009 at 11:24am
Hi,
 
It's a wierd solution but it will work when you add the commandbars control to the window:

   ch_CommandBars:AttachToWindow( i_hWnd ).
   ch_CommandBars:DeleteAll(). /* Deletes the initial menubar */
I think you don't even have to add a menubar or toolbar to the CommandBars control to make it work, but haven't tested it yet.
 


-------------
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP SP3 (32bit)
Language: Progress OpenEdge 10.2A


Posted By: NormenT
Date Posted: 08 May 2009 at 3:06am
Hi,
i already tried to attach the CommandBAr to the Window (i_hwnd). But with no effect.
Do you think the CodeJock Version 12.1 might be different in that behaviour than 13.0 ?
Kind Regards
Normen


-------------
Product: Xtreme SuitePro ActiveX v12.1.0
Language: Progress OpenEdge 10.1A & 10.2A
Platform: Windows XP (32 Bit) - SP 3


Posted By: adwild2
Date Posted: 08 May 2009 at 3:28am
I haven't tested it with 12.1, but it works for 13.0 so I suggest you to upgrade.

-------------
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP SP3 (32bit)
Language: Progress OpenEdge 10.2A



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net