Modify ↓
Opened 17 years ago
Closed 17 years ago
#977 closed Bug (No Bug)
Problem with object creation in GUICtrlCreateEdit.
| Reported by: | MDiesel | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | GUICtrlCreateEdit, richedit, richtext | Cc: |
Description
The example script on GUICtrlCreateEdit attempts to create a richedit object on line 49, but I am picking up a com error.
err.windescription: Class is not licensed for use.
err.number: 80040112
line 49: $oRP = ObjCreate("RICHTEXT.RichtextCtrl.1")
I have tested using 3.3.0.0 and 3.3.1 (beta), and the examples from both helpfiles are the same.
I only noticed becouse I am trying to get into rich edits, and it doesn't help me much when the example does not work.
MDiesel
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Why does it not occur to you that maybe there's something wrong on your machine? Why do you just assume it's a bug in our software?