Modify

Opened 16 years ago

Closed 16 years ago

#1693 closed Bug (Fixed)

_GUICtrlRichEdit_Create example

Reported by: Spiff59 Owned by: J-Paul Mesnage
Milestone: 3.3.7.0 Component: Documentation
Version: 3.3.6.0 Severity: None
Keywords: Cc:

Description

The helpfile states "You must call _GUICtrlRichEdit_Destroy() before the script closes.", yet the example does not do so.

Running the example leaves an instance of autoit and autoitwrapper running after the script has finished.

It would be good form to add a "_GUICtrlRichEdit_Destroy()" statement to the example script.

Thank you.

Attachments (0)

Change History (2)

comment:1 by J-Paul Mesnage, 16 years ago

The example is OK as a GUIDelete() is called before exiting.
But you are right replacing it with a "_GUICtrlRichEdit_Destroy($hRichEdit)" is a good way to follow the remarks.

comment:2 by J-Paul Mesnage, 16 years ago

Milestone: 3.3.7.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [5898] in version: 3.3.7.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.