colors

  1. Alexander Stolte

    Android Example [B4X] AS Settings - SelectionList Property

    https://www.b4x.com/android/forum/threads/b4x-xui-as-settings.147435/ With this property, you can offer the user several options and he can then select either one or more. Example 'Second Page SettingPage2.Initialize(AS_Settings1,"Page #2")...
  2. yo3ggx

    Android Question BitmapCreator and pixel color

    Hello, I have the following piece of code: Dim bmc As BitmapCreator Dim i As Int Dim linePixels(128) As Int Dim bc As ByteConverter bmc.Initialize(128,1) For i = 0 To 127 linePixels(i) = Colors.Red Next bc.LittleEndian = True...
  3. M

    B4i Library [class] Foreground Notifications

    Hi, for my personal need, i had to write a small class in order receive notification when the app is showing (foreground). Maybe it can be useful to someone. You can set: Custom Text Color Custom Background Color The showing time An icon Vibrate (import the library "iPhone")
  4. Alexander Stolte

    B4A Class [B4X] [XUI] AS ColorChooser

    First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) Tested on B4A. Based on xCustomListView. This is the First Version, if you have...
  5. LucaMs

    B4J Question [SOLVED] xui.PaintOrColorToColor - reverse function?

    How to get a Paint (?) if you have an int variable set using xui.PaintOrColorToColor?
  6. V

    B4J Question gradient Panel

    Hi, I'm new in this Forum and also in programming with B4x. I found in the B4A Forum this Code an it works fine in B4A, but i found no way to do the same in B4J. Can anyone help me, to find the View with this Propertys to do the same on both Sites? Thanks in advance Best Regards Volker...
  7. LucaMs

    Bug? Designer colors

    It seems that the Designer colors do not match those available for coding. I've just set the color of a button by Designer (ColorDrawable DarkGray) and then by code (created a ColorDrawable with Colors.DarkGray) and they do not match.
  8. SMOOTSARA

    Android Question Change EditText Hint Colors

    Hey guys ;) How can I change the hint colors edit text? Is it possible with Java code؟ Thanks :)
Top