|
55
|
Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
|
on: April 10, 2013, 10:15:12 AM
|
on resizing the SnapDB window, I've gotten three freezes so far I can reproduce this by grabbing the right side and shaking the hell out of it but not under normal circumstances. I'm going to guess the issue is in the Anchor() function that I use for positioning and resizing controls. I wanted to ask you why is the "Edit record" option greyed out when in "Filter" mode? Apologies for missing your post, alexsan01. Short answer: Utter laziness. Long answer: This might be a bit difficult to explain. Snap DB databases aren't really databases in the relational sense (they're simple flat files). When displaying filtered contents, what you're seeing is a new listview of matching results that have no correlation with the non-filtered view. I haven't sat down and come up with a way to correlate the two. Does that make any sense?
|
|
|
|
|
59
|
DonationCoder.com Software / Finished Programs / Re: DONE: Group of Excel files in folder, send all first rows to a text file (or other)
|
on: April 09, 2013, 11:03:50 PM
|
Max number of columns would be 250. That large number means it'll be lots of work without some magic. Please give this a try: http://skwire.dcmembers.com/apps/snacks/NKExcelTool.zipClose all open Excel files and make a folder with copies of your working files. Put the NKExcelTool.exe in the same folder as your copies and run it. A progress bar should appear and, once it's finished, it should display a message box asking if you'd like to open the text output file. The first row of each Excel file should be listed along with the source filename in brackets at the end of each line. That way, if there is a discrepancy, you'll be able to tell which file is the culprit. This application uses COM for the grunt work which can be somewhat finicky so let me know how it goes. Thanks.
|
|
|
|
|
64
|
Main Area and Open Discussion / General Software Discussion / Re: Wanted: Simple EML viewer
|
on: April 09, 2013, 10:44:32 AM
|
I had no idea. Keep in mind that an EML file contains everything a raw email is made up of e.g., all headers, attachments, etc. Regarding attachments, because of the way attachments are encoded in email, this can result in a huge amount of what looks like garbled text within the EML file. Anyway...just some things to consider. =]
|
|
|
|
|
69
|
DonationCoder.com Software / Finished Programs / Re: DONE: automated mp3 rip from video clip
|
on: April 08, 2013, 03:49:06 PM
|
Ok, thanks. That's helpful. The reason I asked is because when searching for converter software and narrowing down the field to the ones I want to try, the versatile ones are more attractive. I didn't see anything mentioned here. Oh, man, there are tons of video converters out there. Mine works the way it does because it was specifically requested to by the original poster. In other words, I wasn't trying to compete with any of the others out there...just fulfilling a request. If you're looking for options and such, you'd definitely be better off using a different application. If you're looking for something that will quickly create a throw-away type of audio track, this might fit the bill. =]
|
|
|
|
|
72
|
Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
|
on: April 05, 2013, 05:33:40 PM
|
I worked on this for several hours but I've come to the decision that, because of the way I initially designed the code to support a dynamic number of timers, fixing this issue will probably require a rewrite. This is codespeak for, "Don't hold your breath."  I've updated Ten Timer's webpage to state that it does work on Windows 7 with some graphical glitches.
|
|
|
|
|