topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday November 10, 2025, 11:27 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 302 303 304 305 306 [307] 308 309next
7651
Check this out for old Netscape
http://sillydog.org/narchive/full67.php

Eudora email client old
http://www.eudora.com/email/archive/

btw find out if the old lady is thinking about getting broadband!! If she does she'll prolly overload the file system with a few downloads :)
7652
Bugfix!  Deleting a comment via saving an empty comment for the file wasn't removing the entry from the data file:  fixed in v. 1.71

Please update to v. 1.71
7653
The help is a bit of a stickler because I want the small download size but don't want to force people to get TreePad.  I added a Help Button to the Property Page instead of resorting to a start menu icon.  The running code can determine if there is a program associated with .hjt file type and prefers loading TipOffHelp.hjt.  If that isn't the case, it looks in the install folder for the ebook stand-alone help, which is available as a separate download. If both searches fail the Help Button is disabled.

Bundling the help in the stand-alone reader adds about 1.25 MB whereas the TreePad help file is only 7 KB(before compression) so it seems silly to include the large file in the setup program.

I know I could do HtmlHelp or make an index page from a bunch of html pages but for simple utilities with no screen shots TreePad is ideal. The help copy is already in overly long ReadMe files.  TreePad format makes them much easier to navigate.

TipOff 1.7

7654
Post New Requests Here / Re: IDEA: DropFolder
« Last post by MilesAhead on March 03, 2009, 02:05 PM »
Hmmmmm, how 'bout a variation on the theme where you can drop explorer locked files/folders and get them to delete without restorting to an admin prompt?

(I was using TeraCopy because it didn't tend to leave folders and files locked like explorer and was way faster on big files anyway, but I just upgraded to a gigabit network and Vista64 explorer is so much faster on drag & drop copy that I have to use it.)
7655
One more little fix.  Changed to ebook stand-alone reader format for the help in the Start Menu group.  TreePad no longer needs to be on the system to read the help file.  The original .hjt help file is still in the install folder for those who prefer to read it with TreePad.

TipOff 1.63

7656
Developer's Corner / Re: Microsoft releases SmallBasic for Newbie Programmers
« Last post by MilesAhead on February 24, 2009, 10:18 AM »
The code reuse is using the DLLs that are in windows.  Trouble is there are more and more versions of this small code reuse.  Pretty soon we'll have 20 versions of .NET about 1/2 dozen of each Windows DLL and a whole bunch of COM and DCOM servers on the system just in case something might use it.  No Wonder my Vista64 with very few apps and almost no data of my creation backs up to over 30 GB after compression!  So much for keeping it small.
7657
I updated to include a Help file.  The help is in TreePad format.  This utility is very  simple so there's really no need for screen shots.  As a convenience the installer puts a link in the program group in the startmenu to download TreePad Lite.

TipOff 1.62

7658
Developer's Corner / Re: Microsoft releases SmallBasic for Newbie Programmers
« Last post by MilesAhead on February 23, 2009, 04:21 PM »
Yeah it seems MS has this fixation with having some kind of large runtime on your machine so that the apps can look small.  I had QB 3.0 that I messed with before doing Turbo Pascal. Most of my programs were tiny if you didn't compile as stand-alone.

Even now with a lot of apps I like to use Delphi 5.  Nice stand-alone executable.  C# makes doing some stuff easier, esp. directory searches and collections and that type of thing.  Sometimes though it's nice to be able to copy an exe file and know it will work from Win9x all the way to Vista64.

I remember when I first got Turbo Pascal I thought is was way faster than QB until I realized that float was the default numeric type in QB.  If you declared the loop variables as integers things went along at a better clip. :)

otoh I never saw a Delphi shell extension demo that worked. Most of 'em crashed right away.  Just have to use VC++ 6 for shell it seems.  Pretty weird having to code your own FileExists() functions though. Even if it is an inline it seems pretty lame to have to do it yourself. :)

7659
Works as well as anything afaict.

TipOff 1.5

 :Thmbsup:
7660
I made some good progress.  The readme files aren't up to date, but I got rid of calling the external app in a loop and just made a list of files, then called the copy app.  Seems to work from what I can see so far.  The copy app comes up with a progress bar.  Not that spiffy yet.  Should probably make it one of those thin shiny jobbers like hjSplit uses, but.. cosmetics can wait for a bit.

TipOff 1.5 Beta

edit: I spruced it up a bit.  Made the copy window small and centered. At least what I've tried so far if I drag to a 32 bit shell window, even a mapped network drive, it copies and the destination tooltip works.  I changed to Delphi 5 to implement the copy program since I have an Associative Array component I wrote that makes it trivial to filter out duplicate entries. The comment data files should be self-cleaning afa dupes.  No mechanism yet to filter out dead entries.  With a comment file in each folder it may not be a priority. A TreePad file made from a folder is easy enough to sort and edit in TreePad. There may be some subtle bugs still but it looks usable.

Take it around the block a few times and see what you think. :)
7661
Developer's Corner / Re: Microsoft releases SmallBasic for Newbie Programmers
« Last post by MilesAhead on February 19, 2009, 09:53 PM »
Heh heh. I think there was an XBasic or something out there that was actually pretty good.  The guy put it in public domain or something.  Guess if I'm gonna' do a Basic I'd do VB 6 since I have it.  I'm lazy so I like to just drag the buttons and junk onto a form. :)
7662
I have uploaded a beta 1.5 version with preliminary drag & drop support to copy files with comments out of a commented folder.  Currently it's still pretty buggy.  If the source folder doesn't have a CommentData.tof file, you'll get an error dialog for every file you dragged and dropped.  Also there's some issues to resolve with duplicate comments etc..  I wasted a lot of time today messing with stupid spaces in file paths or I might have made more progress.

Anyway, it works a little bit.  Hopefully with some feedback I'll smooth the operation out enough to make it usable.

If you try the beta please backup stuff and only experiment on expendable files.
Files in the target folder of the same name are overwritten without prompting.

Also check out the data shown during and after install.  You can send feedback to [email protected] if you like.

I think this is only supposed to be an announcement thread so perhaps sending feedback
via email is preferable, but Mouser can clarify if he wishes.

7663
I've updated TipOff to v. 1.4.  The Property Page dialog will now accept the Enter key.  Tab characters are not supported but you can use Enter and spaces to align comments.  The max comment size is @ 4 kb and there is also a max of 32 lines(hard end of line by pressing Enter.)  Other than that, as before, if you paste a paragraph or just keep typing the dialog text wraps.

The current data file should still be compatible. The comment file still uses alternating key and comment lines but it uses the tilde(~) character to signify a line break when processing the text.  For that reason tilde characters in the input are filtered out.

I also updated the Tip2Tree utility accordingly.


7664
btw you can adjust the Mouse Hover Delay that governs how long you have to wait for Tooltips to pop up etc. in Vista as shown here:

http://www.vistax64....ver-time-change.html

also if you have XP there's a setting in TweakUI.  It may be the same registry key but I don't have XP booted right now to look.

Apparently, at least in Vista the default is 400 milliseconds lag.  The downloadable .reg script from that link sets it to 30 milliseconds, but you can edit it to your preference.

7665
Developer's Corner / Re: Microsoft releases SmallBasic for Newbie Programmers
« Last post by MilesAhead on February 17, 2009, 12:01 PM »
If it don't have stuff like:
defint a-z
130: If x < y then goto 150
140: do something stupid here
150: yadda yaddda

then it just ain't the same!

With GWBasic he who has the most gotos wins!!

(Not to mention the joy of running the automatic line renumbering thingy)  :)
7666
That annotator sounds familiar.  It might have been the reason I tried to do a Property Page extension so I could code something similar.  I seem to remember the little notepad icon.  In my implementation the comment can be about 4 kb. Visual C++ 6 is probably the most stable for doing shell extensions.  The only thing is when you do the property page if you try to customize anything it's hell.   I tried to use a slightly larger font and it totally destroys all the metrics.  So I'm stuck with the system 8 pt font. It's very limiting. But every time I looked at a Delphi 5 demo for a shell extension, the demos wouldn't even run without trapping out. Anyway, you should give Tooltip a try if you liked the other property page gizmo.  Doesn't cost you anything. :)
7667


I don't think it's part of the file

...


Right.  Programs like WinZip could let you add a comment to the zip file because the zip file is just a container.  When you check the CRC WinZip can tell you the CRC of the contained file or files, and serve you up the comment because it just stores the comment in the zip file.  If you alter the file itself then you change the checksum, and that's not a good idea for downloads.

The unfortunate thing in the whole business is the drive letter thing.  I'm thinking in the future there will be a Windows where old apps that use a drive letter will automatically be installed in a particular place and the OS or FS will simulate the antiquated FS for it.

Until they get with having a unique identifier for every storage medium and letting the subsystem in the computer handle it(the user should be able to assign a user-frienly alias that is not already in use) then we'll continue with this mess.  A database of app locations and settings like the Registry or whatever, should use the alias or some variable to reference the logical volume location of the program and all its stuff.  Then if you move everything to another partition it just changes the entry in the lookup table.  Something like that.  FS and OS engineers would have to come up with the details but I bet it's already been solved on mini-computers someplace. :)
7668
Post New Requests Here / Re: IDEA: "push" alternative to "copy" in context menu
« Last post by MilesAhead on February 15, 2009, 12:56 AM »
Thanks.  I'll try it out. :)
7669
Post New Requests Here / Re: IDEA: "push" alternative to "copy" in context menu
« Last post by MilesAhead on February 14, 2009, 03:32 PM »
I understand.  I almost never use the start menu.  I have a home made toolbar that's just categorized folders with shortcuts, for the stuff I use often enough, but not often enough to be in QuickLaunch.

I just thought it might be novel to use a Push paradigm.  But I see after messing around it's probably not worth the effort involved.  :)
7670
Post New Requests Here / Re: IDEA: "push" alternative to "copy" in context menu
« Last post by MilesAhead on February 14, 2009, 12:50 PM »
Hmmmmmm so far anything I've tried that modifies the Explorer or file open/close dialogs has made things really fragile.  Ideally you wouldn't even need to go as far as the context menu.  Say for example you are in the Start Menu and have an application highlighted with the mouse.  Some key trigger like whatever+Windows key or something, and the selected should be pushed.  That way you can just continue on until you wish to dump them all.  Open any folder and do a Pop All and the shortcuts are pasted.  Seems like AutoHotKey should be able to do it without too much trouble.  Only thing for me is until I get into the syntax more just opening and .ini file and reading a value out would probably take me 2 hours!!  Somebody inured to ahk could prolly crank it out easily.
7671
Post New Requests Here / Re: IDEA: "push" alternative to "copy" in context menu
« Last post by MilesAhead on February 14, 2009, 11:00 AM »
I read shortcutty description.  I also tried just using the Send To mechanism and it can sort of do something similar.  What I think would be ideal though is some app that while running has a stack that's invisible to the user.  When you have something highlighted in explorer or start menu, hit the trigger(preferably something that doesn't pull the mouse off what you are doing.. I'm more of a mouser than keyboard guy) and the item is pushed on the stack(with maybe some optional indicator of success like a user selectable beep tone or something.)  Then when done you can open any folder you want and pop one or pop all and just dump the shortcuts there.  Even a small limit like maybe a stack of 32 entries should be more than enough.
7672
Post New Requests Here / IDEA: "push" alternative to "copy" in context menu
« Last post by MilesAhead on February 14, 2009, 09:17 AM »
I like to organize my shortcuts(I don't use start menu if I can avoid it) into categories.  One thing I notice is it's kind of a pain to go into the Start Menu and either drag a shortcut to my shortcuts folder(say a folder named Utils or whatever) and go get the next one etc.. (Plus for some weird reason I never figured out, if you "explore" the start menu to make it easier to drag & drop stuff you never seem to get all the folders.)

I thought it might be a useful idea to have a "push" in the context menu so that as I go through the start menu I can "push" them onto the stack... then when I'm done, I go to Utils and right click the mouse or do some hotkey and they all "pop"(perhaps an additional choice to just pop top of stack?) as shortcuts in the folder.

I'm still struggling with AutoHotKey syntax(have to spend maybe 20 minutes in the help for each line typed) so I thought I'd toss it out there and see if it's been done or is a bad idea or whatnot.
7673
First, thanks for trying my utility.  Now to address why things don't work as well as I think they should. :)

In the Readme it details that the data file is made in each folder.  The trick is to copy the folder as a unit or make a TreePad file from the comments to date, then delete the comment file. Possibly importing the generated TreePad file into some system-wide TreePad data file if that's what you want.

In the old incarnation, CommentConfig, I had 2 more shell extensions that you could use to copy or move the file to another folder via context menu or drag & drop.  The destination key would be added to the central data file and the comment copied. The comment would seem to move with the file.  A weakness of this system is that you have one central data file.  Every time you hover the mouse to get the tooltip, it loads the entire data file.  If you do a lot of comments, that's some bogging down of the shell(which isn't all that stable to begin with.)  Also you fall into the trap of drive letter reassignment.  If you try to copy across a network or make another partition that changes the drive letter assignment, or move your commented files to another machine altogether, stuff breaks.  And, since Windows file paths are not case sensitive, Windows isn't very picky about getting it right(do a search on an existing folder named MyFolder using the string myfolder and chances are stuff will come up named "myfolder" so now if you have the entire file path as the key you need to do case conversion on every entry during the search, slowing things down even more.) That's why I say ideally the FS should handle it.

One of the reasons I put the button to convert to TreePad format was as an escape from this dilemma.  You can convert to TreePad and break the dependence on the key/search mechanism. The Tooltip should really be used as a stopgap convenience. Or if you prefer the Tooltip mechanism, do one to one folder backup.  Merging, even if you concatenated the comment data files, would end up with something overwritten.  If all files of the same name had identical comments then it wouldn't matter.  As the Tooltip search is going on all the entries in the local data file are sucked into a Map that doesn't allow duplicates, as a filter to avoid repeat entries.  But if MyFile has one comment in one folder and a different comment in another.. well you see what I mean.

After messing with this since 2001 I came to the conclusion it's much cleaner to have a data file in each folder.  Trying to monitor file operations to intercept stuff would slow things down too much. I don't think there's a practical way to implement merging or moving files and carrying the comment. The FS is really the only thing that should have the ability to store annotations as part of the file. The alternative would be just to make a database like with your DVD collection.

After a long time of messing with this I'm sorry to say I don't think there's really a good way to do it in Windows.  Maybe if I had VMS file system to work with I could use some RMS or other mechanism that's available to write something smooth.  As it is, the utility is a hack.  But within its limitations I hope it may be a hack that's fun to use for the small convenience it can provide.
7674
That sounds familiar. I got into the online thing just as the internet boom was starting but I did some BBS.  Seems I can remember what you are talking about. I mostly downloaded fractal programs and ray trace stuff that ran in Dos when I got my 486 PC.  :)

One habit I tried to develop using my commenter mechanism was to rename the download to something descriptive, then paste the original download filename as part of the comment. Sometimes you still get a search hit long after the utility has dropped off the freeware sites.

7675

Thank you very much.  I'm not artistic so my only hope is to keep it simple. :)
Pages: prev1 ... 302 303 304 305 306 [307] 308 309next