Search found 46 matches

by krackerjaxz
Thu Dec 18, 2014 6:25 am
Forum: Distributing, Marketing and Selling NeoBook Applications
Topic: Software Passport/Armadillo Discontinued
Replies: 14
Views: 28617

Re: Software Passport/Armadillo Discontinued

I'd say it's very pricy. Just the web activation feature, which to me is essential, is $399.95 EUR ($429.28). I can't see myself paying that much just for the web activation feature. Then, I'd still have to pay for the actual program to protect my software. The software protection, PC Guard for Win3...
by krackerjaxz
Fri Oct 03, 2014 12:17 pm
Forum: Distributing, Marketing and Selling NeoBook Applications
Topic: Software Passport/Armadillo Discontinued
Replies: 14
Views: 28617

Re: Software Passport/Armadillo Discontinued

This is why I'm seriously considering designing my own system for my software. I've found one system that seems as if it could easily be integrated in to any software no matter what development system used. https://easydigitaldownloads.com/extensions/software-licensing Granted, the same could happen...
by krackerjaxz
Thu Oct 02, 2014 5:04 pm
Forum: Distributing, Marketing and Selling NeoBook Applications
Topic: Software Passport/Armadillo Discontinued
Replies: 14
Views: 28617

Software Passport/Armadillo Discontinued

I have a few options for software protection but was looking at Software Passport/Armadillo to protect software I create using another RAD tool. It's been almost two years since I've looked at it. At the time there was no option to purchase Software Passport/Armadillo on the website. After emailing ...
by krackerjaxz
Thu Oct 02, 2014 3:37 pm
Forum: Misc. Questions and Information
Topic: About Dialog
Replies: 2
Views: 4513

Re: About Dialog

Awesome! Created a new page, added a container, then simple text on top.. and voila! I've read of containers previously but was first time I've worked with them. Fairly easy to work with.
by krackerjaxz
Thu Oct 02, 2014 3:06 pm
Forum: Distributing, Marketing and Selling NeoBook Applications
Topic: Affiliate Program
Replies: 2
Views: 5944

Re: Affiliate Program

A self-hosted solution could be iDevAffiliate. There's other affiliate software out there but that's the first that comes to mind. With iDevAffiliate affiliates could have their own control panel to access their statistics, etc. It supports multiple payment gateways. As for returns, etc... Each comp...
by krackerjaxz
Thu Oct 02, 2014 2:43 pm
Forum: Misc. Questions and Information
Topic: About Dialog
Replies: 2
Views: 4513

About Dialog

Is there a built-in function that allows you to easily create an about dialog? Basically, when a person goes to Help > About a dialog box pops up giving information such as software name, version, name of the author and/or company name, etc. I've noticed some software has this built-in. I know of th...
by krackerjaxz
Fri May 16, 2014 6:38 pm
Forum: NeoBook Action Commands
Topic: Create and call a class
Replies: 3
Views: 2417

Create and call a class

Depending on what.programming language you're coming from this goes by a couple terms: function or class. I'm wanting to create a function or class that can be used throughout my application. Let's say I create a function that checks if the editbox contains any numbers. Instead of scripting this at ...
by krackerjaxz
Wed Feb 19, 2014 2:28 pm
Forum: General NeoBook Discussions
Topic: Between Dates
Replies: 7
Views: 3100

Re: Between Dates

My query is not DB related. I won't be storing any of the data long term. I looked over the DateToNum command. Not sure that would work. It would work if I were calculating the number of days between two dates. But all I'm wanting to do is see if a date the user selects is between two dates (mm/dd, ...
by krackerjaxz
Tue Feb 18, 2014 10:59 pm
Forum: General NeoBook Discussions
Topic: Between Dates
Replies: 7
Views: 3100

Between Dates

I'm trying to develop a simple app where the user inputs a date and if the date selected (mainly month and day) are between a time frame then a certain action will happen. For example, if the date they select is between January 1 and February 31, then a certain action will happen. I see the NeoCalen...
by krackerjaxz
Fri Dec 06, 2013 2:45 pm
Forum: General NeoBook Discussions
Topic: Save As Doc
Replies: 9
Views: 3655

Re: Save As Doc

Hi... Try with "Convert Doc". Link 'Convert Doc' can be run without a user interface with command line arguments much like in the good old DOS days. Alternatively you can initiate command line execution by going to the operating systems 'command prompt' or within Windows at the START-RUN ...
by krackerjaxz
Wed Dec 04, 2013 7:33 pm
Forum: General NeoBook Discussions
Topic: Save As Doc
Replies: 9
Views: 3655

Re: Save As Doc

I'm looking for something more native as is with RTF. Currently, Neobook support reading and writing RTF files without having Office installed. With the VBS it would require my end user to have MS Office installed. I was hoping for a way to save files in DOC format without the end user needing to h...
by krackerjaxz
Wed Dec 04, 2013 5:30 pm
Forum: General NeoBook Discussions
Topic: Save As Doc
Replies: 9
Views: 3655

Re: Save As Doc

I'm looking for something more native as is with RTF. Currently, Neobook support reading and writing RTF files without having Office installed. With the VBS it would require my end user to have MS Office installed. I was hoping for a way to save files in DOC format without the end user needing to ha...
by krackerjaxz
Mon Dec 02, 2013 2:52 pm
Forum: General NeoBook Discussions
Topic: Save As Doc
Replies: 9
Views: 3655

Save As Doc

I know Neobook has plugins to save files as RTF but what about as a DOC? I don't need to create complex DOC files. Mainly simple formatted text/information that I would like my software to be able to save as a DOC file. Also, it would be nice to save as an ODF file as well.
by krackerjaxz
Wed Nov 27, 2013 7:02 am
Forum: General NeoBook Discussions
Topic: An Always Condition
Replies: 12
Views: 4892

Re: An Always Condition

Thanks for the replies. While the timer seems like a nice idea it's still not exactly what I'm looking for. I'll just stick with having each actionable object check, however, to keep from bloating the program with 20+ instances of the same routine I will look at creating a function to call. I was ju...
by krackerjaxz
Wed Nov 27, 2013 2:56 am
Forum: General NeoBook Discussions
Topic: An Always Condition
Replies: 12
Views: 4892

An Always Condition

Conditions in NB appear to be based upon actions such as Page Enter, Left Click of an object, Gain Focus, etc. Is there a way to set a condition where anytime a variable equals to something the action will happen? That is, the software will always be looking for when a variable equals a certain cond...