Modify ↓
Opened 15 years ago
Closed 15 years ago
#1106 closed Bug (Wont Fix)
ListView with $WS_EX_STATICEDGE Under Vista no text
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | GUICtrlCreateListView $WS_EX_STATICEDGE Vista | Cc: |
Description
I run XP but as i tested my code on Vista i noticed the extended style "$WS_EX_STATICEDGE" applied to a GUICtrlCreateListView caused Vista to not show text in the control, under XP it works fine.
Change the GUICtrlCreateListView example to demonstrate the issue. Remember it's only affecting Windows Vista.
Add these lines to the Example file,
Global Const $LVS_EX_CHECKBOXES = 0x00000004 $listview = GUICtrlCreateListView("debug",5,40,466,200, -1,$WS_EX_STATICEDGE) ; remove $WS_EX_STATICEDGE for text.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Jpm
- Resolution set to Wont Fix
- 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.
Definitely Vista does not accept to set the data windows return and error so the listviewitem is not created as you can see if you check the creation result.