Search found 42 matches: oact

Return to advanced search

Re: Codejock RibbonBar primeras pruebas

atusBar := TOleAuto():New( ActXPdisp( oAct:hActiveX ) ) oStatusBar:StatusBar:Visible=.T. oStatusBar:StatusBar:AddPane( 0 ) oStatusBar:StatusBar:IdleText = "xxx" Demais parametros para ficar similar a msg nativa. http://www.personal.com.br/img/b1a.jpg ...
by Personal
Mon May 25, 2009 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codejock RibbonBar primeras pruebas
Replies: 92
Views: 27692

Re: Codejock RibbonBar first tests

oStatusBar := TOleAuto():New( ActXPdisp( oAct:hActiveX ) ) oStatusBar:StatusBar:Visible=.T. oStatusBar:StatusBar:AddPane( 0 ) oStatusBar:StatusBar:IdleText = "xxx" Demais parametros para ficar similar a msg nativa. http://www.personal.com.br/img/b1a.jpg ...
by Personal
Mon May 25, 2009 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35191

Re: Codejock RibbonBar first tests

Antonio, oSettings = oAct:GetProp( "CommandBarsGlobalSettings" ) // it returns an OleAuto object Doesn´'t work. [errsysw.prg->ERRORDIALOG] (78) Called from: errsysw.prg->(b)ERRORSYS(49) win32ole.prg->TOLEAUTO:COMMANDBARSGLOBALSETTINGS(0) ...
by Cgallegoa
Fri Apr 17, 2009 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35191

Re: My RibbonBar + ExplorerBar

... Control ) and here : >> Public Property Let ImageList(ByVal zImageList As ImageList) >> Set zImg = zImageList >> End Property oAct:do("Imagelist", oImagelist ) Antonio, What is Type of oImagelist in FWH ? if oImageList is Object then I want to change Dim zImg As ImageList ...
by fafi
Mon Apr 13, 2009 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: My RibbonBar + ExplorerBar
Replies: 26
Views: 4890

Re: My RibbonBar + ExplorerBar

Fafi, to call class from FWH = oAct:Do("Imagelist", with FWH Imagelist ) Try this: oAct:SetProp( "Imagelist", oImageList:hImageList ) Can we create this RibbonBar with FWH CLASS together ? yes :-) Please post the VB code ...
by Antonio Linares
Mon Apr 13, 2009 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My RibbonBar + ExplorerBar
Replies: 26
Views: 4890

Re: My RibbonBar + ExplorerBar

... Property Let ImageList(ByVal zImageList As ImageList)    Set zImg = zImageListEnd Property  to call class from FWH = oAct:Do("Imagelist", with FWH Imagelist ) as you see in VB, the parameters ByVal zImageList As ImageList I can't create this class on VB, ...
by fafi
Mon Apr 13, 2009 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My RibbonBar + ExplorerBar
Replies: 26
Views: 4890

ActiveX IE

Hi, all !

oAct = TActiveX():New( oWnd, "Shell.Explorer.2" )

oDk:=oWnd:GetProp("Document")
OLEInvoke(oDk,"Write",buf) // buf - HTML-text variable

This design worked in earlier versions FWH, but in FWH9.3 I got window error ?
by Natter
Sun Apr 05, 2009 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX IE
Replies: 2
Views: 421

Re: Codejock RibbonBar first tests

Fafi, you can assign a code block to <oact:bOnEvent>. When an event in the RibbonBar occurs, this code block will be executed. If a button was clicked by the user, the variable <cEvent> has 'normally' the value "Execute". ...
by frose
Sat Apr 04, 2009 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35191

Re: Codejock RibbonBar first tests

... Why don't you use FWH Class TActiveX ? Mr. Antonio.. when I use tactivex.. get error : numeric has no exported method when I call : >> oRb = oAct:Do( "AddRibbonBar", "fwh" ) oRB return valtype = N >> oTabFiles = oRb:InsertTab( 0, "&Files" ) return error ...
by fafi
Fri Apr 03, 2009 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35191

Re: Codejock RibbonBar first tests

... Why don't you use FWH Class TActiveX ? Mr. Antonio.. when I use tactivex.. get error : numeric has no exported method when I call : >> oRb = oAct:Do( "AddRibbonBar", "fwh" ) oRB return valtype = N >> oTabFiles = oRb:InsertTab( 0, "&Files" ) return error ...
by richard-service
Fri Apr 03, 2009 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35191

Re: Codejock RibbonBar first tests

... Why don't you use FWH Class TActiveX ? Mr. Antonio.. when I use tactivex.. get error : numeric has no exported method when I call : >> oRb = oAct:Do( "AddRibbonBar", "fwh" ) oRB return valtype = N >> oTabFiles = oRb:InsertTab( 0, "&Files" ) return error ...
by fafi
Fri Apr 03, 2009 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35191

Re: Codejock RibbonBar first tests

Codejock comes with a very good help file. Here, for example, the use of two methods of the RibbonBar collection:   oRibbonBar := oAct:Do( "AddRibbonBar", "fwh" )   //   // Enables\disables the Ribbon Office 2007 style themed window frame.   //   oRibbonBar:EnableFrameTheme()  ...
by frose
Fri Apr 03, 2009 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock RibbonBar first tests
Replies: 116
Views: 35191
Previous

Return to advanced search