Messages - sba [ switch to compact view ]

Pages: prev1 2 [3] 4 5 6 7 8 ... 12next
11
Hi,

I'm hereby resurrecting an old thread about the same topic.

The current implementation of ScreenShot Captor yields fatal errors such as:

---------------------------
Screenshot Captor
---------------------------
'1.0' is not a valid floating point value.
---------------------------
OK   
---------------------------

if the .ini file contains numbers represented using a format different from the current "regional settings."

This problem will occur whenever the user changes the settings.

With my developer hat on, my feeling is that this should not be, because the user-configurable number formatting settings are related to UI, i.e. it specifies how the user wants to enter data, and how the system should present numbers displayed to the user--not how applications should internally represent information that the user will never see.

So I would suggest that the code be modified so that the encoding of numbers (or dates, or time, or whatever) in the configuration file(s) be independent from the input / display settings the user might want to choose.

What do you think?

12
I get either the directory creation error, or the A: drive. Don't think I ever got both in sequence.

That does happen right after the machine wakes up, not when I take a screenshot after the wake up.

Probably the OS takes some time to restore the network connection, and your code's faster at... doing something ;-)

13
On my home desktop the "My documents" directory is stored on a network drive on my NAS. This results in Screenshot Captor defaulting to:

S:\DOC\DonationCoder\ScreenshotCaptor\Screenshots

to store the screenshots.

The behavior of the latest version with this setup is strange.

Often when the machine wakes up from hibernation I get one of the following errors:

- Error creating non-existing directory: 'S:\DOC\DonationCoder\ScreenshotCaptor\Screenshots'.
- (even weirder) "The is no disk in drive. Insert a disk in drive A: / Cancel / Try Again / Continue"

For now, I'll work around this by forcing the screenshots to be stored on a local drive, but this is inconvenient as I cannot access them anymore from my laptop...

Any clue?

14
Glad to have been helpful in improving the product.

Now I have to fire a new thread to complain about the UI changes  ;) I now have to click twice to get the filename (or image) to the clipboard after a capture instead of only one previously...

15
works for me too, 64-bit Windows 7 Pro

Filename is

Screenshot of 'C__Windows_system32_cmd.exe' on 2013-03-29.png


Pages: prev1 2 [3] 4 5 6 7 8 ... 12next
Go to full version