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/mail/MailSession.java

    r1142 r1276  
    527527                                        final FrameCreator frames = new FrameCreator(frame
    528528                                                        .getFramesetName(), frame.getPath(), subject,
    529                                                         false, false);
     529                                                        FrameCreator.ExistingFramesetOptions.CreateNewFramesOnly, false);
    530530
    531531                                        frames.addText("@date: " + message.getSentDate(), null,
Note: See TracChangeset for help on using the changeset viewer.