panel

  1. M

    Android Question Apply Blur effect to a panel

    Hi, I don't know if this is a possible thing. I would like to put a Background image, and on the top of it a transparent panel, that has a blur effect on it, so everything behind it's blurred. Something like this
  2. DALB

    Android Question How to get the text of an editext in a panel in scrollview

    Hello everyone. I have a layout named PNLS In PNLS I have 2 labels and 1 EditText TXTS With a loop, I add some panels PNLS in a scrollview named SCV I invite the user to entrer datas in the editTexts named TXTS Question: How can I get the texts of each editText (to next insert in a SQLite...
  3. M

    iOS Code Snippet Chat Layout Example (some corrections needed)

    Hi everyone, i want to share this "chat layout". I hope it will be useful to somebody. It is a translated version from the Andoid one by @Douglas Farias. It has some bugs, that someone can help me to fix. For example i want the CustomListView always display the last element (without bringing...
  4. M

    iOS Code Snippet Horizontal Panel Scroller (like TabView in B4A) with PageIndicator

    Hi everyone, i want to share with you this example project, that is a slightly modified version of this one. Maybe can be useful to someone else. It's adapted to be an horizontal panel scroller, that correctly center the loaded layout in the panels.
  5. M

    Android Question Button or EditText still clickable under a solid panel

    Hi everyone. I have big problem, i have two edittexts and a button, then i have i white (#FFFFFF) panel on top of those. The problem is that it's possible to click the button or the edittext anyway, even if there is the panel hiding them (with alpha 255).
  6. C

    Android Question panel radius

    hello I'm using a panel View in the designer I see there is a possibility to set the corner radius Is there a possibilty to set different radius in both sides of the panel Let's say 60 in the left side and 0 in the right side Thank you
  7. Star-Dust

    B4J Library [B4X] [XUI] SD XUIScrollView2D

    I develop the cross-platform version of the ScrollView2D library. XUIScrollView was developed all from scratch. xScrollView is a wrapping of the native ScrollView but which standardizes the commands so that they can be used cross-platform. Everyone can choose which one is best suited to their...
  8. Star-Dust

    B4A Library [B4X] [XUI] SD XUIScrollView2D

    I develop the XUI version of the ScrollView2D library that created @Informatix. I did not base myself on its code but developed everything from scratch. It is still unripe, but it works well and is not very heavy. Clearly for iOS already the native ScrollView is 2D as well as for Desktop...
  9. Star-Dust

    B4J Library SD: XUI_Design

    Goodmorning everyone, We have often discussed in this forum in different threads about the need to be able to insert XUI from design. We all know that the direction that is suggested by AnyWhere software is to create in the design the native views and then replace B4XView to the type...
  10. Scotter

    Android Question Need scrolling panel

    Hi - I see the "scrollview" view. My issue: It appears you can't set this up in the designer to hold other views. I see after a search that it can be done programmatically. However, I really need the ability to set it up in the designer. Should I give up or is there a custom component available...
  11. Scotter

    Android Question Programmatically set bottom edge distance of a Panel?

    Hi - I see height is available but I've anchored to top and bottom in designer. So I'd like to be able to change Bottom Edge Distance programmatically. If not possible, and I have 7 variants, how do I calculate Height? In case it helps, why am I doing this? That Panel is a parent to a Tab Strip...
  12. A

    Android Question Create image from panel

    Hello, Does anybody know if there is a way to create and save an image that contains a screenshot of a panel (with all the B4Xview inside)? Thanks in advance
  13. LWGShane

    Android Question [Solved: Forgot "SetLayout"] Unknown Layout/Panel Problem

    It happens when I either create a game or load a game. The bug is in the "BalanceView" activity; project is attached.
  14. K

    Android Question Panel Custom View

    I create panel custom view, but none object added in it. my panel custom view code : Public Sub DesignerCreateView (Base As Panel, Lbl As Label, Props As Map) mBase.Initialize("mBase") mBase = Base Base.AddView(mBase,0,0,Base.Width,Base.Height) Log(Props.Get("Elevation"))...
  15. K

    Android Question corner radius property to custom view

    I want to give radius property to my custom view panel. I'm try Base.CornerRadius but it not cornerradius property in drop list.
  16. Star-Dust

    B4J Library [B4X] [XUI] SD XUIView

    I'm happy to announce the publication of my new B4XView library. This library adds to the XUi Views the native views of the three platforms (Android / IOS / Desktop) so that they can be managed by Design, using them as XUI views without having to change its type in the Globals Sub. With this...
  17. Alexander Stolte

    Android Question [B4X] How Draw a rounded circel in the middle of a panel?

    Hey, how can i draw that on a Panel? I fail at the rounded one. Greetings :)
  18. Alexander Stolte

    Android Question [B4X] Draw a rounded circel in the middle of a panel

    Hello, is this prossible with a panel? Greetings :)
  19. C

    iOS Question Fixed Panel

    how to add a panel to stay fixed on all pages? Spotify example:
  20. A

    Android Question customlistview set panel view

    Dear all, I am working with a customlistview with severla edittextboxes, buttons etc. when entering from one editbox to another, I want to make from the enterpressed command on the last textbox that he jumps to the first of the following panel. There is a getpanel command but is there also a...
Top