Hi,
Latest version prob ?
Has something changed in the openfile dialog syntax ?,
because this very "old" part of my app suddenly gives a :
java.lang.NoSuchFieldError: No instance field Text of type Ljava/lang/String; in class Lanywheresoftware/b4a/objects/SimpleListAdapter$SingleLineData; or its superclasses (declaration of 'anywheresoftware.b4a.objects.SimpleListAdapter$SingleLineData' appears in /data/app/b4a.example-2/base.apk)
-> not during compilation, but when the function is actually used.
The code is very simple:
Dim ret As Object
ret = fd.Show( "Select database", "Yes", "Cancel", "", Null) -> this line passes OK, but does not show the dialog!
If fd.ChosenName = "" Then ExitApplication -> this line fails, it used to work
?
Paul
Latest version prob ?
Has something changed in the openfile dialog syntax ?,
because this very "old" part of my app suddenly gives a :
java.lang.NoSuchFieldError: No instance field Text of type Ljava/lang/String; in class Lanywheresoftware/b4a/objects/SimpleListAdapter$SingleLineData; or its superclasses (declaration of 'anywheresoftware.b4a.objects.SimpleListAdapter$SingleLineData' appears in /data/app/b4a.example-2/base.apk)
-> not during compilation, but when the function is actually used.
The code is very simple:
Dim ret As Object
ret = fd.Show( "Select database", "Yes", "Cancel", "", Null) -> this line passes OK, but does not show the dialog!
If fd.ChosenName = "" Then ExitApplication -> this line fails, it used to work
?
Paul