Java Question IDE Autocomplete acting weird when adding new lib

XverhelstX

Well-Known Member
Licensed User
Longtime User
Hi

My IDE is acting weird when i try to add a new library.
When i uncheck my lib from the libs tab, it's normal again.

What i mean with 'acting weird' is the following (See attached image):

When i enable my lib in the lib pane, the autocomplete does the following (with any object of B4A)

I click a method, it's selected for a short period and then jumps back to the first item in the autocorrect list and doesn't give any info about it.

I think the problem is related to the xml file, but i can't find out why.

I have attached the xml file too

EDIT:

Seems to have another bug down.
When i place my cursor anywhere on the screen in the IDE (text) and when i scroll, my screen goes automatically to the place where my cursor was set?

Regards,
Tomas
 

Attachments

  • reko.png
    reko.png
    26.7 KB · Views: 192
  • RSReko.zip
    2.8 KB · Views: 193
Last edited:

XverhelstX

Well-Known Member
Licensed User
Longtime User
This error happens when there is class or type that is declared in more than one place. It can happen for example if you reference HttpUtils2 library and also add HttpUtils2 modules.

Great! That fixed the job!
I thought it was related to my library as it only happened when adding my new lib.
 
Top