Search found 39 matches: adjclient

Return to advanced search

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: 1014

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: 1014

Re: SPLITTER : how to"resize" Client Area

hi, i found Method AdjClient() which "seems" to do the Job but how to call it :?:      @  0, nWidth/2 SPLITTER oSplit ;              VERTICAL ;              PREVIOUS CONTROLS oTab_Left ;              HINDS CONTROLS oTab_Right ...
by Jimmy
Mon Oct 31, 2022 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1014

Create a folder system

... and have another xbrowse on bottom each folder can be close from label ( see the red x on label) how create it ? I made a test but it make a adjclient error on resize     #include "FiveWin.ch"    static oWnd,oBar,oExit    static oMsgItem3,oMsgItem2,cMsgBar  ...
by Silvio.Falconi
Tue Jan 26, 2016 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a folder system
Replies: 10
Views: 2633

Re: error + mdi + xbrowse

Leandro,

Prueba asi:

ACTIVATE WINDOW oWHiCt MAXIMIZED ON RESIZE( oExpBCtra:AdjLeft(), oSplitV:AdjClient(), oSplitV:AdjRight() ) ;
VALID( oBrw:End(), oRsDocfac:close(),oBtn16:enable(),.t. )
by Antonio Linares
Sun May 24, 2015 10:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error + mdi + xbrowse (Solucionado)
Replies: 10
Views: 2690

Re: errores de xbrowse ??? No se corrigió

... CLR_HBLUE), CLR_GRAY } } //:aCols[ 10 ]:nDataStrAlign := AL_RIGHT :cAlias := cAliTab :CreateFromCode() :SetRDD() :SetFocus() :oClient := oBrwFW2 :AdjClient() :SelectCol(nColPos) // oDlgSel:oClient := oBrwFW2 END RETURN BrowseLibre := oBrwFW2 //********************************************************************************* ...
by russimicro
Thu Jan 22, 2015 1:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA
Replies: 8
Views: 2283

errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA

... CLR_HBLUE), CLR_GRAY } } //:aCols[ 10 ]:nDataStrAlign := AL_RIGHT :cAlias := cAliTab :CreateFromCode() :SetRDD() :SetFocus() :oClient := oBrwFW2 :AdjClient() :SelectCol(nColPos) // :nMoveType = MOVE_NONE // oDlgSel:oClient := oBrwFW2 END //oBrwFW2:nMoveType = MOVE_NONE RETURN BrowseLibre := oBrwFW2 ...
by russimicro
Fri Jan 02, 2015 9:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA
Replies: 8
Views: 2283

Re: To Daniel : test of Tlayout

... .\source\classes\CONTROL.PRG => TLAYOUT:HANDLEEVENT( 1729 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3183 ) Called from: => WNDADJCLIENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TLAYOUT:ADJCLIENT( 275 ) Called from: .\source\classes\WINDOW.PRG => TMDICHILD:RESIZE( ...
by Silvio.Falconi
Thu Nov 14, 2013 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Daniel : test of Tlayout
Replies: 7
Views: 2456

Re: "Snap" for Clipper

... ?)    WINDOW.PRG      495 ADIALOGS                WINDOW.PRG     3239  3239  3288 ADJBOTTOM()            (function  in ?)    WINDOW.PRG     2641 ADJCLIENT()            (function  in ?)    WINDOW.PRG     2659 ADJLEFT()              (function  in ?)    WINDOW.PRG     2652 ADJRIGHT()             ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6700

Re: run a function on end...

yes of course, I tried also with valid ACTIVATE DIALOG oApp():oDlg NOWAIT ; ON PAINT (oApp():oSplit:AdjClient()); ON INIT(oApp():oGrid:SetFocus(),ResizeWndMain()) ; VALID ( oApp():oGrid:nLen := 0 ,; oBar:End(), DbCloseAll(), oApp():oDlg := NIL, oApp():oGrid := NIL, oApp():oTab ...
by Silvio.Falconi
Wed Sep 18, 2013 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: run a function on end...
Replies: 2
Views: 668

Error with TexplorerBar

I made this on code nMod :=1 ACTIVATE DIALOG oApp():oDlg NOWAIT; ON PAINT (oApp():oSplitV:AdjClient() ,oApp():oSplitH:AdjRight()); ON INIT ( BuildPanel(nMod) ,; ..... Function BuildPanel(nMod) oApp():oTaskPanel := TExplorerBar():New( 0, 0,oApp():oPanelLeft:nwidth-5, ...
by Silvio
Wed Nov 17, 2010 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with TexplorerBar
Replies: 2
Views: 508

Re: New FWH 10.7

Then there is bugs on adjclient and adjleft of Controls as the same Reyes say on his class "Fivewin Bug"


Also, if the Explorer bar is put on a window, there there is no need to do any adjusting--it is handled automatically by the window.

James
by James Bott
Tue Aug 17, 2010 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.7
Replies: 33
Views: 8628

Re: New FWH 10.7

... third-party class" RIght ... this is that I'm trying to say to you. We must work on this class to resolve the problems. Then there is bugs on adjclient and adjleft of Controls as the same Reyes say on his class "Fivewin Bug" I hoped Reyes give his class to Antonio and published it ...
by Silvio
Tue Aug 17, 2010 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.7
Replies: 33
Views: 8628

Error with splitter

... ; _3DLOOK ; UPDATE ACTIVATE DIALOG oApp():oDlg NOWAIT ; ON INIT BarExplorer(oApp():oExBar,oApp():oCont,"CU") ; ON PAINT ( oApp():oSplit:AdjClient()) How I can resolve this graphic error ?
by MdaSolution
Thu Jul 08, 2010 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with splitter
Replies: 3
Views: 571

oDlg as oClient of oWnd (MDICHILD)

... .........Define Dialog (CHILD) .........Active Dialog NOWAIT ......... oWnd:oClient := oDlg //runtime here.. "Message not found: TDIALOG:ADJCLIENT" Activate Window ... The goal is to bind oDlg as child to oWnd (MDI CHILD) Is this possible? Mr. Antonio? regards, Frances
by fraxzi
Sat Jun 05, 2010 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDlg as oClient of oWnd (MDICHILD)
Replies: 4
Views: 690
Next

Return to advanced search