Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2476 closed Bug (No Bug)

GUICtrlCreateEdit[2].au3 - ERROR

Reported by: mlipok Owned by:
Milestone: Component: Documentation
Version: 3.3.9.21 Severity: None
Keywords: Cc:

Description

example: GUICtrlCreateEdit[2].au3

>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /beta /ErrorStdOut /in "L:\TOOLs\Macro\_INSTALL\BETA\docs\autoit\english\CHANGE_3\ERROR\GUICtrlCreateEdit[2].au3" /UserParams    
+>00:23:38 Starting AutoIt3Wrapper v.2.1.2.29 SciTE v.3.3.2.0 ;  Keyboard:00000415  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64    Environment(Language:0415  Keyboard:00000415  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64)
>Running AU3Check (3.3.9.21)  from:C:\Program Files (x86)\AutoIt3\Beta
+>00:23:38 AU3Check ended.rc:0
>Running:(3.3.9.21):C:\Program Files (x86)\AutoIt3\Beta\autoit3.exe "L:\TOOLs\Macro\_INSTALL\BETA\docs\autoit\english\CHANGE_3\ERROR\GUICtrlCreateEdit[2].au3"    
--> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop
We intercepted a COM Error !

err.description is: 	
err.windescription:	Nieprawidłowy ciąg klasy.

err.number is: 	800401F3
err.lastdllerror is: 	0
err.scriptline is: 	23
err.source is: 	
err.helpfile is: 	
err.helpcontext is: 	We intercepted a COM Error !

err.description is: 	
err.windescription:	Nieokreślony błąd.

err.number is: 	80004005
err.lastdllerror is: 	0
err.scriptline is: 	34
err.source is: 	
err.helpfile is: 	
err.helpcontext is: 	"L:\TOOLs\Macro\_INSTALL\BETA\docs\autoit\english\CHANGE_3\ERROR\GUICtrlCreateEdit[2].au3" (37) : ==> Only Object-type variables allowed in a "With" statement.:
With $oRP
With ^ ERROR
->00:23:38 AutoIt3.exe ended.rc:1
>Exit code: 1    Time: 0.722

Attachments (0)

Change History (2)

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

Resolution: No Bug
Status: newclosed

in fact those errors are normal because you don't have access to the needed .OCX

AS the example is incompatible with Win7 it will be removed and doc about GUICtrlCreateEdit() will be updated to point to _GUICtrlRichEdit_Create()

comment:2 by mlipok, 12 years ago

thanks

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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