64 Commits

Author SHA1 Message Date
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
9ce881087a C2021-004 logic to show the table shading 2021-11-18 19:29:45 +00:00
ff6e04b5df B2020-089: Page number transitions not resolving correctly in HLS that are upper cased 2020-07-10 14:18:44 +00:00
ad6774d2fc B2020-088: Pressing escape in table cell when all text is selected clears text 2020-06-29 14:54:42 +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
1d113b519d B2018-127 Use the row and column from the merged cells range to update a selected table cell. 2018-09-14 14:06:04 +00:00
6ed306e8b9 Fixed null reference error when inserting a figure off of a figure 2016-06-01 14:49:59 +00:00
Rich
a1deb2a0ff Don't set the grid into adjust size for RO Tables 2016-03-02 21:01:39 +00:00
Rich
b087ce9996 Fixed code so that Right-Click is accounted for before going to an enhanced document 2016-01-28 16:18:13 +00:00
a078040f82 Fixed B2015-227 where a user could not edit a table cell. 2015-12-10 16:36:55 +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
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
a58add8937 B2015-103: indents (strip out rtf indent commands)
B2015-103:  indents (handle rtf indent commands)
B2015-103:  indents (set/clear ribbon button for indents)
B2015-103: setup rtf string for indents; display small identifying marks for indents
B2015-103: remove page break from ribbon; move indent; support new indent; support for table grid indent
B2015-103: Print for new indents in tables
B2015-103: Print for new indents in paragraphs
2015-08-19 12:18:39 +00:00
06e71b1522 Reset the override changebar when the grid (table) changes 2015-03-16 13:40:51 +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
f44fd9cdb3 Changed logic to use ChangeIDs format flag and Editorial Change status to update the Change ID for a text element when a text element is changed. 2014-06-20 14:08:51 +00:00
eb6a6f40a5 Bug fix B2014-075, the spell checker would crash PROMS when it tried to process a RO Table. We needed to skip RO tables during Spell Checking, since ROs can only be modified in the RO Editor 2014-06-03 16:07:01 +00:00
Rich
ee2ff97295 Fixed logic to process ROs and Transitions containing curly braces 2014-05-28 17:45:44 +00:00
Rich
7f7e3085ab Fixed how DoROAdjustments handles curly braces
Fixed how DoTransitionAdjustments handles curly braces
Fixed how SaveContents handles curly braces
2014-05-28 02:15:00 +00:00
Rich
38a05ec657 Save the ChangeID when a table is modified. 2014-05-21 12:40:23 +00:00
c0c9c8e314 BGE: Save Change id on grid edit
BGE: Save Change id on step edit
BGE: Added user interface for modifying current change id
BGE: Added menu item for removing change ids (no supporting code yet – the actual code to remove ids needs to be developed)
BGE: If format uses ‘ChangeIds’, then use the data from the changed step config for printing the change bar data.
2014-05-07 13:43:07 +00:00
4e445bbe20 Page Num Transition (for grids) 2014-01-22 12:06:56 +00:00
Rich
9c8cfe9920 Save the UserID when a Grid is changed.
Disable Drag and Drop for Steps, since this code was not working properly.
Changed logic to handle folders with identical names.  The user is informed, and the code no longer crashes.
2013-09-09 15:54:50 +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
6c23626864 2012-09-27 11:17:07 +00:00
Rich
729fa6e2dc Reduced duplicated Audits
Added comments
Added and used calculated IsDirty Property
2012-04-18 19:38:42 +00:00
95af379507 Fixed problem when after inserting a RO in a table cell, the table cell reverted back to view mode. 2012-03-22 17:26:25 +00:00
7f4896e4c1 2012-02-15 15:04:19 +00:00
d18d0d97c8 The rows and columns of Table ROs were not being adjusted (cleaned up) when a Table RO was inserted in a procedure 2011-10-10 13:03:48 +00:00
Rich
2aeee7fdbc Added MyItemInfo property
Fixed format of ToString for AnnotationAuditInfo
Fixed format of ToString for ContentAuditInfo
Fixed Restore if no next item
Fixed ActiveParent logic after restore
Added Timing logic and then Commented it
Fixed Logic when there is not a NextNode
Timing Debug code
Update UserID when saving annotation
Commented Timing Debug
Created and used FixPath - StepPath
Use MyItemInfo.SearchPath if Content doesn't have path
Refresh Change List from Timer.Tick
Added Timer for Refresh
Added code to refresh ChangeBar
Added and Commented timing debug
Changed logic for saving ROUsages
Added Closed Property that is set when the handle is destroyed
Don't refresh StepRTB if it is closed
2011-08-23 14:14:14 +00:00
Rich
792351c922 Change Manager 2011-08-01 20:20:39 +00:00
273113fbca added event for Enter Key 2011-06-16 19:27:41 +00:00
b9dd99d394 Spell Check Context menu fix 2011-06-07 19:06:21 +00:00
bb9d4f9042 fix for arrow keys and for initial mouse select of a table. 2011-06-01 19:39:06 +00:00
c7fc6bae56 Reset background color of table, if delete was aborted 2011-05-16 18:52:59 +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
271c1ce923 2011-04-26 20:01:48 +00:00
d8071395fe 2011-04-20 20:12:24 +00:00
6ac65a51a3 2011-04-15 14:45:39 +00:00
35f45d2e0b 2011-04-01 14:38:19 +00:00
cae4e76643 2011-03-31 18:36:56 +00:00
98ba49a249 2011-03-30 18:54:21 +00:00
2fa637ab4d 2011-03-30 16:19:57 +00:00
0d79abd34d 2011-03-29 17:30:09 +00:00
7f22d62f00 2011-03-28 18:13:29 +00:00
Rich
a03970cd09 Initialize Borders from FlexGrid selection
Eliminate SelChange funtions during Initialization
Eliminate Moving GridItem to the Left and Right on selection
Fixed a bug where SelectedEditItem was null
Eliminate SelChange funtions during Initialization
Use FlexGrid CellRange (Selection) to Get and Set Range Borders
Added Unknown value to GridLinePattern enum
Set Range Borders based upon CellRange (Selection)
2011-03-22 15:05:22 +00:00
e3131bfff9 2011-03-14 11:33:53 +00:00
Rich
6029f6dd8b - Removed Debug
- Don't resize grid when initializing
- Use LoadGrid which adjusts the Grid Font
- Only save contents if in edit mode
Changes to Comments
Added Property MySymbolFontName
- Setup GoTo button to handle ROTable Grids
- Support GoTo for ROTable Grids (MyFlexGrid.IsRoTable)
- Restored code to handle Vertical Alignment
- Added MyItemInfo property
- Removed commented-out debug in DPI property
- Support Font Override
- Use DisplayText to do ReplaceWords
- Set Text Color to Black (Change Links to Black)
Use DebugOutput property rather than _DebugOutput field
- Override Font for printing grids
- Override Font for printing text
2011-03-11 15:49:39 +00:00