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, 3:54 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 ... 56 57 58 59 60 [61] 62 63 64 65 66 ... 75next
1501
General Software Discussion / Re: Windows Picture and Fax Viewer
« Last post by tinjaw on April 03, 2007, 10:05 AM »
Surprisingly, I have to leave off the %1 to get this to work, but now the shortcut is in my Send To folder, and works fine.
It wouldn't have been so surprising if I would have taken the time to explain that it wouldn't be required in certain circumstances - like in a shortcut.  :-\ Sorry for not explaining that. But I am glad to see that this info was useful.  :Thmbsup:
1502
Developer's Corner / Wanted: Best Practices for changelogs/version history
« Last post by tinjaw on April 03, 2007, 09:43 AM »
Are you aware of any articles on best practices for changelogs or version history files? I have been very bad about these items on all software that I have written and want to start doing a better job in this area.

I, obviously, know that most changelogs are manually updated by developers. However, I suspect what I should be doing is a better job of submitting revisions to subversion in atomic chunks and doing a better job of logging them. Then I could use scripts to generate changelogs from the subversion commit logs.

I am interested to hear your thoughts on the subject.
1503
General Software Discussion / Re: Windows Picture and Fax Viewer
« Last post by tinjaw on April 03, 2007, 09:14 AM »
The problem is how to reach it when you want to add it to some third party program's options inside the right-click context menu - programs like SendTo Toys or OpenExpert - because they will not show the Explorer suggestions (the suggestions we can see at the picture), but will wait for you to navigate them to the executing file.
For those programs, it should be listed in the Other Programs (Andre programmer). Is it not?
1504
General Software Discussion / Re: Windows Picture and Fax Viewer
« Last post by tinjaw on April 03, 2007, 05:44 AM »
Curt,

If you do what I showed you and don't check the box for "Always use the selected program to open this kind of file." it will not make it the default choice. It will make "it among the listed programs." as you requested. Look at my screenshots. It is not the default, but is listed as a choice for "Open With".

As a side note, you don't use the DLL by itself, you use "rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen"

If it still doesn't make sense, I will try to whip up a screencast or a quick script to do this.
1505
General Software Discussion / Re: Windows Picture and Fax Viewer
« Last post by tinjaw on April 02, 2007, 10:05 PM »
I want to place a link in "Open With ..." and "Send To ..."

In File Explorer, right click on the file (say a .jpg file) and choose Open With and then Choose Program and select Windows Picture and Fax Viewer as the program.

[attachthumb=#1][/attachthumb]

[attachthumb=#2][/attachthumb]
1506
General Software Discussion / Re: Your favorite Registry Viewer + Editor?
« Last post by tinjaw on April 02, 2007, 08:16 PM »
Has anybody done a comparison of these? Registrar Registry Manager and Registry Workshop seem like the best options by only looking at the marketing propaganda on their websites. I think I will try out those two.
1507
Yep, just to clear up any confusions, this was just an "April Fools Day" Joke.


Yeah. Jessie actually sold it to CNET.  :P
1508
General Software Discussion / Re: Windows Picture and Fax Viewer
« Last post by tinjaw on April 02, 2007, 02:05 PM »
I think it is a DLL and runs as a shell extension of explorer.exe.  :-\

update:

Yes, it is a dll. So you can invoke it as such:

rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
1509
Thanks for your help searching. I have awarded $1 to Darwin and $2 to laughinglizard.   :greenclp:
1510
The map region can be manipulated two ways.

1) Up, Down, Left, and Right arrows. Alone is the largest move, Ctrl + arrow is smaller, and Shift + arrow is smallest.

2) Clicking on a mini-map centers on that spot in the main map.

Page Up and Page Down have no effect.

I am using AutoIt to script this. I will use my script to position the map region to show the upper-left corner and then send the correct keystrokes to invoke Screenshot Captor.
1511
screenshot captor can try to send pgup,pgdn, etc to try to scroll image when doing an autoscroll autostich capture, you might want to try doing an autoscroll capture of the window with screenshot captor. it probably won't work right, but if it works a little, let me know and i might be able to add a special option for you to tell it to send left,right,up,down cursor keys.

Mouser,

I tried using Screenshot Capturer and it almost works. It determines that it needs to scroll horizontally, and does so, but it doesn't scroll vertically. So, what I end up with is a band across the map instead of the whole map. That band is properly captured though. If you could get it working fully in this application, it would save me a great deal of work.

laughinglizard,

hugin looks good. I may be able to get that working if I can get it all scripted properly. I'm going to spend some time on it and scope out how much work that would be. thanx.
1512
Living Room / Re: Good Video Editing Software? Is there any?
« Last post by tinjaw on March 31, 2007, 05:41 AM »
In the free category, check out ZS4 Video Editor.
1513
Darwin,

Autostitch is what I have been trying but it assumes lens distortion and doesn't work on perfectly linear images. If I use it the image is distorted.
1514
pass/accept objects via XML
1515
Living Room / Re: Good Video Editing Software? Is there any?
« Last post by tinjaw on March 30, 2007, 10:51 AM »
Apple and Sony have excellent retail products for this. People make commercial films with them. What are you looking for that they can't do?
1516
Found Deals and Discounts / Re: Free VS 2005 Standard from Microsoft
« Last post by tinjaw on March 30, 2007, 10:49 AM »
See, if you just let us conquer Europe, you would qualify for these deals.  :P
1517
I am working on a project at work that has me taking multiple screenshots. These screenshots are of a map that is larger than the screen can display at one time. The program does not use conventional windows scrollbars to move the image, but instead is hardcoded to use the arrow keys. I plan on using AutoIT to manipulate the program and take a series of screenshots.

I then want to merge the screenshots into one big image by stitching them together. I am looking for a freeware program (MS Windows XP) that can automatically match the overlapping edges up and stitch them together. Does anybody know of such a program?

I have $3 of donation credits in my account that I will put up as a bounty. Find me a freeware program that runs on windows and does what I need and you get the $3 credits.
1518
Developer's Corner / Re: Hacknot on dynamic languages
« Last post by tinjaw on March 29, 2007, 07:12 PM »
I am sure everybody is waiting for my reaction, as I am the python evangelist around these parts. I don't have the time to write up a detailed response, but I have to say that I agree with most of what the author has written. But a few quick details.

For the code example he gives... here is the python code

sum([1,3,5,7])

For the claim of the DL evangalists that "Dynamic Typing, Interpretation and Reduced Code Volume Increase Development Speed", I wouldn't have said that. I would have said, "Claim: Dynamic Typing, Interpretation and Reduced Code Volume Increase Development Prototyping Speed" and a greater amount of that prototyping code is kept in the final product than other languages.

Claim: Support From Major Companies Legitimizes DLs -- I do not agree with the DL evangelists on this at all.

Claim: As the Problems Change, People Use New Languages -- I would disagree, but would probably claim that "As the Problems Change, People Use New (Code) Libraries".

Claim: Syntax Can Be Natural -- As with Hacknot, I agree that it is personal preference, and for me, python matches the way I think more than other languages.

Claim: No Harm, No Foul -- I think Hacknot's response is equally idiotic. I would say, "Use the Proper Tool, Properly."

I will try to elaborate at some point in the future, but since I like DLs, I will put it in an over generalized sound bite for you.  :P

For me, most of the coding I do today is glue code. I spend more time gluing other people's code (mostly libraries - in python, modules) together and sticking in my data. All languages have great libraries for most of this. However, the part I have to write, the glue part, is much easier to do in a DL, especially one I know well, than in a non-DL, even one I know well.
1519
Sorry Ampa, I do not know of any freeware apps that do what you want. But in case anybody else stumbles upon this thread and isn't restricted to freeware, I am aware of another:

Seamless Texture Generator

I also use a filter to generate camouflage patterns:

http://www.vanderlee...gins_camouflage.html
1520
Living Room / Re: The First DC Get together Dinner and Drinks event
« Last post by tinjaw on March 29, 2007, 12:40 PM »
We brought a camera, but we forgot to take pictures! Maybe if we had more time and weren't all exhausted from driving we would have remembered :S
Maybe to assist with that you should change your nickname to Gotoremembertotakepictureshi[c].
1521
General Software Discussion / Re: A programmers notepad w/ syntax highlighting
« Last post by tinjaw on March 29, 2007, 06:58 AM »
My female companion here is calling me a freak because we're talking about text editors ;D

That's probably because she uses Emacs.
1522
+1 for SketchUp

And I stumbled upon this today. Cheap, but I know nothing about it other than the name and the price.

FloorPlan 9 Interior Design $9.45 USD
http://shop.avanques.../uk/prod.php?pid=337
1523
General Software Discussion / Re: Free 3D Box Shot Maker
« Last post by tinjaw on March 27, 2007, 10:05 AM »
I found a site that compares them.

http://www.boxshotde...ducts/boxmakers.html

1524
General Software Discussion / Re: Free 3D Box Shot Maker
« Last post by tinjaw on March 27, 2007, 09:59 AM »
Looks beautiful, Nighted.  At $69 it's damn expensive though.
Maybe we can get a discount..

Web page: http://www.insofta.com/covercommander/
I'd buy it with a steep ( > 50% ) discount. It does look amazing and the images it produces are head and shoulders above the others.
1525
FYI: the upgrade from v3 to v5 is USD $32.13 during the 50% off deal.
Pages: prev1 ... 56 57 58 59 60 [61] 62 63 64 65 66 ... 75next