93 Commits

Author SHA1 Message Date
Rich
601632f019 Use Timer to close MSWord App about 1 second after it is used.
Check to see if the Bars exist before removing them
Add 1 point to the width of boxed text to get proper Line-Wrapping
2011-04-27 13:13:09 +00:00
385bfc09e0 2011-04-27 11:19:13 +00:00
76dd59be14 2011-04-08 13:15:41 +00:00
882c782bd1 2011-03-01 13:24:32 +00:00
Rich
5786528a44 - Restore the selection color after HideCaret
- Only show the pseudo caret if the StepRTB was active for the grid
Add a property to track if the StepRTB was active for a grid
Track if the StepRTB was active for a grid
2011-02-14 19:00:41 +00:00
Rich
2876ad911a Handle MyStepRTB Dispose
Fixed a NullReference Bug
2011-02-11 21:14:08 +00:00
Rich
41c8a90bdf RichTextBox pseudo caret when it doesn't have focus 2011-02-09 21:52:56 +00:00
3363e0f69a 2011-02-08 11:27:37 +00:00
6cf5c943df 2011-01-19 16:16:50 +00:00
Rich
01c4a1e468 Using Limit of 10 MSWord Sections - More than 10 was causing problems for DSO Framer. B2010-005 & B2010-006 2011-01-03 19:56:29 +00:00
Rich
1757d238d5 Added a IsBeingDeleted flag to the event arguments for closing a Word Document
Added a IsBeingDeleted argument to the CloseWordItem method
Added a IsBeingDeleted Property to the DSOTabPanel so that it does not ask if	it should save changes if the section is being deleted.
2010-12-16 22:16:49 +00:00
Rich
5b70652cb4 Use the TreeView timer to select the newly created step when a step is added from the TreeView. This assures that it will get focus.
Changed OnChange to be called for a specific instance
Don't select newly created Step if it was created from the TreeView
Adjust the locations of steps properly if a caution or note is deleted
Reduce repeated setup of the RTF data in a step
Add an event that fires after the Step is added from the TreeView so that the newly created step can get focus
2010-12-02 22:23:50 +00:00
Rich
f208c98202 Copy all fields from Library Document when converting a Library Document to a Stand-alone Document
Added code to update the Procedure Panel when a Word Section is added.
Created a method to find a ProcedureDisplayTabItem for a specific item
Added code to Reset the Tab when a Section's Number is changed.
Added code to Reset a Procedures Parts when a Panel is Reset
Added an event for a Node being added.
2010-11-17 22:29:54 +00:00
Rich
e278a2ca37 Fixed Invalid message for DSOPanel (MSWord)
Comment-out unused varaible
Calculate Table Width and Location
Fixed Arrow-Up and Arrow-Down to account for Tables
Adjust Table location based upon the width of the Table
2010-10-12 15:01:09 +00:00
89f5c2dd98 2010-09-16 18:43:00 +00:00
3248a411b2 2010-03-25 11:25:07 +00:00
1fea9d4ef9 fixed ribbon cut off problem 2009-11-25 17:10:37 +00:00
655ec1ab94 2009-11-20 12:34:14 +00:00
d5c13de0bf 2009-11-13 17:01:14 +00:00
055dae5906 2009-11-13 16:55:52 +00:00
f0f938505f 2009-09-15 12:53:20 +00:00
8764f057c9 2009-07-24 11:50:44 +00:00
Rich
3412a35eac Fixed bug where an error would occur for word pages 2009-06-29 13:54:14 +00:00
Rich
291f354893 Added code to minimize and resize ribbon 2009-05-19 19:50:12 +00:00
Rich
37b1238f56 Only set the SelectedDisplayTabItem if it is not currently selected 2009-05-05 20:49:14 +00:00
Rich
4101b6e37f Fixed bug that causes hang on close sidebyside window
If you open two procedures and then drag one of them so that it is next to the other and then close one of the two procedures, PROMS2010 would hang.
2009-04-13 22:10:20 +00:00
Rich
ad8de088bf Show message box if library document is already open 2009-04-13 20:04:14 +00:00
9541cd18f6 2008-10-03 11:35:09 +00:00
Rich
492f089a6e Correction to Code for OnItemSelectedChanged Event 2008-05-22 19:40:29 +00:00
Rich
89cf82efa7 Adjust scroll location when DisplayTabControl is resized 2008-05-22 19:17:18 +00:00
Rich
e42c3cea5c Save WindowState - Maximize, Minimize, Normal by user.
Load all at once code to support print.
Open Command from the Start (PROMS2010) Menu.
Enter key on treeview executes Open.
The Treeview was retaining focus after opening procedures or accessory documents. This was fixed.
Tab Bar initialized to the full width.
Items were not always being displayed after the tree was clicked.
The RO and Transition Info tabs are made invisible for accessory documents.
The Tags, RO and Transition tabs are made invisible when no doucment is selected.
Enter the DSO Framer window when it is created.
Enter the Accessory page editor or step editor when a tab is selected.
Remember the last selection in a step editor page when you return.
Activate one of the remaining tabs when a tab is closed.
Embed the pushpin images.
2008-05-21 21:00:07 +00:00
Jsj
af04fa6ef6 2008-05-16 18:13:12 +00:00
Jsj
26de18fb28 2008-04-25 18:17:26 +00:00
1803f315c5 2008-04-25 12:28:55 +00:00
Rich
c0511c990d Object and Property name changes for consistency 2008-03-27 19:39:10 +00:00
e290df0fdb 2008-03-19 12:48:07 +00:00
42f3a981a9 2008-03-03 15:16:42 +00:00
9f96d885fe 2008-01-31 14:30:30 +00:00
Rich
c34c604c11 Fixed DSO Framer:
1. Open Properly if all tabs are closed
2. Open to a full window view
3. Set Current Item in the Tab Control
Fixed Display Panel so that when you click on an item in an inactive panel, the item clicked-on become the selected item.
2008-01-11 22:00:54 +00:00
Jsj
2a482b3f4f Set backcolors to white when running as Release executable 2008-01-03 18:45:31 +00:00
Rich
9a7b8ab75d MRI Capability
MyConfig for ItemInfo
Fixed various problems with DisplayTabControl
VEPROMS ribbon for DisplayTabPanel
2007-12-21 18:29:46 +00:00
1eef90f60b 2007-12-14 14:57:48 +00:00
Rich
544013bbe5 Tab Controls 2007-12-07 23:54:14 +00:00