Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Open Egde 10.1A & Skinframework
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Open Egde 10.1A & Skinframework

 Post Reply Post Reply
Author
Message
NormenT View Drop Down
Groupie
Groupie


Joined: 12 November 2008
Location: Germany
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote NormenT Quote  Post ReplyReply Direct Link To This Post Topic: Open Egde 10.1A & Skinframework
    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
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post 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....
Back to Top
NormenT View Drop Down
Groupie
Groupie


Joined: 12 November 2008
Location: Germany
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote NormenT Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 30 April 2009 at 12:32pm
Hi,
 
My knowlegde of your language is 0.0 so I think you have to ask 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....
Back to Top
adwild2 View Drop Down
Groupie
Groupie
Avatar

Joined: 17 December 2008
Location: Netherlands
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote adwild2 Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
NormenT View Drop Down
Groupie
Groupie


Joined: 12 November 2008
Location: Germany
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote NormenT Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
adwild2 View Drop Down
Groupie
Groupie
Avatar

Joined: 17 December 2008
Location: Netherlands
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote adwild2 Quote  Post ReplyReply Direct Link To This Post 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
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.188 seconds.