Page 1 of 1

Ballon gets behind the form...

PostPosted: January 10th, 2004, 5:02 pm
by GilvanJ
Hi,

If I don´t set the property BalloonAnchor, the ballon is showed behind the form and the user can´t see it. What should I do ?

Thanks
Gilvan

PostPosted: January 10th, 2004, 7:08 pm
by Kambiz
You mean when assistant is not visible?

Ballon gets behind the form...

PostPosted: January 11th, 2004, 1:27 pm
by GilvanJ
Kambiz wrote:You mean when assistant is not visible?


Hi, thanks for your reply!

Actually, I don't intend to use any actor. I just want to use the nice yellow forms to show messages to the user.
What I wrote was:

Assistant1.BalloonAnchor := Nil;
Assistant1.MsgDlg.Title := 'Atenção';
Assistant1.MessageDlg('Falta digitar o número do pedido', mtError, [mbOK], 0);

What I am doing wrong ?

Thanks!

PostPosted: January 11th, 2004, 10:28 pm
by Kambiz
Please use v2.35 (just released) of the package.

PostPosted: January 11th, 2004, 11:23 pm
by GilvanJ
Kambiz wrote:Please use v2.35 (just released) of the package.


Hi Kambiz.
That's great. I just get it and it worked fine!

Thank you for your suport!
Gilvan