Bug? XUI Views B4XSearchTemplate

red30

Well-Known Member
Licensed User
Longtime User
I downloaded the latest XUI Views library and put it in C:\Program Files (x86)\Anywhere Software\B4i\Libraries. Then my iOS app stopped working. I get an error:
B4X:
B4i Version: 7.20
Parsing code.    Error
Error parsing program.
Error description: Undeclared variable 'iif' is used before it was assigned any value.
Error occurred on line: 209 (B4XSearchTemplate)
For start = 0 To IIf(PrefixOnly, 0, itemToLower.Length - 1)
I can't find an older version of the XUI Views library to fix this.
 

red30

Well-Known Member
Licensed User
Longtime User
As I wrote, it is not a bug. The updated library uses a feature that is not available in B4i v7.20 (IIF). Either update B4i or downgrade to the older XUI Views library.
I understand. Where can I find the old version of the XUI Views library?
 
Top