Search found 4 matches

by tss
Mon Apr 02, 2007 8:56 am
Forum: Tricks 'n' Tips
Topic: Credit Card Checker
Replies: 3
Views: 4468

Credit Card Checker

I don't know if anyone will find this useful, but I converted the code for a Credit Card validator routine from the ruby gem - creditcard (Author is Lucas Carlson I believe - http://rubyforge.org/projects/creditcard/).

The only card type I didn't convert was the "switch" type. If someone knows what ...
by tss
Wed Nov 22, 2006 2:46 am
Forum: Coding Questions
Topic: ExplorerTreeGadget Refresh Listing Question
Replies: 2
Views: 1537

Thanks. That forces a refresh, although it is limiting the files to be only those that match the SetText+"*.*" criteria.

But changing it to do a SetGadgetText(#GadgetID, "*.*"), it is refreshing the listing, although it is changing back to the original directory location.

But it is a workable ...
by tss
Tue Nov 21, 2006 8:28 am
Forum: Coding Questions
Topic: ExplorerTreeGadget Refresh Listing Question
Replies: 2
Views: 1537

ExplorerTreeGadget Refresh Listing Question

Hi,

Is there a way to force the ExplorerTreeGadget to refresh to display an updated file listing?

I've got a program which allows the user to select a file, then it creates a backup of the file in the same directory. Can the explorertreegadget be forced to refresh so that the new file can be seen ...
by tss
Sat Feb 19, 2005 12:34 pm
Forum: Coding Questions
Topic: PureBasic webserver problem
Replies: 2
Views: 1201

I think that your problem is the port forwarding on your router. I know you mentioned that you feel this is set up correctly, but everything points to this as your problem, unless your ISP is blocking port 80 on your connection.

Having a webserver listen on a port usually means that the server will ...