width

  1. M

    Android Question [B4X] ASSegmentedTab - Fix width of a Tab

    Hi everyone, very amazed by the work of @Alexander Stolte !!! I'm implementing it in my project right now. Only one thing is not clear to me: Is it possible to fix the width of a specific element? I need to achieve this result where the icon has a smaller tab, while the other tabs can...
  2. 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; }...
  3. Marcos Alves

    iOS Question Automatic label sizing

    Hello, In B4i there is a parameter in label that says to automatically adjust the text to fit in a label. Is there the "reverse" function - automatically adjust the label height or width to the text? Is there any recommended technique to do this? Thanks community!!!
  4. alirezahassan

    Android Question Get and Set Width of text label

    hi all, i have a label that has a text like this: so i want to get width of this label and set it to the label and the bottom panel. i see the outher thread but these give me single line width . and has a bug for CRLF of Enter Character. what should i do to get width of long text correctly?
  5. palpedrinha

    iOS Question B4XDialog / B4XDialoSignatureTemplate change Size Width+Height

    Hi All, I'm using the B4XDialog and B4XDialoSignatureTemplate with iphone and everything is ok. Now I'm moving some APPs to work with iPad and I got a problem! Well ... is not really a problem like a bug or a crash. It's a visual problem! The iPad screen is bigger than an iPhone screen and...
  6. K

    Android Question Listview with different item width

    I needed listview with different row width. show in attach image. Any library? or how to do?
  7. MarkusR

    Android Question [solved] different font width at different devices^^

    i have a sub that make a texture but the text width looks different if me compare a tablet with a phone. why? my goal is to have the same texture at all devices. currently one device looks good and at the other the text is cut. is there a way to use a static font in asset folder or something...
  8. Alexander Stolte

    iOS Question Tabstrip Indicator fit to width

    Hello, how can i to adjust the indicator length to the width? in B4A i do it that way: Public Sub GetAllTabLabels (tabstrip As TabStrip) As List Dim jo As JavaObject = tabstrip Dim r As Reflector r.Target = jo.GetField("tabStrip") Dim tc As Panel = r.GetField("tabsContainer")...
Top