msgbar item

Post Reply
Natter
Posts: 1283
Joined: Mon May 14, 2007 9:49 am

msgbar item

Post by Natter »

Hi,

How can I hide/show the msgbar item ? If I write like this

Code: Select all | Expand

oWnd:oMsgBar:aItems[1]:Hide()
, I get an error - "Message not found: TMSGITEM:HIDE"
User avatar
Antonio Linares
Site Admin
Posts: 42844
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 181 times
Been thanked: 124 times
Contact:

Re: msgbar item

Post by Antonio Linares »

You can't as Class TMsgItem does not inherit from TWindow
regards, saludos

Antonio Linares
www.fivetechsoft.com
Natter
Posts: 1283
Joined: Mon May 14, 2007 9:49 am

Re: msgbar item

Post by Natter »

I.e. it is impossible to hide/show msgbar item ? Only add/remove ?
User avatar
Antonio Linares
Site Admin
Posts: 42844
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 181 times
Been thanked: 124 times
Contact:

Re: msgbar item

Post by Antonio Linares »

Yes, just add and remove
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply