| Author |
Message |
Topic: LVX: Row highlighting and cell editing for ListView controls |
aw1ace
Replies: 49
Views: 3419
|
Forum: Scripts & Functions Posted: Wed May 21, 2008 4:29 pm Subject: LVX: Row highlighting and cell editing for ListView controls |
@ Tekl
Actually, All you need to do is call
LV_ColorInitiate(0xebf02f)
I am not sure why I had the listview var in there, only need to specify control if using a different one. I re-copied an upd ... |
Topic: LVX: Row highlighting and cell editing for ListView controls |
aw1ace
Replies: 49
Views: 3419
|
Forum: Scripts & Functions Posted: Wed May 21, 2008 4:21 pm Subject: LVX: Row highlighting and cell editing for ListView controls |
@ Tekl
Sorry, I have not tested swapping back and forth from GUI. I do not see that being a problem, as I said, as long as WM_Nofity is updating there should not be an issue. Just try calling ... |
Topic: LVX: Row highlighting and cell editing for ListView controls |
aw1ace
Replies: 49
Views: 3419
|
Forum: Scripts & Functions Posted: Wed May 21, 2008 4:16 pm Subject: LVX: Row highlighting and cell editing for ListView controls |
@ Tekl
So I have to use LV_ColorInitiate instead of LVX_Setup?
Yes,
LV_ColorInitiate(LvVar, Color=255, Gui_Number=1, Control="")
Just delcare this line after the gui%#%, show
Can ... |
Topic: LVX: Row highlighting and cell editing for ListView controls |
aw1ace
Replies: 49
Views: 3419
|
Forum: Scripts & Functions Posted: Wed May 21, 2008 3:23 pm Subject: LVX: Row highlighting and cell editing for ListView controls |
@ Tekl
I appologize. I thought you were refering to my Original post. I re-wrote some of the module and in my example, there is no LVX_Setup.
I think you may have better results with my Code. ... |
Topic: LVX: Row highlighting and cell editing for ListView controls |
aw1ace
Replies: 49
Views: 3419
|
Forum: Scripts & Functions Posted: Wed May 21, 2008 2:55 pm Subject: LVX: Row highlighting and cell editing for ListView controls |
@ Tekl
What about using these functions with more than one GUI and more than one ListView?
LV_ColorInitiate(LvVar, Color=255, Gui_Number=1, Control="")
-Allows you to specify which G ... |
Topic: LVX: Row highlighting and cell editing for ListView controls |
aw1ace
Replies: 49
Views: 3419
|
Forum: Scripts & Functions Posted: Wed May 14, 2008 12:47 pm Subject: LVX: Row highlighting and cell editing for ListView controls |
@Titan
I have been using your LVX and decided to make a few changes and updates, combing what you wrote with Micas Code /*
HiLite - Ace
*Enable onClick Highlighting and Scroll Highligh ... |
| |