Questions tagged [trial]
216 questions
2
votes
1 answer
Software Trial - Limit number of usage times
I am working on creating fully functional trial version of a software. Now, because I don't want a time limited (like 30 day trial) or functionality limited trial, it would be nice to go with the 'number of times a user can execute the software'…

Rohan
- 871
- 1
- 16
- 32
2
votes
1 answer
MATLAB stop program after X repetitions?
I have this program, which as you can see is pulling random pictures out of a directory, and asking the user to compare them. After setting the value with the slider, the user presses a "Next Trial" button, which resets the slider and the random…

Ryan Simmons
- 873
- 3
- 17
- 29
2
votes
2 answers
Converting existing wp7 app to trial
I have an existing free app in WP7 marketplace with fairly large user base.
If I convert it to trial and implement proper use of trial api, what version would existing users get - full or trial?

Maxim
- 962
- 2
- 9
- 21
2
votes
2 answers
Delphi (XE2): Trial - what can I do? What about my old Delphi?
I have been at RAD Studio XE2 World Tour here in Poland in Cracov and I really love new features, so Im almost sure, Ill buy it. But now I downloaded trial version and I want to ask about two things:
Firstly: What can I do with it? I mean - can I…

Jakub Krol
- 350
- 5
- 16
2
votes
4 answers
Making trial version of VB.NET program
I have searched lots of way to make a 30 day trial limit of my program. They say "Use -Settings- in visual basic application for your variables" to save the information about user (like : registered or not registered or when the program expire).…

Rose_The_Only
- 238
- 9
- 21
2
votes
0 answers
brms family binomial: Weird behavior with trials in formula? Error: ... requires integer responses
In R's glm() function you can fit a logistic regression (with family = binomial) by using a "column specification" of the response variable like so:
glm(cbind(success, (n - sucess)) ~ 1, family = binomial, ...)
The documentation of brmsformula…

MrMax
- 393
- 1
- 2
- 10
2
votes
1 answer
Java: Protect Trial/Demo Period
I searched, and only found a couple([1][2]) of answers here. None of them really answer my question though.
My application will have a thirty day trial period. What's the best way to protect the program? I'm not worried about crackers, just Joe…

Jonah
- 9,991
- 5
- 45
- 79
2
votes
0 answers
iohub psychopy eyetracking trials identification
I’m sorry for fairly basic question but I can not find an answer in iohub nor psychopy documentation. That is the last thing stopping me starting my first experiment with iohub + PsychoPy with eye tracker.
Is there a way to add a trial…

Krzysztof Krejtz
- 21
- 1
2
votes
1 answer
SOAMANAGER can not be displayed
as the topic suggests I can not access the SOAMANAGER transaction, and after days of gooling I am at my wits end.
My environment:
- SAP NetWeaver 7.50 SP1 AS ABAP and SAP BW on SAP HANA [Developer Edition],
From http://scn.sap.com/docs/DOC-41566…

stackmonkey
- 115
- 2
- 11
2
votes
1 answer
Plot factor levels side by side within stripplot()
I am trying to compare nutrient element values (N, P, K, etc.) from several trials, using the stripplot() plotting function. I want to see the individual values side by side for each nutrient, not in separate plots for each trial, so that…

Ezra Citron
- 101
- 2
- 6
2
votes
1 answer
Can I use Xamarin.Android trial version for Xamarin.Forms?
Can I use Xamarin.Android trial version for Xamarin.Forms?
I'm getting the following error:
Build failed. See the build log for details:
System.ArgumentException: minimumEdition
в…

Kirill
- 1,412
- 4
- 21
- 45
2
votes
1 answer
How can I change back to trial?
I accidentally "upgraded" my account to non trial. I'm still using the trial and needing to test stuff while still in the developing period.
The credit card I put is not the credit card that will be when I upgrade my account intentionally.
So in…

Gur Telem
- 706
- 1
- 7
- 14
2
votes
1 answer
Plot study means of multiple studies as scatterplot with point size corresponding to the study sample size
I have clustered randomized control trial data from 26 sites, 11 receiving the treatment and 15 receiving the control. Each site has a different number of participants.
For each site, the treatment or control is labelled 1 or 0.
I have the odds…

Mark
- 91
- 1
- 1
- 8
2
votes
1 answer
Android secure persitent storage (app uninstall) with standard APIs
I have done some research how to actually implement a X day trial version without an external webserver for date checking. But did still not get to a clear solution.
Requirements in short:
Secure storage of small data amount (e.g. Install…

Matthias
- 23
- 2
2
votes
9 answers
Do you use 30 day trial servers to do development work?
I know this is an odd question but I need to ask it to get information to present to a client. Their lead network admin wants me to work on 30 day trial servers like Sharepoint & SQL Server to develop projects for their clients. While I will do as…

Desirea
- 29
- 4