Search found 125 matches: statusbar

Return to advanced search

Re: how does Statusbar or SET MESSAGE work ?

hi Enrico,
Enrico Maria Giordano wrote:
Code: Select all  Expand view
oStatusBar:cMsgDef = "My message"

YES, that work when set last String also to o:cMsgDef

Question : can you tell me "why" there is a "Timeout" :?:
by Jimmy
Wed Feb 22, 2023 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how does Statusbar or SET MESSAGE work ?
Replies: 5
Views: 324

Re: how does Statusbar or SET MESSAGE work ?

Code: Select all  Expand view
oStatusBar:cMsgDef = "My message"
by Enrico Maria Giordano
Tue Feb 21, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how does Statusbar or SET MESSAGE work ?
Replies: 5
Views: 324

Re: how does Statusbar or SET MESSAGE work ?

hi, it does work now ... but after some Time it (automatic) 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.,...
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: 324

Re: how does Statusbar or SET MESSAGE work ?

hi,
Natter wrote:oMsgBar:SetText("mytext")
oMsgBar:Refresh()

ah, i need :Refresh() :idea:
thx for help
by Jimmy
Tue Feb 21, 2023 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how does Statusbar or SET MESSAGE work ?
Replies: 5
Views: 324

Re: how does Statusbar or SET MESSAGE work ?

oMsgBar:SetText("mytext")
oMsgBar:Refresh()
by Natter
Tue Feb 21, 2023 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how does Statusbar or SET MESSAGE work ?
Replies: 5
Views: 324

how does Statusbar or SET MESSAGE work ?

hi, i have a Statusbar / SET MESSAGE in my App. but how does it work :o i have try   oStatusBar:SetMsg( cText ) or   oMain:SetMsg( cText ) but it "seems" to have no Effect when "move" Mouse fromOne ...
by Jimmy
Tue Feb 21, 2023 5:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how does Statusbar or SET MESSAGE work ?
Replies: 5
Views: 324

Re: SPLITTER : how to"resize" Client Area

hi Antonio,
Antonio Linares wrote:After you create it, then do oWnd:oBottom = oToolBar where oWnd is the parent container of the toolbar

will SPLITTER "respect" it at Bottom like STATUSBAR :?:
by Jimmy
Fri Nov 04, 2022 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

... in FWH\samples and you will find several examples NO left Side goes from TOP to BUTTON what i not do while have 12 x BUTTON on Button above STATUSBAR please run Sample i have made to show where "my" SPLITTER work NOT from TOP until BOTTOM :!: p.s. can i put a Toolbar on Bottom ...
by Jimmy
Thu Nov 03, 2022 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: HBFORMAT.EXE de xHarbour/Harbour.

... .\EDITDBF.PRG (978 lines) <....Error 3 on line 88: END LABEL Reformatting .\FORUMHMG.PRG (2591 lines) <.......Error 3 on line 414: END STATUSBAR Reformatting .\SETFILTER.PRG (265 lines) <...........Error 3 on line 71: END LABEL Reformatting .\SHOWMEMO.PRG (135 lines) <....................Error ...
by Jimmy
Thu Sep 15, 2022 2:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1027

he:=TOleAuto():New("InternetExplorer.Application")

... he:=TOleAuto():New("InternetExplorer.Application") he:Visible := .T. OleSetProperty(he,"Toolbar",.F.) OleSetProperty(he,"Statusbar",.F.) OleSetProperty(he,"MenuBar",.F.) he:Navigate(cUrl) What is the equivalent instruction for Edge or Chrom or Firefox Thanks ...
by Jack
Sat Jan 15, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: he:=TOleAuto():New("InternetExplorer.Application")
Replies: 4
Views: 334

COMO ABRIR UNA WEB CON CHROME

... al crear la conexion a internet","Error") RETURN mResultado END WITH OBJECT oIE :Visible := .F. :ToolBar := .F. :StatusBar := .F. :MenuBar := .F. :FullScreen := .F. :Invoke( "Navigate", cURL ) END WITH TRY oIE:Navigate2( cUrl ) CATCH oErr TRY oIE:Navigate( ...
by CARLOS ATUNCAR
Fri Dec 18, 2020 1:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO ABRIR UNA WEB CON CHROME
Replies: 2
Views: 803

display of fonts used in browses

... used in browses and on buttons. If you look carefully to the sharpness of the font in a browse it is not so sharp as the font in the menu or the statusbar. Is there anything I could do about this. http://www.plantenkennis.com/FiveMac/BrowseScreen2.png I have changed the image ...
by plantenkennis
Fri Oct 16, 2020 2:04 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: display of fonts used in browses
Replies: 6
Views: 1395

Re: New mod_harbour "viewer"

Ok, great. Another question: it would be much better if there were a statusbar showing the url of the link we are about to click.

EMG
by Enrico Maria Giordano
Mon Jul 06, 2020 5:37 pm
 
Forum: mod_harbour
Topic: New mod_harbour "viewer"
Replies: 10
Views: 1686

Re: StatusBar en Dialogo desde una clase

cnavarro wrote:Prueba el ejemplo tal cual te lo envío, porque así funciona correctamente
Después ya veremos si tienes algún problema más

Image


Ok, me pongo en ello

Muchas gracias
by Compuin
Sat Jan 04, 2020 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: StatusBar en Dialogo desde una clase
Replies: 14
Views: 2056

Re: StatusBar en Dialogo desde una clase

Prueba el ejemplo tal cual te lo envío, porque así funciona correctamente
Después ya veremos si tienes algún problema más

Image
by cnavarro
Sat Jan 04, 2020 5:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: StatusBar en Dialogo desde una clase
Replies: 14
Views: 2056
Next

Return to advanced search