rejetto forum
May 25, 2012, 05:41:48 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1] 2
  Print  
Author Topic: Testing build #203  (Read 7326 times)
0 Members and 1 Guest are viewing this topic.
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« on: September 17, 2008, 10:41:37 AM »

download @ www.dovedove.it/hfs/hfs203.exe

what's new
+ Options -> MIME types -> "Open directly in browser when MIME type is defined"
+ Options -> Accounts -> new "upload" box preview
+ Options -> Tray message -> new preview box 
+ Menu -> Other options -> "Edit event scripts..."
+ event scripts: new [start] [quit] [upload failed]
- "Hide file extension" broken in build #202   
Logged
Mars
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1481



View Profile WWW
« Reply #1 on: September 18, 2008, 09:56:48 AM »

Quote
+ Options -> Tray message -> new preview box
A small forgetting so that everything is completed :

1) Menu >IP Address
You have to find generally an IP address:192.168.xxx.xxx selected, and by clicking the tray message, it is the same address which appears.

2)Add by Menu > IP Address > Custom....  some addresses ip of the genre
127.0.0.1
10.0.0.25
172.10.1.15
...
and validate

3)Change the selected IP into  Menu >IP Address to another

4)Select  Menu > Tray icons >Tray message.

In preview box, it is not the new IP who displays but the previous one. If you make a change in the left box, the correct value appears.

 It is a refresh bug

Having tried all the possible solutions to have no this small inconvenience, the only one parades in summer to create a procedure executed during the activation of the OPTIONS window.

Quote
procedure ToptionsFrm.FormActivate(Sender: TObject);
begin                                                               
  traymsgBoxChange(Sender)                                       
end;
and activate it as on the picture

correct in the next build ? ? ? ? (Rejetto  Wink )

Silentpliz have just redone at the present time his big return of the psychedelic hospital, the french version of the build 203 would not know how to delay Grin Grin Grin


* traymsgbox.png (2.86 KB, 347x186 - viewed 400 times.)
« Last Edit: September 18, 2008, 10:05:17 AM by mars » Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #2 on: September 18, 2008, 11:20:09 AM »

ok fixed
but i doubt anyone would have suffered this bug Wink
Logged
Mars
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1481



View Profile WWW
« Reply #3 on: September 18, 2008, 11:25:11 AM »

It is normal not to allow to pass these small details, if we want that a next day takes out an official version in 2.3 build 2xx Wink
Logged
SilentPliz
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1046


....... chut ! shh!


View Profile WWW
« Reply #4 on: September 19, 2008, 05:49:31 AM »


Silentpliz have just redone at the present time his big return of the psychedelic hospital, the french version of the build 203 would not know how to delay Grin Grin Grin

Yes, you scared me, but thanks to you, Grin I make a very colorful build of HFS, fortunately, with a few different letters, I could make a build of HFS, completely crazy!  Grin Grin Grin
« Last Edit: September 19, 2008, 06:08:25 AM by SilentPliz » Logged
doc
Guest


Email
« Reply #5 on: September 23, 2008, 05:13:03 PM »

'No download' function is not working
Logged
rejetto forum
« Reply #5 on: September 23, 2008, 05:13:03 PM »

Do you like this software? Consider even $2
 Logged
death1246
Occasional poster
*
Offline Offline

Cuba Cuba

Posts: 3


View Profile WWW
« Reply #6 on: September 23, 2008, 09:15:15 PM »

'No download' function is not working


Only reason I came to say something Thats a big function and its not working now Sad
Logged

r][m
Insane poster
*****
Offline Offline

United States United States

Posts: 340


View Profile
« Reply #7 on: September 24, 2008, 12:06:00 AM »

Not able to add No Download, but it's working on folders
that it was already enabled on.
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #8 on: September 24, 2008, 06:03:49 AM »

yes, you can't change it. it's a bug.
it will be fixed in next build, promised.
Logged
doc
Guest


Email
« Reply #9 on: September 24, 2008, 12:57:19 PM »

Menu item 'List protected items only for allowed users' is unchecked, but protected folder stay invisible for guest-account
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #10 on: September 24, 2008, 03:35:57 PM »

it works normally for me.
can you provide me a vfs file to test?
Logged
doc
Occasional poster
*
Offline Offline

Russian Federation Russian Federation

Posts: 1


View Profile
« Reply #11 on: September 25, 2008, 03:54:01 PM »

I create a new .vfs, and now all works fine. Thanks.
Logged
Mars
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1481



View Profile WWW
« Reply #12 on: September 28, 2008, 04:47:42 PM »

Quote
Not able to add No Download, but it's working on folders
that it was already enabled on.

Quote
yes, you can't change it. it's a bug.
it will be fixed in next build, promised.

I toiled a lot but I eventually found the bug

Quote
function setDLforbidden(f:Tfile; childrenDone:boolean; par, par2:integer):TfileCallbackReturn;
begin
result:=[];         //add by mars
if (FA_DL_FORBIDDEN in f.flags) xor boolean(par) then VFSmodified:=TRUE else exit ;
if boolean(par) then exclude(f.flags, FA_DL_FORBIDDEN)
else include(f.flags, FA_DL_FORBIDDEN);
end; // setDLforbidden

ADD ON
main.dfm
Quote
object Letbrowse1: TMenuItem
      Caption = 'Browsable'
      SubMenuImages = images
      object LetbrowseSubFolders1: TMenuItem
        Caption = 'Selection + SubFolders'
        ImageIndex = 8
        OnClick = LetbrowseSubFolders1Click
      end
      object LetbrowseSelection1: TMenuItem
        Caption = 'Selection only'
        ImageIndex = 6
        OnClick = LetbrowseSelection1Click
      end
    end

    object Nodownload1: TMenuItem
      Caption = 'No download'
      object NodownloadSubFolders1: TMenuItem
        Caption = 'Selection + SubFolders'
        ImageIndex = 8
        OnClick = NodownloadSubFolders1Click
      end
      object NodownloadSelection1: TMenuItem
        Caption = 'Selection only'
        ImageIndex = 6
        OnClick = NodownloadSelection1Click
      end
    end

main.pas in Tmainfrm
Quote
.......
    LetbrowseSelection1: TMenuItem;   
    LetbrowseSubFolders1: TMenuItem;
    NodownloadSelection1: TMenuItem;
    NodownloadSubFolders1: TMenuItem;
......
    procedure LetbrowseSelection1Click(Sender: TObject);
    procedure LetbrowseSubFolders1Click(Sender: TObject);
    procedure NodownloadSelection1Click(Sender: TObject);
    procedure NodownloadSubFolders1Click(Sender: TObject);
  private .....

main.pas
Quote
implementation
.........
procedure TmainFrm.LetbrowseSelection1Click(Sender: TObject);     
begin
fileMenuSetFlag(Letbrowse1, FA_BROWSABLE, @Tfile.isRoot,TRUE);
end;

procedure TmainFrm.LetbrowseSubFolders1Click(Sender: TObject);   
begin
Letbrowse1Click(Letbrowse1);
end;

procedure TmainFrm.NodownloadSelection1Click(Sender: TObject);   
begin
fileMenuSetFlag(Nodownload1, FA_DL_FORBIDDEN, @Tfile.isRoot,TRUE);
end;

procedure TmainFrm.NodownloadSubFolders1Click(Sender: TObject);
begin
Nodownload1Click(Nodownload1);
end;


procedure TmainFrm.SelfTest1Click(Sender: TObject);
const


This simple addition allows the user to activate elements "browsable" and "no download" in a way, recursive or individual, without losing the previous appearance of the menus.

If rejetto agree to incorporate it into the next build, it will be a good thing in more.


* browsable.png (2.72 KB, 413x86 - viewed 322 times.)

* no download.png (2.84 KB, 402x93 - viewed 318 times.)
« Last Edit: September 29, 2008, 08:27:28 AM by mars » Logged
letterboy
Experienced poster
***
Offline Offline

Posts: 34


View Profile
« Reply #13 on: September 28, 2008, 10:50:50 PM »

Maybe use for Archivable too! Sometimes i don't want the users to download my whole folder at once , i want them to archive my subfolders only.
Logged
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11830


View Profile
« Reply #14 on: September 29, 2008, 07:52:44 AM »

This simple addition allows the user to activate elements "browsable" and "no download" in a way, recursive or individual, without losing the previous appearance of the menus.
If rejetto agree to incorporate it into the next build, it will be a good thing in more.

about the "browsable", i personally don't think that the non-recursive way is a common action deserving a menu item (we have menu length problems). But if people think it's common, just post your opinion.

About the "no download", i have some doubt about its current form, that it's available only files and real folders. I would like to hear from someone using this feature, to know how it would design it.
Logged
Pages: [1] 2
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page May 16, 2012, 12:22:13 AM