107 Commits

Author SHA1 Message Date
1bdfb7d1e3 C2024-008 -Created a PROMS executable use .Net version 4.8.1
B2020-106 - Fixed insert of new symbols.
2024-04-16 14:16:40 -04:00
fd97a7853d B2022-046 - Copy/Paste table Rows, Columns, or selected Cells was not updating RO and Transition links with new RO or Transition Usage numbers. 2023-11-10 08:57:17 -05:00
d11cba261f B2022-137 Table (grid) performance improvements.
B2022-137 added method to get font size from RTF string (used for tables)
B2022-137 Table (grid) performance improvements getting font sizes
B2022-137 Table (grid) performance improvements showing table cell shading
2023-03-31 17:43:11 +00:00
f684f7e65c B2022-028: Insert image into grid & print 2022-03-23 13:33:10 +00:00
617362fdb0 B2021-142 fixed invalid & character in table text when printing the table. 2021-12-03 17:06:03 +00:00
c9779a69ba B2021-140 Tables that do not have shading assigned were printing with the previous table’s shading information. 2021-12-01 17:44:08 +00:00
2f07372641 C2021-004 logic to support table cell shading
null reference check
2021-11-18 19:32:25 +00:00
c88266ae58 B2021-032: Summary of changes included tables that were not changed (font was changed) 2021-04-13 11:44:06 +00:00
4aa104436f C2021-005 code to get the font size of table cell text and initialize the table ribbon dropdown 2021-02-19 19:25:28 +00:00
87ab560f11 Enhanced transition of data from XML to FlexGrid 2020-02-28 15:20:02 +00:00
448f2e5653 C2020-001: Allow changing of font sizes within table (added rtf method argument)
C2020-001: Allow changing of font sizes within table, keep font size rtf for tables
C2020-001: Allow changing of font sizes within table, user interface
C2020-001: Allow changing of font sizes within table, added icons
2020-02-11 12:42:26 +00:00
Rich
4a75b61f46 B2019-162 Allow Table column widths to be specified. Shut-off automatic resize function when converting 2019-10-29 17:30:12 +00:00
17260519e3 B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top. 2019-03-07 18:02:31 +00:00
d0ce429883 C2018-031 added CheckAndFixBorderArrays() that will correct the table border arrays only if needed, prior to editing a table. 2018-09-27 13:19:34 +00:00
203baaf699 C2017-036 Call method that finds a proportional font that supports the symbol characters we use. 2017-11-13 17:38:22 +00:00
d27eb9a2b2 B2017-208 The Bold, Italics, Underline buttons were staying checked when applying to a multiple cell selection, even when you selected a different table cell. . This would be true if you move off the table then back on it, but would not be true if you exited PROMS then got back in.
B2017-200 Newly entered text in a table cell will now be saved when the Copy Row, Column, or Selection is performed. Prior to this, if a table cell was actively being edited (still had the dark blue background), the new text would not be save before the copy/paste of a table row, column, or selection was performed.
2017-09-18 13:57:05 +00:00
f2247946e0 B2017-197 a Select method was being called in the SplitSelectionRow method all the time. We only need to call the Select method when are processing rows that do not contain any merged rows. 2017-09-08 14:19:50 +00:00
c4b443a7aa B2017-173 – added a check for the VESymbFix font when loading the tables so that it is not replaced with the table’s text font 2017-08-11 15:02:01 +00:00
2d23a5e6da B2017-066 fixed an index out of range when doing a right arrow to walk through table cells where the first column of the table had merged rows 2017-03-29 18:48:01 +00:00
0b7371367c Equation Editor interface support 2016-11-17 15:05:15 +00:00
Rich
e19db72647 B2016-173 Transition to MS Word section causes crash
B2016-135 Hanging Indent crash on History
B2016-162 Backslash typed into table cell does not get saved as a Backslash
2016-07-19 14:25:29 +00:00
b7e0e78ca9 Fixed logic for Find/Replace of backslash and symbol characters B2016-156
Moved repeated logic to a static function RTFConvertedSymbolsToUnicode which is needed for Find/Replace. Used in DisplayText.cs, FindReplace.cs, and VlnFlexGrid  B2016-156
Fixed finding backslash and symbols B2016-156
Fixed finding backslash and symbols in tables (grids) B2016-156
2016-07-06 15:23:30 +00:00
3275c1f446 Added symbols for Trade Mark, Service Mark, Infinity, Proportional To, Ohm sign, Not Equal To, Copyright, Registered sign
Added logic to handle the Trade Mark symbol – RTF is automatically converting the Unicode to \’99 but PROMS StepRTB would not display it
This function was moved to CSLA Extension.  Commented out the code here, built without errors.  Remove this file from the SVG Library project.
2016-06-22 13:14:32 +00:00
4c6d09803d Supporting logic to handle the use of the backslash character
Supporting logic to handle the use of the backslash character, and question marks
Supporting logic to handle the use of the backslash character, dashes, and symbols
Supporting logic to handle the use of the backslash character and dashes
2016-06-21 15:15:01 +00:00
Rich
526214e0b5 Don't Change Selection if the mouse is down.
Don't hide the grid tools for RO Tables
Disable individual methods for RO Tables on the Grid Tool Ribbon and Context Menu (Copy, Paste, Insert, Remove)
Don;t allow edit mode if IsRoTable.
2016-03-02 21:03:08 +00:00
e9b3cd91e2 Took out memory garbage collection call that was significantly slowing down printing.
Added a forced memory garbage collection call after editing a table
2016-03-02 19:52:00 +00:00
bc6fcfd05b Use static function to check user’s security level in allowing changes to step properties
Use static function to check user’s security level in allowing the insert or change of a transition
Use static function to check user’s security level in allowing the user to edit a table cell
Use static function to check user’s security level in allowing text modifications when keyboard shortcuts are used
ROEditor only security is now also considered a Reviewer.  Don’t allow a Review goto an RO (run the RO editor), Don’t allow a Reviewer toggle out of view mode from the context menu, for Reviewers, don’t allow the Enter key enter new steps and substeps.
For Reviewers, when on a table (grid) have the Enter Key move down to the next step element, don’t allow Reviewers edit a table
2015-12-09 21:04:02 +00:00
df37f61cb5 Made some regx usages static to help with memory usage
Logic to support clipboard paste of screen shot into a table cell
2015-11-24 18:28:59 +00:00
a8d2ba7181 B2015-125: Remove leave cell event, event was not always activated for reset of background color 2015-09-23 16:32:28 +00:00
3deeeb429e B2015-042: Fixed crashes when deleting rows/columns when table has merged cells. Other general improvements of table row/column deletion. 2015-09-11 10:53:34 +00:00
957499d93c Use the FreeMono font for symbols in the edit window 2015-07-23 14:39:40 +00:00
Rich
381376843f Place the user in edit mode after they set the text alignment. This assures that the alignment setting is saved.
Changed the error log message when the user uses a format that does not have an initials header for a section which contains signoffs.  Also limited this message so that it is only output once per session.
2015-03-27 12:27:42 +00:00
Rich
d501a39a7b Added a Command Line parameter (/NoChgID) which will allow the user to skip entering a ChgID.
Added Profile debug
Improved Performance for ReplaceWords
A wait cursor was set when a right-mouse click occurs on a treeview.  This gives instant feedback that something is happening.
2015-01-19 20:54:28 +00:00
Rich
8ee0eddd18 Added code to assure correct user was saved in Grid table when changes are made to a grid
Modified code to prevent corruption of grid data when removing a column in a grid
2014-11-12 01:35:20 +00:00
Rich
505bfa467d Added Error Handler for corrupted table data. 2014-10-22 20:25:31 +00:00
Rich
7fb9a2e31f Fixed Logic 2014-10-16 11:53:21 +00:00
Rich
3e953c5c21 Fixed ParseTableFromText to correctly count columns for single line tables 2014-10-16 11:44:22 +00:00
765930867a Bug fix B2014-106 – tables will now save if the text alignment of a cell was changed 2014-09-30 16:42:47 +00:00
Rich
0376212e09 Added code to handle Table ROs.
Used generic (static) VlnFlexGrid.ROTableUpdate to determine if the table contents are updated.
Added Error Handling around the code that shuts down PROMs
Added function to ROFSTLookup to retrieve the Accessory Page ID.
Corrected code to handle value changes for Table ROs
Created generic (static) VlnFlexGrid.ROTableUpdate to determine if the table contents are updated.
2014-03-19 15:30:26 +00:00
Rich
60ae2a7ca1 moved creation of image to only when parent is a GridItem 2014-02-14 20:16:41 +00:00
Rich
08b0b27c64 Fixed FlexGrid glitch that was causing the Column Count to be missing. The code has been changed so that the glitch will not cause a failure. 2013-12-19 22:29:02 +00:00
fd49699ee0 FNP: Fixes for page breaks/yoffset for component list sections & overlap bottom message & text
Fix null reference when migrating FNP table
2013-11-20 13:28:46 +00:00
89965f1278 Fix possible symbol font discrepancy in tables
Allow options for handling foldout page if first page.
2013-09-10 12:46:23 +00:00
8f576d59df Fixed null reference in converting tables that use underline style instead of dashes to draw the row lines 2013-07-17 23:36:41 +00:00
f0d9003d0d 2013-04-17 12:31:14 +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
af15309bda Use DPI for adjusting row & column sizes. 2012-11-13 12:28:02 +00:00
905c00868a B2012-242, fixed the table conversion logic to handle merged rows in the last column of a table
and to better handle more than two merged rows in the middle of a table
2012-10-01 15:17:00 +00:00
b62a1ce79c 2012-09-27 11:19:26 +00:00
Rich
7bcfafcc8b Move frmErrors when frmLoader is moved
Shutoff SpellCheck for StepRTB
Use using for temporary StepRTB
Use using for vlnFlexGrid
Added debug output to track StepRTBs and vlnFlexGrids in memory
Limit bottom margin to 0 or above
Dispose of roImage after it is done being used
Dispose of Figure after it is done being used.
Use GetJustRODB so that images are not loaded.
Added ErrorHandler if annotation is deleted after a search
Track create, dispose and finalize
Add static variable to control if SpellCheck is used
Use using for temporary StepRTB
Lazy Load SelectionStack
Clean-up on Dispose
Track create, dispose and finalize
Make MyCopyInfo Lazy Loaded
Use using for temporary StepRTB
Add Dispose method for TableCellEditor
Cleanup on Dispose
Only kill MSWord instances that are invisible
2012-07-13 18:34:57 +00:00