Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 28th September 2007, 03:31   #1
lovespy108
Member
 
Join Date: Sep 2007
Posts: 63
Unhappy [Help] What's the reason?

At directory page:
Required Space : A KB
Available Space: B GB (A,B are numbers)
__________________________________________________________
I changed the two lable's color: font colos is blue(also other colors),background color is TRANSPARENT.

In directory EditBox,I preset the directory to "C:\xx\.."(or "D:\xx\..",and so on).Now I browse and choose the install directory to be "C:\"(or "D:\",and so on).the first B overlapped with the second B(B is available space number).Then I choose any other directory,this time's B always overlapped with last time's.

When I minimize the dialog then come back to the dialog,the number is shown normally.Also,when I go back to front page then come back to this page,the number is shown normally.If I don't change the lable's color,it's shown normally too.

What's the reason?Maybe I expressed ambiguously.Hope you can understand.
___________________________________________________________
Another two questions:
1.If the directory is "C:\"(or "D:\",and so on),why the "installation button" cannot be activated?I want it to be activated.
2.At the end of directory,it is added a '\' symbol automatically.That doesnot look well.How to remove it?especially tell me the way to remove it when I choose the direcotry with "browse button".
___________________________________________________________
Thank you very muck...
lovespy108 is offline   Reply With Quote
Old 28th September 2007, 08:45   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,337
When you set the background color of some control to transparent, it's your responsibility to redraw it after every change. As that'd be a bit hard for those controls that change without your control, it'd be easier to pick a background color that fits best but is not transparent.

Root directories are not supported by the installer by default. Use AllowRootDirInstall to override this setting.

You can't remove the extra back slash. It's required when you select root directories or the directory would be invalid.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump