66 Commits

Author SHA1 Message Date
c035370bb0 Fixed bug B2016-013 where the step properties would be inactive the first time it’s opened
Bug fix B2016-014 where a change bar was set when you check the CAS checkbox or the Page Break check box
Bug Fix B2016-011 where a change bar a compressed table was too short
Bug Fix  B2015-184 where generate PDF would bomb when it tried to print a change bar related to a null step element.
2016-01-22 21:49:26 +00:00
6366af8b47 Enhanced Document support
Null check
Move DisplayText.cs to CSLA
Enhanced Documents – don’t allow ‘Save’ RO on enhanced step
Enhanced Documents windowing
Enhanced Documents remove unnecessary options
Enhanced Documents – don’t allow ‘Save’ transition on enhanced step
Enhanced Documents/Insert,Delete,Paste
2016-01-20 16:43:23 +00:00
32fb2ae1a7 Added publics to allow keystrokes to toggle change bars, continuous action summary, and placekeeper check boxes. Also allow the update of the pagebreak checkbox.
Updated super tool tips with shortcut key information.
Added logic to allow keystrokes to toggle change bars, continuous action summary, and placekeeper check boxes.  Also allow the update of the pagebreak checkbox.
2015-11-06 21:02:58 +00:00
Rich
58e58083c2 New Enhanced Document Properties
Fixed Find and Replace logic to keep it from getting into an infinite loop
Used new CSLA code to hanndle deletion of procedures with external transitions
New Enhanced Document properties
2015-10-27 13:34:33 +00:00
c504e37285 Remove console.writeline
B2015-125: Add flexgrid leave event for reset of background color on leave.
2015-09-23 16:30:39 +00:00
07fc46d11d Added EditItem_Enter event to better handle the enable/disable of ribbon button used to insert step types and for copy/paste step
Don’t allow a table to be copied into a non-table step type. Allow copy step from a sub-step to a high level step.
2015-09-17 15:09:42 +00:00
e47d4e8a9f Bug Fix B2015-136, added logic to use the same font as the table we are inserting Before or After. 2015-09-15 21:49:05 +00:00
7cb179f085 Added logic to support doing an Add Next or Add Previous on a Table 2015-05-13 17:25:15 +00:00
Rich
e35ef0615d Get list of external transitions to children of a procedure 2015-05-01 13:32:43 +00:00
Rich
7e10163760 Handle exception if external transition to a procedure. 2015-03-10 10:10:56 +00:00
dbcca8a8b9 support paste into parent if steps are open in step editor
implement functionality behind the Paste menu items when pasting from a parent (proc pasted into docversion, section into proc, etc)
2015-01-29 13:47:27 +00:00
c46b4de7ab Alignment and positioning of pagelist items, fixed line spacing of some text elements
Added a null check
logic to keep the text widths consistent for enhanced background Caution/Note steps
2014-11-04 17:16:46 +00:00
09c88e8948 fixed footnote tabbing in editor & made other note types inactive
BGEVLV: for ‘TitleWithTextRight’ types, position correctly on screen if no children for this type
BGEVLV: don’t print duplicate footnote data even if it exists in data; fixed y-location of footnotes on last page of section.
2014-10-30 14:24:48 +00:00
add1510f84 For IP2 backgrounds, adjust starting location & width of various steps
Made RTBMargin public
2014-10-07 12:25:12 +00:00
e785302c9e Calvert: copied steps/sections have change ids 2014-09-17 16:44:31 +00:00
Rich
a17c27c0a8 Added code to raise an error if trying to paste a step in reference to a step that has been deleted by another user (eg: paste before, paste after or paste replace)
Added handlers for new treeview events of NodeCopy and ClipboardStatus
Added exception handlers to handle the exception of trying to use a deleted step as a reference point for a paste operation (before, after or replace)
Added code to set the MyCopyStep property to the value of the new step added in a paste replace operation
2014-08-06 00:55:41 +00:00
Rich
b5ded05838 Handle new error when a deleted step is attempted to be copied.
Added logic to handle an invalid transition (a transition to a disconnected step.
2014-08-05 19:02:02 +00:00
68121c1b79 Added parameter to InsertSiblingBefore to allow us to specify the step/substep type 2014-07-02 14:24:54 +00:00
Rich
0e41d02be0 Revert to the previous code for TryAgainLater 2014-04-11 19:00:34 +00:00
Rich
44bc2844eb Rmove Debug Comments
Changed code to remove temporary panel.
2014-04-10 20:30:14 +00:00
Rich
c4a31b95ab Fix Delete Item Window Issues 2014-04-10 20:13:46 +00:00
0a4ed797b8 Fixed placement of ERG step number (Note) on Deviation Documents 2014-03-06 22:22:08 +00:00
1d0dff2198 Fixed checkoff logic so that it handles Signoff style of checkoffs
Fixed the placement of signoff style of checkoffs for Byron and Braidwood
2014-02-24 16:37:25 +00:00
03311ab658 Added an ‘InsertSymbol’ method for Word interface
Support for toggle of underlining for RO’s when used in Word documents
Fixed access of column mode for subsections
Improve table layout on screen (was overlaying table on text or another table)
Fixed problem where RNO text was printing past right margin. Print was using incorrect columnmode for subsection
2013-12-09 14:09:35 +00:00
d088933be0 Farley RNO Column size improvements 2013-12-04 12:59:13 +00:00
Rich
50910d00b8 Add UserInfo property and modified code to assure a person with Reviewer security can only manage annotations created by themself.
Added SessionInfo property to DisplayTabControl class and managed opening and closing DisplayTabItems.
Added OwnerID and UserRole properties to DisplayTabItem class and obtained owner id and setup security based on user role when opening an item.
Added property to allow forced check in of word document to ignore any changes made by user.
Removed debug code
Added methods to setup ribbon control based on user's security role.
Added SessionInfo property and events and methods to setup proper menu items to appear on the right click of a node based on user's role and checked out status of item.
2013-11-20 23:12:47 +00:00
fadac13f82 Various FNP tabbing & template fixes
Get text for template steps
Template improvements & added AlignHLSTabWithSectOvride for FNP
Support for TitleWithTextRight step types
Support PSOnlyFirst docstyle flag for FNP
Printing of FNP’s component lists (templates), PSOnlyFirst docstyle, PrintNoTitle, subsection has own docstyle, and FNP tab locations
Support PSOnlyFirst docstyle, Like6_ButDoesntNeedSubsection numberingsequence & PrintNoTitle, for FNP
2013-10-28 13:58:40 +00:00
2988ba9b87 RNOs displayed before substeps for enhanced background flag
Improved arrowing for backgrounds with RNO before substeps
2013-10-02 10:41:58 +00:00
9bc84679d3 ReadOnly Step Property for Backgrounds
Support ReadOnly step property for rtb size
Support ReadOnly for rtb
Pagination for Background documents, i.e. HLS/Caution/Note have pagebreaks
Pagination for Backgrounds; Pagelist items for Backgrounds; tabs & offset for backgrounds & minor general Callaway
PageList items for Background documents (HLRNO & HLSTAB) and CURDATE & CURTIME (for fnpnmp)
2013-09-25 16:09:15 +00:00
2ce0990d62 Handle the deleting of a step marked for copy 2013-08-01 21:41:26 +00:00
Rich
2ef2f898b1 Added code to apply selected applicability when expanding steps while steps are being setup in SetupEditItem method
Added additonal condition to check for null value for section steps when no steps exist due to applicability settings
2013-07-23 04:06:09 +00:00
Rich
baae8c057f Add additional condition when determing expansion of steps to verify parent item is a step 2013-06-25 21:23:55 +00:00
87494ae0ed commented out console writeline 2013-05-06 17:17:58 +00:00
Rich
34ef8944f0 Shutoff AutoExpand for PMS-810 2013-02-15 17:01:51 +00:00
ee57834d9d Bug fix B2013-015. Fixed a refresh problem that sometimes happens when you delete a step.
Bug fix B2013-016, added a check for the existence of the path assigned to the roapp environment variable
2013-01-28 16:37:22 +00:00
Rich
44396a7200 Fixed ScrollToCenter logic for EditItems
Use ScrollToCenter logic when text is changed or textbox is resized.
2012-12-04 19:56:34 +00:00
f19bded437 prevent crash of attempt of access of wrong underlying type 2012-11-27 15:13:55 +00:00
Rich
3a861fb555 Print X-Y Plots in the approprate color (Black or Red)
Added logic to keep from failing if an item was not in the sibling list.
2012-10-31 15:55:53 +00:00
Rich
762f1a9916 Deviation Document 3 Column Format (Dev_Format) support.
Auto-expand HLS for Deviation Document format.
	Corrected width of notes and cautions.
	B2012-265
Reduced updates to the location of an item that do not move the item.
2012-10-25 00:40:46 +00:00
f03ad38655 bug fix BB2012-189 – added logic for RNOWithAlt
fixed width calculation
For the screen display, force the use of Letter Gothic Tall when Letter Gothic is set.   Some of the Letter Gothic characters have a different width whereas Letter Gothic Tall characters have a consistent width.
2012-10-22 18:37:20 +00:00
Rich
2a585b7ac5 Added additional Error Log output to follow what is happening.
Added logic to attempt to fix layout issues when steps are expanded or collapsed.
2012-10-16 14:46:03 +00:00
06a73d2c30 2012-10-04 11:32:00 +00:00
1ff8a696b8 2012-08-16 12:47:53 +00:00
09139f8595 2012-06-08 13:14:00 +00:00
Rich
c5b790bbb0 Upgrade Settings from previous revision
Save config changes once
2012-05-03 21:45:49 +00:00
Rich
62368e725b Add logic to “TryAgainLater” if setting the Top of an EditItem fails. 2012-04-17 17:24:26 +00:00
Rich
b4e85fd3b0 Fix to UpdateTransitionText for bugs B2012-071 and B2012-079 One ContentAudit for all transitions Indentify Automatic Transition renumbering with current user
If the user selects a deleted item from history, a messagebox is displayed Include deleted items in the Change List
Fixed CloseTabItem so that closed DockTab fires events
Added event handler for changes to the procedure content so that updating the Rev Date and Rev Number will refresh the step item change bars
Remove event handler for changes to the procedure content on dispose
Added Section headers for the Annotation portion of the Chronology and Summary reports
2012-04-04 19:08:56 +00:00
c78b6241e8 when deleting an edit window in the AER, position to the bottom most in the AER - was jumping to RNO 2012-03-19 14:20:52 +00:00
2f32c42a77 2012-03-08 14:24:51 +00:00
51352a687c 2012-03-06 17:19:30 +00:00