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, 7:55 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 ... 229 230 231 232 233 [234] 235 236 237 238 239 ... 309next
5826
General Software Discussion / Re: What's your preferred File Manager
« Last post by MilesAhead on August 07, 2010, 08:28 PM »
I'm used to FreeCommander. Switching involves too much of a learning curve.  The author has targeted December for a full 64 bit release. I hope so. Although I can still use it on Vista64 there are times when I get the mouse busy Uzumaki(spiral thingie) for no apparent reason.  Being 32 bit it does have the benefit that 32 bit shell extensions work inside it. But I'd like to see true 64 bit. Works fine on my Windows Seven 32 bit system.

Since it's implemented in Delphi I have to wonder what will be used for the 64 bit version if not Lazarus.


5828
Has anyone tried AltaVista search afa this issue? I'm just curious if AltaVista does things differently or follows the pack. :)
5829
Circle Dock / Re: Suggesting names for new derivitative of CircleDock
« Last post by MilesAhead on August 07, 2010, 04:37 PM »
If you combined the previous two comments you could have Spin Docktor.
-cranioscopical (August 06, 2010, 10:41 PM)

I like that one.

another +1 for Spin Docktor or Spin Doctor -
I actually prefer it without the k, even though I know it makes more sense with 'Dock'

Only thing is, it sounds like it fixes your HD. :)
5830
If you're doing Windows it may be easiest to run a small pre-packaged web server(you can get free ones out there) and just use the InetGet() function.  It requires a Windows OS that has IE 3 or later... should not be a problem. :)

This is the InetGet call in AutoIt3

http://www.autoitscr...unctions/InetGet.htm


but c# should have an equivalent.  You have to check the download.. maybe by file size. If the server got an error, like file not found, it may return a small xml file with some gibberish about "/somefile.jpg" not found instead of the .jpg.

Once you have the image locally you can take it from there.

5831
@strictlyfocused02 what machine are you running the script on? How much memory? If calling an external program that produces a file with only the tail lines is an option, and provided you have a fair amount of ram, it should be nearly trivial in AutoIt3.

Pseudo code should go something like:

Read .ini file to get previous number of lines in file
(first run would be zero, in which case the program would
only save the new line count to .ini file.  Exit code could
indicate what the program did or just use the .ini file
for IPC.)


Load entire file into an array with
_FileReadToArray()

now $array[0] has the current line count

if $currentCount > $prevCount then
_FileWriteFromArray("DiffTextFilename.txt",$prevCount + 1)

now display the diff text file however you want,
then save the new current count to .ini file.

If the log file is 10 or 20 MB still these days if you have a gig or 2 of ram it should be no big deal to read the whole file into an array.


5832
Circle Dock / Re: Suggesting names for new derivitative of CircleDock
« Last post by MilesAhead on August 07, 2010, 12:43 AM »
I've got a cool one: Uzumaki  Japanese for Spiral(at least that's what they say.)  A cool movie btw.
5833
Circle Dock / Re: Suggesting names for new derivitative of CircleDock
« Last post by MilesAhead on August 06, 2010, 08:31 PM »
If you want to get rid of the 'D' word, how about
'Round2It ??

You could have a logo of that stupid wooden round thing for procrastinators. :)
5834
General Software Discussion / Re: BD Rebuilder Beta
« Last post by MilesAhead on August 05, 2010, 03:04 PM »
v. 0.34.06 beta was released a few days ago.  Since then I've been able to complete a run or two on each machine.  Seems fine. The only quirk I noticed was in Settings=>Encoder Settings.  If One Pass ABR mode is checked, and you start the run, you're likely to get 2 Pass Abr mode.  Seems like unchecking the option, then checking it again, gets it to "take" for that run.  Seems the setting won't "stick."  But that's a minor quibble.

http://forum.doom9.o...wthread.php?t=143716

5835
General Software Discussion / Re: TicClick 1.5.0.0
« Last post by MilesAhead on August 05, 2010, 01:06 PM »
TicClick 1.5.0.0 Some minor code improvements.  The downloaded version info file is deleted when no longer needed. If it is found left over during  Check for Updates processing, it is removed.

Erroneous EdgeBuffer settings, like number out of range or set to text instead of a number, are reset to default and rewritten to .ini file on program close.
5836
General Software Discussion / Re: TicTac 1.6.0.0
« Last post by MilesAhead on August 04, 2010, 04:14 PM »
TicTac 1.6.0.0 Added TurnNumlockOn option to .ini file. The program checks the Numlock state on startup. If Numlock is off, and TurnNumlockOn setting is 1, then it will turn NumLock On.  Otherwise it leaves it alone.
5837
General Software Discussion / Re: TicTac 1.5.0.0
« Last post by MilesAhead on August 04, 2010, 04:09 PM »
That's ok.  I think it's a good feature since I can forget to have Numlock on too. It's already done.  :)

edit: I must say it was kind of fun to use the Check for Update on my other machine.  Usually I have to open the browser to my hotkey page, download and replace to make sure the downloaded file works. It's a kludge but if the user clicks Yes to download the newer file, it's downloaded into the home folder of the program, the zip file and folder are opened, and the program quits. Just drag & drop from the zip file to update.
5838
General Software Discussion / Re: TicTac 1.5.0.0
« Last post by MilesAhead on August 04, 2010, 03:30 PM »
I spoke too soon.  Since AutoIt3 and AutoHotKey are so similar I confuse the two and forget which app I did in which.  ahk you can just lay another hotkey on top. But not all the number keys have a function when numlock is off.

The best I could do is detect if Numlock is off, and if so, turn it on. I could put it as an .ini file setting.  I think I'd have it default to not interfere with Numlock unless the user sets it to '1' in the .ini file.  That's probably the safest bet.

5839
General Software Discussion / Re: TicTac 1.4
« Last post by MilesAhead on August 04, 2010, 02:49 PM »
That's really nice, thanks Miles. I might try the mouse version too as I'm not used to using the numberpad with numlock on (although I always intended getting used to it)
some credits gone your way  :Thmbsup:

btw, on that program it's not difficult to put in duplicate hotkeys so that it will work if Numlock is on or off.  Only thing it won't do is work with Shift.  I already tried it. It must confuse the hotkey handling mechanism.  I'll be updating it soon so it should work with Numlock set either way. If Check for Update works as designed, you should be able to automatically download the zip file when the new version is on the server.

5840
General Software Discussion / Re: TicTac 1.5.0.0
« Last post by MilesAhead on August 04, 2010, 02:06 AM »
TicTac 1.5.0.0  Added Check for Updates command to Tray Menu. (I would appreciate it if anyone using dial-up internet would try it out as I only have broadband.)
5841
Finished Programs / Re: Exclude firefox from script?
« Last post by MilesAhead on August 03, 2010, 09:14 PM »
Put a tilde character before the MButton like this
~MButton::

That prevents the program "eating" the hotkey.
5842
General Software Discussion / Re: Selector 2.3.0.0
« Last post by MilesAhead on August 03, 2010, 08:52 PM »
Selector 2.3.0.0 Added Check for Updates command to Tray Menu. (I would appreciate it if anyone using dial-up internet would try it out as I only have broadband.)
5843
General Software Discussion / Re: FolderCache 4.5.0.0
« Last post by MilesAhead on August 03, 2010, 08:51 PM »
FolderCache 4.5.0.0 Added Check for Updates command to Tray Menu. (I would appreciate it if anyone using dial-up internet would try it out as I only have broadband.)
5844
General Software Discussion / Re: ReOpen 4.5.0.0
« Last post by MilesAhead on August 03, 2010, 08:50 PM »
ReOpen 4.5.0.0 Added Check for Updates command to Tray Menu. (I would appreciate it if anyone using dial-up internet would try it out as I only have broadband.)
5845
General Software Discussion / Re: TicClick 1.4.0.0
« Last post by MilesAhead on August 03, 2010, 08:47 PM »
TicClick 1.4.0.0 Added Check for Updates command to Tray Menu. (I would appreciate it if anyone using dial-up internet would try it out as I only have broadband.)

Also a new .ini file setting EdgeBuffer. This is used as a margin for the edge of the screen inside the desktop work area.  Valid range is 0 to 12 pixels.  The default is 4. It helps avoid that "chopped" window frame look when you align to the edge of the screen(maybe it's just on my old monitor but it looks a lot nicer.) On Vista and Windows Seven it may help keep the drop shadow when aligning on bottom right etc..


5846
Finished Programs / Re: Exclude firefox from script?
« Last post by MilesAhead on August 03, 2010, 08:02 PM »
Also it's a good idea to avoid a window with the title
Program Manager

which is the desktop. Otherwise if there's nothing else open on the desktop it may ask you if you want to log off. :)
5847
@tranglos sorry to hijack your thread.  We get a lot of developer interaction on this site so I'm hoping we can get some in-depth explanations how these rollback and other schemes work. I played around with VMs and I'm not all that thrilled doing it that way. It would be nice if there were viable alternatives.

@sajman99 I found out what was driving me nuts.  By updating the codec pack, I messed up BDRebuilder setup.  With BDRebuilder you must use the FFDShow and Matroska Splitter downloads from the BDRebuilder beta thead or you never get anywhere.  I hadn't noticed the report on bad versions because it scrolled up in the log dialog to where only OKs where left showing. I thought something else was messing me up.
5848
General Software Discussion / Re: TicTac 1.4
« Last post by MilesAhead on August 03, 2010, 03:41 PM »
Thank you.  :)



btw, I updated the mouse one so that it moves the mouse pointer to the center of the grid.  That works better than trying to move the window under the mouse. Simpler is often better(mainly because I can't figure out how to do complicated.)

5849
General Software Discussion / Re: TicClick 1.3.0.0
« Last post by MilesAhead on August 03, 2010, 12:10 PM »
TickClick 1.3.0.0 Now mouse is moved to center of position grid.
5850
I'm trying Matroska Pack. But on another forum people are telling me to quit bothering with packs altogether.  If this latest one doesn't do it for me I guess I'll resort to manual one at a time configuration.  Just so many settings on these media things it seems like a month of reading. :(
Pages: prev1 ... 229 230 231 232 233 [234] 235 236 237 238 239 ... 309next