set

  1. J

    Android Code Snippet Edittext verify input

    Using edittext.setError() and Regex we can verify the input of the user in an edittext box, by identifying the pattern of the input text and setting the error flag or discoloring the text whenever it did not comply to the required rule as email and currency. In the same way as in the example we...
  2. M

    Android Question [B4X] Update value of an item in CustomListView

    Hi everyone, is it possibile to update the value of an item of a custom list view? because i do not see any method for this, the only way i figured out is to: save the view using .GetPanel save the value using .GetValue update the value replace the item using .ReplaceAt and using the new value...
  3. A

    B4J Question About properties get & set.

    Hi to everyone. I have a class with two private strings declared in Class_Globals. Private ExportFolder As String Private FtpExportFolder As String Now I want to declare setters for those properties. This is what I do: public Sub setExportFolder(Value As String) ExportFolder = Value End Sub...
Top