style

  1. J

    Android Question AutoCompleteEditText Style don't work

    Hello, I am having a problem with the AutoCompleteEditText styling. It works with AutoCompleteEditText which are in design layouts but not with those added programmatically. I do not encounter this problem with other types of view In my Manifest:
  2. C

    B4J Question [ BANanoVuetifyAD3] Styles field does not work

    Hi, I have a problem where the Styles does not seem to work in Abstract Designer. Classes works OK. Or do I need to format them different than I have done, see picture below. It works if I add the Style in B4J like this: apptitle.AddStyle("text-shadow", "#FC0 1px 0 10px") But I rather...
  3. AmirMK82

    B4A Library [B4X] [XUI Views] - AMProgressButton

    Hello, My New Cross Platform Library is ready now :) A new styled button with built-in progressbar Features Cross-platform compatible A good text animation Changeable values Custom Colors Custom Border And CornerRadius Tested in B4A B4J * I don't have tested it with B4I, but it should...
  4. Brian Michael

    B4J Library [BMStyle] CSS Themes

    Hi i make a simple Module for set css style on your proyect. BMStyle just load CSS files. Here you can see some examples: MAC OS: MIST SILVER: MODENA: BREEZE: NIGTH: FLAT BEE: METRO LIGHT: METRO DARK: HOW TO USE: 'BMStyle.ApplyTheme(Form as Form, Array()...
  5. Brian Michael

    B4J Code Snippet [JavaFX] - Metro Style CSS

    Hello, I will show you how to install this Metro skin in your projects. It is a JavaFX css style that allows you to modify the controls, giving it a metro effect. I use JMetro CSS files from: Some Issues you have to know. Thanks to @tchart DEMO: DEFAULT B4J: METRO STYLE LIGHT: METRO...
  6. M

    iOS Question iOS13 show modal popup dialog

    hi, i saw this post that show partially how to show the new dialog style from Apple. The only problem is that, even if i had some top/right buttons to the page displayed as dialog, they aren't disaplayed because i think there isn't the navigation bar in that page. Where i add the button (taken...
  7. Sandman

    iOS Question [SOLVED] How to set color of status bar?

    This is regarding me making my own navbar (see this thread for more info). Normally the status bar piggybacks on the color of the navigation bar. In my case I'm building my own navigation bar, which means I'm hiding the real one. And when I hide the real one, the status bar doesn't pick up the...
  8. Lori Scott

    Android Question B4A RadioButton circle outline color

    I have an app with a white background. When I insert radio buttons, they have white text and white circles around the buttons by default, so only the selected circle (which changes color) shows up. I can use the Text properties to change the radio button font color to black so that the text...
  9. johnf2013

    Android Question Dialog style question

    I am using Dialogs v4 to implement an About box and an EULA box. Each has a WebView embedded in it. Works really well and super easy to code. I noticed on another app that when the contents are scrolled the title bar and footer change to a slightly darker color. This is very nice and makes it...
Top