Questions tagged [demo]

Anything related to "demo applications", i.e. programs that are meant to show to some audience the general appearance or purpose of an application, without being actually functional. Usually demos are either severely crippled versions of the application or have reduced functionality.

Anything related to "demo applications", i.e. programs that are meant to show to some audience the general appearance or purpose of an application, without being actually functional. Usually demos are either severely crippled versions of the application or have reduced functionality.

341 questions
0
votes
1 answer

How to setup dji L2 api demo?

I'm intended to create an android app in which you can control the drone (in my case phantom 2 vision) I want to control it using a virtual joystick, I already have the Level 2 API. To do that I wanted to see a "working app" with my own eyes, to…
al.
  • 1
  • 3
0
votes
1 answer

What is the proper way to use the bluemix.getServiceCreds() function in node.js?

I have cloned the Concept Insights demo from Bluemix and made some minor changes to use my own corpus. It runs OK locally, but when I deploy it to Bluemix I get an authorization error when it tries to access my corpus. I'm certain that the error is…
David Powell
  • 537
  • 1
  • 4
  • 16
0
votes
2 answers

How to Make/Set a time limit by date for my java program

I am working with java application programs,especially billing software. I want to gave my application program as demo version for customers. So I want to set my program for a limited period of time(30 days Trial), and after that It should ask for a…
user4257136
0
votes
1 answer

Android: How to create a set of demo slides for the app which would be shown to the users when they open the app for the very first time?

I want to create a sort of tutorial for the first time users of my app. What is the correct way to go forward? Should I use .png s or some other method?
0
votes
1 answer

Polymer 1.0: Why error on demo of from official Polymer Github (native element)?

Question What could be causing the following console error? Uncaught TypeError: this.$.firebaseLogin.login is not a function Explanation I am trying to implement the demo of the element. I am using the code directly…
0
votes
1 answer

Live dummy data for web application

I am designing a live demo version of a software I wrote. The database is modeled using MySQL, and comes with dummy data ready to use. What I would like to do is to have it generated the time a user signs in to try the demo, and have it be removed…
Théo T. Carranza
  • 7,813
  • 1
  • 21
  • 14
0
votes
1 answer

Cannot read property 'error' of null Memo Backend Memo

Good, I'm trying to run the demo monaca backend, but I can not register or login, followed all these steps http://docs.monaca.mobi/cur/en/sampleapp/samples/backend_memo/ But to test the debugger gives me error: Uncaught TypeError: Can not read…
0
votes
1 answer

How can i put my project in Threejs.og?

Please help me with this. I designed a website by ThreeJs. how can i put it in first page of Threejs.org in projects page?
0
votes
4 answers

iOS views and controls with source code and demo

I'm looking for a bundle of demos with source codes to help me understand the apple technologies.For Flash/Flex there is a very nice Flex app that showcases all the Containers/Controls and shows inline source code.For Android, there is ApiDemos…
plam4u
  • 317
  • 1
  • 11
0
votes
2 answers

Is there any way to send the webpages as demo for testing? like .ipa files in ios

Am developing website using php, is there any way to send the demo of the pages to colleague for testing. Am asking because in ios we can send .ipa package as like android also possible.What about this web development. Thanks in Advance.
Lydia
  • 2,017
  • 2
  • 18
  • 34
0
votes
2 answers

How to use wx.python demos code

I am a newbie in wx.python and python and wanted to use the MultiSplitterWindow.py demo code in my own application. I have read other stackoverflow entries regarding this subject but the answers given there don't seem to work for me. I would really…
Maverick
  • 7
  • 1
  • 6
0
votes
1 answer

AX 2012 R3 Azure Deployment

I have deployed a Dynamics AX 2012 R3 environment via Lifecycle services and Azure. The environment is deployed. I can rdp to the servers in the environment. I've compiled the application and CIL. The only company I can "see" is DAT. I was…
0
votes
1 answer

Demo User Wtih Minimum Effort In Asp.net MVC

In asp.net mvc 4 project, there are a lot of pages that have create-update-insert-delete events. I try to build a demo user. But I don't want to update my code in every button click. If this demo user logins then only can select. Must not CRUD. How…
H Bıyıkcı
  • 25
  • 1
  • 8
0
votes
1 answer

FreeRTOS - Creating Project MinGW or MSVC, undefined reference to "xTaskCreate"

I'm newbie with FreeRTOS and i'm trying to compile a simply example application. If i open the demo application with Microsoft Visual Studio, it works greatly, but once i remove all .c leave only main.c with some simply instatements like…
AndrewAlo
  • 21
  • 4
0
votes
1 answer

How to explore Symfony AcmeDemoBundle pages and code

I'm having problems finding my way to the AcmeDemo pages (or where to find the underlying PHP files for that matter) on the development server. I included the AcmeDemoBundle when setting up my first Symfony project but I've not been able to find…
Bendy
  • 3,506
  • 6
  • 40
  • 71