home *** CD-ROM | disk | FTP | other *** search
- function LayoutFrame()
- {
- _level0.SetText("Title0",_root.PleaseWaitWhileInvestigating_main_title,_root.PleaseWaitWhileInvestigating_Identifier);
- _level0.SetText("Text0",_root.PleaseWaitWhileInvestigating_main_p_default,_root.PleaseWaitWhileInvestigating_Identifier);
- _level0.RequestGraphic("CommTesting",232.8,311.8,_root.PleaseWaitWhileInvestigating_Identifier);
- _level0.SetHintText(_root.PleaseWaitWhileInvestigating_hint_p_default,_root.PleaseWaitWhileInvestigating_Identifier);
- _level0.SetHelpText(_root.PleaseWaitWhileInvestigating_help_p_default,_root.PleaseWaitWhileInvestigating_Identifier);
- var CancelButton = _level0.RequestButton("CancelBtn","CancelButtonPlacement",_root.PleaseWaitWhileInvestigating_Identifier);
- var MoreButton = _level0.RequestButton("MoreBtn","MoreButtonPlacement",_root.PleaseWaitWhileInvestigating_Identifier);
- CancelButton.TextBox.Text = _root.PleaseWaitWhileInvestigating_nav_button_cancel;
- MoreButton.TextBox.Text = _root.PleaseWaitWhileInvestigating_nav_button_more;
- CancelButton.OnRelease = function()
- {
- fscommand("cancel","cancel");
- _level0.FireSignal(_root.PleaseWaitWhileInvestigating_Identifier);
- };
- MoreButton.OnRelease = function()
- {
- _level0.ToggleHelp(_root.PleaseWaitWhileInvestigating_Identifier);
- };
- _level0.AddTabOrder("CancelBtn",_root.PleaseWaitWhileInvestigating_Identifier);
- }
- function LoadPleaseWaitWhileInvestigatingVars()
- {
- _root.PleaseWaitWhileInvestigating_Identifier = _level0.SetLayoutObject("StdLayout",_target,"LayoutFrame",_root.PleaseWaitWhileInvestigating_Identifier);
- }
-