Share My Creation File Entry Class

Hi,

This is a custom view designed for B4J for opening files and maintaining a recent files list capable of being serched, filtered and exported to an sqLiteDB or csv

It has three modes:

Compact file only mode:

Compact.png


File and Directory

FileWithDirectory.png



Recently Used Files Mode

RcentFilesMode.png


As you can see it provides the data in a searcheable and orderable table.

You can export the table filtered by file type (ext) or all records as both an sqLiteDB and csv

It has a file selected and path selected event that can be enabled or disabled.

It has undo using escape.

It's mostly for opening files rather than creating them, but it can be used for both.

It's still work in progress. I'm using it for a couple of apps, and no doubt when I start using it in anger I will find plenty of flaws. But I think that it could be quite handy.


Best regards
Rob
 

Attachments

  • fileEntryClassV1.1.zip
    49.8 KB · Views: 182

rgarnett1955

Active Member
Licensed User
Longtime User
Hi,

This is a custom view designed for B4J for opening files and maintaining a recent files list capable of being serched, filtered and exported to an sqLiteDB or csv

It has three modes:

Compact file only mode:

View attachment 100041

File and Directory

View attachment 100042


Recently Used Files Mode

View attachment 100045

As you can see it provides the data in a searcheable and orderable table.

You can export the table filtered by file type (ext) or all records as both an sqLiteDB and csv

It has a file selected and path selected event that can be enabled or disabled.

It has undo using escape.

It's mostly for opening files rather than creating them, but it can be used for both.

It's still work in progress. I'm using it for a couple of apps, and no doubt when I start using it in anger I will find plenty of flaws. But I think that it could be quite handy.


Best regards
Rob

Hi All,

Found a couple of features in version 1 of the fileEntryClass.

Please use the latest V1.1 instead.

Forgot to checkpoint the recent files database before renaming it.

Best regards
Rob
 

Attachments

  • fileEntryClassV1.1.zip
    49.8 KB · Views: 190

AnandGupta

Expert
Licensed User
Longtime User
Please use the latest V1.1 instead.
Hi Rob

Thanks for your contribution.

Please update you first post with latest version download file. This way we all know to download from 1st post always. You can add message and mention 'download from First Post'.

This practice is followed by all members and it helps.

Regards,

Anand
 

rgarnett1955

Active Member
Licensed User
Longtime User
Hi Rob

Thanks for your contribution.

Please update you first post with latest version download file. This way we all know to download from 1st post always. You can add message and mention 'download from First Post'.

This practice is followed by all members and it helps.

Regards,

Anand

How do I do that?
 
Top