ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Evolution2
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

jez

20 Posts

Posted - Aug 08 2011 :  08:21:19  Show Profile  Reply
I have found that if you set the Visible property to False then the Evo2 object disappears forever, even after the flag is set back to True.

Kind of inconvenient !

J

fab

1310 Posts

Posted - Aug 08 2011 :  08:59:09  Show Profile  Reply
This problem will be fixed in next minor release (coming soon...).

Thank you!
Go to Top of Page

jez

20 Posts

Posted - Aug 09 2011 :  01:47:21  Show Profile  Reply
Slight Correction

This only happens if the form is an MDI Child.

If you set the forms visible property to false and then true again the Evo2 control never reappears.

If you create a simple MDI application, add a form with a button and Evo2 on it, the following click handler demonstrates the problem.

Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
Me.Visible = False
Application.DoEvents()
System.Threading.Thread.Sleep(5000)
Me.Visible = True
End Sub
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: