|
|
|
|
#1 |
|
Junior Member
Join Date: Jul 2004
Posts: 30
|
hello,
in my installer i use some custom pages with colored control and colored text (mainly black background and green texts). all works great, but i need some combobox in a new custom page and the text isn't green (remain black) (the other controls have green texts) and as soon as i click the combox, the combobox background switch from black to the default white color. any idea on how to get the green text inside cobobox while the background remain black when clicked ? here's my code: PHP Code:
thanks |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Jul 2004
Posts: 30
|
no idea ?
|
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
You'd probably have to create an owner drawn combo box for that. That requires modification of InstallOptions source code.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jul 2004
Posts: 30
|
could you please add more details about this modification ? i've never done such complex task.
thanks |
|
|
|
|
|
#5 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Jul 2004
Posts: 30
|
so i can't do that using nisis language ? i need to make a plugin using c++ ? because i can only make nsis and vb6 codes.
it's realy a pity than i can't change the combox colors as i change all others controls colors..... thanks again. |
|
|
|
|
|
#7 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
No, you can't do that using only the NSIS language. As I said, it requires modifications to InstallOptions source code.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|