Questions tagged [trial]

216 questions
0
votes
1 answer

Twisted trial error with SSL

SSLTest.testError passes, but Trial raises an exception after tearDown. For comparison there is RegularTest.testOk that works OK. I have not found any Twisted bug that explain this, so I assume I'm doing something wrong given how easy this is to…
tadeas
  • 189
  • 1
  • 6
0
votes
3 answers

Will trial version of Visual Studio professional 2012 works fine?

I am going to develop a windows application for a customer which takes probably one month for development. As our company doesnot want to invest much for this project can i use trial version of Visual Studio professional 2012? will it cover all…
Finutv
  • 341
  • 1
  • 4
  • 17
0
votes
1 answer

twisted: test my service's stop sequence

We have a complex multiservice that needs to do some fairly intricate accounting when shutting down in order to implement a "graceful" shutdown. I'm trying to write tests for this under trial. The issue is that the reactor is effectively a …
bukzor
  • 37,539
  • 11
  • 77
  • 111
0
votes
1 answer

How to retrieve projects from expired TFS server

I was testing the msbuild and made a sqlproject and a deploy process template which I have to show working in order to actually buy tfs, but my TFS trial licence expired and since I work every time on a vm I've lost all local data. How can I…
apacay
  • 1,702
  • 5
  • 19
  • 41
0
votes
1 answer

Copy Protection and Trial Creation for OSX Applications - Suggestions Please?

Silicon Realms (Digital River - Armadillo) used to have a Mac application protection/trial builder. They discontinued it this year most likely due to Mac App store not allowing 3rd party protection mechanisms or trials. Does anybody know of…
Dan Barry
  • 231
  • 1
  • 8
0
votes
2 answers

Can a Windows Phone app enable functionality through both Trial API for v7.1 and IAP for v8.0 at the same time?

I have a free Windows Phone app that is currently targeted for OS v7.1 so that it will run on both WP7.8 and WP8. I wish to create further functionality that will be my 'premium' content that I wish users to pay for. I had originally planned to make…
0
votes
1 answer

Paypal Recurring Payment API CALL when taking money

I am writing a subscription where I need to provide users a month trial and charge $5.00 after trial is finished. I just found an amazing code to do that for me. I also have setup paypalpro plus recurring payments This is the…
Digis
  • 70
  • 1
  • 8
0
votes
1 answer

Azure free website stopped even though I have upgraded subscription

My web site has been stopped and I have a warning icon as shown here: I have signed up for the free trial and I have also upgraded the account subsequently. But the warning icon is still there and the When I click the 3-month Free Trial link I get…
Nikolaj
  • 429
  • 4
  • 16
0
votes
2 answers

Making trial version of client-server application in Java

I need to know how to make a trial version(e.g 30 days trial) of a client-server application which is implemented using Spring RMI(server side) and Java Swing(client side). I'm thinking of doing this in client side by checking current date against…
Lahiru Ruhunage
  • 351
  • 2
  • 10
  • 23
0
votes
1 answer

XNA Simulate trial mode not working

For some reason the simulate trial mode function in XNA is throwing no errors but having absolutely no efect whatsoever. I call it in the constructor like this: public Game1() { #if DEBUG Guide.SimulateTrialMode = true; …
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
0
votes
1 answer

How to select trials using a list?

I have 6 .abf files which each have the dimension 150000 by 2 by x where x varies from 1 to 10. The x represents trials of a recording. So I have to process these 6 files in MATLAB which I do by a loop that goes over each of the files and does the…
Maddy
  • 363
  • 3
  • 6
  • 16
0
votes
4 answers

What's the best way to manage product keys for code libraries?

Like a lot of modern software companies, my company uses product keys to check what contract a user has for a piece of software. When parsing the product key, I can check what type of product someone has (trial/full version, etc). We'd like users to…
atlaste
  • 30,418
  • 3
  • 57
  • 87
0
votes
1 answer

How to implement trial experience in native C++ application (without XAML)

Can I implement trial mode in my native c++ application (cocos2d-x-win8) All examples shows C#/XAML and I cannot find anything working in c++
michael
  • 3,250
  • 10
  • 43
  • 58
0
votes
1 answer

droid: How is a trial+unlock app downloadable to other devices?

If I implement in app purchasing to unlock my app, how does that work with the purchasers downloading to second devices? If they install the trial on a second phone/tablet, will clicking the 'unlock' button in my app find the already bought unlock…
Tickled Pink
  • 969
  • 2
  • 14
  • 26
0
votes
1 answer

html5 canvas moving an images gives a trail

I'm learning Html5 so, please, forgive me. I'm trying to show an image on another one depending on the mouse position, but when I move the mouse the moved image leaves a trail. There was another one who asked a similar question but I didn't succeed…