topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 12, 2025, 1:01 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 ... 240 241 242 243 244 [245] 246 247 248 249 250 ... 309next
6101
afa the macro angle goes, no matter which program you use it's going to take a bunch of configuration to tell it what keys or mouse clicks to use on what window titles etc..  Might as well just use a general purpose macro freebie.

I'd check Softpedia
Download.com
Snapfiles
etc.

Don't see a reason to reinvent the wheel.  This one's been done a bunch.
6102
It would be difficult to create a general purpose macro to manipulate a wide variety of programs.  A better approach may be to find a program that detects folder change, using the OS folder change notification mechanism, and fires some other program.  Then you could simply hook it to a command line tool such as the Glindra cop command to copy the directory contents to a backup folder with version numbers.  Glindra is command line tools to simulate some of the VMS file handling tools.  If you saved a file once, say myfile.txt that would be the name of it.  Save again you have that file and myfile.txt;1   then myfile.txt;2 and so on.  There was a purge command to keep only x most recent versions.

In VMS the verson numbering was automatic by the file system.  But here you would set up your trigger program to copy your save folder to backup using the versioning tools.  You'd have to push the save button in your editor but it's way better than just having "myfile.txt" and "myfile.txt.bak" or whatever that most free editors do.
6103
General Software Discussion / Re: X marks the spot
« Last post by MilesAhead on May 10, 2010, 08:18 PM »
btw I know this thing is clunky. But for some reason it makes me smile when I watch the mouse pointer move lazily toward the edit box.  Like the hamsters are tired. :)
6104
General Software Discussion / Re: SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 10, 2010, 02:55 PM »
@MilesAhead:
I don't know of a decent password sync app. I searched for a while, even saw that you asked the question in another forum. ;)

If I find anything promising, I'll be sure to mention it here.

Thanks. I appreciate it.
Even if they made provision for export it wouldn't be so bad.  I tried a few utilities that pry the passwords out of the Chromium data, but the format never seems to be compatible with FF to use SyncPlaces 2nd hand.
6105
General Software Discussion / Re: SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 09, 2010, 10:40 PM »
is there a portable version for this browser? i mean officially supported..

See link in top post.
6106
General Software Discussion / X marks the spot
« Last post by MilesAhead on May 09, 2010, 01:56 PM »
Many times I just want to open one Explorer window to something simple
like "t:\temp" or whatnot.  I found I was opening ReOpen to get the input
line, then typing "t:\temp" to go there.  Which is ok via hotkey.. but I
came up with this little macro so that I could click an icon on my taskbar
and have it come up to C:\ with the cursor in the edit line.  That way
I can just type where I want to go.

I compiled it to x.exe and added an X icon for myself but you can make
whatever customizations you like on your own system.  The numbers work
well on my 4x3 monitor using 1280x1024 resolution but you may want to
experiment to zero things in on your monitor.

The AutoIt3 script just launches "C:\" to get an explorer window.
It moves and sizes the window, then clicks the mouse in the Edit control.
Just start typing to go someplace other than C:.

If you change the window size or use a radically different screen res. then
you'll probably need to experiment with the MouseClick numbers to get the
mouse cursor into the edit control.

;run to open an Explorer Window at C:
;with caret in the edit control. To
;switch to another folder, just type
;it in.
;
;adjust the numbers to suit your monitor
;and screen res. Also you may need to
;adjust Sleep to the speed of your
;PC.
;
;MilesAhead
;
AutoItSetOption("MouseCoordMode",0)
ShellExecute("C:\")
Sleep(250)
WinMove("C:\","",200,140,900,700)
MouseClick("left",300,40)



6107
General Software Discussion / Re: SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 08, 2010, 11:30 PM »
Check out Fanboy's Adblock List if you really want to make SRWare Iron fly.  :-*

You may want to copy the original adblock.ini to another location just in case Fanboy's config file doesn't suit you. I've had no issues whatsoever--seems to work flawlessly.

btw on my computer Iron won't launch without an existing file named "adblock.ini" (whether original or modified).

Thanks for that link.  Looks like when I installed the beta over the top of the alpha, it overwrote adblock.ini with the dummy version.. nothing but comments.  Guess that's why I got the pop-up. :)
6108
General Software Discussion / Re: SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 08, 2010, 08:25 PM »
Here's another adblock Chrome extension--Blocker. It's currently in beta stage, and it's based on Fanboy's Adblock List. :up:

https://chrome.googl...hcmcpfglmhngjpgimcmm


btw, are you using something to sync passwords?
I haven't tried RoboForm. The description doesn't sound that great.
Messed with LastPass a bit, but it didn't grab me.
6109
General Software Discussion / Re: Toggle2 v. 1.8
« Last post by MilesAhead on May 08, 2010, 06:22 PM »
Toggle2 1.8

Added TreePad format Help to Tray Menu.
6110
General Software Discussion / Re: SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 08, 2010, 03:54 PM »
Thanks for the link.  If it becomes a problem I'll try it.
6111
General Software Discussion / Re: Selector 2.1
« Last post by MilesAhead on May 08, 2010, 01:00 PM »
Selector 2.1

Added F1 Help while Selector Window is open.
Added Choose Help Reader command to tray menu.

Various TreePad programs may be used to read the SelectorHelp.hjt file
when F1 is pressed during Selector window display. Using the Menu
command Choose Help Reader allows use of TreePad without the
necessity to install.  The Readme has a link to the TreePad download
page. If you have a version 3 or higher of TreePad installed then the
help file will open automatically via Windows file type association.

The location of the Help Reader is stored to .ini file.
The location may be changed using the menu command alluded
to above or you may edit the .ini manually if you prefer.  To
change to file type association just set the .ini entry to equal
blank as in:  "HelpReader="

The latest version is available for download from my hotkeys page.
Softpedia will likely update early next week.
6112
General Software Discussion / Re: SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 08, 2010, 12:51 PM »
I'm using AdThwart extension with defaults.  Seems to block most popups except for the one on SRWare site itself.

https://chrome.googl...lbpkdaibdccddilifddb
6113
General Software Discussion / Re: SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 08, 2010, 10:50 AM »
Whatever it is, it seems they don't want a lot of traffic.  I sent mail to support and root and even through the contact for the base SRWare page.  No reply.

I've tried a few themes and it seems like just about everything Chrome works in Iron unless it assumes a google chrome folder location.

But I'm set if I can get password sync.  All the rest of this stuff is trifling.  It's sort of like Opera in that most of the behavior you want is built in.  If you hold the middle mouse button it will scroll around the page etc..  I have to right click to open in a new tab in the foreground, middle click opens a new tab in the background and I don't see any adjustment.. but it's not worth adding a Tab extension to fix it.  It's close enough.
6115
General Software Discussion / Re: SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 07, 2010, 07:53 PM »
I don't know. I can't register for the forum because the graphic "enter the numbers and letters" to register is a blur. I sent 'em email, no reply.

There's an English forum.  How to get the registration to work is beyond me.
I think just about everything works the same as Chrome but some of the data are stored in a different folder. Most of the stuff is in Chromium instead of Google/Chrome. You might ask in Chrome forum.
6116
General Software Discussion / Re: SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 07, 2010, 05:30 PM »
I'm not sure what technically the differences are.  Mabye to do with extensions.  I know it's way fast.  I didn't have any stability problems with the alpha.  This beta is even smoother and faster.

I have 4 extensions installed.  I only have this window open. It's running 6 copies of iron.exe.  But I don't mind.  I don't notice any drag on my dual core with only 2 GB ram. It's just fast off the dime.  Plus when the pages load they don't seem to "flip" so much.  Used to be an effect like somebody rippling a window shade as the page loads.  A lot less noticeable now.

6117
General Software Discussion / SRWare Iron 5.0.380 beta browser
« Last post by MilesAhead on May 07, 2010, 03:10 PM »
I was using the 5 alpha and just noticed they have 5.0.380 beta for download.
I've been using it a few hours.  Page loads are faster and smoother than the alpha.

I just installed it right over the alpha.  Didn't seem to hurt anything.

http://www.srware.ne....php?f=18&t=1482

You can use XMarks to sync your bookmarks without using a google account.
So far the major piece missing is syncing/exporting passwords.  You could try
something like LastPass but I prefer something similar to SyncPlaces that lets
me use my own ftp site.


6118
General Software Discussion / Re: ReOpen 4.3
« Last post by MilesAhead on May 07, 2010, 12:39 PM »
Thanks for the continual improvements!
-cranioscopical (May 07, 2010, 03:41 AM)

You're welcome.  Sometimes stuff goes over my head like Whoosh!! I should have thought of F1 help key assignment 6 months ago.  Oh well, at least it seems to work predictably. :)
6119
General Software Discussion / Re: ReOpen 4.3
« Last post by MilesAhead on May 06, 2010, 10:36 PM »
Thank you MilesAhead. Seems to be working as desired.

Cool.  Thanks for the report. :)
6120
General Software Discussion / Re: Welcome, come back in a year
« Last post by MilesAhead on May 06, 2010, 06:51 PM »
Now daSHiZZLE has an interesting view on us, I guess.  :) ;D

Geez! I hope he doesn't go on sabbatical for 2 years now!!  :)
6121
General Software Discussion / Re: ReOpen 4.3
« Last post by MilesAhead on May 06, 2010, 06:38 PM »
ReOpen v. 4.3

At PhilB66's request I added a command to the Tray Menu for FolderCache .. Choose Help Reader .. to accommodate the fact that TreePad may be run portably. I made the same modification to ReOpen.

If the reader is chosen via Tray Menu command or added to the .ini file manually, that exe will be launched with the .hjt help file as param, rather than relying on file type association.  If it is blank, file type association will be checked.. if that is not registered, then the last option attempted will be to display the Readme.

The new version is available on my site now.
6122
General Software Discussion / Re: FolderCache 4.3
« Last post by MilesAhead on May 06, 2010, 06:36 PM »
FolderCache 4.3

At PhilB66's request I added a command to the Tray Menu .. Choose Help Reader .. to accommodate the fact that TreePad may be run portably.  If the reader is chosen via Tray Menu command or added to the .ini file manually, that exe will be launched with the .hjt help file as param, rather than relying on file type association.  If it is blank, file type association will be checked.. if that is not registered, then the last option attempted will be to display the Readme.

The new version is available on my site now.
6123
Ok, I added the feature.  See the FolderCache 4.3 and ReOpen 4.3 threads for details.
The new versions are on my site now.
6124
Could you try right clicking on the .hjt help file and using Open With... to select your TreePad exe? I didn't try TreePad portable but I tried the "no install" TreePad viewer and it seemed like once I opened an .hjt file with it, it had the association set. (Or if there's a reason not to set the association please elaborate.  I haven't being doing a lot with apps on USB so I'm not up on all the nuances.)

They let you distribute TreePad Viewer but my help has no graphics and it seems like TreePad Lite snaps open about 4 times faster.

Right now what I'm using is one API call that checks that the help file is there, and that there's an .exe associated with it, in one shot(that's the way it works.. you can't even use a wildcard like *.hjt) so it's pretty much one line of code. But I'm open to it if I see how it would be an enhancement.

edit: I can see you might just use both the program and TreePad from USB.  I'll add an .ini file option, HelpReader or something like that, so you can specify the program to use to open the help file.  .txt file extension is nearly 100% guaranteed to be set up on any machine but .hjt not so.  Sounds like a good modification.  I'll update the version number when it's debugged and available for download.
6125
So far I really don't see the benefit.  You're going to come up with some complicated software to go through the registry to avoid running a small utility that only uses a couple of megs of ram.  I don't see the cost benefit.

But many things are done combining multiple programs. In fact I've given up trying to do much with the mouse in AutoIt3 when I can just knock off a small ahk app to do the mouse part and let it send the keyboard hotkey to the AutoIt3 app.  Many Linux things are done chaining a bunch of little filter apps.  Give it a go and see what you come up with.
Pages: prev1 ... 240 241 242 243 244 [245] 246 247 248 249 250 ... 309next