Bug? [SOLVED - NO BUG!] B4i "Find All References" not working (Version 8.00)

Andris

Active Member
Licensed User
Longtime User
I frequently have my app project open in both B4A and B4i at the same time. I've noticed that in this latest B4i version (8.00), right clicking on a variable and choosing "Find All References" doesn't do anything, whereas in B4A, it turns up the expected list of all lines that use it.
 

Sandman

Expert
Licensed User
Longtime User
Just checking: you're not trying to do it in B4i in a region with B4A code, right? Because that won't work.
 

Andris

Active Member
Licensed User
Longtime User
Just checking: you're not trying to do it in B4i in a region with B4A code, right? Because that won't work.
Hmm ... answer to that is no. But I just opened a previous B4i project and "Find All References" DOES work. So it is something in my code. I have a log message saying

Main - 23025: Unknown type: purchase
Are you missing a library reference?

I removed the iStore library from my DEBUG version, and the log message appears even though the iAppStore_PurchaseCompleted(Success As Boolean, Product As Purchase) Sub is bracketed with #IF RELEASE ... #END IF. I think this is what makes "Find All References" not work.

Thanks for your input!
 
Top