Open Egde 10.1A & Skinframework |
Post Reply |
Author | |
NormenT
Groupie Joined: 12 November 2008 Location: Germany Status: Offline Points: 16 |
Post Options
Thanks(0)
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 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
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.... |
|
NormenT
Groupie Joined: 12 November 2008 Location: Germany Status: Offline Points: 16 |
Post Options
Thanks(0)
|
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 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
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.... |
|
adwild2
Groupie Joined: 17 December 2008 Location: Netherlands Status: Offline Points: 16 |
Post Options
Thanks(0)
|
Hi,
It's a wierd solution but it will work when you add the commandbars control to the window:
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 |
|
NormenT
Groupie Joined: 12 November 2008 Location: Germany Status: Offline Points: 16 |
Post Options
Thanks(0)
|
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 |
|
adwild2
Groupie Joined: 17 December 2008 Location: Netherlands Status: Offline Points: 16 |
Post Options
Thanks(0)
|
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 |
|
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 |