62 Commits

Author SHA1 Message Date
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
cae4e76643 2011-03-31 18:36:56 +00:00
98ba49a249 2011-03-30 18:54:21 +00:00
e439f31c1f 2011-03-30 15:50:40 +00:00
7f22d62f00 2011-03-28 18:13:29 +00:00
ccd1d65fce 2011-03-23 18:27:38 +00:00
291e064de0 2011-03-23 16:15:25 +00:00
b205558431 2011-03-23 15:05:51 +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
81b22109e6 2011-03-22 14:52:39 +00:00
Rich
ec9932d93e Initialize BorderListBox based upon current DPI
Changed background for border selection
Draw Background and Borders for empty cells
Set the Borders druing Grid conversion
2011-03-21 16:33:29 +00:00
f36d16d84c 2011-03-18 19:15:36 +00:00
Rich
6cd97c36ce Added MyBorders - Custom border code
Use MyBorders in Grid_OwnerDrawCell
Added Insert and Delete Row and Column support for custom borders
2011-03-18 14:17:33 +00:00
7ac571fdd5 2011-03-17 18:57:05 +00:00
b9ce843421 2011-03-17 09:38:48 +00:00
ce76d5ed5f 2011-03-14 11:41:26 +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
b43ea73257 2011-03-10 13:32:26 +00:00
5ec5508d95 2011-03-09 12:05:09 +00:00
8f5b541aca 2011-03-07 13:20:00 +00:00
Rich
9a9e57020f Eliminate some properties from the saved XML by using the XmlIgnore Attribute.
Added DPI property to VlnFlexGrid
Added a number of CellRange properties to support printing
Replace \~ (Hard Space) with \u160? before display or editing
Adjust the width of the StepRTB in Grid_OwnerDrawCell
2011-03-03 16:51:59 +00:00
b0c65d03ea 2011-03-02 14:06:58 +00:00