n0On3
12th July 2003 17:37 UTC
old UI and displayed text
This happened to me a couple of times, maybe someone wants to correct this, or maybe not. It's about the text displayed in pages of old UI (the one I use). I attach an installer and if you run it you'll see that the 'e' is half hidden. Maybe I am too perfectionist, but it's not the first time this happens to me, so I decided to post.
Another thing, I want to add a line with text in the components list (like winamp or abiword does), but I am uncapable of finding how to do it, in nsis docs or abiword's .nsi in the archives. Can anybody enlighten me?
Thanks everyone.
kichik
12th July 2003 17:55 UTC
What 'e'? Where? I don't see anything cut off.
That line of text has been removed since 2.0a0. You can't use SectionDivider in NSIS 2.
n0On3
12th July 2003 23:11 UTC
I mean the 'e' in the interface. I attach a close snapshot.
Joel
12th July 2003 23:20 UTC
ok... since you "Dirtext" is too big...add breaklines,
for example:
DirText "Hello I'm a big line.$\r$\nJump text line" "..." "..."
n0On3
13th July 2003 01:25 UTC
NSIS knows when some text is too long, but (in this case) it misses for some pixels.
I know it's not big deal, but just wanted to leave this here.
kichik
13th July 2003 12:13 UTC
Does it do the same if you use the same text for ComponentText? Have you changed the font of the installer? Can you attach a simple and minimal script that shows the cut off?
n0On3
13th July 2003 23:28 UTC
Here's the text. It happens with both pages.
ComponentText "This folder will be replicated to the running path with zero bytes files, only tree structure will remain."
>DirText "This folder will be replicated to the running path with zero bytes files, only tree structure will remain."
I didn't change the font.
I attach the mini script.
ramon18
14th July 2003 09:42 UTC
No problems to me, also tested with large fonts
ramon18
14th July 2003 15:36 UTC
Upps, I found the problem in Win9X and NT4, maybe OS bug :P with wordwrap
We'll try to solve the problem,
br,
Ramon