The title says it all. The API v10 info on which this class is based can be found at https://kodi.wiki/view/JSON-RPC_API/v10. Public methods:
- Initialize: Initializes the object
- Application_GetOneProperty: Retrieves the value of the given property.
- Application_GetProperties: Retrieves the...
Hello,
My product used: B4A 11.0
To reproduce the bug:
-Make a new project
-Create a class, in my case a b4Xpage class. (for example "abc")
-Navigate to the modules tab
-Rightclick your class ("abc")
-Select rename
-Make one char upper or lower case, without retyping the class name. ("Abc")...
'i have a question about class and list and many view ,
'What to deal with is , many EditText placed on form ,
'if the value(text) of any EditText is changed then the backcolor of it will be changed ,
'i used class module in vb , it can fulfil the task , the following is code
the followring...
Hi everyone, i'm using B4XPages on Android and i have this scenario:
I've a class that handles http requests (let's call A)
I've a B4XPage (let's call B)
When the app is opened/resumed, a method of the A class is called, when it finishes his work it must call a Sub that is located in B (if it...
This is an enhanced version based on @Erel 's ContactsUtils v1.20.
NOTE: DeleteContact didn't work on an Amazon Fire tablet with Android 5.1.1 but did on a Moto X Style phone with Android 7. I wasn't able to find the cause; possibly it's related to the ROM I installed on that tablet or to the...
This is a calendar manipulation class based on @DonManfred 's explorations which you can find at https://www.b4x.com/android/forum/threads/working-with-calendars-using-contentresolver-query-insert-update-delete.100229/.
It contains the following methods:
- AddCalendar: Adds a new Calendar and...
I'm working on an existing, working project. (Using B4XPages, if that matter.)
In that work I'm moving some things into classes. A sub that request RuntimePermissions also made its way into a class, because it made sense. However, the result from the request end up in B4XPage_PermissionResult...
Hi all.
I have a class in my app clsCrypt that does encryption/decryption that can be called from the different places. Is it possible to check what called this class methods.
For example I have 2 activities and another class from where I call clsCrypt class methods.
Can I check inside...
Hi everyone, i've a customlistview, with custom elements.
In each element there is a CircularProgressBar, i want to incremente the value of a circularprogressbar in one element.
The code to do it:
Public Sub AggiornaProgress(Data() As Object)
'0 = Progress Value
'1 = Uploaded Files...
Hello,
Sometimes you need to stop a piece of code and explain why you have to do it.
A good way is to raise an exception and to give information about the reason why.
This little class offers you a pratical way to do this :
1) Add the class to your project
Public fException As clsException...
Hello,
The class clsPopupMenu shows a Popup Menu which can own sub menus.
The options are stored in a map. In the example they are in json file in the assets folder.
3 events are fired :
- open : A popup menu has been opened
- click : An option has been clicked
- close : A popup menu has...
You can create class modules in B4R but they act as singletons - I can't define a class module say "MQTTBUNDLE" and then create instances of that class. I know the whole thing about low resources and all that but is this something that might be possible in the future? I'm using Types for this...
Hello,
This class can parse JSON to generate CSBuilder.
Create a json string, save it in a file, add it to assets folder, and display it with this class.
All the CSBuilder capabilities are supported.
Comments in clsCSBuilderParser.bas and samples files explains the JSON structure.
spsp
Hi Guys
Up to this point in B4A, I have always used the classic CallSubDelayed()/CallSub() as appropriate to call subs in Activities or Services. However, by mistake I called a sub (defined within a class) in the Starter service using the classic OOPs format Starter.objectName.subName - and it...
Introduction:
The Raspbee (or Conbee, which is the USB version - the information here will only refer to the Raspbee) from Dresden Elektronik (https://shop.dresden-elektronik.de/raspbee.html, also available elsewhere, e.g. on Amazon) is a Zigbee (https://www.zigbee.org/) radio board for the...
Hello,
This is a class (clsCameraIntent) inspired by this thread.
It adds Video support.
One line of code in your activity to call the camera intent
One Callback sub in your activity to get the dirame and filename of the picture/video taken/recorded
Demo Project with class in zip attached
SpSp
Here's a small class which produces a simple popup menu anchored to a view. It works in B4A and B4i currently.
I've attached projects to show how it is used.
Enjoy.
[Edit] New version 1.1 has better support for popup menus inside (nested?) scrollviews.
Hi, everyone, im trying to use the Place Autocomplete View from Erel.
I have the necessity to hide (or show) the view as i want by code, but the command:
PlaceAutocompleteView.Visible = False
doesn't exist... how can i solve this?
Class Name TimeSwitch
'time switch
Sub Class_Globals
Type HourSettings(q1 As Boolean,q2 As Boolean,q3 As Boolean,q4 As Boolean)
Private DaySettings(24) As HourSettings '0 to 23
End Sub
'Initializes the object. You can add parameters to this method if needed.
Public Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.