B4J Library [B4J] RXControls

This is a wrapper for rxcontrols library from GitHub((MIT license)). here is a video by the author introducing RXcontrols.
I have wrapped 4 controls from this library, 3 of which have been posted in B4J Share Your Creations.
1. Another audioSpectrum control
2.Translation Button
3.RXCarousel
4.RXAvatar, this is a new wrapper for RXControls, demo is below

Perhaps more controls will be wrapped for the RXControls in the future

avatar.gif

Properties:
.ImageFile: the image file is placed in the Files folder
.ShapeType:4 styles. CIRCLE|SQUARE|HEXAGON_H|HEXAGON_V
.Arc Width: Only available for SQUARE
.Arc Height:Only available for SQUARE
.DropShadow: Boolean

Usage is simple. jdk 11+ is required.
Example and libraries are attached.
 

Attachments

  • AvatarDemo.zip
    129.2 KB · Views: 70
  • libs.zip
    300.2 KB · Views: 73
Last edited:

Theera

Expert
Licensed User
Longtime User
Hi ,Teddybear
After I ran the app,It has error code as picture.
 

Attachments

  • error.png
    error.png
    29.5 KB · Views: 55

Theera

Expert
Licensed User
Longtime User

Theera

Expert
Licensed User
Longtime User
it was never the correct place and still isn´t.
You should put additional libs into the additional libs folder.

Only put internal libraries into the libs folder.
I'm sorry that my English is bad.I answered shortly. I think Aeric understood my words.I will be carefully for using words.
 
hi bro
i have issue in creating standalone package , i see this error : Error: Module rxcontrols contains package org.w3c.dom.events, module java.xml exports package org.w3c.dom.events to rxcontrols
 

teddybear

Well-Known Member
Licensed User
hi bro
i have issue in creating standalone package , i see this error : Error: Module rxcontrols contains package org.w3c.dom.events, module java.xml exports package org.w3c.dom.events to rxcontrols
Which example are you using ?
 
Top