Estimado José,
Habría usar el estilo SBS_CENTERALIGN al crear el control. Para eso habría que modificar la clase TStatusBar así:
#define SBS_CENTERALIGN 0x0004
::nStyle = nOR( WS_CHILD, WS_VISIBLE, SBS_CENTERALIGN )
Pruébalo y a ver si funciona como deseas.
Probaste con ?
set message of _oWnd ...
Search found 18 matches: tstatusbar
Searched query: tstatusbar
- Mon Jun 24, 2024 8:37 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: centrar mensaje en statusbar
- Replies: 4
- Views: 723
- Wed Apr 12, 2023 7:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: more than 1 x TMsgBar() / TStatusBar() in App ?
- Replies: 4
- Views: 604
Re: more than 1 x TMsgBar() / TStatusBar() in App ?
Taking advantage of the topic, Master Antônio is it possible to do this?
Aprovechando el tema, Maestro Antônio, ¿es posible hacer esto?
GET and COMBO in the MESSAGE Bar?
GET y COMBO en la barra de MENSAJES
// GET e COMBO na MESSAGE Bar
#include "FiveWin.ch"
#define MSG_DATA 1
#define MSG_EMP ...
Aprovechando el tema, Maestro Antônio, ¿es posible hacer esto?
GET and COMBO in the MESSAGE Bar?
GET y COMBO en la barra de MENSAJES
// GET e COMBO na MESSAGE Bar
#include "FiveWin.ch"
#define MSG_DATA 1
#define MSG_EMP ...
- Wed Apr 12, 2023 12:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: more than 1 x TMsgBar() / TStatusBar() in App ?
- Replies: 4
- Views: 604
Re: more than 1 x TMsgBar() / TStatusBar() in App ?
Use this function
function XbrToArray( Self, aCols )
local aData := {}
local nRows := ::nLen
local nRow, bm
if nRows > 0
if aCols == nil
aCols := ::GetVisibleCols()
else
aCols := { |o,i| aCols[ i ] := ::oCol( i ) }
endif
aData := Array( nRows, Len( aCols ) )
bm := ::BookMark
Eval ...
function XbrToArray( Self, aCols )
local aData := {}
local nRows := ::nLen
local nRow, bm
if nRows > 0
if aCols == nil
aCols := ::GetVisibleCols()
else
aCols := { |o,i| aCols[ i ] := ::oCol( i ) }
endif
aData := Array( nRows, Len( aCols ) )
bm := ::BookMark
Eval ...
- Wed Apr 12, 2023 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: more than 1 x TMsgBar() / TStatusBar() in App ?
- Replies: 4
- Views: 604
Re: more than 1 x TMsgBar() / TStatusBar() in App ?
Taking advantage of the topic, Master Antônio is it possible to do this?
Aprovechando el tema, Maestro Antônio, ¿es posible hacer esto?
GET and COMBO in the MESSAGE Bar?
GET y COMBO en la barra de MENSAJES
// GET e COMBO na MESSAGE Bar
#include "FiveWin.ch"
#define MSG_DATA 1
#define MSG_EMP 2 ...
Aprovechando el tema, Maestro Antônio, ¿es posible hacer esto?
GET and COMBO in the MESSAGE Bar?
GET y COMBO en la barra de MENSAJES
// GET e COMBO na MESSAGE Bar
#include "FiveWin.ch"
#define MSG_DATA 1
#define MSG_EMP 2 ...
- Wed Apr 12, 2023 5:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: more than 1 x TMsgBar() / TStatusBar() in App ?
- Replies: 4
- Views: 604
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.
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.
- Tue Apr 11, 2023 7:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: more than 1 x TMsgBar() / TStatusBar() in App ?
- Replies: 4
- Views: 604
more than 1 x TMsgBar() / TStatusBar() in App ?
hi,
in my Main i have a working TMsgBar()
now i open a new Windows / Dialog which have a XBROWSE and i want also a TMsgBar()
but it does not show anything ... no Num,Caps.ins or Fate / Time
can i use only 1 x TMsgBar() / TStatusBar() in Main![Question :?:](./images/smilies/icon_question.gif)
in my Main i have a working TMsgBar()
now i open a new Windows / Dialog which have a XBROWSE and i want also a TMsgBar()
but it does not show anything ... no Num,Caps.ins or Fate / Time
![Shocked :shock:](./images/smilies/icon_eek.gif)
can i use only 1 x TMsgBar() / TStatusBar() in Main
![Question :?:](./images/smilies/icon_question.gif)
- Tue Mar 22, 2016 7:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH64
- Replies: 110
- Views: 30733
Re: FWH64
... toolbar2.obj : error LNK2001: unresolved external symbol _HB_FUN_MSGINFO
toolbar2.obj : error LNK2001: unresolved external symbol _HB_FUN_TSTATUSBAR
toolbar2.obj : error LNK2001: unresolved external symbol _HB_FUN_MENUBEGIN
toolbar2.obj : error LNK2001: unresolved external symbol _HB_FUN ...
toolbar2.obj : error LNK2001: unresolved external symbol _HB_FUN_TSTATUSBAR
toolbar2.obj : error LNK2001: unresolved external symbol _HB_FUN_MENUBEGIN
toolbar2.obj : error LNK2001: unresolved external symbol _HB_FUN ...
- Wed Apr 07, 2010 8:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Urgent problem with FWH 10.3 !!!!
- Replies: 3
- Views: 1744
Urgent problem with FWH 10.3 !!!!
... xLINK: error: Unresolved external symbol '_HB_FUN_LARGEFONTS referenced from (Z-RPREV.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_TSTATUSBAR referenced from (Z-RPREV.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_TLISTVIEW referenced from (Z-RPREV.obj)'.
xLINK: error ...
xLINK: error: Unresolved external symbol '_HB_FUN_TSTATUSBAR referenced from (Z-RPREV.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_TLISTVIEW referenced from (Z-RPREV.obj)'.
xLINK: error ...
- Wed Jul 09, 2008 12:23 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: PARA M. MERCADO SOBRE TSBROWSE ERROR
- Replies: 6
- Views: 2674
PARA M. MERCADO SOBRE TSBROWSE ERROR
... TSBSCRLBAR
34 TREPORT
35 TPRINTER
36 TPEN
37 TRLINE
38 TRCOLUMN
39 TBUTTON
40 TCURSOR
41 TSCROLLBAR
42 TBAR
43 TBTNBMP
44 TSTATUSBAR
45 TMETAFILE
46 TREG32
Memory Analysis
===============
177 Static variables
Dynamic memory consume:
Actual Value: 0 bytes ...
34 TREPORT
35 TPRINTER
36 TPEN
37 TRLINE
38 TRCOLUMN
39 TBUTTON
40 TCURSOR
41 TSCROLLBAR
42 TBAR
43 TBTNBMP
44 TSTATUSBAR
45 TMETAFILE
46 TREG32
Memory Analysis
===============
177 Static variables
Dynamic memory consume:
Actual Value: 0 bytes ...
- Mon Feb 11, 2008 9:38 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN February / Febrero 2008 (8.02)
- Replies: 1
- Views: 3090
- Sun Feb 10, 2008 8:18 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN February / Febrero 2008 (8.02)
- Replies: 1
- Views: 3090
New FTDN February / Febrero 2008 (8.02)
... New updated documentation for Classes:
TAnimate
TBtnBmp
TComboBox
TDBCombo
TFTP
TGet
TImageList
TMci
TMultiGet
TRichEdit
TStatusBar
TToolBar
TTreeView
TTVItem
TVideo
TXBrowse
TXBrwColumn
* New documented Commands in FwCmd.chm:
ActiveX
ButtonBmp
Header ...
TAnimate
TBtnBmp
TComboBox
TDBCombo
TFTP
TGet
TImageList
TMci
TMultiGet
TRichEdit
TStatusBar
TToolBar
TTreeView
TTVItem
TVideo
TXBrowse
TXBrwColumn
* New documented Commands in FwCmd.chm:
ActiveX
ButtonBmp
Header ...
- Thu May 17, 2007 6:57 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error ao atualizar para FWH 7.04
- Replies: 29
- Views: 11424
- Wed Mar 28, 2007 5:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TStatusBar with action
- Replies: 0
- Views: 397
TStatusBar with action
Como colocar action na TStatusbar ?
Ari
Ari
- Sat Nov 04, 2006 9:21 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: StatusBar
- Replies: 2
- Views: 820
StatusBar
DEFINE WINDOW ::oWnd FROM 0,0 TO 150,400 PIXEL MDICHILD OF ::oMain TITLE cTitle
::oMsgBar := TStatusBar():New( ::oWnd, "Sisrev Informática Ltda.",;
{300,100}, {"Sisrev Informática Ltda.", "www.sisrev.com.br"} )
! Não apresenta o segundo prompts
só aparece o primeiro
pelo teste \fwh27\samples ...
::oMsgBar := TStatusBar():New( ::oWnd, "Sisrev Informática Ltda.",;
{300,100}, {"Sisrev Informática Ltda.", "www.sisrev.com.br"} )
! Não apresenta o segundo prompts
só aparece o primeiro
pelo teste \fwh27\samples ...
- Wed Oct 18, 2006 11:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unresolved external '_HB_FUN_TSTATUSBAR'
- Replies: 3
- Views: 828