Search found 374 matches: tbar

Searched query: tbar

by nageswaragunupudi
Tue Feb 04, 2025 8:48 pm
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
Replies: 12
Views: 12347

Re: problemas con CHECKBOX en FWH 2409

... Manifest).

Please apply this fix to \fwh\source\classes\dialog.prg:

Please locate this line of code in the METHOD Initialize(..) of Dialog.prg "TBAR;TGET;TMULTIGET;TBTNBMP;TCOMBOBOX;TWBROWSE;TCBROWSE;TXBROWSE;TLISTBOX;TDBCOMBO;TDATEPICK;TTIMEPICK" .and. ;

Add TCHECKBOX also to this list, like ...
by Compuin
Thu Jan 30, 2025 3:11 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo de compilacion .mak para Visual Studio
Replies: 39
Views: 26298

Re: Archivo de compilacion .mak para Visual Studio

Hola maestro,

Existe alguna forma de decirle a una clase que no tome el archivo de manifest? Tal vez eso solucione mi problema con la clase TBar.prg

Gracias
by Antonio Linares
Fri Jan 17, 2025 10:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5214

Re: Using new Class TDeepSeek for documenting

... Indicates if the button is part of a toolbar. |
| `lBtnBarBtn` | Logical | Indicates if the button is part of a toolbar and its parent is `TBar`. |
| `aAlpha` | Array | Array indicating if each bitmap has alpha transparency. |
| `bAlphaLevel` | Block | Codeblock for alpha level ...
by Antonio Linares
Fri Jan 17, 2025 10:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5214

Re: Using new Class TDeepSeek for documenting

FWH Class TBarTabs documentation:
### Class Documentation: `TBarTabs`

#### Overview
The `TBarTabs` class is designed to manage a set of tabs and associated bars within a window. It provides functionality to create, manage, and switch between different bars (or panels) within a tabbed interface. This ...
by Antonio Linares
Fri Jan 17, 2025 10:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 5214

Re: Using new Class TDeepSeek for documenting

FWH Class TBar documentation:
### Class Documentation: `TBar`

#### Overview
The `TBar` class is a custom control class in the FiveWin framework, designed to create and manage button bars. These button bars can be positioned at the top, bottom, left, or right of a window, or they can be floating. The ...
by Natter
Sat Oct 26, 2024 2:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Buttons in a TBar
Replies: 2
Views: 458

Re: Buttons in a TBar

Thanks Antonio, everything works !
by Antonio Linares
Sat Oct 26, 2024 6:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Buttons in a TBar
Replies: 2
Views: 458

Re: Buttons in a TBar

METHOD BtnAdjust( lRefresh ) CLASS TBar

local n, nGroups := 0, nPopups := 0
local l3D := ::l3D .and. ! ( ::l2007 .or. ::l2010 .or. ::l2013 .or. ::l2015)
local nRow := If( l3D, 2, -1 )
// Inicializamos nCol con el ancho total disponible
local nCol := If( l3D, ::oWnd:nWidth - ::nBtnWidth - 2 ...
by Natter
Sat Oct 26, 2024 6:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Buttons in a TBar
Replies: 2
Views: 458

Buttons in a TBar

Hi,

By default, buttons in a TBar control are rendered from left to right.
Is it possible to output buttons from right to left?
by jll-fwh
Wed Dec 13, 2023 1:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 1847

Back after 10 years due to illness [ Javier Lloris ]

... old disk that I have lying around there will be a copy.)

Hace unas semanas me contacto por WA ( jvtecheto ) valenciano como yo, sobre la clase TBarBRW 16/32bits. Comentar que la he subido de nuevo a la nube para que se pueda descargar, cuando controle GitHub subiré todo allí. La clase la he ...
by jll-fwh
Tue Nov 28, 2023 6:47 pm
Forum: FiveWin para Harbour/xHarbour
Topic: De vuelta tras 10 años por enfermedad.[Javier LLoris]
Replies: 18
Views: 6329

De vuelta tras 10 años por enfermedad.[Javier LLoris]

... algún disco antiguo que tengo por ahí habrá alguna copia.)

Hace unas semanas me contacto por WA ( jvtecheto ) valenciano como yo, sobre la clase TBarBRW 16/32bits. Comentar que la he subido de nuevo a la nube para que se pueda descargar, cuando controle GitHub subiré todo allí. La clase la he ...
by sirotoca
Wed Nov 15, 2023 9:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 302619

Re: 1st FWH + [x]Harbour 2017 international conference

... 14 TRECT
15 TSAY
16 TGET
17 GET
18 TCLIPGET
19 TREG32
20 TCURSOR
21 TBITMAP
22 TMDIFRAME
23 TMENU
24 TMENUITEM
25 TMDICLIENT
26 TBAR
27 TBTNBMP
28 TMSGBAR
29 TMSGITEM
30 TTIMER
31 TSTRUCT

Memory Analysis
===============
557 Static variables

Dynamic memory consume:
Actual ...
by sirotoca
Wed Nov 15, 2023 8:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 2177

Re: Xbrowse : oBrw:ToArray (How to do it)

... 14 TRECT
15 TSAY
16 TGET
17 GET
18 TCLIPGET
19 TREG32
20 TCURSOR
21 TBITMAP
22 TMDIFRAME
23 TMENU
24 TMENUITEM
25 TMDICLIENT
26 TBAR
27 TBTNBMP
28 TMSGBAR
29 TMSGITEM
30 TTIMER
31 TSTRUCT

Memory Analysis
===============
557 Static variables

Dynamic memory consume:
Actual ...
by karinha
Thu Nov 02, 2023 6:51 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TBAR CON BRUSH DE FONDO
Replies: 11
Views: 1171

Re: TBAR CON BRUSH DE FONDO

Haga asi:

Code: Select all | Expand

   @ 003, 650 BTNBMP oBtn2 OF oBar SIZE 50, 30 PIXEL FLAT ADJUST     ;
      GDIPLUS BITMAP "..\bitmaps\EXCEL.bmp" LEFT NOROUND WHEN( .F. )
 
Regards, saludos.
by claudio.leiva
Thu Nov 02, 2023 6:27 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TBAR CON BRUSH DE FONDO
Replies: 11
Views: 1171

Re: TBAR CON BRUSH DE FONDO

https://imgur.com/j3HWcnA

a esto me refiero que a imagen del brush se repite,,, no se ajusta al ancho de la tbar