Wish disable LoadBitmap autocomplete

WAZUMBi

Well-Known Member
Licensed User
Longtime User
I know this is a very useful feature of B4A but frankly I am not used to it and it is driving me absolutely bonkers.

Every time I type in something like

'LoadBitmap(file.DirAssets, '

A drop down menu appears and fills in something for me.

It's usually easier for me to type in the file name myself for arrays.
I don't catch it until I compile and then get an error.

Maybe someday I will get used to it but is there a way to disable this?
 

WAZUMBi

Well-Known Member
Licensed User
Longtime User
If I use an image array I am typing (for example):

bmp(index).Initialize(File.DirAssets, "image-" & index & ".png")

The second I type the '-' it autocompletes the first bitmap beginning with 'image-'.
I keep forgetting to check this and I get the file extension '.png' typed in there twice.

Not a life changing event. Just not used to it.
I need to remember to check it.
Thanks. :)
 
Top