Ignore:
Timestamp:
04/02/19 15:19:35 (5 years ago)
Author:
bln4
Message:

FrameCreator now has the option to extend an existing frameset rather than overwrite or ignore the previous frameset content. A boolean variable to the FrameCreator constructor has changed to a Enum with three options to facilitate this.

The MailBay uses this new FrameCreator functionality.

In the near future, 'extend' option will be updated to more precisely reobtain the exact state of the FrameCreator when last used (IE, what the FrameCreator thinks its Y position is).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/SearchAgent.java

    r1102 r1276  
    9898                                + "]"+getResultsTitleSuffix();
    9999                _results = new FrameCreator(resultsFrameset, FrameIO.FRAME_PATH, title,
    100                                 false, true);
     100                                FrameCreator.ExistingFramesetOptions.CreateNewFramesOnly, true);
    101101                // Set the frame to be displayed after running the agent
    102102                _end = _results.getFirstFrame();
Note: See TracChangeset for help on using the changeset viewer.