Search found 18 matches: tstatusbar

Searched query: tstatusbar

by Antonio Linares
Mon Jun 24, 2024 8:37 am
Forum: FiveWin para Harbour/xHarbour
Topic: centrar mensaje en statusbar
Replies: 4
Views: 723

Re: centrar mensaje en statusbar

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 ...
by Antonio Linares
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 ...
by nageswaragunupudi
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 ...
by karinha
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 ...
by Antonio Linares
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.
by Jimmy
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 :shock:

can i use only 1 x TMsgBar() / TStatusBar() in Main :?:
by Marc Vanzegbroeck
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 ...
by driessen
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 ...
by mantonio_08
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 ...
by Antonio Linares
Mon Feb 11, 2008 9:38 pm
Forum: WhatsNew / Novedades
Topic: New FTDN February / Febrero 2008 (8.02)
Replies: 1
Views: 3090

... TPreview
TTimePick

* Nueva documentación para las clases:

TAnimate
TBtnBmp
TComboBox
TDBCombo
TFTP
TGet
TImageList
TMci
TMultiGet
TRichEdit
TStatusBar
TToolBar
TTreeView
TTVItem
TVideo
TXBrowse
TXBrwColumn

* Nuevos comandos documentados en FwCmd.chm:

ActiveX
ButtonBmp
Header
ImageList
ListView ...
by Antonio Linares
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 ...
by saviotti
Thu May 17, 2007 6:57 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 11424

... symbol '_HB_FUN_ISWIN64'.
xLINK: error: Unresolved external symbol '_HB_FUN_ISAPPTHEMED'.
xLINK: error: Unresolved external symbol '_HB_FUN_TSTATUSBAR'.
xLINK: error: Unresolved external symbol '_HB_FUN_GETENHMETAFILE'.
xLINK: error: Unresolved external symbol '_HB_FUN_PLAYENHMETAFILE'.
xLINK ...
by Ari
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
by 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 ...
by Antonio Linares
Wed Oct 18, 2006 11:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external '_HB_FUN_TSTATUSBAR'
Replies: 3
Views: 828

Evaldo,

source\classes\statusba.prg is missing in your FWH libraries.

As a workardound, you may add:

function TStatusBar
return nil