Modify ↓
#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)
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.