Other Subscribe to B4J library updates

stevel05

Expert
Licensed User
Longtime User
LogServer enables multi window logging so you can organise and better read the logs you create in your code.

Fixed a small bug in the display and selection of lists.
 

DonManfred

Expert
Licensed User
Longtime User

DonManfred

Expert
Licensed User
Longtime User
Dropbox4j updated to V0.42

New is a Call to Files.listFolderContinue which expect a Cursor. ListFolder itself return the last used cursor so you can store it.

listFolderContinue results in an Event with all Changes (and a new latestcursor to store)
 

alwaysbusy

Expert
Licensed User
Longtime User

Attachments

  • README 4.25.txt
    20.4 KB · Views: 288
Last edited:

klaus

Expert
Licensed User
Longtime User
The [B4X] [XUI] xChart Class has been updated.

Added YXChart
Added a line for the mean value in single bar charts

adapted the code with the new features of B4A V8.30+, B4i V 5.00+ and B4J V6.30+
use of the BitmapCreator library instead of the class
use of the Touch event of a B4XView and xui.Scale
 

Star-Dust

Expert
Licensed User
Longtime User
[B4X] [XUI] SD XUIView 0.01


I have published an XUI library that contains some native and other custom views. Further Views will be added.
B4XButton
B4XCalendarPicker
B4XCheckbox
B4XEditText
B4XImageView
B4XLabel
B4XPanel (not recommended to use)
B4XProgressBar
B4XSeekBar
B4XRadioButton
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
[B4X] [XUI] SD XUIView 0.03
  • Add to EditText
    • TextIsEditable As Boolean
    • CursorVisible As Boolean
    • TextIsSelectable As Boolean
    • setSelection(StartIndex As Int, EndIndex As Int)
    • SelectionStart As Int
  • Add funciton 3d for View (B4A & B4I)
    • Rotate(AngleX As Float, AngleY As Float , AngleZ As Float)
 
Last edited:
Top