color

  1. M

    iOS Question Why is "0xFF000000" equal to -16777216?

    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...
  2. MList

    Android Question ASCheckbox Icon Color

    Hi, How can i change ASCheckbox Icon color in programm. Thanks for help Marion
  3. M

    iOS Code Snippet [B4X] Custom Color Picker Bar (BitmapCreator)

    Hi everyone I had the necessity to create a specific looking color picker. And I managed to get it working properly so I want to share it because it can be usefult to someone who have the same need. The color picker bar look like so: I realized it using all b4x elements, so it should be fully...
  4. D

    Android Question Exoplayer Controls Color

    Does anyone know how to change the color of Exoplayer controls like play, pause, previous, next, duration, etc.? Now, with the latest version, the controls stay in white color with blanck background, despite what I add into the manifest. I know how to change the background color with Dim r...
  5. D

    Android Question Gray icon in Notifications

    Hello everyone! I faced such a problem: on some devices and the emulator the notification icon is gray, while on my phone (HONOR 9X) the icon is colored and everything is fine. I also used the class Notification, and now I use NB6. Nothing has changed, can anyone have encountered such a problem...
  6. M

    Android Question Change EditText Cursor Color

    Hi everyone, i already looked for something in the forum but i did not find nothing working. Someone of you knows how can i change the cursor color of an edittext? more precisely, i want to make it invisible. (note: i use appcompat, i don't know if this information can be useful) Thanks in...
  7. red30

    iOS Question Wrong color fill of labels

    If "Handle Resize Event" = false in the designer, then when filling a regular label with color, I get the following defects: lbl1.Color=Colors.ARGB(255,198,50,36) How with "Handle Resize Event" = false, to get the normal fill? I tried setting up the label as B4XView and filling it color, but...
  8. E

    Spanish Ayuda por favor, SeekBar

    Quiero utilizar el seekbar para que me aparezcan los diferentes tonos de un solo color, por ejemplo el azul
  9. B

    Android Question AppCompat: ACSwitch color problem?

    Hi all! In the app I am developing the ACSwitches seem to behave a little strange. As you can see in the example project attached, I load a layout that has some switches in it. The problem is that the first switch always starts with a white color, while the others get their colors from the...
  10. MitchBu

    iOS Question Textview color ? Keeps being white...

    I tried to change the Textview color in the Designer, but it never changes, and is still white when I run the program. Is there something I should know ? TIA
  11. MList

    iOS Question TabBar Item Color of non active item

    Dim no As NativeObject = tbc no.GetField("tabBar").SetField("tintColor", no.ColorToUIColor(Colors.white)) 'active item no.GetField("tabBar").SetField("barTintColor", no.ColorToUIColor(limablue)) 'bar color no.GetField("tabBar").SetField ("translucent", False) Hi, with this code...
  12. rezaghasmi

    Android Question How to set the color of the bar with the environment

    Hello friends How can I adjust the top color of the screen with the color of the environment
  13. rleiman

    Android Question [SOLVED] - Changing background colour of B4XDialog

    Greetings, I'm trying to change the background colour of a B4XDialog I started to use but the app crashes with this error in the logs. It crashes on the comented out line. java.lang.NumberFormatException: For input string: "(GradientDrawableWithCorners)...
  14. amorosik

    Italian [B4A] Come cambiare correttamente colore ad un command button?

    App per Android che dispone di tre B4XPage Ognuna al suo interno contiene due command button Quando piazzi i command button dal designer, per chi non l'abbia mai fatto, vengono disegnati in grigio scuro, mentre il fondo della page e' chiaro credo bianco Provo il programma, passo da una schermata...
  15. amorosik

    Android Question How to change view colors / text on a B4XPage from code present on a code/service module?

    I have an app for Android that receives sms N.1 service module, 3 B4XPage with a command button on each When sms arrives in the service module I have to change background color, button color, button text on the requested page How to make code in the service module change these properties of any...
  16. saeed10051

    Android Question SOLVED Upper bar color change

    Hi All i have an app in which i am setting following value #FullScreen: false #IncludeTitle: False the activity title is not showing, but my problem is that i cannot set a certain color for the upper bar in which the time and battery percentage etc. come. It is showing in grey color. I have...
  17. Guenter Becker

    Android Question ActionBar Color and Icons

    Dear Erel, Due to the lack of documentation I have to place some questions as followes: How to change the color of the inbuild ActionBar? How to put a Logo Icon before the Title of the Action Bar? How to put an Icon before the MenuItem Text? Could you please give some snippets to answer this...
  18. Lucas Eduardo

    iOS Question BBScrollingLabel background color

    Hello, i'm using the lib BBScrollingLabel, but i could not change view background color. How can i change the view background color? Thank you.
  19. Alexander Stolte

    B4A Library [B4X] [XUI] AS Color Slider Advanced - a Snapchat like color picker

    Hey, i spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) Features cross-platform compatible set your own color palette as image slim and clean nice transition...
  20. Alexander Stolte

    B4A Library [B4X] [XUI] AS Color Slider - touchable color picker

    Is working and tested on B4A,B4I and B4J. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) Features cross-platform compatible set your own color palette...
Top