Search found 39 matches: toolbar1

Return to advanced search

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... (1) listvie1.prg revisado (2) listvie2.prg implementación unicode * Implimentación unicode para ToolBars y Rebars, ejemplo revisado samples\toolbar1.prg * Mejora: Función FW_SayTextHilite(). El último parámetro aWord, debía estar en mayúsculas. Ahora es indistinto. * Corrección: La creación ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

New FTDN October/Octubre 2023 (FWH 23.10)

... litvie1.prg amd new sample (2) listvie2.prg for Unicode implementation * Unicode implementation for ToolBars and Rebars revised sample: samples\toolbar1.prg * Enhanced: function FW_SayTextHilite(). The last paramter aWords, was required to be upper case. Now the words can be of any case. * Fix: ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: FWH 64 for Borland bcc 7.1 64 bits is running!!!

Antonio, When I try to compile toolbar1.prg, I get this error: ┌────────────────────────────────────────────────────────────────────────────┐│ FiveWin for Harbour 16.02 - Mar. 2016           Harbour development power  │▄│ (c) FiveTech ...
by Marc Vanzegbroeck
Sat Mar 26, 2016 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 64 for Borland bcc 7.1 64 bits is running!!!
Replies: 33
Views: 7533

Re: toolbar boton desactivar?

Gustavo,

Hay un ejemplo en samples\toolbar1.prg:

MENUITEM "&Disable button..." ACTION oToolBar:EnableButton( 3, .f. )

MENUITEM "&Enable button..." ACTION oToolBar:EnableButton( 3, .t. )
by Antonio Linares
Tue Nov 10, 2015 8:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: toolbar boton desactivar?
Replies: 6
Views: 821

Re: Position Toolbar

Antonio, thanks for help me, but the way you showed is just like this already, I want this shown in the image below assembly.


Image

I want be like this.
Image
by ctoas
Mon Aug 04, 2014 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position Toolbar
Replies: 12
Views: 1802

Re: sub menus

Bruce

I prefer Buttonbars or Toolbars with a combination of MDI menus .. have a look at these samples

Buttonbars:

Test2007.prg
Customer.prg

Toolbars:

Toolbar1.prg
Toolbar2.prg

Rick Lipkin
by Rick Lipkin
Sat Aug 11, 2012 1:23 pm
 
Forum: FiveWin for CA-Clipper
Topic: sub menus
Replies: 4
Views: 2498

Re: TestTitl.prg Sample MDI

Rick, the compiled Sample < Toolbar1.prg > with some extra Lines ( Window MDI-Brush included ) #include "FiveWin.ch"static oToolBar function Main()local oWnd, oImageList, oTBrushLOCAL nSWidth := GetSysMetrics(0), ...
by ukoenig
Tue Feb 28, 2012 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11746

Re: TestTitl.prg Sample MDI

Rick, added to sample Toolbar1.prg MDIFRAME DEFINE TOOLBAR oToolBar OF oWnd SIZE 50, 58 ; // 50, 50 ; IMAGELIST oImageList BALLOON // tooltips balloon style DEFINE BRUSH oTBrush COLOR 128 // Red Color oToolbar:oBrush := oTBrush 2 Gradient-Samples ...
by ukoenig
Mon Feb 27, 2012 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11746

Re: TestTitl.prg Sample MDI

Uwe Thanks for your help .. was thinking of using Vtitle to paint a button bar .. I have tried the ToolBar1.prg sample and I like the control over placement and the placement of the buttons and text .. unfortunately, I did not see in the FiveWin.ch header where Toolbar had ...
by Rick Lipkin
Mon Feb 27, 2012 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11746

Changing the Toolbar content

... with initial button images on top and on the left I have outlook style butons. http://i65.photobucket.com/albums/h235/codemaker_bg/toolbar1.jpg What I need is to dynamicaly change the set of icons on the toolbar when I click some button on any of the vertical left buttons. The ...
by codemaker
Tue Feb 07, 2012 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the Toolbar content
Replies: 6
Views: 2269

Re: Harbour 6.12 for free

Antonio, now FwBrow is OK and run. I also tested with success the following .PRGs : - TestBrw - Browse - Customer - TestBrow - LbxDraw - TestBrwa - ToolBar1 While for these other ones the same error is occurred always (Error Base/1081) : - Enrico - Moon - Mallorca - Dbf01 - TestRpt2 But now I have ...
by Romano
Thu Oct 08, 2009 7:56 am
 
Forum: All products support
Topic: Harbour 6.12 for free
Replies: 11
Views: 2514

Re: Submenus en toolbar

Ola, proba fwh\samples\toolbar1.prg
by MGA
Sat Jan 31, 2009 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Submenus en toolbar
Replies: 3
Views: 493

Carlos,

Se soluciona con el cambio que te he indicado.

Acabo de probarlo con FWH\samples\ToolBar1.prg cambiando el tooltip "New" por "Añadir" y se veía igual que en tu aplicación.

Ahora se ve bien con ese cambio :-)
by Antonio Linares
Thu Nov 06, 2008 10:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con tooltips en rebars/toolbars.
Replies: 16
Views: 2394

Silvio,

Please review fwh\samples\ToolBar1.prg

Look for TBMENU use in it.
by Antonio Linares
Fri Sep 19, 2008 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tbmenu
Replies: 6
Views: 1102

Sample ToolBar1 with error?

Testing the example samples\toolbar1.prg noticed that the combination of keys ALT + N doesn't execute the function, just set focus for the button. Is this right?

Sorry for English.
by Anderson.OL
Sat Feb 09, 2008 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample ToolBar1 with error?
Replies: 8
Views: 1581
Next

Return to advanced search