Bug? The specified Visual is not a descendant

tchart

Well-Known Member
Licensed User
Longtime User
Erel,

Im using B4J through a remote desktop (specifically on Amazon EC2). When I disconnect (the remote desktop) and reconnect I see this error message.

2015-06-08 16_24_58-amazonaws Eagle DEV - Remote Desktop Connection Manager v2.2.png


If I close B4J there is no error.

Thanks
 

tchart

Well-Known Member
Licensed User
Longtime User
Erel, here is the contents of the folder.

B4X:
.Net version: 4.0.30319.34209
B4XClassifer created
B4XErrorTagger created
Gui: 1000
*** no reuse ***
Gui: 703
System.InvalidOperationException: The specified Visual is not a descendant of this Visual.
   at System.Windows.Media.Visual.TrySimpleTransformToAncestor(Visual ancestor, Boolean inverse, GeneralTransform& generalTransform, Matrix& simpleTransform)
   at System.Windows.Media.Visual.TransformToDescendant(Visual descendant)
   at ActiproSoftware.Windows.Controls.SyntaxEditor.Primitives.EditorRulerMargin.OnViewTextAreaLayout(Object A_0, TextViewTextAreaLayoutEventArgs A_1)
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at ActiproSoftware.Windows.Controls.SyntaxEditor.Primitives.TextView.RaiseTextAreaLayoutEvent(TextViewTextAreaLayoutEventArgs A_0)
   at ActiproSoftware.Windows.Controls.SyntaxEditor.Primitives.EditorView.k()
   at ActiproSoftware.Windows.Controls.SyntaxEditor.Primitives.EditorView.GetViewLine(Int32 offset)
   at ActiproSoftware.Windows.Controls.SyntaxEditor.Primitives.EditorView.get_CurrentViewLine()
   at a3.d.c()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Gui: 427
Gui: 119
 
Top