December 3, 200223 yr Could someone please tell me the command for "view_down_dir" in xml? I change over to my Landing panel and need it to look down more than the default main panel and to return to normal view switching back thanks! This is the switch overGauge;- - (>K:PANEL_8) (>K:PANEL_2) (>K:PANEL_1) and the switch back gauge: - (>K:PANEL_1) (>K:PANEL_2) (>K:PANEL_8) Best Wishes, Randy Smith Randy J Smith
December 4, 200223 yr Try something like this <Click>(>K:PANEL_8) (>K:PANEL_2) (>K:PANEL_1) (>K:PAN_DOWN)</Click>and <Click>(>K:PANEL_8) (>K:PANEL_2) (>K:PANEL_1) (>K:PAN_RESET)</Click>I suggest to use the PANEL_OPEN,.._CLOSE, ..._TOGGLE events rather then the PANEL_.. events. They give a more determined behaviour.Arne Bartels
December 5, 200223 yr Author Thanks Arne, but that brings up the rear down view. Is there a syntax for the "SHIFT+ENTER"? If I hit shift+enter twice this is perfect. Thanks again for all your help. Randy Smith Randy J Smith
Create an account or sign in to comment