B4A ver. 1.80 autocomplete and need of save/open source code

uskomp

Member
Licensed User
Longtime User
Hi
I have noticed errors in new version B4A ver. 1.80:
1. I can make compilation only once and I have to open file with source code again if I want to compile it successfully. If I try to compile it without reopening source code, I get error in window "Compile&Debug":
Compiling code. Error
Value can't be null.
Name of parameter: dictionary

2. Auto complete /help for object doesn't work, for example when I type serial1. (global variable serial1 as Serial), I can't see the list of properties and methods of object. I have to look for help in manual.

3. StatusBar always shows "B4A-Bridge: Disconnected" even if it is connected. Fortunately everything is working fine with smart phone independently of StatusBar.

Regards
uskomp
 

uskomp

Member
Licensed User
Longtime User
Problems 1 & 2 are solved

Hi,
When I compile source code two times (no error in version 1.70):
Do While str.Length<i :str=" " & str :Loop :Return str 'error in version 1.80

Do While str.Length<i :str=" " & str :Loop 'OK in version 1.80
Return str

Problem 3: StatusBar "disconnected" isn't important.

Regards
uskomp
 

Attachments

  • debug.JPG
    debug.JPG
    14.7 KB · Views: 186
Top