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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Evolution2

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
jez Posted - Aug 08 2011 : 08:21:19
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
2   L A T E S T    R E P L I E S    (Newest First)
jez Posted - Aug 09 2011 : 01:47:21
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
fab Posted - Aug 08 2011 : 08:59:09
This problem will be fixed in next minor release (coming soon...).

Thank you!