Search found 742 matches

by DemoPad
Tue Jan 21, 2020 3:01 pm
Forum: General Discussion
Topic: Time dependant startup page
Replies: 2
Views: 16658

Re: Time dependant startup page

Yes - particularly if you are using a Centro-8M - you could have a timed event which sets and unsets a global flag 'Nighttime', and make your page jumps dependent on the state of that flag.
by DemoPad
Tue Jan 14, 2020 6:13 pm
Forum: General Discussion
Topic: Files deleted
Replies: 4
Views: 21371

Re: Files deleted

There is no way to recover a project from an iOS or Android device I'm afraid. It is imperative that PC project files are backup up.
by DemoPad
Tue Jan 14, 2020 6:12 pm
Forum: General Discussion
Topic: Weather report
Replies: 6
Views: 33438

Re: Weather report

You can use a WebView page object to display a web page, at whatever size you wish
by DemoPad
Mon Nov 25, 2019 11:27 am
Forum: Help Forum
Topic: iPad Air 2019 Resolution Issues
Replies: 2
Views: 18101

Re: iPad Air 2019 Resolution Issues

1/2. If you are only wanting to deploy to that iPad, you can set the project resolution to be exactly that, once you create the project go to the resize project menu on the project settings tab. Make sure though that you enable 'Autosize' from the same menu, as the app by default assumes you are usi...
by DemoPad
Mon Nov 25, 2019 11:19 am
Forum: General Discussion
Topic: Annual charge
Replies: 2
Views: 18254

Re: Annual charge

Please email support@demopad.com for details
by DemoPad
Tue Oct 29, 2019 6:55 pm
Forum: General Discussion
Topic: New Annual Charge for DemoDesigner Software???
Replies: 1
Views: 16599

Re: New Annual Charge for DemoDesigner Software???

We have discontinued the monthly paid subscription for the pro version of the software. Instead, version 3 onwards (if you choose to upgrade to it) includes the pro features, but requires an annual license to use it. iOS app licensing is unchanged, ie the app is free if using Centro hardware, otherw...
by DemoPad
Mon Aug 26, 2019 5:40 pm
Forum: Help Forum
Topic: Velleman vm201
Replies: 1
Views: 17232

Re: Velleman vm201

With a 'send data to website' action type with the same url
by DemoPad
Sun Jul 07, 2019 1:24 pm
Forum: Help Forum
Topic: Can’t update DemoPad to 2.376
Replies: 3
Views: 24801

Re: Can’t update DemoPad to 2.376

Hi - it seems we did not get your support email.

Once logged in to the cloud portal, choose the Downloads option from the top menu. If you still have difficulties please let us know & we will email you the direct link for software download.
by DemoPad
Fri Jun 07, 2019 8:57 am
Forum: Help Forum
Topic: Clipsal C-BUS and Global Cache
Replies: 1
Views: 17223

Re: Clipsal C-BUS and Global Cache

Pronto hex is for IR commands, you should be able to use the same direct command in DemoPad to send to a Global Cache serial unit.
by DemoPad
Fri Jun 07, 2019 8:56 am
Forum: Help Forum
Topic: reverse transition
Replies: 1
Views: 16959

Re: reverse transition

Is this using the iOS app, Android app or Centro web interface? What transition parameters are you using?
by DemoPad
Sun Mar 10, 2019 11:20 am
Forum: Example Projects/Pages
Topic: XBMC Feedback Example
Replies: 3
Views: 58019

Re: XBMC Feedback Example

Note, as reported by another user of these commands, some of the commands target player id 0, whereas others target player id 1. Be sure to adjust the commands to match your requirements if you find that some do not work initially.
by DemoPad
Tue Mar 05, 2019 2:31 pm
Forum: Device Command Database
Topic: Amazon Fire TV
Replies: 10
Views: 56869

Re: Amazon Fire TV

Error sending command means that the port is not open, or at least the PC software cannot establish a connection to it. Suggest attempting getting control working outside of DemoPad first, eg using Hercules. All DemoPad does is send commands to the destination port, it seems that the new FireTV firm...
by DemoPad
Fri Feb 22, 2019 9:38 am
Forum: General Discussion
Topic: New user questions
Replies: 2
Views: 103666

Re: New user questions

1. The 2 sets of pro buttons. I can create my remote. When I upload it is when I will be prompted to buy correct? So then the computer program will know I purchased it if I makes changes to this remote? I assume I can load it to the other 5 iPads in my home with the 1 charge? Same Apple ID for all ...
by DemoPad
Tue Feb 05, 2019 12:52 pm
Forum: Help Forum
Topic: Zidoo ip control
Replies: 3
Views: 21749

Re: Zidoo ip control

First, try the action type: send data to website, you should just be able to paste the whole http:// address in.

if using a device though, you want to send a http GET request eg:

GET /ZidooControlC ... y=Key.Menu HTTP/1.0\x0D\x0A
by DemoPad
Wed Dec 26, 2018 11:53 pm
Forum: Help Forum
Topic: Sleep Timer
Replies: 2
Views: 10097

Re: Sleep Timer

With an 8M, you can go to the Macros/Timers section & create a macro of type 'executes after x seconds' and put in 2:00:00 for 2 hours. Calling that macro from a button will then execute the commands in 2 hours.