| Author |
Message |
Topic: xButton ( Icon/text buttons ) |
aw1ace
Replies: 7
Views: 3982
|
Forum: Scripts & Functions Posted: Wed Oct 28, 2009 5:42 pm Subject: xButton ( Icon/text buttons ) |
I tried to make it as easy to understand as possible. Hopefully it comes in handy to someone...  |
Topic: xButton ( Icon/text buttons ) |
aw1ace
Replies: 7
Views: 3982
|
Forum: Scripts & Functions Posted: Wed Oct 21, 2009 11:11 am Subject: xButton ( Icon/text buttons ) |
could you please explain whats the difference to normal buttons/check-/radiobuttons?
This wrapper allows you to create button types using windows API. It will allow text positioning and icon posit ... |
Topic: xButton ( Icon/text buttons ) |
aw1ace
Replies: 7
Views: 3982
|
Forum: Scripts & Functions Posted: Tue Oct 20, 2009 5:06 pm Subject: xButton ( Icon/text buttons ) |
| I have been working on this wrapper for a little while now. I didn't think there was much need or want for this. I did it with the intention of trying to make a 'true' colored button, but I have rea ... |
Topic: LVX: Row highlighting and cell editing for ListView controls |
aw1ace
Replies: 55
Views: 12065
|
Forum: Scripts & Functions Posted: Mon Apr 13, 2009 3:19 pm Subject: LVX: Row highlighting and cell editing for ListView controls |
I tested your code and found two issues:
1. 0xF3F7FA changed to 0xff8000 Not sure what color 0xF3F7FA is??
2. LVX_Setup(_lvItems) changed to LVX_Setup("_lvItems")
Below works f ... |
Topic: Natural Docs Custom Installer 1.1 |
aw1ace
Replies: 24
Views: 8019
|
Forum: Scripts & Functions Posted: Sun Dec 07, 2008 8:46 pm Subject: Thanks! |
This is Incredibly awesome and useful! It worked like a charm...
Thanks majkinetor! |
Topic: LVX: Row highlighting and cell editing for ListView controls |
aw1ace
Replies: 55
Views: 12065
|
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: 55
Views: 12065
|
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: 55
Views: 12065
|
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: 55
Views: 12065
|
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: 55
Views: 12065
|
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: 55
Views: 12065
|
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 ... |
| |