Page 1 of 2
to Richard ( Taiwan ) about Skin Themes windows
Posted: Fri Feb 09, 2007 11:02 pm
by areang
Hi Richard !
Code: Select all
DEFINE DIALOG oDlg RESOURCE "D_DR_WIN_STATMSF_SEARCH"
........
ACTIVATE DIALOG oDlg CENTER ON INIT CodeJockSkin_InitDlg( oDlg )
FUNCTION CodeJockSkin_InitDlg( oDlg )
LOCAL oActiveX
oActiveX := TActiveX__():New( oDlg, "Codejock.SkinFrameWork.10.4.1" )
oActiveX:LoadSkin( "System\ActiveX\Styles\Vista.cjstyles", "" ) //Vista.cjstyles //Office2007.cjstyles
oActiveX:ApplyWindow( oDlg:hWnd )
RETURN NIL
Do you mind to send me the function TActiveX__
Thank's for help
Regards
Areang
Posted: Sat Feb 10, 2007 1:30 am
by Rochinha
Areang
Try with tActivex() of Fivewin.
Posted: Sat Feb 10, 2007 2:52 am
by Taiwan
Hello areang,
Look it. Office 2007 interface.
Same as TActiveX of FWH. What's FWH version?
Thanks for Rochinha.
Regards,
Richard
Posted: Sat Feb 10, 2007 3:21 am
by jose_murugosa
Sorry, could somebody tell me where can I get this activex you are showing in the images?
Posted: Sat Feb 10, 2007 5:51 am
by Taiwan
Hello jose_murugosa,
Please visit this web site.
http://www.codejock.com/
Regards,
Richard
Posted: Sat Feb 10, 2007 12:53 pm
by Richard Chidiak
Richard
Where did you download the activex file from ? "Codejock.SkinFrameWork.10.4.1"
Is this a freeware ? Are these skins free to use or are they copyrighted.
Thanks for info
Richard
Posted: Sat Feb 10, 2007 1:13 pm
by jose_murugosa
Thank you Taiwan
I´ll check the site.
Posted: Sat Feb 10, 2007 1:37 pm
by Rochinha
Hii,
Here is a working sample with SkinFramework:
Code: Select all
// FiveWin ActiveX support demo - Using Adobe Acrobat Reader
#include "FiveWin.ch"
function Main()
local oWnd, oActiveX
DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support with Skin"
oActiveX = TActiveX():New( oWnd, "PDF.PdfCtrl.5" )
oWnd:oClient = oActiveX // To fill the entire window surface
oActiveX:Do( "LoadFile", "c:\teste.pdf" )
oActiveX:Do( "SetCurrentPage", 1 )
ACTIVATE WINDOW oWnd ON INIT CodeJockSkin_InitDlg(oWnd)
return nil
FUNCTION CodeJockSkin_InitDlg( oDlg )
LOCAL oActiveX, cStylesPath := "c:\win2003\arquivos de programas\codejock\source\skinframework\Styles\"
oActiveX := TActiveX():New( oDlg, "Codejock.SkinFrameWork.10.4.2" )
oActiveX:Do( "LoadSkin", cStylesPath+"Vista.cjstyles", "" ) //Vista.cjstyles //Office2007.cjstyles
oActiveX:Do( "ApplyWindow", oDlg:hWnd )
return nil
Posted: Sat Feb 10, 2007 2:35 pm
by Taiwan
Hello Rochinha,
Yes, same as.
But I have a question about it.
Please look my attach picture.
Why it appear "S/F" mark?
I run VB Exe file disappear mark.
Regards,
Richard
Posted: Sat Feb 10, 2007 2:36 pm
by Taiwan
Richard Chidiak wrote:Richard
Where did you download the activex file from ? "Codejock.SkinFrameWork.10.4.1"
Is this a freeware ? Are these skins free to use or are they copyrighted.
Thanks for info
Richard
Please check
http://www.codejock.com/
Regards,
Richard
Posted: Sat Feb 10, 2007 3:54 pm
by Rochinha
Taiwan
Maybe you have linked other activex too. check it.
Posted: Sat Feb 10, 2007 11:33 pm
by Taiwan
Hello All,
Test finish. Look it below:
Regards,
Richard
Posted: Sat Feb 10, 2007 11:59 pm
by areang
Thank's to all
If you don't mind, Can someone to email me ocx and samples source code ?
Regards
Areang
Posted: Sun Feb 11, 2007 2:05 am
by Taiwan
Hello areang,
Source code check these message. only add in your ap.
ActiveX components ->
http://www.codejock.com/
check ActiveX suite pro not MFC++
Regards,
Richard
Posted: Mon Feb 12, 2007 3:32 am
by RAMESHBABU
Hi Richard
This evaluation can be used with Visual Studio 5.0, 6.0, .NET 2002, .NET 2003, and .NET 2005. Unicode versions of the OCX files are currently not provided with the evaluation version.
I think, Codejock has stopped distributing evaluaiton copies of the OCX files.
How can I get it for testing.
- Ramesh Babu P