Jump to content

How to change a color of item created by _GUICtrlListViewInsertItem?


sady
 Share

Recommended Posts

Hello.

Im from Russia so please excuse me for my bad english. :)

I have an issue with changing of colors for the item created by _GUICtrlListViewInsertItem.

I prefer to use _GUICtrlListViewInsertItem because of the limitation in amount of items created by GUICtrlCreateListViewItem (my application displaying the huge log files (200 000 lines) in the ListView.)

Instead of problem with colors everything works fine.

Please, let me know if anyone knows workaround of this issue:

Works:

1. $item = GUICtrlCreateListViewItem($message, $field)

2. GUICtrlSetColor($item,0xFF0000)

Need help:

1. $item = _GUICtrlListViewInsertItem($field, -1, $message)

2. ????????????

Edited by sady
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...