Quote from
bwmilby on June 13, 2017, 6:44 am
On the Mac, the menu isn't needed. I'm seeing it come up hidden on the main card. Suggest the following in the SetUpBar handler to move the button groups:
--adjust button position for MacOS
if the platform is "MacOS" then
set the top of group "EditTools" of card "CrdMain" of stack gStackName to 4
set the top of group "GroupingTools" of card "CrdMain" of stack gStackName to 4
set the top of group "UsrApps" of card "CrdMain" of stack gStackName to 4
set the top of group "Layout" of card "CrdMain" of stack gStackName to 4
else
set the top of group "EditTools" of card "CrdMain" of stack gStackName to 12
set the top of group "GroupingTools" of card "CrdMain" of stack gStackName to 12
set the top of group "UsrApps" of card "CrdMain" of stack gStackName to 12
set the top of group "Layout" of card "CrdMain" of stack gStackName to 12
end if
Also, the exit button needs to adjust for MacOS as well (it is currently moving the "revMenuBar" stack under the menu).
On the Mac, the menu isn't needed. I'm seeing it come up hidden on the main card. Suggest the following in the SetUpBar handler to move the button groups:
--adjust button position for MacOS
if the platform is "MacOS" then
set the top of group "EditTools" of card "CrdMain" of stack gStackName to 4
set the top of group "GroupingTools" of card "CrdMain" of stack gStackName to 4
set the top of group "UsrApps" of card "CrdMain" of stack gStackName to 4
set the top of group "Layout" of card "CrdMain" of stack gStackName to 4
else
set the top of group "EditTools" of card "CrdMain" of stack gStackName to 12
set the top of group "GroupingTools" of card "CrdMain" of stack gStackName to 12
set the top of group "UsrApps" of card "CrdMain" of stack gStackName to 12
set the top of group "Layout" of card "CrdMain" of stack gStackName to 12
end if
Also, the exit button needs to adjust for MacOS as well (it is currently moving the "revMenuBar" stack under the menu).
Uploaded files: