Forum Replies Created
- AuthorPosts
- in reply to: Tabbles 3 Explorer Integration #10342
Well, please send to bugs -at- tabbles.net the contents of these 2 log files , located in Documents/Tabbles:
tabbles-core-log.txt
log-overlay-handler1.txtDo not worry about 4.5 incompatibilities. as I understand it, programs compiled for 4.0 are still run with 4.0.
- This reply was modified 10 years, 3 months ago by Andrea.
our main target are companies with sys-admins and db admins. Sql is most likely already configured for other reasons.
for small businesses, we can always sell assistance to install Sql Server.
can you make a master installation program for NEW users
with all the default options pre-checked ?Frankly I don’t see a need for that. If you want to try Tabbles, you have the Cloud mode, which does not require sql server. If then you like the program, you can follow the video tutorials, or pay us for installing Sql Server for you.
After you install the database server, you will have to create a tabbles database on it. We already have a video tutorial for that:
That’s because the videos were released in reverse order. The capability to install sql server was initially given for granted, but when we had time we released a video for that too.
I am glad you find it useful. 🙂
Consider you can have multiple parents for a tabble. This produces some very useful features. For example you can simulate an “or” of two tabbles. Example: show individuals that are either singers or writers.
For example, suppose you have the following existing structure:
writer stephen king agatha christie singer michael jackson bruce springsteen
Then you can just add the following structure, by copying tabbles, without retagging any file:
person writer singer
in reply to: Tabbles 3 Explorer Integration #10332how can I learn what version I have running ?
menu > Help > about tabbles
I have v4 and v4.0 (per regedit review)
is upgrade to v4.5 painless ???So you don’t have .net 4.5. This must be because you have an old Tabbles version. You need Tabbles 3.0.41 or above to have the Explorer icons and context-menu. See blog post: https://tabbles.net/blog/version-3-0-40-is-out-bugfixes-in-the-explorer-integration/
Yes, the upgrade is painless.
in reply to: Warning to new Users #10331This feature was asked by a (big) customer. They send tagged files via email to external collaborators who do not use Tabbles. Then the files come back and the tags must be preserved.
in reply to: Tabbles 3 Explorer Integration #10325That’s unfortunate. Please manually restart explorer.exe via the task manager, or just reboot Windows. And tell us if the problem is still there. also send the content of log_overlay_handler1.txt and tabbles-core-log.txt to bugs -at- tabbles.net . That files are located in the Documents\Tabbles folder. Thank you
- This reply was modified 10 years, 3 months ago by Andrea.
@ThreeDragon
WHAT videos to watch in WHAT order???
You have to watch them the order specified in the
howto page.(section “Setting up Tabbles and Sql Server”)
Notice we are slowly building the official documentation there (the howto page will be more and more populated).
in reply to: Warning to new Users #10323@threedragon
the purpose of writing the tags inside the documents themselves is not lose tags if you send/receive office documents via email.
Yes, it would be nice to have this feature for all files, not only for office documents. Unfortunately, it is not easy.
The main advantage of nesting tabbles is that, if you open the parent tabble, you see files tagged with the child (even if they are not directly tagged with the parent).
For example: if you open “animal”, you see files tagged with “dog” (even if not directly tagged with “animal”).
in reply to: Search recursively? #10302Glad it worked. We’ll put this in the how-tos section in the web site.
Thanks for your efforts with the corporate license 🙂
in reply to: Search recursively? #10297Michael, to locate all tagged files within a subdir, the above method will not work, because it requires you to tag all the files in all subdirs, which defeats the purpose.
We should have to modify the above method in some way. What you need to do is display all the files with tag “temp”, which also have some other tag. (i.e. all files with tag temp, except those that are only tagged with “temp”) .
To achieve that, I suppose you can do as follows, but it is complicated:
1) create a new tabble, called for example “temp”.
2) tag the directory D with tag “temp”. In the dialog, choose “tag the folder and all its files”. This will tag all files in all subdirectories of D, recursively.
3) create a tabble called “any”
4) drag all your tabbles except “temp” into “any”, pressing ctrl (so as not to move them, but copy them)
5) now open tabble “temp” + “any”
6) now you are only seeing files which are in temp AND in some other tabble as well. so you are able to saerch by typing in the textbox.
This needs to be tested. I am also not sure if the move operation will work. Be sure to make some test beforee moving actual files! Let me know the result. Thanks
- This reply was modified 10 years, 3 months ago by Maurizio.
in reply to: Search recursively? #10293@alex (Original poster)
Sorry for the delay.
Currently, to search for a file in a directory D and all its subdirectories, you can do this:
1) create a new tabble, called for example “temp”.
2) tag the directory D with tag “temp”. In the dialog, choose “tag the folder and all its files”. This will tag all files in all subdirectories of D, recursively.
3) open tabble “temp”.
4) type something in the textbox. This will search among all files in D and all its subdirectories.
you can then optionally delete tabble “temp”.
- This reply was modified 10 years, 3 months ago by Maurizio.
in reply to: Search recursively? #10292@Micheal,
You are right, there is currently no way to locate all tagged files in a directory and its subdirectories. There might be a trick, see my other post below.
Could you explain better why you need this? You want to move them all into a single folder?
- This reply was modified 10 years, 3 months ago by Maurizio.
in reply to: Copy tabbles from one file to another #10224This makes a lot of sense. Ok, you convinced us. This feature is added to the TODO list. Probably will be done in Tabbles 3.1.
- AuthorPosts