Serious IDE problem

aklisiewicz

Active Member
Licensed User
Longtime User
URGENT! :BangHead:

No sure if this is a bug or not but...
I have serious problem using B4A. When I open MyProject every module with the code is scrolled up automatically to the top. I scroll it back to the bottom, and second later I'm back at the top. I noticed it doesn't happen with all projects, but especially it happens on the project I wod at the moment. This drives me nuts and basically prevents from using software.

Is there any way to reset IDE setting or other way to prevent it ?
Is it only me or perhaps some body else have had this issue ?

Scanned against any viruses ind it seems all clean...

I tried to contact Erel, but until now I did not get response, so I'm hoping for some help from the forum,...
Thanks - Arthur
 

derez

Expert
Licensed User
Longtime User
The screen scrolls to the place the cursor is. Move the cursor down !
 

eps

Expert
Licensed User
Longtime User
This has been already been answered in your other thread about this...

http://www.b4x.com/forum/bugs-wishlist/30538-b4a-strange-behavior.html

It's a known issue where a Type is defined and then also referenced from a Library. It was introduced from around version 2.50. You can either remove / comment out the Type issue or wait for the fix in the next update of B4A.
 

aklisiewicz

Active Member
Licensed User
Longtime User
There is no mention about ths in the docs. Is there any way to disable this behavior ?
It drives me nuts
 

eps

Expert
Licensed User
Longtime User
There is no mention about ths in the docs. Is there any way to disable this behavior ?
It drives me nuts

Did you read this?

It's a known issue where a Type is defined and then also referenced from a Library. It was introduced from around version 2.50. You can either remove / comment out the Type issue or wait for the fix in the next update of B4A.
 

Jaames

Active Member
Licensed User
Longtime User
It happens also if u have same lib files in your Program Files folder and Additional Libraries folder.

For example:

you have admob.jar file in C:\Program Files\Anywhere Software\Basic4android\Libraries

and admob.jar in D:\....\YourAdditionalLibrariesFolder

And if u reference admob.jar in your project, this problem will occur

Solution (as i said for this example is admob.jar):

Delete admob.jar and admob.xml from one of your libraries folder. And if your project is still open, refresh libraries.
 
Top