Bug? B4I, V2.0 - No ClickEvent at the ImageView

mcGeorge

Member
Licensed User
Longtime User
Hi, after the Update to V 2.0 my App dosen't work.

1) I have 4 ImageViews in MainForm and i used the ImageView_Click Event to open the Image in a separate Form. But after the Update the ImageView haven't any Events (Click, LongClick).

2) The name of my ImageView is "iv_Picture0". If I will use the function "Generate" the DIM row in my code, the Designer remove the _ (underscore) -> "DIM ivPicture0 as ImageView"

Is this a bug or what has changed?

Thank's in advance
George
 
Top