Modify ↓
Opened 16 years ago
Closed 16 years ago
#951 closed Bug (Fixed)
_ArrayDisplay - $iLVIAddUDFThreshold: 4000 ==> 65000
Reported by: | Zedna | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.3.1.0 | Component: | Standard UDFs |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
ListView items limit has been increased from 4000 to 65000 since AutoIt 3.2.12.1.
So in _ArrayDisplay
should be
$iLVIAddUDFThreshold = 65000
insted of
$iLVIAddUDFThreshold = 4000
Or maybe whole complicated part using LVM_INSERTITEM for inserting items above this threshold should be removed because 65000 rows is enaugh I think.
I'm not sure if this is bug or feature request so feel free to change this status. I think it's more (speed/code) optimization request than bug.
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by Jpm
- Milestone set to 3.3.1.0
- Owner changed from Gary to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed in version: 3.3.1.0