|
128
|
Main Area and Open Discussion / Living Room / Re: PayPal users are frauds :-(
|
on: February 25, 2013, 12:01:57 PM
|
|
I wonder if these are cases where:
1) User buys a piece of software using Paypal. 2) User receives software key/serial via email. 3) User then claims a fraudulent transaction and demands refund. 4) Paypal refunds user and seller loses that transaction and monies. 5) User now has a legitimate key/serial and is not out any money.
Perhaps?
|
|
|
|
|
132
|
DonationCoder.com Software / Finished Programs / Re: IDEA: DropZone auto-hide, auto-show while dragging?
|
on: February 22, 2013, 11:14:58 AM
|
Hi, Elancore, and welcome to the DonationCoder site.  I found DropZone a really useful tool, but I didn't like that it shows on screen all time. How about adding auto-hide to it? and then DropZone window will auto-show when we start dragging selected files, and it will auto-hide again when we drop the files. Do you guys think its possible? Unfortunately, I don't know how to capture a general drag event like that (or if it's even possible).
|
|
|
|
|
133
|
DonationCoder.com Software / Finished Programs / Re: skwire textargets
|
on: February 22, 2013, 11:12:18 AM
|
Hi, Paul, and welcome to the DonationCoder site.  It's been a couple of years since I've looked at that code. =] From what I recall, TextTargets was designed to work with a list of text where one line in the text file equalled one item (be it a single word, sentence, whatever...). The app doesn't really have any concept of a paragraph or sentences within a paragraph. Does that make sense? Have I misunderstood your request?
|
|
|
|
|
143
|
Main Area and Open Discussion / General Software Discussion / Re: Directory Opus 10
|
on: February 14, 2013, 02:05:21 PM
|
@clean: The fact remains that GPSoftware can charge whatever they feel the market will bear. I'm sure there are plenty of Directory Opus users that will say that it's worth several times over what they paid for it. Personally, I'm not a fan of per-machine licenses and I feel it's a bit over-priced but it's not my place to complain about such things. They wrote it, they can charge whatever they like for it. :shrug: I've been an Altap Salamander user for years and years now. I know it has its quirks but, since I've used it for so long, it's the file manager that I'm most efficient in. For the record, I know of an older file manager that has three panes. It's not the prettiest, and you may have already tried it out, but it's called Control3 and you can find it here: http://www.theabsolute.net/sware/control3.html
|
|
|
|
|
144
|
DonationCoder.com Software / Post New Requests Here / Re: IDEA: I need something similar...can this code be modified to do this
|
on: February 14, 2013, 01:30:02 PM
|
Hi, quinting, and welcome to the DonationCoder site. AFAIK, under NTFS, you must have delete rights to rename a file/folder. May I assume that you have limited these rights on network shares and not a user's local machine? If so, I can think of a couple of possible workarounds: 1) Use the mkdir command in a CLI window to create the folder on the network share. However, if you have a lot of non-savvy users, this might not be a viable option. 2) Have the user create the desired folder on their desktop (or some other local location) and then copy (not move) that folder to the network share. After that, they can delete their local copy. Of course, if you have limited the rights on the local machines, disregard my post. 
|
|
|
|
|