Search found 418 matches: tpanel

Return to advanced search

sombras en tpanel

alguien sabe como seguir este tema

viewtopic.php?f=3&t=40625
by claudio.leiva
Tue Nov 21, 2023 1:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: sombras en tpanel
Replies: 0
Views: 365

Re: Fijar Texto en la ventana Principal de mi Aplicación

O también puedes usar el method de la clase TWindow
Code: Select all  Expand view

<oParent>:SayText( cText, aRect, cAlign, oFont, nClrText, nClrBack, lBorder, nAddlStyle )
 

llamándolo desde el ON PAINT del <oParent>
-> oParent es el objeto del container ( Window, Dialog, TPanel, etc. )
by cnavarro
Sat Sep 30, 2023 12:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fijar Texto en la ventana Principal de mi Aplicación
Replies: 5
Views: 369

Re: Resize a tpanel

Nages any solution ?
by Silvio.Falconi
Wed May 24, 2023 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 339

Re: Resize a tpanel

... nColor1,nColor2}      DEFAULT lBorder:=.f.      DEFINE BRUSH oBrush GRADIENT aGrad     oPanel:=Tpanel():New( nRow, nLeft, nBottom, nWidth, oWnd)     oPanel:SetBrush( oBrush )     IF lBorder  ...
by Silvio.Falconi
Sun May 21, 2023 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 339

Re: Resize a tpanel

We did not provide horizontal scrolling as of now.
We will look in to this and get back to you.
by nageswaragunupudi
Sun May 21, 2023 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 339

Re: Resize a tpanel

Dear Mr. Rao,
Thank you for this example.
Could you also please show how to make it horizontally scrollable at the same time?
Best regards,
Otto
by Otto
Sun May 21, 2023 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 339

Re: Resize a tpanel

For ScrollPanel, please set :oRightMargin and :oBottomMargin, to make it resizable when container window/dialog is resized. Sample: #include "fivewin.ch"function Main()   local oWnd, oPanel, n   DEFINE WINDOW oWnd   oPanel := TScrollPanel():New...
by nageswaragunupudi
Sun May 21, 2023 3:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 339

Resize a tpanel

if i have a tpanel in a window with controls is it possible to resize the tpanel when i resize the window and still the same controls contained in the tpanel ? I create the Panel with  #include "fivewin.ch"function Main()local ...
by Silvio.Falconi
Sat May 20, 2023 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 339

Change of control owner

Hi,

There are 2 controls on the window - a Tbutton and a TPanel. I need to tell the TButton that it belongs to the TPanel. How can this problem be solved ?
by Natter
Fri Apr 14, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change of control owner
Replies: 1
Views: 139

Re: more than 1 x TMsgBar() / TStatusBar() in App ?

Dear Jimmy,

If you use a main MDI window then each child may have a buttonbar and a messagebar.

Another choice is to use a TPanel, that again may have both.
by Antonio Linares
Wed Apr 12, 2023 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: more than 1 x TMsgBar() / TStatusBar() in App ?
Replies: 4
Views: 285

Re: Concept of REDEFINE for Dummy

hi Antonio, Try with TPanel as it is a very simple control thx for Answer i don´t want to create "new" Control. i want to "modify" existing Windows "Common Control" i´m testing REDEFINE and found out that ...
by Jimmy
Mon Apr 03, 2023 6:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 820

Re: Concept of REDEFINE for Dummy

Dear Jimmy,

Try with TPanel as it is a very simple control
by Antonio Linares
Sun Apr 02, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 820

Re: incrustar webview en un TDockPnel

Hazte un ejemplo incrustándolo en un TPanel normal, y lo demás será coser y cantar
by cnavarro
Tue Nov 08, 2022 9:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: incrustar webview en un TDockPnel - SOLUCIONADO
Replies: 19
Views: 1246

Fivewin Harbour Power :)

Todo nativo FWH
Windows + Butonbar + TPanel + SPLITTER + TExplorerBar

Image
by sysctrl2
Wed Jun 29, 2022 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin Harbour Power :)
Replies: 6
Views: 784

Re: Wine under Mac with FWH app

Right, the error does come from Texplorerbar class and yes, the line being quoted on the error log is addressing the nTop property of an TPanel object. BUT, the code executes perfectly under windows and therefore I was hoping not having to touch method CheckScroll() on the TExplorerBar class. ...
by reinaldocrespo
Fri May 13, 2022 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wine under Mac with FWH app
Replies: 7
Views: 514
PreviousNext

Return to advanced search