home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / EDC.swf / scripts / frame_9 / DoAction.as
Encoding:
Text File  |  2002-04-02  |  1.5 KB  |  26 lines

  1. function LayoutFrame()
  2. {
  3.    _level0.SetText("Title0",_root.WaitForTracerouteCrawl_main_title,_root.WaitForTracerouteCrawl_identifier);
  4.    _level0.SetText("Text0",_root.WaitForTracerouteCrawl_main_p_default,_root.WaitForTracerouteCrawl_identifier);
  5.    _level0.RequestGraphic("CommTesting",232.8,311.8,_root.WaitForTracerouteCrawl_identifier);
  6.    _level0.SetHintText(_root.WaitForTracerouteCrawl_hint_p_default,_root.WaitForTracerouteCrawl_identifier);
  7.    _level0.SetHelpText(_root.WaitForTracerouteCrawl_help_p_default,_root.WaitForTracerouteCrawl_identifier);
  8.    var CancelButton = _level0.RequestButton("CancelButton","CancelButtonPlacement",_root.WaitForTracerouteCrawl_identifier);
  9.    var MoreButton = _level0.RequestButton("MoreButton","MoreButtonPlacement",_root.WaitForTracerouteCrawl_identifier);
  10.    CancelButton.TextBox.Text = _root.WaitForTracerouteCrawl_nav_button_cancel;
  11.    MoreButton.TextBox.Text = _root.WaitForTracerouteCrawl_nav_button_more;
  12.    CancelButton.OnRelease = function()
  13.    {
  14.       _level0.FireSignal(_root.WaitForTracerouteCrawl_identifier,"exit");
  15.    };
  16.    MoreButton.OnRelease = function()
  17.    {
  18.       _level0.ToggleHelp(_root.WaitForTracerouteCrawl_identifier);
  19.    };
  20.    _level0.AddTabOrder("CancelButton",_root.WaitForTracerouteCrawl_identifier);
  21. }
  22. function LoadWaitForTracerouteCrawlVars()
  23. {
  24.    _root.WaitForTracerouteCrawl_identifier = _level0.SetLayoutObject("StdLayout",_target,"LayoutFrame",_root.WaitForTracerouteCrawl_identifier);
  25. }
  26.