DragonByte Shop is the perfect mod to go along with virtually any points modification.
With features like overriding any usergroup permission, including those of custom modifications, DragonByte Shop raises the bar for what you will come to expect from a shop mod.
Uses
Most other shop...
Hi, im trying put code some like this in a library
B4X:
Sub Class_Globals
Dim base As B4XView
Dim xui As XUI
Dim SearchTemplate As B4XSearchTemplate
Dim Dialog As B4XDialog
End Sub
Sub Search_Template(base1 As Activity) As ResumableSub
basee = base1...
I have an xCLV with an AutoTextSizeLabel, a series of buttons and a series of CheckBoxes. The data is populated from a small SQLite database table with 200 records.
I select a few items by clicking a number of checkboxes. Then, I click a button below the xCLV that displays all items that were...
I all.
I have list with many items. And I have to remove some items and I use a for...next todo it. But when I remove an item, the size of list change to but the For...next run for the original list size and an error occur like
java.lang.IndexOutOfBoundsException: Index: 8, Size: 8
How can do...
This is a cross platform class that extends xCustomListView and makes it "lazier".
Lazy loading is explained here: https://www.b4x.com/android/forum/t...ew-lazy-loading-virtualization.87930/#content and here...
Hi All
Is there a way to do a multi select in a Combobox or add Checkboxes to the items.
The workaround I could see is the add a Button that adds the selected item to a List which can be displayed at selected items and a clear button. This is not ideal as it would not fit in with the rest of...
I am trying to port this example "CustomB4XDialogTemplate" into my B4XPages app.
I receive this error:
This is my code for B4XPage2:
B4X:
Sub Class_Globals
Private Root As B4XView 'ignore
Private xui As XUI 'ignore
Private Dialog As B4XDialog
Dim mt As MyTemplate
End Sub...
Hi for all, i need a bit help with this plz.
Im using this code and works fine, but i need some more.
this code:
Base = Activity
Dialog.Initialize (Base)
SearchTemplate.Initialize
Dim Items As List
Items.Initialize...