css

  1. S

    Android Question Run local javasxcript file with html button

    Hello, I have a hard about my project. Only I get display in webview html file (not include javascript, css). In my Webview(Html code), the data input and a button include. When I click button, It does not work.So plese help and guide me. (The html, css and jacvascript file within same folder...
  2. G

    Android Question CSS to B4X Path

    Can some one convert this css clippath to b4xpath? I got this from https://bennettfeely.com/clippy/ Thanks: clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%); Better yet, is there a routine to convert css clip-path to...
  3. A

    Android Question Will it work in WebView?

    Hi all. I have an html with JS and CSS - will it work in WebView? <html> <head> <script type="text/javascript"> function Show(hp) { var tbl = null; var id = null; var tblid = ""; id = hp.id; tblid = "t" + id...
  4. yo3ggx

    B4J Question Cannot set button border through CSS

    Hello, I'm using the following css file: .button { -fx-background-color: linear-gradient(#707070, #101010); -fx-border-radius: 10; -fx-background-radius: 10; -fx-text-fill: cyan; -fx-border-width: 2; -fx-faint-focus-color: cyan; -fx-focus-color: cyan; }...
  5. G

    Android Question [Solved] Webview local html + css + js + images

    What I am trying to achieve: - download a zip file from a known URL - that zip file contains a html file + js + css + images (all files in the same folder) - I will then unzip the archive in : rp.GetSafeDirDefaultExternal("MYPAGE") or File.DirInternal - then I would like to open/show that...
  6. 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()...
  7. 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...
  8. Martin Larsen

    Android Question Applying a custom CSS to a Webview

    Is it possible to apply a custom CSS to a webview loaded with an external URL? Reason: To hide certain elements that are not relevant in the webview as opposed to viewed in a regular browser.
  9. Mashiane

    B4J Question [BANano] [SOLVED] How to preload & defer js and css files?

    Hi there With possibilities to preload css and js files and also defer them, how can one activate such features when adding the resources to the header? Thanks
  10. Mashiane

    Other EasyCSS: https://enjoycss.com

    Hi Well, I wish I could have found this a very long long long time ago. If you are a web / app developer, you will surely enjoy this. Create and export your CSS with ease. Wow. Ta!
  11. Mashiane

    B4J Question Is there something to parse CSS in B4X?

    Hi there I want to merge some css files and im sure these have duplicates. Is there something that already exists in b4x that I can use to parse css. I want to pass it a file names for the css and it will find duplicates rules i.e 100% match. I want to create a single file from a merge of two...
  12. MegatenFreak

    B4J Question Help right-aligning combo box items

    Hello everyone. I'm having a really hard time making this work. I have a combo box and I need to align all of the entries to the right of the dropdown list. I've searched the forum and tried different things without luck: 1. Using CSSUtils: CSSUtils.SetStyleProperty(CBOX_ProductType...
  13. Mashiane

    B4J Library MashCSS : A CSS Builder Helper Class

    Ola Well, I've always wanted to learn all the fuss there is to learn about CSS. In the process I decided I might as well just create a helper class that I could use to build my css styles for any web framework I might want to use. The helper class you pass it some properties and it generates...
  14. XbNnX_507

    B4J Question CSS File Not Working.

    Hi All, I have a little issue here. In Extra CSS Property of TextField in the Designer this code works fine: -fx-border-width: 0 0 2 0; -fx-border-color: red; -fx-background-color: transparent; When i put the above code in a css file and add it to MainForm.StyleSheets.add("mycss.css") it...
  15. Raphael da Costa Peret

    B4J Question Pagination without page indicators

    Hi, All! :) Is possible to hide page indicators from a pagination container?
Top