Search found 49 matches: resizeable

Return to advanced search

Re: NOSIZE / NORESIZE

hi Enrico,
Enrico Maria Giordano wrote:If you want a not resizeable form then use a dialog.

ah ... Ok have not use DIALOG yet, thx
by Jimmy
Sat Nov 05, 2022 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: NOSIZE / NORESIZE
Replies: 2
Views: 97

Re: NOSIZE / NORESIZE

If you want a not resizeable form then use a dialog.
by Enrico Maria Giordano
Sat Nov 05, 2022 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: NOSIZE / NORESIZE
Replies: 2
Views: 97

Re: oWnd:oClient := oPanel

Hello Silvio, In the meantime I found a solution. But there is another problem. It seems we can't make resizeable windows without a border. Thank you and best regards Otto oWnd:bPainted = { || oPanel:nTop := 30 } https://mybergland.com/fwforum/resize5.jpg Now I ...
by Silvio.Falconi
Tue May 28, 2019 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 3938

Re: oWnd:oClient := oPanel

Otto,

But there is another problem. It seems we can't make resizeable windows without a border.


it is possible

viewtopic.php?f=3&t=37133&p=221895#p221895

regards
Uwe :D
by ukoenig
Tue May 28, 2019 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 3938

Re: oWnd:oClient := oPanel

Hello Silvio,
In the meantime I found a solution.
But there is another problem. It seems we can't make resizeable windows without a border.
Thank you and best regards
Otto

oWnd:bPainted = { || oPanel:nTop := 30 }

Image
by Otto
Tue May 28, 2019 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 3938

Re: Bug in TDialog

Enrico Maria Giordano wrote:Anyway, the new clause RESIZEABLE is missing in dialog.ch.

EMG


Any news?

EMG
by Enrico Maria Giordano
Thu Mar 15, 2018 10:22 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TDialog [Fixed]
Replies: 5
Views: 1463

Re: Bug in TDialog

Anyway, the new clause RESIZEABLE is missing in dialog.ch.

EMG
by Enrico Maria Giordano
Sat Mar 10, 2018 2:01 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TDialog [Fixed]
Replies: 5
Views: 1463

New FTDN February/Febrero 2018 (FWH 18.02)

... table t order by t.fld2", initial order was not correctly recognized till previous version. Now it is ok. * DIALOG.CH: New clause RESIZABLE/RESIZEABLE: For creation of Dialog that can be maximized, mimimized and resized. * Enhancement: We are using MinGW 7.2.0 from here: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/7.2.0/threads-posix/dwarf/i686-7.2.0-release-posix-dwarf-rt_v5-rev1.7z/download ...
by Antonio Linares
Fri Mar 09, 2018 12:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2018 (FWH 18.02)
Replies: 0
Views: 1337

New FTDN July 2017 (FWH 17.07)

... with oBtn as parameter is displayed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34383 * Brush: New DATA lClientArea (default .f.): Resizeable brushes (gradients and images) are by default resized to fit client rect. If it is required to resize to fit client area (excluding oTop(oBar), ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2878

Re: Pro's and Contra's fom Resources or Coded screens

... out there to do it with a heavily populated data screen and have it work well. If someone can show us @ command useage with 30 to 60 controls on a resizeable dialog, that handles it all well, then we certainly should explore a way to create using them ... Tim
by TimStone
Sat Aug 05, 2017 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11291

Re: Better method Gradient() for class TWindow

... (Upto ver 17.06) 1) Does not fill the client rect correctly. (This is what you rightly pointed out and your fix also is right) 2) Gradient is not resizeable when the window/dialog is resized. 3) Painting of some controls (eg. TUrlLink) fails. B) Using Gradient Brushes 1) Exactly fits the ClientRect ...
by nageswaragunupudi
Fri Jul 28, 2017 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Better method Gradient() for class TWindow
Replies: 5
Views: 1317

New FTDN December/Diciembre 2016 (FWH 16.12)

... * Enhancement: datarow.prg: Default dialog displays prompts fully when the prompts contain CRLF. * Enhancements: TPanel.prg: Now resizeable image brushes and gradient brushes also work on tpanel. * Fix: XImage: When ximage is created in another control or child window/dialog, ...
by Antonio Linares
Thu Dec 22, 2016 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2016 (FWH 16.12)
Replies: 10
Views: 4738

Re: brush on PANEL

...     //FillRect( ::hDC, GetClientRect( ::hWnd ), ::oBrush:hBrush )   endif  Now you can try Gradient brushes and resizeable image brushes: Here is a sample using simple Splitter #include "fivewin.ch"#include "splitter.ch"function Main()  ...
by nageswaragunupudi
Mon Dec 19, 2016 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: brush on PANEL
Replies: 20
Views: 3596

Re: Resizeable screen formats

James, The Surface Book is actually a notebook computer. Yeah, you can detach the screen and use it as a tablet, but I wouldn't do that with this application. Also, with the pen, you can use handwriting for input and that takes up very little screen space. The issue is Microsoft's resizing feature a...
by TimStone
Fri Jun 03, 2016 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizeable screen formats
Replies: 25
Views: 5298

Re: Resizeable screen formats

Tim, Surface Book Ah, yes, that was the reason Microsoft came up with the whole new "Modern" interface design. Can we see a screenshot of the entire screen from the Surface Book showing the issue? Of course, you would need to also resize the font which I didn't do in my test. Also, don't y...
by James Bott
Fri Jun 03, 2016 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizeable screen formats
Replies: 25
Views: 5298
Next

Return to advanced search