problem with assistant in delphi 2007

Please post bug reports, feature requests, or any question regarding the DELPHI AREA projects here.

problem with assistant in delphi 2007

Postby ssi_mex » December 17th, 2007, 1:00 am

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
Attachments
assistant.JPG
assistant.JPG (15.05 KiB) Viewed 1944 times
ssi_mex
Member
Member
 
Posts: 3
Joined: December 17th, 2007, 12:44 am

problem with assistant in delphi 2007

Postby ssi_mex » December 17th, 2007, 1:41 am

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.
ssi_mex
Member
Member
 
Posts: 3
Joined: December 17th, 2007, 12:44 am

Postby Kambiz » December 17th, 2007, 4:38 pm

I am afraid that I can't help, because I have only Delphi 7. :(
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

problem with assistant in delphi 2007

Postby ssi_mex » December 17th, 2007, 7:01 pm

ok
thank you very much Kambiz.
at the moment it will use it with the BiDiMode properties.
ssi_mex
Member
Member
 
Posts: 3
Joined: December 17th, 2007, 12:44 am


Return to DELPHI AREA Projects

Who is online

Users browsing this forum: No registered users and 1 guest

cron