Search found 41 matches: resizes

Return to advanced search

Splitter and Resize window

I want that when the end user resizes the oWnd window, the splitter should move to the left when the window is widened the splitter must go to the right and the second explorer must have the dimensions as I have drawn them in the figure ...
by Silvio.Falconi
Thu Mar 21, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splitter and Resize window
Replies: 0
Views: 74

Re: a question MDI

... did not fully understand what I had asked for. The oWndChild window is initially MAXIMIZED and fills the oClient of the oWnd window, then the user resizes the window with the mouse and can hide it under the explorerbar panel. In a software I have seen instead that if the user moves the window it ...
by Silvio.Falconi
Fri Jan 07, 2022 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1490

change position of say, get and button

Hello, If one resizes the window I want to be able to place the labels (say), get, buttons and browse on another position. How is this possible. I tried with SetPos(), but that did not do the trick. Also I want to be able to change ...
by plantenkennis
Wed Dec 01, 2021 3:15 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: change position of say, get and button
Replies: 0
Views: 436

Re: TO Cristobal : Message position

maybe it is me who does not explain well, if the user moves, resizes the dialog the message is not always in the same place as you can see in this figure. ttoast should behave like a control, a get, an image instead this is not possible because ttoast ...
by Silvio.Falconi
Wed Jun 09, 2021 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Cristobal : Message position
Replies: 4
Views: 782

Re: TO Cristobal : Message position

maybe it is me who does not explain well, if the user moves, resizes the dialog the message is not always in the same place as you can see in this figure. ttoast should behave like a control, a get, an image instead this is not possible because ttoast ...
by cnavarro
Tue Jun 08, 2021 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Cristobal : Message position
Replies: 4
Views: 782

Re: TO Cristobal : Message position

maybe it is me who does not explain well, if the user moves, resizes the dialog the message is not always in the same place as you can see in this figure. https://i.postimg.cc/s2sfFYc7/test.jpg ttoast should behave like a control, a get, ...
by Silvio.Falconi
Tue Jun 08, 2021 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Cristobal : Message position
Replies: 4
Views: 782

Re: Array of Gets on a scroll panel

... same time of the resized control (scrpanel) that is, if from the program I gave it the configuration to create files of 6 buttons, when the user resizes the dialog, the rows for 6 buttons will remain Is it possible to have a horizontal scroll as well?
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: 1214

New FTDN July 2017 (FWH 17.07)

... and oRight), lClientArea may be set to .T. * Window.prg: Improved method Gradient() 1. Gradient now matches size of client rect 2. Gradient now resizes when window/dialog is resized http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34373 * XBROWSE: - bBarGetValid was not working. Fixed. ...
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: Resizeable screen formats

Tim,

FWH provides a Class TLayout, developed by Daniel Garcia Gil, that automatically reorganizes and resizes the controls.

Please review FWH\samples\layout.prg, layout2.prg, layout4.prg examples
by Antonio Linares
Fri May 20, 2016 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizeable screen formats
Replies: 25
Views: 5298

Re: TPrinter recent methods PrintImage() and SayText()

Mr Manuel No resizes the image never far from a 18x25 more ( printer and screen ) . :( this is equivalent to 171ppp. image pixel density. I did not understand clearly. Can you please explain in greater detail? Do you mean lStretch ...
by nageswaragunupudi
Wed May 04, 2016 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter recent methods PrintImage() and SayText()
Replies: 19
Views: 4135

Re: TPrinter recent methods PrintImage() and SayText()

... cm. I used these coordinates to highlight the result : aD := oPrn:Cmtr2Pix( 30,30 ) oPrn:PrintImage( 0, 0, cNombreBMP, aD[1], aD[2], .t. ) No resizes the image never far from a 18x25 more ( printer and screen ) . :( this is equivalent to 171ppp. image pixel density.
by mastintin
Wed May 04, 2016 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter recent methods PrintImage() and SayText()
Replies: 19
Views: 4135

Re: splitter sample

... the vertical splitter should be moved to the left Now it is stopped at the same positon so when the user resizes the window no longer sees the grid placed on the right
by Silvio.Falconi
Thu Mar 03, 2016 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: splitter sample
Replies: 4
Views: 727

TMsgBar and Gripper

... nMakeLong(aPoint[1],aPoint[2]))   endif In this way if you click on gripper and move the window resizes. Regards, Antonino
by AntoninoP
Mon Jun 29, 2015 2:04 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: TMsgBar and Gripper
Replies: 5
Views: 2123

Re: To Antonio: vector based icons & images.

Antonio:

Thank you for the link. My plan was to use a EPS based background for my FW app; this way, if the user resizes the main window, the background will grow or shrink with no loss. Is there a way to achieve this ? I don't think the epstool will do the job.
by HunterEC
Tue Jun 16, 2015 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: vector based icons & images.
Replies: 8
Views: 861

Re: Move controls as window size

... did with the resizing problem. Hope you find it simple enough and a good starting point. I needed to resize controls as the container dialog also resizes, and the usual solution (oClient, oTop, etc) didn't seem to be right. First thing first. After thinking a little bit about what behavoir would ...
by Carlos Mora
Tue May 19, 2015 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6159
Next

Return to advanced search