Search found 377 matches: oclient

Return to advanced search

Re: Newbie Question : XBROWSE

... it in Help File :?: --- when using DIALOG instead of WINDOW i can not "maximize" :shock: also BUTTONBAR does not appear when use oWnd:oClient := oBrwDBF ... so DIALOG is only when i do not want "resize" (which i most allow)
by Jimmy
Sun Nov 27, 2022 4:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1611

Re: Questions about WebView

oDlg:oClient:=TActiveX():New(oDlg, "Shell.Explorer.2", 0, 0, oDlg:nWidth, oDlg:nHeight) oDlg:oClient:Do("Navigate2", "https://www.website/") do while .T. oDk:=oDlg:oClient:GetProp("Document") ...
by Natter
Fri Nov 25, 2022 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Questions about WebView
Replies: 26
Views: 1755

Re: SPLITTER : how to"resize" Client Area

hi Antonio, oMain:bResized = { || oMain:oClient:Adjclient() } ok, thx but how to resize Child Control "on Area" :?: have 2 x TFolder() and on its "Area" are some Control when use SPLITTER i can "see" that "Area" ...
by Jimmy
Mon Oct 31, 2022 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1141

Re: SPLITTER : how to"resize" Client Area

Dear Jimmy,

oMain:bResized = { || oMain:oClient:Adjclient() }
by Antonio Linares
Mon Oct 31, 2022 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1141

Re: search for TTabControl() Sample

Question : what is the Difference "oTabs OF oMain" vs. "oMain:oClient = oTabs" :?: @ r,c TABS oTabs OF oWnd <otherClause> oTabs is created as one of the controls inside oWnd. oWnd is the Parent of oTabs. oTabs is one the memebers of oWnd:aControls ...
by nageswaragunupudi
Sat Oct 29, 2022 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 1087

Re: search for TTabControl() Sample

hi Antonio,

thx for Sample

Question : what is the Difference "oTabs OF oMain" vs. "oMain:oClient = oTabs" :?:
by Jimmy
Sat Oct 29, 2022 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 1087

explorerBar on the right

... how do i create an explorebar all the way to the right as it is marked in the figure with the red arrow? in the left (oclient) part I show a windows I tried wih function Main()   local oWnd, oBar, oMenu   local oExBar,oPanel1   SetGetColorFocus()  ...
by Silvio.Falconi
Sun Oct 23, 2022 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: explorerBar on the right
Replies: 4
Views: 350

Re: Style of dialog

... a panel "oPanel := oPanel := TPanel():New( )" and to change all REDEFINE xyz OF oDlg to REDEFINE xyz OF oPanel plus set "oDlg:oClient := oPanel" But this doesn't work. I'll have to study more of the fwh internals. :oops:
by Detlef
Thu Apr 07, 2022 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Style of dialog
Replies: 10
Views: 771

Re: design.prg from FW samples

... a class ... you can create a new dialog class ( from Tdialog) or a easy class and insert two data DATA oHRule DATA oVRule SAMPLE DEFINE oWnd..... oClient := TPanelEx():New( oBar:nHeight()-1, oPanel:nWidth+5 , 100, 230, oWnd, rgb(173,197,229) ) oMyDialog := TMyObject():New( 35,31, 550, 784, oClient ...
by Silvio.Falconi
Mon Mar 21, 2022 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: design.prg from FW samples
Replies: 9
Views: 1402

Re: a question MDI

... Once again I have understood that you did not fully understand what I had asked for. The oWndChild window is initially MAXIMIZED and fills the oClient of the oWnd window, then the user resizes the window with the mouse and can hide it under the explorerbar panel. In a software I have seen instead ...
by Silvio.Falconi
Fri Jan 07, 2022 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1660

Re: xbrowse + Tdolphin + Mysql

... ASC",oQry )} AEval( oBrw:aCols, { | o | o:nHeadStrAlign := AL_CENTER,o:oDataFont := aFont[1] } ) oBrw:CreateFromCode() oWnVta:oClient := oBrw y para refrescar la consulta uso asi Static Procedure MyRefresh() local oWait WaitOn("Espere, cambiando consulta...",@oWait ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 484

Re: Size of the window

... of the window itself. To get the coordinates of the window you will have to add the width or height of any objects attached to the window client oClient. oWnd:coorsUpdate() nTop:= oWnd:nTop nTop:= nTop + if(oWnd:oTop!=nil,oWnd:oTop:nHeight,0) // Note that oMenu doesn't have an attribute nHeight. ...
by James Bott
Wed Oct 06, 2021 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of the window
Replies: 4
Views: 682

Re: Ajustar contenido página web en control TDockPnel

... cTitle SIZE 1000, 600 RESIZABLE @ 0, 0 ACTIVEX oActiveX PROGID "Shell.Explorer.2" OF oDlg oActiveX:nDlgCode = DLGC_WANTALLKEYS oDlg:oClient = oActiveX ACTIVATE DIALOG oDlg CENTERED ; ON INIT ( oDlg:Resize(), oActiveX:Silent := .T., oActiveX:Navigate( cURL ) ) RETURN NIL ...
by karinha
Sun Sep 19, 2021 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar contenido página web en control TDockPnel
Replies: 22
Views: 2231

Re: Ajustar contenido página web en control TDockPnel

... 0, 0 TO 600, 800 PIXEL TITLE cTitle oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" ) oActivex:Silent := .T. oChildWnd:oClient = oActiveX oActiveX:Do( "Navigate2", "http://www.fivetechsoft.com" ) oActivex:SetFocus() ACTIVATE WINDOW oChildWnd ...
by karinha
Sat Sep 18, 2021 3:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar contenido página web en control TDockPnel
Replies: 22
Views: 2231

Re: Simulate header report with oprn:Box

... had to insert the class c5Report the class c5Report it works on its own ie you can enter the command oReport := TC5Report():New( 35,31, 550, 784, oClient,0,rgb(173,197,229), { 20, 20, 297+20, 210+20 } ) on a oClient ( odlg,oPanel,...) and that class works with all its graphics subclasses ( line, ...
by Silvio.Falconi
Fri May 14, 2021 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate header report with oprn:Box
Replies: 9
Views: 913
PreviousNext

Return to advanced search