Questions tagged [trial]

216 questions
1
vote
3 answers

Redirect Vaadin App

I am currently hosting my vaadin app on openshift. My main website redirects to the vaadin app when the login button is clicked. The first thing the user sees is the login page I have 2 buttons on my website, a free trial button and a login button,…
user3702643
  • 1,465
  • 5
  • 21
  • 48
1
vote
0 answers

Does Twisted Trial support relative import?

I "relative import" some module in my py file and test file. from .. import Message from .Server import StupServerProtocol It works perfectly with py.test, but when I turn to twisted trial, everything goes wrong. [ERROR] Traceback (most recent call…
Wizmann
  • 839
  • 1
  • 9
  • 14
1
vote
2 answers

Show application Registration dialog on first run and after trial expired

I am creating a WPF Application implementing trial period by using this library Application Trial Maker this library writing Registration data on SystemFile but when I implement it in my project, it shows the registration dialog on every application…
JihadiOS
  • 381
  • 2
  • 13
1
vote
1 answer

UWP trial version and products purchase that make full version with expiration

I'm working with UWP and trying to make the app with a trial version (1 month) and products purchase that make full version with expiration (1 month and 1 year). The general idea is, when the user downloads for first time the app, he has a trial…
1
vote
1 answer

how to debug twisted trial unittest in pycharm

I am new to twisted and I have a twisted unit test in python, and I want to debug in pycharm with trial. I can run the tests in command line fine (for e.g. like :~ nathan$ trial smoke_tests ) but would like to step through the test in an IDE in…
North
  • 21
  • 4
1
vote
1 answer

ASP.NET web controls - how to make evaluation or trial version?

I had to develop some custom ASP.NET web controls because I couldn't find ones already available for purchase with the functionality required. I was surprised I couldn't find what I needed and I'm thinking the web controls I developed may be useful…
harrije
  • 407
  • 4
  • 12
  • 21
1
vote
1 answer

How to "upgrade" from VS 2010 Ultimate trial to Professional

I have Visual Studio 2010 Ultimate Trial installed, which is about to expire. I also have a retail box with Visual Studio 2010 Professional. So I thought changing my trial to the full version would be as simple as entering the key, but no, it tells…
EMP
  • 59,148
  • 53
  • 164
  • 220
1
vote
0 answers

Two auto-renewing subscription with trial periods

I'm developer of iOS / OS X app. I would like to make two auto-renewable subscriptions (in one "family" of subscriptions). 1) Monthly subscription + 1 month trial 2) Yearly subscription + 1 month trial (or, may be, 3 months trial) My quastion: If a…
1
vote
1 answer

How to work with Grouped Responses (Event/Trial) in StatsModels Logistic Regression

I'm starting with StatsModels, coming from Minitab. And I can't find the option to do a binary logistic regression with the response in event/trial format. Here's a very simple example of what I'm saying: I have the data like this, grouped by…
1
vote
1 answer

Do JOOQ-generated classes have any dependency on licensed JOOQ jars(ex. enterprise edition - trial version)?

I mean once the trial expires, what is the impact to the codes using jooq for persistence and its generated entity classes?
1
vote
2 answers

Creating an Android Trial app that expires after a certain number of actions

I've searched for trial application expiry methods and I've found good answers regarding Trial periods for apps but they're time-based. How can I create a Trial app version that expires after clicking a button 3 times? based on this link Creating…
zuspence
  • 78
  • 5
1
vote
4 answers

Usage tips in Bluemix

Getting Started with Bluemix, what were your first applications using the platform? They could advise me? And forgive anything for the question. Thank you for attention.
1
vote
1 answer

Visual Studio 2010 editions - switching from Premium (not a trial) to Ultimate trial and back again

I have installed Visual Studio 2010 Premium RTM (not a trial) and would like to run the Visual Studio 2010 Ultimate Trial for a while. What is the fastest way to switch to Ultimate trial and back again to the Premium? My best idea: not uninstalling…
Bernard Vander Beken
  • 4,848
  • 5
  • 54
  • 76
1
vote
2 answers

don't wanna lose data on Android after uninstalling

Now I make a trial application. I'd like to store IMEI and other info in Android permanently. And I don't want to lose them after uninstalling it. I tested with shared preference but it deletes after un-installation. SharedPreferences…
soclose
  • 2,773
  • 12
  • 51
  • 60
1
vote
1 answer

Test server using real connections via Twisted + trial framework

I'd like to create a series of tests between client(s) + server and I'd like to use Twisted's trial script so that I can display pass/fail status. Up until now, I've only used trial for unit tests and didn't need to use any real TCP connections.…
notorious.no
  • 4,919
  • 3
  • 20
  • 34