Search found 59 matches: otop

Return to advanced search

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: 141

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

Dear Otto, #include "FiveWin.ch"function Main()   local oWnd   DEFINE WINDOW oWnd    oWnd:oTop = TPanel():New( 0, 0, 30, oWnd:nWidth, oWnd )   oWnd:oTop:SetColor( "N/G" )   oWnd:oRight = TPanel():New( ...
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: 141

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: 141

Re: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5

... de ¿y por qué no dejarla fija dentro del control?, te explico mi punto de vista: cuando pones una buttonbar, ocupa una parte del area cliente ( oTop ) de un contenedor ( windows, dialog, etc. ), pero esto es un control, y no distinguirá que su nTop es debajo de la buttonbar, es decir, sería ...
by cnavarro
Thu Dec 29, 2022 2:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que cambios de hacer para pasar de RichEdit a la RICHEDIT5
Replies: 25
Views: 1691

Re: New FTDN October/Octure (FWH 22.10)

... WindowRect incluido 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 ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

New FTDN October/Octure (FWH 22.10)

... is saved. [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 ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

Re: Ocultar la ButtonBar

Faltaria hacer oWnd:oTop := nil además de oWnd:oBar := nil
by Antonio Linares
Fri Jul 22, 2022 4:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ocultar la ButtonBar
Replies: 11
Views: 911

Re: Size of the window

... have to add the width or height of any objects attached to the window client oClient. oWnd:coorsUpdate() nTop:= oWnd:nTop nTop:= nTop + if(oWnd:oTop!=nil,oWnd:oTop:nHeight,0) // Note that oMenu doesn't have an attribute nHeight. It is fixed at 20 pixels. nTop:= nTop + if(oWnd:oMenu!=nil,20,0) ...
by James Bott
Wed Oct 06, 2021 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of the window
Replies: 4
Views: 665

Re: Fwh19.05 - New Class TDockPnel

... := oTabs:nOption, ; IIF( nTabPos = 2, PAINT_PANEL2( oDlg, oPanelScroll ) , PAINT_PANEL( oDlg, oPanelScroll ) ), ; oPanelScroll:Refresh() ) oDlg:oTop = oTabs ACTIVATE DIALOG oDlg CENTERED ; ON INIT( oPanelScroll := CreatePanel( oDlg, oGet, nTabPos ),; // created only once :!: PAINT_PANEL( oDlg, ...
by ukoenig
Tue Jun 04, 2019 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 17
Views: 2513

Re: Ribbon Theme

Robert,

Please set oWnd:oTop := nil (after creating the ribbon) and try it again.

Whatever control is placed at oWnd:oTop will try to align itself to the top.
by Antonio Linares
Sun Apr 28, 2019 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28228

Re: QRCODE

... 229, 233, 238 ) } } oTitle:nShadowIntensity = 0 oTitle:nShadow = 0 oTitle:nClrLine1 := nrgb(0,0,0) oTitle:nClrLine2 := RGB( 229, 233, 238 ) oWnd:oTop:= oTitle RETURN oTitle
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3743

QRCODE

... 229, 233, 238 ) } } oTitle:nShadowIntensity = 0 oTitle:nShadow = 0 oTitle:nClrLine1 := nrgb(0,0,0) oTitle:nClrLine2 := RGB( 229, 233, 238 ) oWnd:oTop:= oTitle RETURN oTitle
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3743

New FTDN July 2017 (FWH 17.07)

... 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), oLeft, oBottom(msgbar), and oRight), lClientArea may be set to .T. * Window.prg: Improved method Gradient() 1. Gradient now matches size ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2901

Re: Better method Gradient() for class TWindow

... part of it 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: 1341

Re: Estilo windows 10 en mdichild

... complejo, hay que hacer muchas cosas para reemplazar el comportamiento: maximizar, minimizar, ajustar, etc., y perdemos la comodidad de usar los oTop, oLeft, oClient, etc. Mejor paso a la opcion con tabs, es un poco más fácil y no tengo que reescribir tanto codigo :) Gracias , un saludo.
by Carlos Mora
Fri Dec 23, 2016 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Estilo windows 10 en mdichild
Replies: 17
Views: 5297
Next

Return to advanced search