Root > Integral parts > Dialogs > RTL

RTL

Previous pageReturn to chapter overviewNext page   

This is standard error dialog in your application. Exact visual appearance depends on your application's type. For example:

 

 

VCL Forms application: exception is handled by Application.ShowException

 

 

Console application: exception is not handled. Application terminates with $0EEDFADE error code.

 

It's usually used when you don't want to change existing visual experience at all, but want to add EurekaLog's capabilities to your application. If you set this dialog for your application then it will perform EurekaLog's tasks like saving bug report and/or sending report to developer and then invoke default error processing as if EurekaLog isn't here.

 

Note: Unlike any other dialogs, this dialog invokes EurekaLog's tasks first and only then invokes standard error dialog - that's because standard error processing may include application's termination, so reverse order will not invoke EurekaLog at all. Take this into account if you want to show messages about send status - they will be showed before error message itself.

 

This dialog will store an empty "steps to reproduce" text, uses default user e-mail and perform report sending (as if the user has clicked on "Send" button) and sends screenshot, if it was created (specified in send options).

 

Default user information is extracted via GetUserEMail, GetUserFullName and GetUserName functions. You can set default user e-mail by calling SetUserEmail function.

 

This dialog is not customizable. If you want a customized behaviour - you need to use one of EurekaLog's dialogs instead.

 

Constant: edtRTL.

 

 

See also:




Send feedback... Build date: 2022-03-28
Last edited: 2019-03-26
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/rtl_dialog.php