hOW TO.... make a device with diffrent panels

A place for developers to share ideas and assist each other in solving problems.

Moderators: valis, garyb

Post Reply
User avatar
fmpsycho
Posts: 99
Joined: Tue Jun 24, 2008 5:55 am
Contact:

hOW TO.... make a device with diffrent panels

Post by fmpsycho »

well i tried several ways like using the close pad to close one panel and open the other in order to navigate from one panel to the other it doesn't look as good as other
paged devices :roll:
User avatar
sharc
Posts: 638
Joined: Mon Oct 29, 2001 4:00 pm
Location: No idea. All looks the same down here

Re: hOW TO.... make a device with diffrent panels

Post by sharc »

Try using SurfaceGroups and connect your switching mechanism to the 'show' pad :wink:
User avatar
fmpsycho
Posts: 99
Joined: Tue Jun 24, 2008 5:55 am
Contact:

Re: hOW TO.... make a device with diffrent panels

Post by fmpsycho »

Cool i practice and after a few try it worked, stiil need to master it thogh to get nicer resolts
User avatar
fmpsycho
Posts: 99
Joined: Tue Jun 24, 2008 5:55 am
Contact:

Re: hOW TO.... make a device with diffrent panels

Post by fmpsycho »

hey shark ... i don't know how to open the windows seperated ... they open up at once
how do i set the show var to another int ? beside 1 and 0 ?

and,,, how to make the button var to do the same thing ?? routing is simple ...

now how can i make it work ?
User avatar
Shroomz~>
Posts: 5669
Joined: Wed Feb 23, 2005 4:00 pm
Location: The Blue Shadows

Re: hOW TO.... make a device with diffrent panels

Post by Shroomz~> »

Use logic conditional IF modules is the easiest explanation. Say you have 3 pages & a 3-way button/pot (or whatever), then simply connect an IF module to each one. The first should send a 1 val when it receives a 0, the second will send a 1 val when it receives a 1, the third will send a 1 val when it receives a 2 & all three should send a 0 val when they receive anything other than their IF val.
User avatar
fmpsycho
Posts: 99
Joined: Tue Jun 24, 2008 5:55 am
Contact:

Re: hOW TO.... make a device with diffrent panels

Post by fmpsycho »

shark and Shrooomz, Rule !
Post Reply