Search found 742 matches
- Wed Sep 11, 2024 1:23 pm
- Forum: Help Forum
- Topic: New to DemoPad - iTach Port?
- Replies: 2
- Views: 2975
Re: New to DemoPad - iTach Port?
4998 is the port to use.
- Tue Sep 26, 2023 1:08 pm
- Forum: Help Forum
- Topic: So a bit has happened since 2011
- Replies: 4
- Views: 13135
Re: So a bit has happened since 2011
Correct - the subscription only relates to use of the Designer software. The app would continue to work, regardless of the subscription status of the Designer software used to create the project.
- Wed Mar 29, 2023 8:41 pm
- Forum: Device Command Database
- Topic: Sky Stream IR codes
- Replies: 0
- Views: 46534
Sky Stream IR codes
Sky stream IR codes:
- Fri Oct 28, 2022 9:20 am
- Forum: Help Forum
- Topic: demopad broken?
- Replies: 1
- Views: 12388
Re: demopad broken?
I understand this has been resolved via DemoPad support email - which is the fastest way to get help.
- Tue Feb 22, 2022 12:47 pm
- Forum: Help Forum
- Topic: Cannot get feedback to work
- Replies: 5
- Views: 19316
Re: Cannot get feedback to work
Yes this is expected, the Centro does not act as a telnet server, it typically acts as a client to control other devices
- Mon Oct 25, 2021 10:18 am
- Forum: Help Forum
- Topic: Volume Feedback Storm Audio ISP
- Replies: 1
- Views: 14700
Re: Volume Feedback Storm Audio ISP
Feedback issues are often caused by having the wrong response terminator, ie the last character(s) of data sent back from the device. Try confirming with Hercules what this should be, and also confirm that if you populate your label manually with some data, that it appears.
- Tue Oct 19, 2021 11:13 am
- Forum: Help Forum
- Topic: Problem with Bluesound IP control
- Replies: 2
- Views: 18117
Re: Problem with Bluesound IP control
Presume you mean \x0D\x0A as the suffix, not \x0D\X0A Try changing the IP address of the device to match your PC, and use Hercules in TCP Server mode to see what data comes in, and compare with what you send yourself from Hercules. Usually you need an extra \x0D\x0A at the end of the command. Does t...
- Mon Apr 12, 2021 1:12 pm
- Forum: Help Forum
- Topic: Creating multiple pages for an acitivity
- Replies: 2
- Views: 16677
Re: Creating multiple pages for an acitivity
Subpages can scroll via a swipe, which is the usual approach for this kind of thing - please see http://designer.docs.demopad.com/pages/subpages/
- Mon Jan 11, 2021 5:46 pm
- Forum: Help Forum
- Topic: Format for HTTP REST GET commands
- Replies: 3
- Views: 21678
Re: Format for HTTP REST GET commands
When forming a url, you need to use $20 for spaces, which is the problem, as your retrieved feedback will contain actual space characters which are invalid url characters. In the next version of the CentroControl app, the 'send data to website' action type (which you can use for GET requests requiri...
- Wed Dec 23, 2020 10:43 am
- Forum: Help Forum
- Topic: Toggle button and Hue
- Replies: 10
- Views: 40673
Re: Toggle button and Hue
The Bad Request response above is likely because you are using \x instead of $ for the hex characters - Hercules requires that you use $0D instead of \x0D - suggest using text rather than your online hex converter, which will be taking \x0D\x0A and treating it as 8 characters, rather than the 2 it s...
- Tue Dec 22, 2020 10:53 am
- Forum: Help Forum
- Topic: Toggle button and Hue
- Replies: 10
- Views: 40673
Re: Toggle button and Hue
Ok - next thing to try is Hercules in TCP Client mode to see if you get the same behaviour. Note Hercules uses $ instead of \x so use $0D$0A instead of \x0D\x0A A few things I note in your commands though, after the Content-Length, you have \x0A\x0A - I would expect this to be \x0D\x0A. Plus the Con...
- Mon Dec 21, 2020 10:47 am
- Forum: Help Forum
- Topic: Toggle button and Hue
- Replies: 10
- Views: 40673
Re: Toggle button and Hue
Method 3 is the easiest approach, and you look to have it set up correctly. You can test using Hercules in TCP server mode, port 80 listen, and alter the IP address of the device in Designer to match your PC. That way you get to see the commands coming from the app in order to confirm they are corre...
- Fri Dec 18, 2020 5:01 pm
- Forum: Help Forum
- Topic: Re-arrange sub pages
- Replies: 2
- Views: 17682
Re: Re-arrange sub pages
Not as such, but you can group pages and subpage into your own folders, which helps with organisation.
- Tue Nov 03, 2020 11:43 am
- Forum: Help Forum
- Topic: boxes offset after upload
- Replies: 4
- Views: 24477
Re: boxes offset after upload
This appears to be the case when the sizes of objects are different between portrait and landscape, and the portrait view takes the landscape sizing by mistake. An update will be available shortly to resolve this, it only affects the Android app, and only when the same mirrored object has a differen...
- Mon Oct 26, 2020 6:07 pm
- Forum: Help Forum
- Topic: boxes offset after upload
- Replies: 4
- Views: 24477
Re: boxes offset after upload
Is this on iOS or Android? If you send the .pad file in to support@demopad.com we will take a look.