Search found 96 matches: bresized

Return to advanced search

Re: To Mr. Rao

... add a new record oLbxB:bPastEof = {|| _AddNewRow( oRsInvDetail,nRepairNumber,nAssignedTo,cLoc,oLbxB,"N","" ) } and oWndChild:bResized := {|| _ReSizeUm( oDlg,oWndChild,oLbx) }, Thanks a lot for your appreciated help Best regards
by Armando
Wed Jan 11, 2017 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Rao
Replies: 8
Views: 2717

Re: A problem with splitters ?

Dear Uwe,

Have you tried with oPanel:bResized ?
by Antonio Linares
Wed Dec 14, 2016 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with splitters ?
Replies: 1
Views: 449

Re: Richedit on a dialog

... := nOr( WS_OVERLAPPED,WS_THICKFRAME,WS_SYSMENU,WS_MAXIMIZEBOX, 0 ) then I resize all controls of the dialog into a function : oDlgModelli:bResized := {||Rinfresca_oDlgModelli(oTitle,oImagetitle,oDlgModelli,oLbx,oSay,aGet ,oBarMemo) } ACTIVATE DIALOG oDlgModelli centered ; ON INIT BuildRichEditBar( ...
by Silvio.Falconi
Wed Apr 20, 2016 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 8956

Re: a tpanel into a tfolder

... scrollbar the panel (oBasket) is resize with ------------------------------------------------------------------------------------- oBasket:bResized := {|| rc := GetClientRect(oGrid:aDialogs[ 1 ]:hWnd),; oGrid:aDialogs[ 1 ]:nWidth := rc[4] } oGrid:aDialogs[ 1 ]:oClient := oBasket ----------------------------------------------------------------------------------- ...
by Silvio.Falconi
Fri Feb 26, 2016 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a tpanel into a tfolder :resolved!!
Replies: 17
Views: 7973

Re: Changing with and height of a window and a dialog

bPainted does get called when you rotate display. bResized does not get called. I cannot get accurate screen sizes when I use bPainted. screenwidth() and screenheight() are not always correct. Maybe it has something to do with buffer/dispbegin(). ...
by Gale FORd
Fri Nov 06, 2015 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing with and height of a window and a dialog
Replies: 35
Views: 8963

Re: How to keep a appl. on top of the dialog on resize ?

... ), oDlg:End() ) ; FONT oFont1 ; LEFT the defined Line in RGB.prg, to keep the colorpicker on top using minimize / maximize of RGB.exe oDlg:bResized := {|| ON_TOP() } ACTIVATE DIALOG oDlg CENTERED .. .. RETURN NIL // ---- FUNCTION ON_TOP() CFILENAME := "COLORPICK.exe" IF ISEXERUNNING( ...
by ukoenig
Sat Aug 01, 2015 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to keep a appl. on top of the dlg on resize ? (solved)
Replies: 5
Views: 2467

Re: To Antonio center image

cNavarro, I use a dialog and I try to use oAllegati:bResized := {|| nLTop := INT( ( ( oAllegati:nHeight ) / 2 ) - ( oImage:nHeight / 2 ) ), ; nLLeft := INT( ( ( oAllegati:nWidth - 18 ) / 2 ) - ( oImage:nWidth / 2 ) ), ; oImage:Move( nLTop, nLLeft, ...
by Silvio.Falconi
Fri Jun 19, 2015 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio center image
Replies: 9
Views: 1549

Re: Move controls as window size

... ) // Atras      oDlg:bKeyDown   := {|nKey| BrowseTextOnKey( nKey, oBrowse, cTextFile, bOnKey ) }    // !IMPORTANT      oDlg:bResized := {|nSizeType, nWidth, nHeight| DlgResizeCtrl( oDlg, nWidth, nHeight, nSizeType ) }   ACTIVATE DIALOG oDlg CENTERED ON INIT ...
by Carlos Mora
Tue May 19, 2015 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6286

Re: Centralize image in window

... / Left FILENAME c_Path1 + cLogo ; NOBORDER ; OF oWnd PIXEL UPDATE TRANSPARENT The calculation to center the image-position on window-resize : oWnd:bResized := {|| nLTop := INT( ( ( oWnd:nHeight ) / 2 ) - ( oLogo:nHeight / 2 ) ), ; nLLeft := INT( ( ( oWnd:nWidth - 18 ) / 2 ) - ( oLogo:nWidth / 2 ...
by ukoenig
Wed May 06, 2015 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Centralize image in window
Replies: 3
Views: 844

Re: Save dialog coordinates then redisplay same place

... END METHOD New() CLASS tApplication DEFINE WINDOW ::oWndMain .... RETURN Self METHOD Activate() class TApplication ::GetWinCoors() ::oWndMain:bResized := {|| ResizeWndMain() } ACTIVATE WINDOW ::oWndMain ; VALID ::ExitFromX() ::oFont:End() ::oFontMsgItem:End() return NIL /*_____________________________________________________________________________*//*_____________________________________________________________________________*//*___ ...
by Silvio.Falconi
Sat Dec 06, 2014 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog coordinates then redisplay same place
Replies: 26
Views: 5264

Refresh()

On a Dialog the final user can change the size of a folder ( on Height) calling a function this function is call on bResized and pressing a button . the dialog style is WS_OVERLAPPEDWINDOW on this function I set the size of Folder, the oBrw there is on first fold of Folder and some ...
by Silvio.Falconi
Thu Nov 13, 2014 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh()
Replies: 0
Views: 350

Re: No permitir resize

... poner un borde como el thickframe, bonito y con sombra pero que nativamente no sea resizable? Creo recordar que tienes la claúsula ON RESIZE, DATA bResized (no me acuerdo bien) y creo que existe aMaxMinInfo para delimitar el tamaño que puede tener una ventana
by cnavarro
Thu Oct 02, 2014 6:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No permitir resize
Replies: 7
Views: 823

Re: "Snap" for Clipper

...  1263                   2474  2475 BREDO                  WINDOW.PRG      432   763   763 BREPLACE                WINDOW.PRG      432   778   778 BRESIZED                WINDOW.PRG      426   489  1210  2666  2667 BRIGHT                  WINDOW.PRG      492  1212  1310  1311 BRINGWINDOWTOTOP() ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6735

Re: TFolderex on mdichild is not painted correctly

... 0,0 ), oName:SetFocus(), .F. ) ; VALID(!GETKEYSTATE( 27 )) and remove it from the window: ACTIVATE WINDOW oWndChild ; ON INIT ( ; oWndChild:bResized := {|| _ReSizeUm( oGrps,oWndChild,oLbx,oLbxA) }, ; oGrps:ReFresh() )
by Antonio Linares
Wed Oct 16, 2013 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderex on mdichild is not painted correctly
Replies: 25
Views: 15765

Re: TFolderex on mdichild is not painted correctly

Rick,

ACTIVATE WINDOW oWndChild ;
ON INIT ( ;
oWndChild:bResized := {|| _ReSizeUm( oGrps,oWndChild,oLbx,oLbxA) }, ;
oGrps:ReFresh(),oName:SetFocus(), .F. ) // as we want the focus at a certain control
by Antonio Linares
Wed Oct 16, 2013 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderex on mdichild is not painted correctly
Replies: 25
Views: 15765
PreviousNext

Return to advanced search