PDA

View Full Version : Display Issue - Minor



NewsArchive
06-25-2005, 08:18 AM
Under FILES .... When you use "*.*" to include multiple files.

Size column shoud be blank - not "0KB"
Modified column should be blank - not " / / 00:00"

It made me nervous as it looked like nothing was going to be attached ... I
suggest putting "n/a" for those columns when it is not a single file.

-Robert

NewsArchive
06-25-2005, 08:18 AM
Yes, I also noticed this. But can I make it blank for only one column?

This is what I have:

LIST,AT(215,158,301,120),USE(?TargetFiles),HVSCROL L,FONT('Tahoma',,,,CHARSET:ANSI),ALRT(MouseLeft2),
|
ALRT(MouseRight),ALRT(MouseLeft),ALRT(DeleteKey),A LRT(InsertKey),FORMAT('102L(2)M~Name
(0 Files)~L(1)@s126@44R(1)M~Size~@n10~ KB~@77L(2)M~Type~@s50@/44L(' &|
'4)~Modified~@D017@20L(2)M@T01@84L(4)~Link
To~@s126@'),FROM(TargetFileQ),DRAGID('~FromTargetF iles'), |
DROPID('~FromSourceFiles'),#FIELDS(ForceRefresh,Fo rceRefresh,ForceRefresh,ForceRefresh,ForceRefresh)

Thanks,
Friedrich

NewsArchive
06-25-2005, 08:19 AM
Hello,

I say change the column "MODIFIED" to a string.

Move the @d017 into the column or the word "n/a"

ColumnText string(20)

if onefile = True
ColumnText = format(date,@d017)
else
ColumnText = 'n/a'
end

Also - "Update Identifier" screen has messed up ClearType fonts...you may
have missed it. (When changing / adding new Enlish Text)

-Robert

NewsArchive
06-25-2005, 08:19 AM
FYI - "IF STATEMENT" drop-downs has cleartype font issue as well. :-)

-Robert

NewsArchive
06-25-2005, 08:19 AM
Suggestion: Add %_SB_RETURN% to IF statement

Also, I GPF'ed during a compile: It was at the very end.

It threw me out of SB, and then I restarted it.

I didn't lose anything at all, and it compiled just fine.

Just thought I'd mention it, but I can't duplicate.

-Robert

NewsArchive
06-25-2005, 08:19 AM
Hi Robert,

%_SB_RETURN% should be there... See screen shot.

Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
06-25-2005, 08:37 AM
:) Fixed now (#1177)

Thanks,
Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
06-25-2005, 08:37 AM
Fixed, thank you.

Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
1.954.252.3910

"point. click. ship" - that's SetupBuilder 5