Dominex Active Member Licensed User Longtime User Mar 3, 2013 #1 How can I tell if a view is removed from its parent, or if it is still "active". With IsInitialized, Enabled and Visible is still True.
How can I tell if a view is removed from its parent, or if it is still "active". With IsInitialized, Enabled and Visible is still True.
Erel B4X founder Staff member Licensed User Longtime User Mar 4, 2013 #2 You can use the code I posted here (requires Reflection library): Get the parent view of a view Check if the returned View is Null. Upvote 0
You can use the code I posted here (requires Reflection library): Get the parent view of a view Check if the returned View is Null.
Dominex Active Member Licensed User Longtime User Mar 4, 2013 #3 Erel said: You can use the code I posted here (requires Reflection library): Get the parent view of a view Check if the returned View is Null. Click to expand... Thanks! Upvote 0
Erel said: You can use the code I posted here (requires Reflection library): Get the parent view of a view Check if the returned View is Null. Click to expand... Thanks!