Search found 321 matches: resized

Return to advanced search

Relative coordinates of Controls

... coordinates (i.e., nTop, nLeft, nWidth, nHeight ) of a control relative to the size of the parent window/dialog. If the parent window/dialog is resized, the controls also will be moved/resized depending on the way the relative coordinates are specified. When the controls are resized, the fonts ...
by nageswaragunupudi
Wed May 22, 2024 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Relative coordinates of Controls
Replies: 15
Views: 638

Re: Transparent Png on MDI Parent

... etc. Please test this example in samples folder: I have used one Png to display at bottom-right and another at bottom-left. Window can be resized. When the window is resized to a very small size, even these pngs get resized correspondingly. Also please note the transparent rendering. #include ...
by nageswaragunupudi
Mon May 13, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 11
Views: 393

Re: records on xbrowse

oBrw:nLen and oBrw:nDataRows get their values after the first Refresh/paint of the browse. Also oBrw:nDataRows changes when browse is resized. DEFINE BUTTON/BTNBMP ..... (arrows)  ... WHEN ( oBrw:nDataRows >= oBrw:nLen ) would work Not%20working I made @  oBrw:nbottom+2, ...
by Silvio.Falconi
Tue Mar 26, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1840

Re: records on xbrowse

oBrw:nLen and oBrw:nDataRows get their values after the first Refresh/paint of the browse.
Also oBrw:nDataRows changes when browse is resized.

Code: Select all  Expand view
DEFINE BUTTON/BTNBMP ..... (arrows)  ... WHEN ( oBrw:nDataRows >= oBrw:nLen )

would work
by nageswaragunupudi
Tue Mar 26, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1840

change size dialog selecting noption folder

... make the dialog smaller when the end user selects tab number 3 and tab number 6 I made a small test Problem is when press folder tab the dialog is resized but sometimes the oBar is hided or became smaller and then I often notice a flutter, i.e. the dialog trembles #include "FiveWin.ch"#include ...
by Silvio.Falconi
Thu Mar 14, 2024 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 669

WebView resize

... pressing the "Cancel" button within the WebView (HTML), the program encounters an error, but this only occurs if the DIALOG has been resized. Here's the relevant code snippet: h['oDlg']:bResized := { || oWebView:SetSize(600, 800) } Inside the function `fromjavascript(hPost)`, if the ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2240

Re: New FTDN February 2024 (FWH 24.02)

... XBrowse. Una gran implementación desarrollada por el Sr. Rao. * Corrección: En la clase TWindow el método Activate() tenía una llamada al método Resized() sin argumentos y este error generaba un comportamiento incorrecto en la nueva Class TWebView2. Esa llamada se ha eliminado y ahora debemos ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 260

New FTDN February 2024 (FWH 24.02)

... implement a booking system using XBrowse. A great implementation developed by Mr. Rao. * Fix: Class TWindow METHOD Activate() had a call to method Resized() with no arguments and this error was generating an incorrect behavior on new Class TWebView2. That call has been removed and now we need to ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 260

Re: Transparent area becomes black when use BUTTON...ADJUST

... If you remove this clause, the images will be transparent. But resizing makes the image ragged. 2) Add "GDIP" clause. This makes the resized image smooth. Recommended code:  DEFINE BUTTONBAR oBar OF oWnd GDIP SIZE 110,66 RIGHT Please make this small change in buttonbar definition ...
by nageswaragunupudi
Wed Dec 06, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 913

Re: Transparent area becomes black when use BUTTON...ADJUST

...   OF oBar ADJUST The image is alpha-blend image. If I don't use ADJUST clause, the image is not resized but transparent area displays ok. If I use ADJUST clause, the image's size is nice but the transparent area of the image becomes black like ...
by nageswaragunupudi
Tue Dec 05, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 913

Transparent area becomes black when use BUTTON...ADJUST

...   OF oBar ADJUST The image is alpha-blend image. If I don't use ADJUST clause, the image is not resized but transparent area displays ok. If I use ADJUST clause, the image's size is nice but the transparent area of the image becomes black like ...
by hua
Tue Dec 05, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 913

Re: Resize a tpanel

For ScrollPanel, please set :oRightMargin and :oBottomMargin, to make it resizable when container window/dialog is resized. Sample: #include "fivewin.ch"function Main()   local oWnd, oPanel, n   DEFINE WINDOW oWnd   oPanel := TScrollPanel():New( 20,20,100,100,oWnd ...
by Silvio.Falconi
Sun May 21, 2023 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 363

Re: Resize a tpanel

For ScrollPanel, please set :oRightMargin and :oBottomMargin, to make it resizable when container window/dialog is resized. Sample: #include "fivewin.ch"function Main()   local oWnd, oPanel, n   DEFINE WINDOW oWnd   oPanel := TScrollPanel():New( ...
by nageswaragunupudi
Sun May 21, 2023 3:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 363

Re: How to set Brush size?

... prefer RESIZE and recommend instead of STRETCH. The entire window is covered by the brush and will automatically resize when the window is resized. Do not write any extra code more than what I suggested.
by dutch
Sat May 06, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Brush size?
Replies: 4
Views: 287

Re: How to set Brush size?

... prefer RESIZE and recommend instead of STRETCH. The entire window is covered by the brush and will automatically resize when the window is resized. Do not write any extra code more than what I suggested.
by nageswaragunupudi
Sat May 06, 2023 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Brush size?
Replies: 4
Views: 287
Next

Return to advanced search