Search found 418 matches: tpanel

Return to advanced search

Test Windows Mdi with panel right

...    := LINESTYLE_NOLINES      :nColDividerStyle    := LINESTYLE_LIGHTGRAY      :CreateFromCode()     End     return nil  I could also use a Tpanel but then it's not good because I would like the child not to go in that part that is the area in the window (owndclient) is determined as it ...
by Silvio.Falconi
Mon Apr 25, 2022 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test Windows Mdi with panel right
Replies: 10
Views: 690

Re: Style of dialog

... handling of panels. i have a dialog defined by resource with many gets and some buttons. My try was to define a panel "oPanel := oPanel := TPanel():New( )" and to change all REDEFINE xyz OF oDlg to REDEFINE xyz OF oPanel plus set "oDlg:oClient := oPanel" But this doesn't ...
by Detlef
Thu Apr 07, 2022 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Style of dialog
Replies: 10
Views: 725

Re: Hiding windchild commands

James Bott wrote:Instead of using a MDI window you could use a panel (TPanel class).


Panel ????????
I made Windows child for each procedure or I use dialogs as mdichild
by Silvio.Falconi
Tue Feb 15, 2022 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Re: Hiding windchild commands

Instead of using a MDI window you could use a panel (TPanel class).
by James Bott
Tue Feb 15, 2022 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Re: Windows 11 Fluent Design

... windows and dialogs. Then I was trying to recreate the control that I saw in Microsoft's documentation about fluent design and it looked like FW's TPanel control. Only yesterday I discovered that it was actually a dialog (see link in my previous message). The dialog shown in that link is just a ...
by James Bott
Wed Nov 10, 2021 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9409

Re: Windows 11 Fluent Design

Surely something like this will have to be implemented in TPanel or in some similar control #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local oWnd  ...
by cnavarro
Tue Nov 09, 2021 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9409

Re: Windows 11 Fluent Design

... is not showing automatically for panels (since panels inherit from TControl which inherits from TWindow. I suspect that there is something in the TPanel:Paint() method that is either different or missing which is preventing the shadow from being displayed. The reason I have been looking into the ...
by James Bott
Tue Nov 09, 2021 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9409

Re: De xHarbour a Harbour

... from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|ADOFUNCS Error: Unresolved external '_HB_FUN_NARGB' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|TPANEL Error: Unresolved external '_HB_FUN_BLANK' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|DBCOMBO Error: Unresolved external '_HB_FUN_PONFOLD' ...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3270

Re: Windows 11 Fluent Design

Antonio, What panels do you mean? Fivewin panels, create from the TPanel class. That is what is showing in the sample image I just posted--two overlapping panels on a window. Note that the Window has a shadow but not the panels. FWH provides oWindowOrAnyControl:Shadow() ...
by James Bott
Tue Sep 28, 2021 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9409

Re: Windows 11 Fluent Design

... on. That was easy. However, panels do not have shadows--at least FW panels don't. I found there was a shadow method in the TWindow class and the TPanel class inherits from TControl which inherits from TWindow, so I thought they might work if I just called the shadow method for a panel object. ...
by James Bott
Tue Jul 13, 2021 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9409

Windows 11 Fluent Design

... except for a bitmap. I don't even know how to create a bitmap with the cloud-like coloring. So I suppose we need to think about a subclass of TPanel that could handle these things. Any thoughts and/or ideas?
by James Bott
Fri Jul 09, 2021 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9409

Re: tScrollPanel and Pelles C

My mistake, you have to call it this way:

// Class TPanel Method Redefine( nId, oWnd, lDesign, cVarName, lBorder )

oPanel := TScrollPanel():Redefine( 101, oDlg )

Also, you have to call oPanel:SetFont( oDlg:oFont ) from the ON INIT clause of the ACTIVATE DIALOG
by Antonio Linares
Wed May 05, 2021 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScrollPanel and Pelles C
Replies: 7
Views: 1184

Re: New FTDN February/Febrero 2021 (FWH 21.02)

... ReQuery() da error en tiempo de ejecución. Solucionado !!! http://forums.fivetechsupport.com/viewtopic.php?f=6&t=40194&p=239989#p239989 * TPanel: Mejora. Hasta ahora no era posible navegar entre los controles de un panel y su ventana principal con las teclas tab/enter/arriba/abajo. Ahora ...
by Antonio Linares
Mon Apr 05, 2021 6:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1468

Re: New FTDN February/Febrero 2021 (FWH 21.02) revised 01

... error. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=40194&sid=8e485b5b606c2eacc33570b9fef0eff7&p=239989#p239989 * TPanel: Enhancement. Till now it was not possible to navigate between the controls of a panel and its parent window with tab/enter/up/down keys. Now ...
by Antonio Linares
Fri Apr 02, 2021 4:49 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1468

Re: galería de imágenes

... so I'd have scroll features it it. Regards, José Luis Please wait a little while. Very soon we are posting full TAlbum class derived from TPanel Mr. Rao, A new class derived from TScrollPanel would be nice with some added features: * A new data to tell how many pictures show in a row, ...
by José Luis Sánchez
Sat Jan 23, 2021 8:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17035
PreviousNext

Return to advanced search