83 Commits

Author SHA1 Message Date
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
ce21565a15 Now converts 16-bit tables that uses an underline attribute to define a row separator (instead of the dash character)
Uncommented the Script Caution tab logic.  Needed for initial NSP compares
2012-07-12 13:09:16 +00:00
Rich
729fa6e2dc Reduced duplicated Audits
Added comments
Added and used calculated IsDirty Property
2012-04-18 19:38:42 +00:00
bfb9e3c19e Was sometimes getting an error message during the Paste operation of a table Row or Column. B2012-085 and B2012-086
Fixed some other Copy/Paste Rows/Columns table bugs as well.
2012-04-03 14:23:34 +00:00
0158228eeb Fixed a problem when Table ROs where updated (from Get Latest RO Values)
Fixed a table conversion problem. Needed to remove extra ‘\r’ characters
2011-10-10 13:07:32 +00:00
f78e7f6a5a Allow the border to be specified when a grid is created 2011-09-28 13:30:16 +00:00
Rich
0a434b92b2 Fix to the TagPanel not to fail if it is expanded
Only refresh list if visible
Removed debugging
Fixed report to work with MSWord Section changes
2011-08-02 14:53:02 +00:00
Rich
792351c922 Change Manager 2011-08-01 20:20:39 +00:00
2ac032a599 DataLoader fix for tables 2011-06-29 17:10:22 +00:00
87d3a95327 DataLoad fix for tables and Enter Key handling logic 2011-06-16 19:33:50 +00:00
67873fd6c6 added comment about mixed fonts in the spell checker section 2011-06-07 20:33:34 +00:00
f66289aacf Spell checker fix 2011-06-07 19:11:46 +00:00
3faef16a06 fixed logic that selects the table cell under the mouse pointer when the table is first clicked upon. 2011-06-01 19:44:04 +00:00
02c1b2c665 fixed border selection with merged ranges 2011-05-18 17:46:13 +00:00
5222423ac4 Bug fix for B2011-080, added a check for all rows or all columns selected. Added variable to save background color, so that it could be restored if a Delete was aborted. 2011-05-16 18:56:57 +00:00
b0e42d7ce3 2011-05-04 14:46:08 +00:00
Rich
27cfd702fb Update DTS for Grid and Content after exiting grid.
Changed property MyItemInfo to method GetMyItemInfo so that it is not saved to XML.
Use new vlnFlexGrid method GetMyItemInfo.
2011-04-30 12:49:09 +00:00
ec3ae2b100 2011-04-29 15:34:16 +00:00
271c1ce923 2011-04-26 20:01:48 +00:00
d8071395fe 2011-04-20 20:12:24 +00:00
a54391cc69 2011-04-20 16:08:22 +00:00
6a63b4634c 2011-04-20 13:59:14 +00:00
6ac65a51a3 2011-04-15 14:45:39 +00:00
Rich
c1d863e1ac Changed VlnBorders so that XML is not saved twice
Changed MyBorderDetailString so that XML is saved once
Adjust the vertical location of the Grid to match 16 bit.
2011-04-12 13:49:01 +00:00
Rich
2d16db5bf2 Override the default font for Demo Mode
Check for null MyFlexGrid before using it.
Added Static LineWidth0 method used for drawing borders on the screen
Fixed logic to draw borders on the VlnFlexGrid
Fixed logic to draw grid borders on the pdf output.
2011-04-07 23:35:07 +00:00