Search found 57 matches: obottom

Return to advanced search

Re: New FTDN July/Julio 2024 (FWH 24.07)

... de la ventana. nType ( 0 ): Imagen de la ventana completa, incluidos los bordes. nType ( 2 ): Imagen del área cliente excluyendo otop, oleft, obottom, oright. * Nuevo: Nueva función WNDBMP( oWnd, [nType = 0], [lGdip = .f.] ) --> hBitmap/pImage. Función mejorada sobre wndbitmap() nType := ...
by Antonio Linares
Thu Aug 08, 2024 11:50 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 4328

New FTDN July/Julio 2024 (FWH 24.07)

... of the window's client area nType ( 0 ): Image of the full window including borders nType ( 2 ): Image of the client area excluding otop,oleft,obottom,oright * New function WNDBMP( oWnd, [nType = 0], [lGdip = .f.] ) --> hBitmap/pImage Improved function over wndbitmap() nType := 0 (full window) ...
by Antonio Linares
Mon Aug 05, 2024 4:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 4328

Re: how to ? TABS ON MDICHILD WINDOW. SOLVED

... MSGBAR oMsgBar OF oWndItems 2007 In order to use TABS instead of MSGBAR, then you should replace the above line with: @ 20, 0 TABS oWndItems:oBottom PROMPTS "One", "Two", "Three" OF oWndItems ACTION MsgInfo( nOption )
by Antonio Linares
Mon Jul 29, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to ? TABS ON MDICHILD WINDOW. SOLVED
Replies: 5
Views: 489

Re: DATA oTop, oLeft, oBottom, oRight, oClient

Dear Antonio,
thank you and have a nice Sunday.
Best regards,
Otto

Image
by Otto
Sun May 14, 2023 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATA oTop, oLeft, oBottom, oRight, oClient
Replies: 2
Views: 180

Re: DATA oTop, oLeft, oBottom, oRight, oClient

... = TPanel():New( 0, 0, oWnd:nHeight, 30, oWnd )   oWnd:oRight:SetColor( "N/R" )   oWnd:oBottom = TPanel():New( oWnd:nHeight - 30, 0, oWnd:nHeight, oWnd:nWidth, oWnd )   oWnd:oBottom:SetColor( "N/B" ...
by Antonio Linares
Sun May 14, 2023 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATA oTop, oLeft, oBottom, oRight, oClient
Replies: 2
Views: 180

DATA oTop, oLeft, oBottom, oRight, oClient

Hello friends,
is there a sample where all the DATA oTop, oLeft, oBottom, oRight, oClient is in use?
Is it possible to use all at the same time?
Best regards,
Otto
by Otto
Sun May 14, 2023 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATA oTop, oLeft, oBottom, oRight, oClient
Replies: 2
Views: 180

Re: New FTDN October/Octure (FWH 22.10)

... el marco. (Sólo para una ventana/diálogo) 1. Predeterminado. Recto del cliente de la ventana. 2. Área de cliente rect (excluye oTop, oLeft, oBottom, oRight) Esto también significa que la barra de botones y la barra de mensajes están excluidas. [lShow]: Si es verdadero, se muestra el archivo ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 1771

Re: SPLITTER : how to"resize" Client Area

hi Antonio,
Antonio Linares wrote:After you create it, then do oWnd:oBottom = oToolBar where oWnd is the parent container of the toolbar

will SPLITTER "respect" it at Bottom like STATUSBAR :?:
by Jimmy
Fri Nov 04, 2022 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1714

Re: SPLITTER : how to"resize" Client Area

Dear Jimmy,

> p.s. can i put a Toolbar on Bottom using Fivewin ?

After you create it, then do oWnd:oBottom = oToolBar where oWnd is the parent container of the toolbar
by Antonio Linares
Fri Nov 04, 2022 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1714

New FTDN October/Octure (FWH 22.10)

... [nRectType] 0. WindowRect including frame. (only for a window/dialog) 1. Default. Client Rect of window 2. Client Area rect (excludes oTop, oLeft, oBottom, oRight This also means that buttonbar and msgbar are excluded) [lShow]: If true, the saved file is displayed * ximage: file save quality improment.
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 1771

Re: xbrowse desaparece

Prueba con oDlg:oBottom = oTab
by Antonio Linares
Tue Aug 16, 2022 6:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse desaparece (Solucionado)
Replies: 9
Views: 1453

New FTDN July 2017 (FWH 17.07)

... (gradients and images) are by default resized to fit client rect. If it is required to resize to fit client area (excluding oTop(oBar), oLeft, oBottom(msgbar), and oRight), lClientArea may be set to .T. * Window.prg: Improved method Gradient() 1. Gradient now matches size of client rect 2. ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 3428

Re: Better method Gradient() for class TWindow

... is occupied by buttonbar, hiding the top part of the gradient. In case we like the gradient to fit the visible client area (excluding oTop(oBar), oBottom(MsgBar),oLeft and oRight) what we can do is: oDlg:oBrush:lClientArea := .T. // FWH17.07 http://imagizer.imageshack.us/v2/xq90/922/WenYDf.png
by nageswaragunupudi
Fri Jul 28, 2017 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Better method Gradient() for class TWindow
Replies: 5
Views: 1480

Error fwh1608 - thema Classic (Solucionado)

... 2, 0 LISTBOX oLbx FIELDS ; ON RIGHT CLICK MsgInfo( oLbx:cAlias ) ; FONT oFont ; SIZE 400, 200 oWndChild:SetControl( oLbx ) @ 20, 0 TABS oWndChild:oBottom PROMPT "One", "Two" ; OF oWndChild ACTIVATE WINDOW oWndChild MAXIMIZED ; ON RIGHT CLICK MsgInfo( oWndChild:GetText() ) oWndChild:ReSize() ...
by MGA
Fri Nov 25, 2016 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error fwh1608 - thema Classic (Solucionado)
Replies: 15
Views: 4264

Re: Move controls as window size

Marco, When there are only two controls, you can use oWnd:oClient and oWnd:oBottom (oWnd is any window or dialog. A folder page is a dialog). But as you have several controls, you can do as Reinaldo has explained you or you can use FWH layouts. Please search ...
by Antonio Linares
Sat Feb 14, 2015 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6849
Next

Return to advanced search