748 Commits

Author SHA1 Message Date
43d5649a0f B2013-004 – Changed the style of the checkoff drop down so that user cannot enter text in the text field. 2013-01-08 21:21:35 +00:00
93c185c6c7 needed to remove TitleStyle setting This was something added automatically when we tried the new version of DotNetBar. We found problems so we went back to our previous version of DotNetBar.
need to move the _RibbonControl.Autosize setting out of the designer code module to here
2013-01-08 16:48:20 +00:00
c8f7ed41c1 B2012-374 – Added logic to handle null references if RO path not assigned and you open the Admin ribbon tab 2013-01-04 15:20:38 +00:00
2a6ff5d0b3 B2012-397 – fixed pasted logic with respect to the default (v button) setting and the two paste options 2013-01-03 17:32:06 +00:00
4a1e076092 B2012-378 fixed <Ctrl><C> on empty table cell null string error – now just return without trying to process it. 2012-12-18 20:21:24 +00:00
c121a2fce1 B2012-377 Fixed null reference for transition to empty procedure set 2012-12-17 17:04:44 +00:00
6eb479b8fa B2012-368 fixed problem to newly entered not being saved when checkoff type is changed
B2012-357  fixed problem of not being able to insert a new substep if you first deleted an equipment list substep
B2012-367  Fixed problem of Note type that uses the Indent token not printing the note
2012-12-13 22:57:50 +00:00
d42972a389 B2012-365 Fixed the default get of the Auto Indent option to return No if it is not set in the config
B2012-365  Fixed, the Auto Indent option enabling
B2012-369 Fixed the lack of displaying a new subsection, after entering a new High level step
2012-12-11 19:41:51 +00:00
c52bda13f3 added a check for a null reference 2012-12-07 18:54:55 +00:00
Rich
414378e0f3 Fixed logic to support text library documents
A couple more fixes to paste dashes from Adobe
2012-12-06 21:29:55 +00:00
Rich
fd983f616c Fixed logic for SUM.FMT
Fixed logic to update formats
Fixed logic to paste dashes
2012-12-06 16:35:46 +00:00
4d0346f0f8 B2012-350 added call to save the text before it processes a tab change
B2012-347 fixed problem with doing a find text after doing a spell check
B2012-350 needed to add a count check for the list of tab items
2012-12-06 03:32:50 +00:00
8d7072d3b7 Bug fix B2012-345 – program would sometimes crash when doing a spell check. 2012-12-05 18:04:01 +00:00
4516759585 2012-12-05 16:44:14 +00:00
Rich
50c04033ac Added DisplayApplicability class to display applicability of individual items
of a procedure in step properties panel
2012-12-04 23:10:38 +00:00
Rich
b3c31db10d Added Unit and UnitIndex properties to vlnTreeEventArgs class
Add overloaded constructor to vlnTreeEventArgs class to include unit and unitindex parameters
Add multi unit specific menu items for approving and printing procedures when doc version node is selected
Added required closing brace
Add multi unit specific menu items for approving and printing procedures when procedure node is selected
Added method AddApprovedRevisionsMultiUnit to vlnTreeView class
Added event handler when selecting a unit specific approved revision
Added event handler when selecting a unit specific summary of changes report
Added event handler when selecting a unit specific approval or printing of procedure
2012-12-04 23:10:02 +00:00
Rich
d29f45d322 Handles displaying grid this is not enabled
Added MyDisablePanel vlnPanel control
Added ApplDisplayMode property to StepPanel class
Added vlnPanel class
2012-12-04 23:08:43 +00:00
Rich
2549984e63 Added reference to Volian.Base.Library
Provides message to user when creating transition between different applicability steps
2012-12-04 23:05:11 +00:00
Rich
308ccc9eaa Changes CreateRtf method of DisplayText class to handle U_ID and S\u8902?ID text in display text
Returns text changed in CreateRtf method of DisplayText class
Created DoSearchAndReplace method to DisplayText class
Added logging support to FoundMatches class
2012-12-04 23:04:40 +00:00
Rich
3ca571fab4 Added call to SetRevDate in MyProcedureInfo property of DisplayHistory class
Added method SetRevDate to DisplayHistory class
Added ApplDisplayMode property to DisplayHistory class
Removed blank line
Comment out setting selected tab
Managed property ApplDisplayMode on lbChanges visibility changed event handler
Added call to Application.DoEvents in WalkProcedure method of DisplayHistory class to refresh screen changed how ContentAuditInfoList and AnnotationAuditInfoList are populated in
WalkProcedure method of DisplayHistory class
Line Removed, no longer needed
Changes how ContentAuditInfoList items are handled
Changes how AnnotationAuditInfoList items are handled
Utilizes ApplyDisplayMode value when preparing Chronology report
Utilizes ApplyDisplayMode value when preparing Summary report
Changed order of how code works
Preset tabControl1 selected tabindex to 2
Changed parameter value passed to DisplayTabItem method of DisplayTabControl class
Assigns myItemInfo variable to passed parameter
2012-12-04 23:03:32 +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
a6e07e9b52 Bug fix B2012-334, program would sometimes terminate when using the Enter key to enter step data 2012-12-04 15:32:52 +00:00
Rich
3b0062bc7e Added Paste Plain Text and Paste No Returns options to System Options 2012-12-01 00:23:41 +00:00
c91e57c8e6 if no revision list for item, don’t crash 2012-11-27 15:15:11 +00:00
f19bded437 prevent crash of attempt of access of wrong underlying type 2012-11-27 15:13:55 +00:00
978ca38993 needed an empty replace words list – don’t inherit from parent (if null, was inheriting from parent) 2012-11-27 15:12:32 +00:00
Rich
63f535a4d3 Remove unused commented code 2012-11-15 17:25:08 +00:00
Rich
ce52e31138 Added logic to create annotations for transitions to un-numbered steps 2012-11-15 16:59:39 +00:00
b7bea9a5f1 logic to support transition to a non-numbered step
commented out test coding to save for now.
2012-11-14 19:18:47 +00:00
Rich
fbb5023132 Renamed fntBold to font since it is not necessarily bold.
Two minor corrections
2012-11-13 20:03:54 +00:00
Rich
4056f5fd96 Added logic to default the History Tab to Change Details rather than Change List.
Added logic to return to Change Details after editing a step.
Added event handler when ChangeList tab is made active (visible).
Removed event handler for the History Panel.
2012-11-13 16:09:46 +00:00
af15309bda Use DPI for adjusting row & column sizes. 2012-11-13 12:28:02 +00:00
4ed39bda97 Fixed problem using a dash character in the Title field. Bug Fix : B2012-292, fix the saving of the Title field when creating a new Word section
Added a check for the existence of a temporary word file before trying to create it
Part two of fix for bug B2012-292, don’t delete word section if user deletes the Title text in the step editor
2012-11-05 18:58:13 +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
a55f097391 C2012-027 – the RO Usage reports now have a more descriptive title. “Referenced Objects Usage By RO” and “Referenced Objects Usage By Procedure” are used for the two styles of reports. 2012-10-30 18:42:43 +00:00
8b9c2c20d9 2012-10-30 14:28:01 +00:00
84cc475d90 2012-10-26 10:29:37 +00:00
274706e0c1 2012-10-26 10:27:26 +00:00
Rich
6e65ec7cd0 Limit refresh of items during expansion of a item for the first time to improve performance.
Use the top EditItem to determine absolute location of items on the Step Panel.
2012-10-25 00:43:02 +00:00
Rich
4885cfd881 Adjust default size of StepRTB in RTBItem. This corrected a problem with the Deviation Document format. 2012-10-25 00:42:14 +00:00
Rich
f685efbf5c Use VerticalScroll.Value to determine absolute location of RTBItem on the Step Panel.
Deviation Document 3 Column Format (Dev_Format) support.
	Auto-expand HLS for Deviation Document format.
	B2012-265
2012-10-25 00:41:39 +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
6d7413de52 Fixed logic to handle a Windows Handle error during refresh. 2012-10-16 16:36:04 +00:00
Rich
240265e070 Added logic to allow a timer to refresh items which were not being positioned properly. 2012-10-16 14:46:35 +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
Rich
537213ee7a Kill the process after closing the main app window. The process was remaining in memory for an extended period of time after it was closed. This removes it from memory immediately.
Added "Fix Symbol Font" button
Don't open a DSOFramer if it fails - Fixed B2012-267.
Replace an automatic function with a manual function to fix Symbol fonts. Fixed B2012-259.
2012-10-10 19:12:59 +00:00
a1cd388132 User was able to insert symbols, hard spaces, and indents into a RO table. This has been disabled for RO tables. 2012-10-10 13:33:04 +00:00
Rich
ca1c51f5df When printing from the command line, the program remains in memory for a very long time after it is done executing. It appears to be associated with garbage collection. I added code so that the process will be killed immediately after the window is closed. This fixes bug B2012-261.
Remove unnecessary line.
2012-10-08 19:13:00 +00:00
b8d6bde4e0 2012-10-04 11:32:50 +00:00