Pass through focus via onup... need solution!
#1
I have an onup on my main menu list that goes to a group with ID 3001, containing the usual sub menu items.

That 3001 group contains hidden wraplists (with individual ID's and static list content) and related visible grouplists. Each hidden wraplist now has a new onup to a new control (id 305).

So navigation is... Main Menu - (onup) Sub Menu - (onup) Control ID 305

Problem i have is obviously some main menu items do have sub menus (weather, etc). So i need an onup solution for those main menu items that don't have sub menus to get to the new control (id 305).

Any ideas? I've been trying to figure a way of maybe a hidden button that passes through focus via the onup, however haven't come up with anything yet.

Cheers Wink
Reply
#2
Wraplist static list content dosn't have onfocus as a tag. Could this be added? I could make something work with that.

Cheers
Reply
#3
<onup condition="has_submenu">go_to_submenu</onup>
<onup condition="does_not_have_submenu">go_to_305</onup>
Image
Reply
#4
Knew it would be simple! I've seen that in action as well before so should have known better.

Thanks Black.
Reply
#5
Sorted! Thanks again Black.
Reply

Logout Mark Read Team Forum Stats Members Help
Pass through focus via onup... need solution!0