Message Bar Changing Title Bar

Post Reply
User avatar
rhlawek
Posts: 194
Joined: Sun Jul 22, 2012 7:01 pm

Message Bar Changing Title Bar

Post by rhlawek »

If I add a message bar to a program, then double click on the message bar, the default behaviour is to change the window title from the original title to a title that show memory and resources used. How do I disable this behavior?

Robb
User avatar
Antonio Linares
Site Admin
Posts: 42513
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Message Bar Changing Title Bar

Post by Antonio Linares »

Dear Robb,

Pleae try this:

oMsgBar:lInfoRes = .F.
oMsgBar:lCheckRes = .F.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
rhlawek
Posts: 194
Joined: Sun Jul 22, 2012 7:01 pm

Re: Message Bar Changing Title Bar

Post by rhlawek »

Thank you, that did it. I had the :lCheckRes value set, it was the :lInfoRes value I was missing.
Post Reply