... 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 ...
Search found 39 matches: toolbar1
Searched query: toolbar1
- Sun Dec 03, 2023 4:46 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN October/Octubre 2023 (FWH 23.10)
- Replies: 1
- Views: 6654
- Thu Nov 02, 2023 9:53 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN October/Octubre 2023 (FWH 23.10)
- Replies: 1
- Views: 6654
New FTDN October/Octubre 2023 (FWH 23.10)
... 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 ...
(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 ...
- 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: 8363
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 1993-2016 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 ...
When I try to compile toolbar1.prg, I get this error:
┌────────────────────────────────────────────────────────────────────────────┐│ FiveWin for Harbour 16.02 - Mar. 2016 Harbour development power │▄│ (c) FiveTech 1993-2016 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 ...
- Tue Nov 10, 2015 8:21 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: toolbar boton desactivar?
- Replies: 6
- Views: 926
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. )
Hay un ejemplo en samples\toolbar1.prg:
MENUITEM "&Disable button..." ACTION oToolBar:EnableButton( 3, .f. )
MENUITEM "&Enable button..." ACTION oToolBar:EnableButton( 3, .t. )
- Mon Aug 04, 2014 7:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Position Toolbar
- Replies: 12
- Views: 2024
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](http://www.webng.com/maxxti/toolbar1.jpg)
I want be like this.
![Image](http://www.webng.com/maxxti/toolbar2.jpg)
![Image](http://www.webng.com/maxxti/toolbar1.jpg)
I want be like this.
![Image](http://www.webng.com/maxxti/toolbar2.jpg)
- Sat Aug 11, 2012 1:23 pm
- Forum: FiveWin for CA-Clipper
- Topic: sub menus
- Replies: 4
- Views: 3645
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
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
- Tue Feb 28, 2012 4:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TestTitl.prg Sample MDI
- Replies: 20
- Views: 13015
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), nSHeight := GetSysMetrics(1)DEFINE WINDOW oWnd TITLE "FWH ...
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), nSHeight := GetSysMetrics(1)DEFINE WINDOW oWnd TITLE "FWH ...
- Mon Feb 27, 2012 7:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TestTitl.prg Sample MDI
- Replies: 20
- Views: 13015
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 ( vertical, horizontal ) :
http://www. ...
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 ( vertical, horizontal ) :
http://www. ...
- Mon Feb 27, 2012 7:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TestTitl.prg Sample MDI
- Replies: 20
- Views: 13015
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 any option for color or ...
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 any option for color or ...
- Tue Feb 07, 2012 11:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Changing the Toolbar content
- Replies: 6
- Views: 2513
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 ...
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 ...
- Thu Oct 08, 2009 7:56 am
- Forum: All products support
- Topic: Harbour 6.12 for free
- Replies: 11
- Views: 3525
Re: Harbour 6.12 for free
... 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 ...
- 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 ...
- Sat Jan 31, 2009 12:16 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Submenus en toolbar
- Replies: 3
- Views: 527
Re: Submenus en toolbar
Ola, proba fwh\samples\toolbar1.prg
- Thu Nov 06, 2008 10:07 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problemas con tooltips en rebars/toolbars.
- Replies: 16
- Views: 2845
- Fri Sep 19, 2008 9:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: tbmenu
- Replies: 6
- Views: 1205
- Sat Feb 09, 2008 11:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Sample ToolBar1 with error?
- Replies: 8
- Views: 1721
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.
Sorry for English.