This commit is contained in:
@@ -163,6 +163,7 @@ namespace Volian.Controls.Library
|
||||
void MyStepRTB_VisibleChanged(object sender, EventArgs e)
|
||||
{
|
||||
MyStepRTB.EditMode = MyStepRTB.Visible;
|
||||
//Console.WriteLine("MyStepRTB_VisibleChanged {0}", MyStepRTB.Width);
|
||||
//Console.WriteLine("GridItem: EditMode = {0}", MyStepRTB.EditMode);
|
||||
}
|
||||
void MyStepRTB_ReturnToEditor(object sender, EventArgs args)
|
||||
@@ -270,7 +271,21 @@ namespace Volian.Controls.Library
|
||||
this.MyStepRTB.GotFocus += new EventHandler(MyStepRTB_GotFocus);
|
||||
this.MyStepRTB.RoInsert += new StepRTBRoEvent(MyStepRTB_RoInsert);
|
||||
this.MyFlexGrid.AdjustPastedText += new VlnFlexGridPasteEvent(MyFlexGrid_AdjustPastedText);
|
||||
// This Resize event has been useful for debugging purposes numerous times
|
||||
//
|
||||
//this.MyStepRTB.Resize += new EventHandler(MyStepRTB_Resize);
|
||||
}
|
||||
|
||||
// This Resize event been useful for debugging purposes numerous times
|
||||
//
|
||||
//void MyStepRTB_Resize(object sender, EventArgs e)
|
||||
//{
|
||||
// if (MyStepRTB.Visible)
|
||||
// {
|
||||
// //Volian.Base.Library.vlnStackTrace.ShowStack("MyStepRTB_Resize");
|
||||
// Console.WriteLine("MyStepRTB_Resize {0}", MyStepRTB.Width);
|
||||
// }
|
||||
//}
|
||||
void MyStepRTB_RoInsert(object sender, StepRTBRoEventArgs args)
|
||||
{
|
||||
if (MyFlexGrid.IsRoTable)
|
||||
|
Reference in New Issue
Block a user