Search found 180 matches: tmsgbar

Return to advanced search

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 Value: 2359296 bytes Highest ...
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: 265625

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 Value: 2359296 bytes Highest ...
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: 957

Re: Problem with xBrowse

... 6 TGET 7 TAPLICACION 8 TINI 9 WIN_OLEAUTO 10 TOLEAUTO 11 TICON 12 TBRUSH 13 TMDIFRAME 14 TMENU 15 TREG32 16 TMENUITEM 17 TMDICLIENT 18 TFONT 19 TMSGBAR 20 TRECT 21 TMSGITEM 22 TTIMER 23 TBITMAP 24 TIMAGE 25 TCURSOR 26 TBAR 27 TBTNBMP 28 TMDICHILD 29 TDIALOG 30 TXBROWSE 31 TXBRWCOLUMN 32 TSCROLLBAR ...
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2163

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 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: 285

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   &n...
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: 285

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 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: 285

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 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: 285

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 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: 285

Re: how does Statusbar or SET MESSAGE work ?

... disappear :shock: as i want to use Color i have take SET MESSAGE ... but "where" can i put Object "Name" :?: so i use CLASS TMsgBar() Syntax   oStatusBar := TMsgBar():New( oMain, "",, .T., .T., .T., BFCOLOR, BGCOLOR, oFontSmall, .F., .F., .F., .F., .F. ...
by Jimmy
Tue Feb 21, 2023 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how does Statusbar or SET MESSAGE work ?
Replies: 5
Views: 325

Re: MENUITEM RESOURCE transparency ?

These styles work with Menu, BtnBmp, Buttonbar and Message Bar ( TMsgBar ), XBrowse
by nageswaragunupudi
Sun Nov 06, 2022 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

New Version of FiveWin 20.02

All, I just purchased a renew and received my copy of FiveWin 20.02 for Harbour. I am using Borland C++ 7.0. I tried using my mak file and got errors, I modified it based on build.bat and got errors. I replaced it with build.bat and got the following: Borland Resource Compiler Version 5.40 Copyright...
by byron.hopp
Thu Mar 31, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Version of FiveWin 20.02
Replies: 3
Views: 345

Re: Error in database.prg?

... 6 TCONTROL 7 TGET 8 TDATABASE 9 TFONT 10 TBRUSH 11 TICON 12 TREG32 13 TBAR 14 TRECT 15 TBTNBMP 16 TMENU 17 TMENUITEM 18 TIMAGELIST 19 TBITMAP 20 TMSGBAR 21 TDIALOG 22 TSAY 23 TXBROWSE 24 TXBRWCOLUMN 25 GET 26 TCLIPGET 27 TBUTTON 28 TBUTTONBMP 29 TSCROLLBAR 30 TCLIPBOARD 31 TMSGITEM 32 TTIMER ...
by wartiaga
Tue Feb 15, 2022 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 964

Re: New FTDN November/Noviembre (FWH 21.11)

... En este caso, el tercer icono es mostrado. 3. [cInfoTip]: Opcional. Se muestra al pasar el puntero del ratón por encima. * TMSGBAR - Nueva DATA nTimer: Configurar el desconfigurador. - Añadido ( 64 bits ) cuando tu aplicación se construye como una aplicación de 64 bits. ...
by Antonio Linares
Tue Nov 30, 2021 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1010

New FTDN November/Noviembre (FWH 21.11)

... like this: Eg:"c:\mypath\myapp.exe(2)". In this case, 3rd icon is displayed/ 3. [cInfoTip]; Optional. Displayed on mouse hover * TMSGBAR - New DATA nTimer: configure timer - Added ( 64 bits ) when your app is build as 64 bits application * New function SetSysColors( aItems, aRgbColors ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1010

Re: unrecoverable error 9015 hb_vmdo()

... 11 TSAY 12 TRADMENU 13 TRADIO 14 TGET 15 GET 16 TCLIPGET 17 TBUTTON 18 TMETER 19 TREG32 20 TGROUP 21 TICON 22 TSKINBUTTON 23 TMENU 24 TMENUITEM 25 TMSGBAR 26 TRECT 27 TMSGITEM 28 TTIMER 29 TSBUTTON 30 TCOMBOBOX 31 TXBROWSE 32 TXBRWCOLUMN Memory Analysis =============== 226 Static variables Dynamic ...
by Edman
Wed Oct 13, 2021 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1772
Next

Return to advanced search