Search found 44 matches: commandbars

Return to advanced search

Re: RIBONBAR.PRG no Ejecuta

Saludos !
Ribonbar.prg, necesita que tengas instalado el Codejock.CommandBars.v13.0.0.Demo.ocx, puedes bajar la demo de este link
http://www.codejock.com/products/commandbars/
by compubrion
Thu Aug 22, 2013 7:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RIBONBAR.PRG no Ejecuta
Replies: 3
Views: 594

Re: Saber Metodos de un CREATEOBJECT

... dispatch FUNC VARIANT GUIDFromString( [in] VARIANT ) STDCALL dispatch FUNC VARIANT AppLoadString( [in] int ) STDCALL dispatch PROPERTYGET PTR CommandBars() STDCALL dispatch PROPERTYGET PTR Assistant() STDCALL dispatch FUNC void FollowHyperlink( [in] BSTR, [defaultvalue] BSTR, [defaultvalue] ...
by Antonio Linares
Sun May 12, 2013 9:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32147

Re: Saber Metodos de un CREATEOBJECT

... PROPERTYGET PTR Cells() STDCALL dispatch PROPERTYGET PTR Charts() STDCALL dispatch PROPERTYGET PTR Columns() STDCALL dispatch PROPERTYGET PTR CommandBars() STDCALL dispatch PROPERTYGET int DDEAppReturnCode() STDCALL dispatch FUNC void DDEExecute( [in] int, [in] BSTR ) STDCALL dispatch FUNC ...
by Antonio Linares
Sun May 12, 2013 9:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32147

Re: Saber Metodos de un CREATEOBJECT

... VARIANT_BOOL DisplayRecentFiles() STDCALL dispatch PROPERTYPUT void DisplayRecentFiles( [in] VARIANT_BOOL ) STDCALL dispatch PROPERTYGET PTR CommandBars() STDCALL dispatch PROPERTYGET PTR SynonymInfo( [in] BSTR, [optional] PTR ) STDCALL dispatch PROPERTYGET PTR VBE() STDCALL dispatch PROPERTYGET ...
by Antonio Linares
Sun May 12, 2013 9:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32147

Re: Excel en modo edición de celda

... .t. return .t. endif Luego en mis funciones de guardar, cerrar fichero, etc. hago la comprobación de que el objeto da error: local omm := oexcel:CommandBars('Worksheet Menu Bar') if uerrorex = .t. MsgAlert('Para guardar o cerrar el libro salga antes del modo edicción') uerrorex := .f. return ...
by Sebastián Almirón
Thu Mar 10, 2011 8:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Excel en modo edición de celda
Replies: 9
Views: 2498

Excel en modo edición de celda

... valtype(oexcel) devuelve 'O', pero valtype(oexcel:ActiveWorkBook) devuelve el mismo error si está en modo edición. Si pudiera acceder a: oexcel:CommandBars('Worksheet Menu Bar'):Controls('Archivo'):Controls('Nuevo...'):Enabled() podría detectarlo, puesto que el menu de Archivo->Nuevo se deshabilita ...
by Sebastián Almirón
Wed Mar 09, 2011 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Excel en modo edición de celda
Replies: 9
Views: 2498

Re: ToleAuto / OleWevent

http://img245.imageshack.us/img245/9629/erroy.jpg if i use en class TActiveX():new(ownd,"codejock.CommandBars.13.0.0") the same erro. in class TactiveX need to be codejock.commandbarsframe.13.0.0 and in class OleWevent need to be codejock.commandbars.13.0.0 ...
by lailton.webmaster
Sun Aug 16, 2009 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4997

Re: ToleAuto / OleWevent

... ownd, oOle public left:=0, Top:=0, Right:=0, Bottom:=0 define window ownd color 0,0// oOle:=OleWEvent():new(ownd,"Codejock.CommandBars.13.0.0",0,0,oWnd:nRight,oWnd:nBottom) oOle:=TactiveX():New(ownd,"Codejock.CommandBarsFrame.13.0.0") cToolA:=oOle:Do("Add","ToolBar",0) cToolB:=oOle:Do("Add","ToolBar",0) cToolB:GetWindowRect(@Left, ...
by lailton.webmaster
Sun Aug 16, 2009 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToleAuto / OleWevent
Replies: 20
Views: 4997

Re: Class ActiveX

Lailton, Please modify these lines and the GPF is solved :-) oCommandBar:= OleWEvent():New("Codejock.CommandBars.13.0.0", oWnd:hWnd) y HB_FUNC( OLEWECREATE ){   HWND hWndCtrl;   LoadAtl();   hWndCtrl = CreateWindowEx(      (DWORD)   ...
by Antonio Linares
Fri Aug 07, 2009 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class ActiveX
Replies: 11
Views: 2853

Class ActiveX/OleWevent

... oToolA public Left:=Top:=Right:=Bottom:=0 define window ownd    oCommandBar:= TactiveX():New(oWnd,"Codejock.CommandBarsFrame.12.1.1",0,0,0,0)    oCommandBar:Do("AttachToWindow", oWnd:hWnd )    oRibbonBar:= oCommandBar:Do("AddRibbonBar","Redstarsoft")  ...
by lailton.webmaster
Thu Aug 06, 2009 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class ActiveX/OleWevent
Replies: 1
Views: 546

Re: Class ActiveX

... oToolA public Left:=Top:=Right:=Bottom:=0 define window ownd    oCommandBar:= TactiveX():New(oWnd,"Codejock.CommandBarsFrame.12.1.1",0,0,0,0)    oCommandBar:Do("AttachToWindow", oWnd:hWnd )    oRibbonBar:= oCommandBar:Do("AddRibbonBar","Redstarsoft")  ...
by lailton.webmaster
Tue Aug 04, 2009 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class ActiveX
Replies: 11
Views: 2853

Re: Codejock RibbonBar primeras pruebas

el tema es que esto no funciona:: if ! IsActiveX( "Codejock.CommandBars.v13.0.0.Demo.ocx" ) RegisterServer( "Codejock.CommandBars.v13.0.0.Demo.ocx" ) endif tampoco esto:: WinExec( "REGSVR32 " + cDestino + " /s" ) como ...
by mantonio_08
Fri May 15, 2009 8:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codejock RibbonBar primeras pruebas
Replies: 92
Views: 27610

Re: Codejock RibbonBar first tests

... is initialised. I don't know how to do that using FWH. It appears that the problem I'm having is that you can't access the public members of CommandBars until after the control is fully initialized. Trying to access them before full initialization throws an error. However, when you finalize ...
by anserkk
Tue Apr 28, 2009 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35186

Re: RegisterServer( )

... IsActivex() is working now as expected. I found out my mistake The Parameter to IsActivex which I used was wrong IsActivex("Codejock.CommandBars.v12.1.1.ocx") // wrong one The parameter should be IsActivex("Codejock.CommandBars.12.1.1") or you can use the class id of ...
by anserkk
Tue Apr 28, 2009 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegisterServer( )
Replies: 16
Views: 3696

Re: RegisterServer( )

You can distributed for users files Codejock.CommandBars.v12.1.1.ocx and Codejock.CommandBars.v12.1.1.lic. Hi Mr.Natter, If we distribute the license key file (that too in a plain text Ascii file), then if somebody has access to the license key ...
by anserkk
Mon Apr 27, 2009 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegisterServer( )
Replies: 16
Views: 3696
Next

Return to advanced search