merlin2049er Well-Known Member Licensed User Longtime User Sep 10, 2013 #1 Hi, is it possible to create a second layout using the existing variables from the previous layout? I might want to move things around for a left handed user. (or I might not)
Hi, is it possible to create a second layout using the existing variables from the previous layout? I might want to move things around for a left handed user. (or I might not)
NJDude Expert Licensed User Longtime User Sep 10, 2013 #2 If by variables you mean member names and events, and both layouts are the same, yes you can (but don't load both layouts at the same time). Last edited: Sep 10, 2013 Upvote 0
If by variables you mean member names and events, and both layouts are the same, yes you can (but don't load both layouts at the same time).
merlin2049er Well-Known Member Licensed User Longtime User Sep 10, 2013 #3 Ok, thanks. I wanted to arrange the layout for left handed users and have a menu option that would load that layout (and disable the previous loaded layout.) Upvote 0
Ok, thanks. I wanted to arrange the layout for left handed users and have a menu option that would load that layout (and disable the previous loaded layout.)