Search found 96 matches: bresized

Return to advanced search

Re: change size dialog selecting noption folder

... ¿lo hará automáticamente? o ¿Deberíamos darle los parámetros Ancho, Alto? ¿Existe todavía la posibilidad de insertar el bloque de código oDlg:bresized? ¿Tienes una solución para el problema de la carpeta?
by Silvio.Falconi
Fri Mar 15, 2024 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

Re: WebView resize

Dear Antonio,
Even though I do not use the code block bResized, but the DIALOG is resizable and I have changed the size, then I also get the error.
Best regards,
Otto


h['oDlg']:bResized := { || oWebView:SetSize(600, 800) }'
by Otto
Fri Mar 08, 2024 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

WebView resize

Dear Antonio, When I use h['oDlg']:bResized := { || oWebView:SetSize(600, 800) } inside the FIVEWIN DIALOG after pressing the "Cancel" button within the WebView (HTML), the program encounters an error, but this only occurs if the ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Scroll of Panel not at the same Height of Xbrowse

... (As Mdi) https://i.postimg.cc/xTwXV6mk/hh.png How I must set the scroll to have the same height of the xbrowse ? I made oDlg:bResized := <|| local oRect := oDlg:GetCliRect() oBar:nWidth:= oRect:nRight oBrw:nWidth:= oRect:nRight-290 oBrw:nHeight:= oRect:nBottom-45 oPanel:nTop ...
by Silvio.Falconi
Wed Jan 11, 2023 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll of Panel not at the same Height of Xbrowse
Replies: 2
Views: 300

Re: Logo on MDI window.

... the bar the oWinMain:oWndClient not bpainted and when I reopen the bar right I must redraw the image how I can resolve it ? I add oApp:oWinMain:bResized := { || SetLogo( oApp:oLogo, oApp:oWinMain ) and the procedure make error when I resize Error description: Error BASE/1004 Metodo non disponibile: ...
by Silvio.Falconi
Wed Nov 09, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 889

NOSIZE / NORESIZE

... Buuton is left but you can "resize" Form as there is no Keyword NOSIZE / NORESIZE under Fivewin :( --- i try to use oASKFORM:bResized  := { |nType, nWidth, nHeight| oASKFORM:SetSize(nWidth, nHeight) } which was not the Solution :( i have to use "fix" ...
by Jimmy
Sat Nov 05, 2022 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: NOSIZE / NORESIZE
Replies: 2
Views: 100

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 ...
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

Strange array/ oDbf

... nTipo ) Refresh_data1(oDbf,oBrw1,adataDbf),; // this call Crea_data1(adata,nRecord,oDbf,oBrw1) aGet[7]:nHeight:=21.2,; Eval(oDlg:bResized) ) If I change aData1 :={} aData2 :={} instead of aData1 := aData1_array() aData2 := aData2_array() make error , why ? these are the array ...
by Silvio.Falconi
Mon May 30, 2022 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange array/ oDbf
Replies: 0
Views: 128

Re: ACERCA DE BTNBMP FLAT

... If you want them to be move in relation to the size of the window, you need to recalculating the coordinates relative to the screen size, in oWnd:bResized code block.
by nageswaragunupudi
Fri May 27, 2022 11:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACERCA DE BTNBMP FLAT [DESCARTADO]
Replies: 5
Views: 444

Re: design.prg from FW samples

... .f.,oMyDialog ) oMyDialog:oVRule := TC5Rule():New( 34, 0, 30, 2000, oClient, CLR_BLACK, rgb(173,197,229), .t., oMyDialog ) oClient:bResized := {|| oMyDialog:SetSize( oClient:nWidth-35,oClient:nHeight-35,.t.),; oMyDialog:oHRule:SetSize( oClient:nWidth-35,oMyDialog:oHRule:nHeight,.t. ...
by Silvio.Falconi
Mon Mar 21, 2022 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: design.prg from FW samples
Replies: 9
Views: 1363

Re: strange move Folder - Dialog

... (oDlg:nHeight:=680,oDlg:Move( aPt[ 1 ] , aPt[ 2 ] )) ) } ACTIVATE DIALOG oDlg CENTERED ; ON INIT ( oDlg:Move( aPt[ 1 ] , aPt[ 2 ] ),; Eval( oDlg:bResized),; ChangeButtons(oBarDialog ),; oBarDialog:refresh(),; Eval(oFolder:baction) )
by Silvio.Falconi
Tue Nov 23, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 515

Re: Array of Gets on a scroll panel

Nages, when I use the scrollpanel in a dialog sized by the user (oDlg: bResized), the objects contained in it do not refresh themselves, i.e. they always have their own configuration, for example https://i.postimg.cc/pLVpT51G/colori.jpg if the ...
by Silvio.Falconi
Fri Mar 26, 2021 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of Gets on a scroll panel
Replies: 10
Views: 1265

Re: About TCalendar

... := {|Self,nOld,nNew| iif(nNew<MCMV_YEAR,::SetCurrentView(MCMV_YEAR),) } ::oDtPick:bChange = { | o | ::ChangeDate( o ) } oPanel:bResized := <|| local oRect :=oPanel:GetCliRect() ::oDtPick:nWidth := oRect:nRight return nil > seem to run , but there is something bad
by Silvio.Falconi
Tue Dec 29, 2020 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 2780

Re: Printer class question - RESOLVED

... no any class for the graphic items oItems:bMoved := {|| SetItemSize( i, nArea, cAreaIni ), MsgBarItem( i, nArea, cAreaIni,,, .T. ) } oItems:bResized := {|| SetItemSize( i, nArea, cAreaIni ), MsgBarItem( i, nArea, cAreaIni,,, .T. ) } oItems:bMMoved := {| nRow, nCol, nFlags | MsgBarItem( i, ...
by Silvio.Falconi
Sat Oct 24, 2020 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3346
Next

Return to advanced search