topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday May 14, 2025, 6:36 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 ... 82 83 84 85 86 [87] 88 89 90 91 92 ... 122next
2151
@steeladept: I like what you've written!

I noticed a small area of non-transparency between Cody's legs (don't we all have that problem?) in the above screen-shot, so I've updated the image, and attached it.

Codie2b.png

versus the older version test shown below:

codyScreenshot.png
2152
N.A.N.Y. 2012 / Re: NANY 2012 Pledge & Early Beta: Kyrathaba's Hangman
« Last post by kyrathaba on July 12, 2011, 07:19 AM »
@steeladept:

Thanks for downloading and playing!  I'm sorry that it messed up for you, and thank you so much for the bug report!

the third game came up with the same error (perhaps it is the particular puzzle chosen?).


I am thinking that, because the game works without this error for many puzzles, it must be that some particularly long puzzles are causing this.  I've changed the maximum phrase length from 300 to 400, and I'm adding some error-catching to suspect methods:

public const int MaxPhraseLength = 400;

           } catch (Exception loadHangFileException) {
                MessageBox.Show("Error in method loadHangmanFile()", loadHangFileException.Message);
            }

           } catch (Exception instantAndRunEx) {
                MessageBox.Show("Error in method instantiateAndRunGame()", instantAndRunEx.Message);
            }


but the letter shows twice in the guess box

I've updated the guess-handling code to check and see if the correct or wrong guess is already shown (this should prevent duplicates; let me know if any continue to happen):

       private void addWrongGuess(string wrongGuess) {
            if (!WrongGuesses.Contains(wrongGuess)) {
                _wrongGuesses += wrongGuess;
            }
        }

        private void addUsedGuess(string usedGuess) {
            if (!UsedGuesses.Contains(usedGuess)) {
                _usedGuesses += usedGuess;
            }
        }


Another bug I am finding is not all letters show from puzzle to puzzle.  They are not selected, but they are not listed if you are a mouse user.

I think this is a control-repainting issue.  When this happens, try scrolling the vertical scrollbar the entire extent of the combobox and see if the letters don't seem to magically reappear.  I'm working on a fix for this.

Perhaps in a future revision you can consider tracking if input was via mouse or keyboard to differentiate high scores?


I've noted the suggestion for a possible future version, and thanks!

 
I am not a mouse person in general, but when checking stuff out like this I find that is where most things break (at least in my programs).

+1.


Summary: hopefully, the 100-character increase in maxPhraseLength will fix the most glaring error.  However, I've added error-handlers to a couple of highly suspect methods, which will pop up a much more info-rich messagebox and help me track down the bug, if it persists.  Hopefully, the extra checking I've added to the missed versus correct guesses will solve that annoying bug too.  Thanks again for taking the time to post, steeladept, and please let me know the results if you update to v1.0.4.1.  You can update to the new version from within the program: "About"->"Update".

hangBetaTesters.png
2153
For me the annoying part is when you upgrade and the installer insists you first uninstall the old version. Then it pops up a web page asking you why you are uninstalling.  Duh!!

And really, there's no reason (or at least there's seldom any reason) that a developer should insist that the user uninstall a previous version of a application first, before installing a newer version.  Not when scriptable installers can automatically uninstall any detected old version before installing the new one.

In my last several projects I've used Inno Setup to create the installer, and the apps themselves have an Update button.  When an update is detected, and the user chooses to download and run it, the updated installer automatically uninstalls the older version silently, without requiring so much as a click by the user.

I guess my whole point being that competent (and thoughtful) programmers won't create extra work for the end-user when they can automate a task programmatically.

Admittedly, there may be times when it's not desirable to uninstall an older version of an app (say, when you want to install multiple side-by-side versions of a program).
2154
I'd really like to see this move forward, as I'd like to make use of it in my own Inno Setups.

I don't know if anyone ever provided a transparent image of Codie (Cody?), so here's one attached (size 64x64).

Here's a screenshot of where I tested it for transparency in a WinForms app:

proofOfTransCodie.png
2155
Post New Requests Here / Re: PlayDead
« Last post by kyrathaba on July 11, 2011, 08:32 PM »
How about this? (requires .NET) --> file attached as a zip

If you like it, I'll need to figure out how to disable Alt-tabbing, and the 3-fingered-salute.


2156
Finished Programs / Re: Idea: App that keeps track of money you find
« Last post by kyrathaba on July 11, 2011, 07:09 PM »
Glad you find it to your liking, caddo :)  Makes the time and effort completely worthwhile for me :D 

Enjoy it, and feel free to share it around.  Also, have a look at my other programs to see if there's anything else there you might find useful.

Later...
2157
Post New Requests Here / Re: DONE: folder monitor with customizable action
« Last post by kyrathaba on July 11, 2011, 06:23 PM »
Looks interesting!

Thanks for sharing

My pleasure :D
2158
Finished Programs / Re: Idea: App that keeps track of money you find
« Last post by kyrathaba on July 11, 2011, 06:18 PM »
I think this now covers the primary functionality requested by the OP:

(1) a breakdown of each "Found Money"'s coins and bills
(2) ability to see totals across a range of dates.
2159
Finished Programs / Re: Idea: App that keeps track of money you find
« Last post by kyrathaba on July 11, 2011, 06:05 PM »
You should now update to version 1.0.0.2, which adds summing of "Found Money" across multiple records.  You can update from within the program: "Help"-"About"->"Update".

FoundMoneyV1002.png
2160
General Software Discussion / Re: SpiderOak - very nice people =)
« Last post by kyrathaba on July 11, 2011, 02:29 PM »
I got an email back from SpiderOak support. They acknowledged that ppl ARE supposed to be able to earn up to 50 GB (1 per other person who registers on the site, downloads, and installs and activates the program). The rep confirmed that I currently have 12 GB stored with them, and requested screenshots, which I will send when I get home this evening.
I will report back on how this gets sorted.
2161
Living Room / Re: Windows Live Skydrive: Tried Anyone?
« Last post by kyrathaba on July 11, 2011, 01:56 PM »
I agree with what you said, Carol. Like you, I don't really trust MS to not lose a backup. For that matter, neither do I fully trust SpiderOak or CrapDropbox. What I'm doing is hedging my bets: I'm using SkyDrive, SpiderOak, Dropbox, a thumbdrive, and an external HD for backups (and copying the HD to another HD that normally resides in a firebox at my father's residence). They can't all fail, right?

2162
N.A.N.Y. 2012 / Re: NANY 2012 Pledge & Early Beta: Kyrathaba's Hangman
« Last post by kyrathaba on July 11, 2011, 01:44 PM »
Welcome to djwillie, our 46th competitor to join the NANY 2012 Hangman Highscore Contest.

Only a small fraction of the competitors appear to be DonationCoder members. Remember, only members can win prize money.
2163
Living Room / Re: Windows Live Skydrive: Tried Anyone?
« Last post by kyrathaba on July 11, 2011, 12:25 PM »
Our printer rarely drops off the wifi. When it does, a restart usually fixes it.
2164
Living Room / Re: Windows Live Skydrive: Tried Anyone?
« Last post by kyrathaba on July 11, 2011, 11:40 AM »
Yep, my printer does have slots for SD. Still, as of this moment, I still have these drive letters unassigned:

F-X

So, plenty left for other purposes.
2165
N.A.N.Y. 2012 / Re: NANY 2012 Pledge & Early Beta: Kyrathaba's Hangman
« Last post by kyrathaba on July 11, 2011, 11:21 AM »
Tonight I will save the phrases in Latin vs UTF8, and will do an update.
2166
Finished Programs / Re: Idea: App that keeps track of money you find
« Last post by kyrathaba on July 11, 2011, 07:37 AM »
Updated to version 1.0.0.1 after replacing iffy string compare method with DateTime.Compare() for comparing the dates in a search of past saved files. 

Anyone using program should update using "Help"->"About"->"Update".

Don't have time right now, but in the next couple days I'm gonna try to extend the functionality to more fully realize the OP's specifications.
2167
Living Room / Re: Windows Live Skydrive: Tried Anyone?
« Last post by kyrathaba on July 11, 2011, 07:30 AM »
...You mapped a drive letter to your printer?!? Why...?

I didn't map the drive letter myself.  The HP printer software did it.  Not sure why, but I didn't want fool with it and maybe mess something up (my wife prints lots of coupons on our wireless printer)...
2168
Living Room / Re: Real SciFi Technology - a 3D-Replicator
« Last post by kyrathaba on July 11, 2011, 06:50 AM »
Sorry to hear about your mom.

+1.  Will keep her in my prayers, Deo.
2169
Duh!

FFduh.png

I had "Tell websites I do not want to be tracked" checked.  Unchecked it: problem gone.
2170
I upgraded today from FF3.6 to 5.0.  It does seem to load pages faster.  But it's given me a couple hiccups about automatically logging me into DC and another site or two.
2171
Living Room / Re: Windows Live Skydrive: Tried Anyone?
« Last post by kyrathaba on July 10, 2011, 09:54 PM »
You choose the drive letter you want (I think it defaults to Y if Y isn't in use).  On my notebook, Z: was in use as the wireless HP printer, so the default was perfect.

The only thing the Simple Viewer is for is so you can:
(1) log-on to your SkyDrive account and wait for the program to list your SkyDrive directories
(2) click on a directory within the Simple Viewer to see the corresponding WebDAV address
(3) copy-paste that URL from the viewer into the Map Network Drive dialog
(4) manually remove the leading https: and replace / characters with \ characters

That's it.

The viewer will look something like this after successfully logging into your SkyDrive account:

WebDAVAddress.png

Here's a link to one tutorial I found on how to do everything.  I think GHacks has another link.

2172
Living Room / Re: Windows Live Skydrive: Tried Anyone?
« Last post by kyrathaba on July 10, 2011, 09:16 PM »
I know this thread is a bit dated, and wanted to update everyone that SkyDrive now provides 25 Gb for free, rather than the 5 Gb when this thread was new.

Also, I figured out it's quite easy to map network drives to various SkyDrive folders.  For example, I'm now dragging and dropping some of my programming files backups onto my networked drive letter (Y: in the screen shot below).  It uploads quickly to my /ProgFiles/ subdirectory on the site.

SkyDrive2.png


You can click the image below for the webpage from which I obtain a tiny little program, SkyDrive Simple Viewer, that shows you the path of a given SkyDrive folder in your account:

SkyDrive1.png

2173
N.A.N.Y. 2012 / Re: NANY 2012 Pledge & Early Beta: Kyrathaba's Hangman
« Last post by kyrathaba on July 10, 2011, 02:39 PM »
The characters one would like to guess are usually as simple as a-z and proably 0-9

And those are the only ones players have to guess in "Kyrathaba's Hangman", unless there's a bug left in the code somewhere.

Oh wow! I just had one heck of a lucky game.

Congratulations!  I just had a look at the scoreboard, only to see that your new high-score, and by far the highest on the board, is 453110.  Wow!  That will give hamradio some competition, though I daresay ham is up to the challenge :)
2174
Living Room / Re: Real SciFi Technology - a 3D-Replicator
« Last post by kyrathaba on July 10, 2011, 09:59 AM »
Imagine the medical applications once this technology gets more sophisticated: almost perfect facsimiles for knee replacements, etc.
2175
Living Room / Matrix-style tech becoming a reality?
« Last post by kyrathaba on July 10, 2011, 09:56 AM »
Sure, we’re not quite at the point where we’re teleporting about or living in space “Jetson’s” style, but technology has made some impressive advancements, even in just the last twenty years. Now, it would seem, that Dr. Theodore Berger and his team of scientists at the University of South California’s Viterbi School of engineering have built a microchip that can actually make the wearer (thus far, rats) know things. It’s a chip that is inserted into their brains, almost Matrix style. Sounds pretty interesting, right?

Read more...
Pages: prev1 ... 82 83 84 85 86 [87] 88 89 90 91 92 ... 122next