Search found 741 matches

by DemoPad
Tue Apr 03, 2018 9:08 am
Forum: Help Forum
Topic: Need help with flags
Replies: 8
Views: 7930

Re: Need help with flags

You only need 1 flag to do this. Flags are project-wide, and can be set by any action, and can affect multiple things if used in several places. In your case though, you should just be using it on the reveal menu of the subpage. Every page object, including a subpage instance has the reveal menu opt...
by DemoPad
Mon Apr 02, 2018 10:33 am
Forum: Help Forum
Topic: Need help with flags
Replies: 8
Views: 7930

Re: Need help with flags

You will need to use a button. The button can be completely transparent / invisible though - there is one in the Free Graphics Set - Buttons. Create one large enough to be useful on your page. Go to gesture actions and select swipe right - and as an action set a flag to ON. On the swipe left, set th...
by DemoPad
Sun Apr 01, 2018 10:23 am
Forum: General Discussion
Topic: Sharing new design - lets get the forum moving again :)
Replies: 6
Views: 45640

Re: Sharing new design - lets get the forum moving again :)

Many buttons / graphics supplied with the software have transparency - it is fully supported in the app.
by DemoPad
Wed Mar 28, 2018 8:49 am
Forum: Device Command Database
Topic: Amazon Fire TV
Replies: 10
Views: 44158

Re: Amazon Fire TV

To paste text into that field, right click & choose paste. Control-C / V is reserved for objects within the project, not text. As with most devices, if it doesn't work first time, recommend getting it working outside of DemoPad - eg using Hercules - that way you know that the port, commands etc are ...
by DemoPad
Mon Mar 26, 2018 10:30 pm
Forum: Help Forum
Topic: iPad page scrolling
Replies: 27
Views: 80375

Re: iPad page scrolling

by DemoPad
Mon Mar 26, 2018 10:30 pm
Forum: Help Forum
Topic: Mass button property edits?
Replies: 1
Views: 2969

Re: Mass button property edits?

I'm afraid not currently, no, but using the pro version of the software you can save groups of objects together as a single building block for re-use elsewhere.
by DemoPad
Mon Mar 26, 2018 2:07 pm
Forum: Help Forum
Topic: iPad page scrolling
Replies: 27
Views: 80375

Re: iPad page scrolling

To remove any object from a page, single click on it on the canvas and press the backspace key.

Assigning a flag to a particular instance of a subpage on one page has no effect on any other pages which might also contain the same subpage.
by DemoPad
Mon Mar 26, 2018 8:48 am
Forum: Help Forum
Topic: iPad page scrolling
Replies: 27
Views: 80375

Re: iPad page scrolling

If you want to temporarily hide subpages, use a flag on the reveal menu for the subpage. If the flag is off, the subpage will not be visible, when you set the flag on, it becomes visible - optionally sliding in from the left/right/top/bottom.
by DemoPad
Sun Mar 25, 2018 5:43 pm
Forum: Help Forum
Topic: Sony Projector IP command issue
Replies: 8
Views: 18701

Re: Sony Projector IP command issue

The ON command (copied from my iRule database page) is: \x02\x0A\x53\x4F\x4E\x59\X00\X17\X2E\x02\x00\x\00 That doesn't look correct. All hex byes should be entered in \xHH where H = 0-9 or A-F (capital). So \X00 and \x\00 looks odd. Agree that testing with Hercules (which uses $ format for hex byte...
by DemoPad
Fri Mar 23, 2018 8:58 am
Forum: Help Forum
Topic: Display volume as number
Replies: 1
Views: 3202

Re: Display volume as number

Have a look at viewtopic.php?f=10&t=3581

To set a number value retrieved from feedback into a label, have an action which sets the label to the number in curly braces, eg:

{MyVolume}
by DemoPad
Thu Mar 22, 2018 3:29 pm
Forum: Help Forum
Topic: iPad page scrolling
Replies: 27
Views: 80375

Re: iPad page scrolling

In the 'Free Graphics Set' folder, 'Buttons' there is a transparent png file. It is small, but you can resize, and you won't actually see it on the UI.
by DemoPad
Wed Mar 21, 2018 5:59 pm
Forum: Help Forum
Topic: Denon IP not working
Replies: 7
Views: 9105

Re: Denon IP not working

Glad you got it working - here is the command file we have:
DENON AVR4311CI_AVR4311.dc1
by DemoPad
Wed Mar 21, 2018 5:42 pm
Forum: Help Forum
Topic: Denon IP not working
Replies: 7
Views: 9105

Re: Denon IP not working

anderdea wrote:
Wed Mar 21, 2018 5:05 pm
Changed ON command to PWON\x0D. Set it to port 23 and tested ok. No error, but receiver doesn’t come on. Uploaded it to iPad and still didn’t come on.
I assume you mean the command was PWON and the device command suffix was \x0D ?
by DemoPad
Wed Mar 21, 2018 5:41 pm
Forum: Help Forum
Topic: Denon IP not working
Replies: 7
Views: 9105

Re: Denon IP not working

Instead of a power command, try a volume command with the amp turned on already. If a command doesn't work via 'Test Command', then it is highly unlikely it will work via the app. The command for volume up should be MVUP with a default command suffix of \x0D Try the command multiple times, because i...
by DemoPad
Wed Mar 21, 2018 4:47 pm
Forum: Help Forum
Topic: Denon IP not working
Replies: 7
Views: 9105

Re: Denon IP not working

Denon uses port 23 by default, but you can check this with the 'Test Command' button - if it says 'command sent' then the port is open. 'Command failed' means it couldn't even establish the connection to send the command. Have just \x0D as the device default command suffix (which is a carriage retur...