804 Commits

Author SHA1 Message Date
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
06a73d2c30 2012-10-04 11:32:00 +00:00
2fdb19be8e 2012-10-04 11:31:23 +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
6c23626864 2012-09-27 11:17:07 +00:00
77cfb0bed2 2012-09-27 11:16:26 +00:00
548ac7fea9 2012-09-18 13:34:08 +00:00
139b3a35cd 2012-09-18 13:32:22 +00:00
2d008eb046 2012-09-18 13:31:00 +00:00
04fac124c1 removed a console.writeline
Control to create RO Usage, RO Summary, RO Complete, and Transition Usage reports
Logic to print RO Usage reports
Ifdef’d logic for UseOnFirstPage
logic for Width Override and Ifdef’d logic for UseOnFirstPage
Beginings of code to generate a Complete RO Report
2012-09-13 19:58:05 +00:00
2956ba702f 2012-09-12 13:23:21 +00:00
b27d274a43 2012-09-12 13:10:54 +00:00
fe8b388b1b 2012-09-12 13:10:17 +00:00
ec19a07277 2012-09-12 13:09:41 +00:00
1ff8a696b8 2012-08-16 12:47:53 +00:00
cc4b8a2020 2012-08-10 10:41:31 +00:00
058c21ba65 2012-08-01 11:22:31 +00:00
Rich
66f9ef6f23 Sort the RO values / Groups alphabetically
Don't sort the Multiple return values
Added logic to set the name of the error log file
2012-07-25 21:45:04 +00:00
d13a0f0fb5 fixed use of Insert Symbol into a table cell and fixed bug where you could not select /copy a portion of table cell text 2012-07-16 15:09:47 +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
2812d5b9d7 Fixed crash on double click of usage list item
Fix missing end message if continuous section.
2012-07-10 13:24:51 +00:00
2be97c8cfd if running a Demo (demo CD/DVD) version, version is set to Demo and it will display the demo EULA
Will force a “SAMPLE” watermark when running a Demo version (demo CD/DVD)
if running a Demo (demo CD/DVD) display the demo EULA the first time PROMS is run
gets for ReleaseMode and EULA file names
Disable RO Editor when running a Demo version
2012-06-14 14:21:57 +00:00
Rich
c9d962d01d Move pagination code to pagination.cs
Add error handler if _MyStepRTB is null
2012-06-08 18:13:08 +00:00
09139f8595 2012-06-08 13:14:00 +00:00
bbe92962b0 2012-06-08 13:13:13 +00:00
Rich
869663b79c Remove Old comments
Remove unnecessary Disposes
2012-06-01 17:08:16 +00:00
Rich
3e73bdb664 Reduce Memory Use 2012-05-21 13:35:26 +00:00
Rich
b0a8ee1625 Added Email & UpdateSettings flags
Keep code from failing if _LinkLocations is null
Add PromsPrinter to constructor for VlnPageHelper
2012-05-10 15:44:27 +00:00
00e634f4ed 2012-05-08 13:05:32 +00:00
Rich
c5b790bbb0 Upgrade Settings from previous revision
Save config changes once
2012-05-03 21:45:49 +00:00
360d7d6552 2012-04-30 14:03:30 +00:00
1f275edd7a 2012-04-30 13:59:40 +00:00
Rich
d6b7a34d3b Added logic to assure that edits are saved before printing or approval 2012-04-27 17:14:45 +00:00
Rich
ea3770fcb8 Added logic to allow the following edit features when not is edit mode:
Copy, Cut (Select all text)
   Set Text to Bold, Italics, Underline, Subscript and Superscript (Select all text)
   Paste (Paste at End)
   Change Case (Select all text)
   Insert ROs and Transitions (Position at the beginning)
   Hardspaces, Indents and Symbols can be added (Position at the beginning)
Connected Click event for Paste Step Text menu item
2012-04-27 15:00:50 +00:00
Rich
b3c9d8791c Eliminate Annotation changes from Change Reports
Dialog for Email Error Log
2012-04-26 22:06:37 +00:00
71d5d8551e 2012-04-25 15:07:16 +00:00
Rich
729fa6e2dc Reduced duplicated Audits
Added comments
Added and used calculated IsDirty Property
2012-04-18 19:38:42 +00:00
Rich
6358acba7d fixed an error message 2012-04-18 18:05:45 +00:00
Rich
628e9cf390 Add caption to End-User License Aggreement form
Added LastVersion to config to present EULA on version change
Display EULA when version changes
Added Property to change button label (Agree for EULA)
Changed DialogResult to OK for OK Button.
2012-04-18 17:18:11 +00:00
Rich
62368e725b Add logic to “TryAgainLater” if setting the Top of an EditItem fails. 2012-04-17 17:24:26 +00:00
84185d3a45 added SQL Server name (and if it’s local) and the current database name
fine-tuned our PROMS version string
fixed NULL reference with changing a section number/title on a property page that uses StepRTB
2012-04-13 14:42:53 +00:00
7bfc9b223f Inserting new step/substeps is disabled when the edit window is empty 2012-04-12 18:55:20 +00:00
Rich
d445039c7f Added Try/Catch to keep the code from bombing on an invalid RO 2012-04-11 18:12:18 +00:00