rejetto forum

Testing build #118

rejetto · 15 · 11529

0 Members and 1 Guest are viewing this topic.

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Nice. This build seems very stable, and the interface looks nice aswell.


Offline radd

  • Tireless poster
  • ****
    • Posts: 145
    • View Profile

Offline KalleB

  • Occasional poster
  • *
    • Posts: 97
    • View Profile
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"
« Last Edit: July 15, 2007, 11:47:15 AM by KalleB »


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
It has something to do with the GUI and Windows Themes, I use Windows Standard theme and none of these separator issues are present.


Offline Flynsarmy

  • Occasional poster
  • *
    • Posts: 92
  • DENIED!
    • View Profile
    • Flynsarmy
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?
« Last Edit: July 16, 2007, 09:43:19 AM by Flynsarmy »


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
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.
« Last Edit: July 16, 2007, 01:56:08 PM by That_Stevens_Guy »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
haha, i spent half an hour to find a good icon while i had it right there on my screen


ruser

  • Guest
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..


Offline Giant Eagle

  • Tireless poster
  • ****
    • Posts: 535
  • >=3 RAWR!
    • View Profile
    • RAWR-Designs.com
'~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..


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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.


Offline PolarFox

  • Occasional poster
  • *
    • Posts: 23
  • Glory to Russia!
    • View Profile
    • http://j100.ru
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 :)
And of course i'm sorry for my English :)


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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%


Offline radd

  • Tireless poster
  • ****
    • Posts: 145
    • View Profile
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.