Search found 27 matches

by bob3695
Sun Feb 03, 2013 3:59 pm
Forum: Help Forum
Topic: Bring to front? Send to Back? Ordering of Controls
Replies: 2
Views: 5780

Bring to front? Send to Back? Ordering of Controls

Hey guys, I can't seem to find any way order controls on a screen. I would like to have buttons that get covered by an slide out sub page. Use case is the slide out item would have less used buttons that I have connected to toggle button to bring the slide in and out. In the designer whatever item I...
by bob3695
Sun Feb 03, 2013 3:52 am
Forum: Help Forum
Topic: Setting up a toggle switch
Replies: 7
Views: 9661

Re: Setting up a toggle switch

Thanks again Pal, I don't think this is what I was asking?, please forgive me if I am wrong. Basically I thought I could have one button that changed from the on graphic to the off graphic every time I pressed it I didn't want 2 icons/buttons on the canvas. You can. I have this setup and I got it w...
by bob3695
Fri Jan 11, 2013 7:25 pm
Forum: General Discussion
Topic: Zigbee or ZWave
Replies: 2
Views: 6790

Re: Zigbee or ZWave

Not sure about zigbee but for ZWave you could use a computer controller like zVirtualScenes if you have a USB controller.
by bob3695
Tue Jan 08, 2013 5:02 pm
Forum: General Discussion
Topic: RemoteConnector
Replies: 3
Views: 8643

Re: RemoteConnector

I've added a quick demo project of scrolling through 2 movie covers at a time. Note that this will not work with version 1.4.1 of DemoPad but requires version 1.4.2 (unreleased). I was provided a beta version so until they release it do not expect the demo to work on your iOS device. The titles will...
by bob3695
Tue Jan 08, 2013 3:49 pm
Forum: General Discussion
Topic: RemoteConnector
Replies: 3
Views: 8643

Re: RemoteConnector

No sir. That is Plex with a skin that makes it look like XBMC. I do however have code to start movies in XBMC (using JSON-RPC so it works with Frodo) but that needs more work because I don't have code to pull XBMC libraries yet.
by bob3695
Tue Jan 08, 2013 1:05 pm
Forum: General Discussion
Topic: RemoteConnector
Replies: 3
Views: 8643

RemoteConnector

Hey guys, This is still very much in the experimental stage but I thought I would get it out there for you guys so the brave (aka the developers and/or computer savy) can start playing with it. I am developing a web server that is run on NodeJS, Express and AngularJS with Monogo as the database serv...
by bob3695
Mon Jan 07, 2013 10:56 pm
Forum: Project Sharing
Topic: Share Your Designs!
Replies: 17
Views: 66420

Re: Share Your Designs!

So this is not a complete design or my full design but thought I would show it off. Sorry for the poor quality video but you get the idea!

https://www.youtube.com/watch?v=W9GhJ2PsHOk
by bob3695
Mon Jan 07, 2013 10:40 pm
Forum: Help Forum
Topic: asterisk voicmail integration...is it possible
Replies: 6
Views: 8537

Re: asterisk voicmail integration...is it possible

I can't speak for DemoPad as to if they are working on some server side backend but I am! :D Once it is to a suitable state I plan on open sourcing it. Obviously it will only do things that I need it for at first but once I get it rolling, the possibilities are endless of what it could help DemoPad ...
by bob3695
Mon Jan 07, 2013 10:38 pm
Forum: Help Forum
Topic: Image - Dynamic Label
Replies: 3
Views: 5969

Re: Image - Dynamic Label

I got the beta version from support, dropped it on my iPad and suddenly the dynamic labels work like a dream. Very pleased with this update so far :D Thanks for the help!
by bob3695
Sun Jan 06, 2013 4:06 pm
Forum: Help Forum
Topic: asterisk voicmail integration...is it possible
Replies: 6
Views: 8537

Re: asterisk voicmail integration...is it possible

I am not familiar with asterisk voicemail but a quick google search brought me to here: http://www.voip-info.org/wiki/view/Asterisk+manager+API That makes me believe that it is possible but might prove to be something that can't be done straight in DemoPad but rather you might need an intermediary w...
by bob3695
Sat Jan 05, 2013 3:30 pm
Forum: Help Forum
Topic: 2-way feedback troubleshooting
Replies: 6
Views: 9360

Re: 2-way feedback troubleshooting

I actually was able to figure it out. I left the response terminator as \x0A and simply put '\n' at the end of the response in my server and suddenly it starts working! Thanks for the help!
by bob3695
Sat Jan 05, 2013 3:55 am
Forum: Help Forum
Topic: Image - Dynamic Label
Replies: 3
Views: 5969

Re: Image - Dynamic Label

After reading through the forum I think the issue defined in this post (near the end):

http://demopad.com/forum/viewtopic.php?f=15&t=1916

might be my issue. Any ideas on when this might be ready as I see I am currently on 1.4.1 and it says its fixed in 1.4.2?
by bob3695
Sat Jan 05, 2013 3:23 am
Forum: Help Forum
Topic: Image - Dynamic Label
Replies: 3
Views: 5969

Image - Dynamic Label

Hello again! Back with another small issue. I am pulling information about whats playing now from my Apple TV which returns the following XML (as a sample): <nowplaying> <backDropURL> http://cf2.imgobject.com/t/p/original/zCibMaYNkS0JhOZaQXtYWImv8nt.jpg </backDropURL> <type>video</type> <genre>Crime...
by bob3695
Fri Jan 04, 2013 9:36 pm
Forum: Device Command Database
Topic: Apple TV 2 - Air Control
Replies: 3
Views: 8704

Apple TV 2 - Air Control

Here is a command file for Apple TV 2. They require a jailbreak and the install of Air Control. I included some undocumented commands in there too (sleep and wake).
by bob3695
Fri Jan 04, 2013 8:40 pm
Forum: Help Forum
Topic: 2-way feedback troubleshooting
Replies: 6
Views: 9360

Re: 2-way feedback troubleshooting

So back with another problem... I am writing my own web server. I set it to put dump "Bla Bla Bla" to a response. I hit it with a web browser, it responds correctly. I point Hercules toward it and it returns this: HTTP/1.1 200 OK X-Powered-By: Express Content-Type: text/html; charset=utf-8 Content-L...