Search found 22 matches: oright

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

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

... = TPanel():New( 0, 0, 30, oWnd:nWidth, oWnd )   oWnd:oTop:SetColor( "N/G" )   oWnd:oRight = TPanel():New( 0, 0, oWnd:nHeight, 30, oWnd )   oWnd:oRight:SetColor( "N/R" )   oWnd:oBottom ...
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: 144

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

Re: New FTDN October/Octure (FWH 22.10)

... 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 guardado. ...
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)

... 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: 862

New FTDN July 2017 (FWH 17.07)

... 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. Gradient now resizes ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 2920

Re: Better method Gradient() for class TWindow

... 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: problem with spinner get

Silvio,

Try this:

REDEFINE GET ::oRight VAR ::nRight ID 102 OF oDlg ;
PICTURE "9.9 cm " UPDATE ;
SPINNER ON UP ::nRight += 0.1 ON DOWN ::nRight -= 0.1 MIN 0 MAX 5
by Antonio Linares
Sat Jun 25, 2016 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with spinner get
Replies: 3
Views: 554

problem with spinner get

I have this

REDEFINE GET ::oRight VAR ::nRight ID 102 OF oDlg ;
PICTURE "9.9 cm " UPDATE ;
SPINNER ON UP ( 0.1 ) ON DOWN ( 0.1 ) MIN 0 MAX 5


why it not run ? I can press the spinner but it not move the value why ?
by Silvio.Falconi
Sat Jun 25, 2016 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with spinner get
Replies: 3
Views: 554

Re: "Snap" for Clipper

...  2683  2685  2685  2686  2686  2687  2687  2689  2690                   2691  2692 ORIBBON                WINDOW.PRG     2845  2881  2885  2885 ORIGHT                  WINDOW.PRG      450  2654  2655 OSEND()                (function  in ?)    WINDOW.PRG     1912  1913  1934  2083  2084  2115 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6701

Re: XBrowse - Midi y lRegistered

... la derecha dejando la izquierda del Tpanel vacio Lo unico que cambia en el codigo es: Cambiar: // oAplica:oLeft := aPnels[Len(aPnels)] por oAplica:oRight := aPnels[Len(aPnels)] http://imageshack.us/a/img594/9573/apli000.th.png Esta es la buena http://imageshack.us/a/img802/1018/apli002.th.png ...
by cnavarro
Thu Feb 21, 2013 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse - Midi y lRegistered
Replies: 14
Views: 2526

Re: Mi primera pregunta de este año 2009

... + WS_THICKFRAME + WS_CLIPCHILDREN ) DEFINE WINDOW oWndD TITLE "Aida Control de Polizas V 1.00 2008" from oTop,oLeft to oBottom,oRight MDI Color nRgb(230, 230, 250 ),nRgb( 132, 112, 255) ; MENU BuildMenu() style nOr( WS_OVERLAPPED + WS_CAPTION + WS_THICKFRAME + WS_CLIPCHILDREN ...
by Daniel Garcia-Gil
Sat Jan 03, 2009 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mi primera pregunta de este año 2009
Replies: 5
Views: 748

Re: oTop, oLeft, oBottom, oRight, oClient para redimensionar ??

Hola

el problema que tengo no es con los recursos es con el windows principal

Gracias de todas maneras :D

Aida
by AIDA
Sat Jan 03, 2009 1:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oTop, oLeft, oBottom, oRight, oClient para redimensionar ??
Replies: 19
Views: 4081

Re: Mi primera pregunta de este año 2009

... 'MDI' A SI DEFINO EL WINDOWS DEFINE WINDOW oWndD NOZOOM TITLE "Aida Control de Polizas V 1.00 2008" from oTop,oLeft to oBottom,oRight MDI Color nRgb(230, 230, 250 ),nRgb( 132, 112, 255) ; MENU BuildMenu() STYLE ( WS_CAPTION, WS_MINIMIZEBOX, WS_MAXIMIZEBOX)
by AIDA
Sat Jan 03, 2009 1:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mi primera pregunta de este año 2009
Replies: 5
Views: 748

Re: oTop, oLeft, oBottom, oRight, oClient para redimensionar ??

Hola Aida , cómo estás?? Por qué no pruebas hacer en vez de dos programas enlazar dos archivos de recuros?? O si no otra alternativa es usar dos archivos DLL de recursos, o las que sean necesarias, y en tu main() del sistema haces lo siguiente: #include "FiveWin.ch" Function Main() Loc...
by jrestojeda
Fri Jan 02, 2009 8:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: oTop, oLeft, oBottom, oRight, oClient para redimensionar ??
Replies: 19
Views: 4081
Next

Return to advanced search

cron