Modify ↓
Opened on May 1, 2008 at 2:04:35 AM
Closed on May 1, 2008 at 4:14:43 AM
Last modified on Mar 13, 2022 at 1:05:43 PM
#234 closed Bug (No Bug)
GUIList.au3 error
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.10.0 | Severity: | Blocking |
| Keywords: | GUIList | Cc: |
Description
The last time I tested/compiled the program (7/2007) this worked fine. I have not had occasion to play with the script since I have just been using the compiled version for a while. Something in the new include file has a problem.
Here is the error I get:
Line 749 (File "O:\Program Files\Development\Languages\AutoIt\Include\GUIList.au3"):
If Not _IsClassName ($h_listbox, "ListBox") Then Return SetError($LB_ERR, $LB_ERR, $LB_ERR)
If Not ERROR
Error: Unknown function name.
Attachments (0)
Change History (1)
comment:1 by , on May 1, 2008 at 4:14:43 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

No Bug, use GuiListBox.au3 the names have changed and many functions, you'll need to update your scripts.