Hi everyone I'm using hex numbers to be comfortable with colors... I needed to add the Alpha channel to RGB color code.. for example
dim rgb_color as int = 0xFF0000
dim rgba_color as int = rgb_color + 0xFF000000
this code does not work because "0xFF000000" is recognized as -16777216, do you...
Hello!
I'm new to this forum (and generally in B4A and Android programming) and this is my first post.
I have a problem with the app I'm developing.
This is the code causing the crash, but I don't know how to fix it:
Private DriveStartHour As Int = -1
Private DriveStartMin As Int = -1...
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.