the buttons there is a corresponding subpage. The goal was to have a
button toggle the correct subpage on and toggle the other buttons
subpages off.
I did this by creating several commands
subpage_1_on
subpage_1_off
subpage_2_on
subpage_2_off
subpage_3_on
subpage_3_off
For each of these the command value is 0 (I don't actually want to
send a command) and the Optional Target Value Assignment is selected,
join type Digital, join number (the corresponding subpage) and set
value is either 0 or 1 (for off and on).
Now I created a macro for each button on the bottom of the screen
works something like:
Button 1
subpage_1_on
subpage_2_off
subpage_3_off
Button 2
subpage_2_on
subpage_1_off
subpage_3_off
So on and so forth.
The subpages are set to transition push, .5 seconds transition in from
right, transition out from left.
The issue I am running into is that for the subpages in the macro,
only the first and last commands in the macro execute the transition
correctly. All subpages in between do not have a transition effect
and just immediately dissappear.
So, for example, if Button 1 is pressed and Subpage 3 is currently
visible, subpage 3 will transition out correctly. If I press Button
1 w/ Subpage 2 visible, subpage 2 will immediately dissappear.
I tried changing the order of the macro commands and this held true
(w/ only first and last transitions in the macro executing correctly)
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.
Comments
0 comments to "Subpage transition glitch"
Post a Comment