Strange behavior in v2.71

tchart

Well-Known Member
Licensed User
Longtime User
I had this problem last night too.

Brand new 2.71 project with only the Core library checked.

I am busy converting a huge C++ project so its likely something it my code which is causing it.

Erel, would you like a copy of the project?
 

tchart

Well-Known Member
Licensed User
Longtime User
Thanks for the offer Erel.

It turned out to be this line - which was defining a type which was already there;

B4X:
Type Rect (left As Long, top As Long, right As Long, bottom As Long)

Commented that out and the odd behavior is gone.
 
Top