| View previous topic :: View next topic |
| Author |
Message |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sun Feb 17, 2008 1:35 am Post subject: ListView - is this possible with ahk? |
|
|
More info
This opens up more options for use of the control.
Need to understand if this could be achieved with ahk's gui? And how (if yes).
Thanks _________________
 |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Sun Feb 17, 2008 2:38 am Post subject: |
|
|
It can be done. You need to create subitems manually then update with SendMessage. You can also colour individual texts as demonstrated in my LVX script. _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sun Feb 17, 2008 2:43 am Post subject: |
|
|
Thanks Titan! One more thing, is it possible to specify column width (and no. of columns) when in 'Tile' mode of ListView? _________________
 |
|
| Back to top |
|
 |
|