rejetto forum

Software => HFS ~ HTTP File Server => Beta => Topic started by: rejetto on July 15, 2007, 03:42:27 AM

Title: Testing build #118
Post by: rejetto on July 15, 2007, 03:42:27 AM
download at www.dovedove.it/hfs/hfs118.exe

what's new
* little cosmetic changes
- fixed "Switch ON" in the menu
- fixed "Don't consider as download"
- focus problem with options modal off www.rejetto.com/forum/?topic=4666
Title: Re: Testing build #118
Post by: TSG on July 15, 2007, 04:21:10 AM
Nice. This build seems very stable, and the interface looks nice aswell.
Title: Re: Testing build #118
Post by: radd on July 15, 2007, 08:47:07 AM
very nice, i like it
Title: Re: Testing build #118
Post by: KalleB on July 15, 2007, 11:39:13 AM
Quote
EDIT: You might also fix these two double separators:
i have no idea on what to do with it

Well you fixed similar thing in 112, 113 or something...then it was double separator behing the "Port" text, remember? This time those two double separators are in template editor.. "Word-wrap" and "Find"
Title: Re: Testing build #118
Post by: TSG on July 15, 2007, 12:41:36 PM
It has something to do with the GUI and Windows Themes, I use Windows Standard theme and none of these separator issues are present.
Title: Re: Testing build #118
Post by: Flynsarmy on July 16, 2007, 03:32:52 AM
Confirm TSG's post. I use windows classic and don't get any double separators either

I actually liked it better without the icon for the Port section on the menu bar. IMO it looked more professional without
it. Maybe it's just the goofy looking port icon, i don't know. Has anyone else been thinking the same thing?
Title: Re: Testing build #118
Post by: TSG on July 16, 2007, 01:52:18 PM
Ye i agree the icon is dodgy :P, use one of the vista power option ones... or something like it, they are quite snazzy. I like the Icon there... but not the icon itself.
Title: Re: Testing build #118
Post by: rejetto on July 16, 2007, 03:54:06 PM
haha, i spent half an hour to find a good icon while i had it right there on my screen
Title: Re: Testing build #118
Post by: ruser on July 16, 2007, 05:23:54 PM
I found big problem with use recursive listing -
i'm uncheck 'VFS -> Enable recursive listing' in menu, but it's still recursive -
i'm tested it with files.lst and folder.tar

I don't like 100% CPU load while list being create (I do in template files.lst without ~recursive) :)

Sorry for ugly English..
Title: Re: Testing build #118
Post by: Giant Eagle on July 16, 2007, 06:22:01 PM
'~files.lst' does not create a recursive listing, '~files.lst?recursive' triggers the recursive listing.. are you sure you had this?

No offence, but slower computers seem to have a lot of trouble creating file lists at all..
Title: Re: Testing build #118
Post by: rejetto on July 17, 2007, 01:49:37 PM
i'm uncheck 'VFS -> Enable recursive listing' in menu, but it's still recursive -

you are right, it was broken few builds ago.
fixed in next build.
Title: Re: Testing build #118
Post by: rejetto on July 17, 2007, 03:32:32 PM
Well you fixed similar thing in 112, 113 or something...then it was double separator behing the "Port" text, remember? This time those two double separators are in template editor.. "Word-wrap" and "Find"

it was just slightly moved in #107, then really solved in #117 ... and guess what... it was solved because the port control turned to a button.
the problem is (a Delphi problem) with advanced controls in the toolbar.
indeed it happens with checkboxes and text fields, you see.
and it happens only with Vista Aero.
I have no solution to this ATM. Luck is that it's not in the main window anymore.
Title: Re: Testing build #118
Post by: PolarFox on July 17, 2007, 05:02:46 PM
What you think about aliases - like [section] and %section% , but they will be user defined -
for instance :
[hello_txt]
<b>Welcome %user%!</b>

 and text like this -

HFS
%hellotxt%
<i>end</i>

- transform in result to:

HFS
<b>Welcome USER1 !</b>
<i>end</i>

I think it will be easy to add in HFS :)
Title: Re: Testing build #118
Post by: rejetto on July 17, 2007, 05:29:06 PM
What you think about aliases - like [section] and %section% , but they will be user defined -
for instance :

it was introduced in #093
it's exactly as you said, but the name must begin with "sym", like %sym-blablabla%
Title: Re: Testing build #118
Post by: radd on July 17, 2007, 09:49:30 PM
What you think about aliases - like [section] and %section% , but they will be user defined -
for instance :

it was introduced in #093
it's exactly as you said, but the name must begin with "sym", like %sym-blablabla%

oohh.. we already have it? Haha, i didnt know about that before. thanks for asking.