Page 1 of 1

problem with assistant in delphi 2007

PostPosted: December 17th, 2007, 1:00 am
by ssi_mex
and does not respect the values of messagedlg guidedlg.

this he is code that I use:

assistant1.MessageDlg('hi',mtinformation,[mbOk],0);
assistant1.GuideDlg.Topics.Add('option');
assistant1.ShowGuideModal;
assistant1.GuideDlg.Topics.Clear;
assistant1.MessageDlg('hi',mtinformation,[MBOK],0);

View attachment.

Please Help me

problem with assistant in delphi 2007

PostPosted: December 17th, 2007, 1:41 am
by ssi_mex
with these lines it works well

assistant1.MessageDlg('hola',mtinformation,[mbOk],0);
assistant1.GuideDlg.Topics.Add('hola');
assistant1.BiDiMode := bdRightToLeft;
assistant1.BiDiMode := bdLeftToRight;

assistant1.ShowGuideModal;
assistant1.GuideDlg.Topics.Clear;
assistant1.BiDiMode := bdRightToLeft;
assistant1.BiDiMode := bdLeftToRight;

assistant1.MessageDlg('hola',mtinformation,[MBOK],0);

that I can do

Regards.

PostPosted: December 17th, 2007, 4:38 pm
by Kambiz
I am afraid that I can't help, because I have only Delphi 7. :(

problem with assistant in delphi 2007

PostPosted: December 17th, 2007, 7:01 pm
by ssi_mex
ok
thank you very much Kambiz.
at the moment it will use it with the BiDiMode properties.