view

  1. fat32

    B4A Library [B4X] [XUI] XQ XPandPanel

    An expandable panel with a titlebar (xq-titlebar), than can host any other view, inside the panel. It can have up to 5 icons in the right corner, one icon in the left corner and the title is auto-adjustable. The panel can also be animated while expanding/collapsing. Features: Up to 5 icons on...
  2. M

    Wish [B4X] ScrollingLabel with different modes

    Hi everyone, how many of you would like to have the ScrollingLabel (in XUI Views) settable in multiple modes? For example i would like to have "Ping Pong" scrolling, instead of the "Loop" scrolling i think it could be an "easy" but cool upgrade for that view :)
  3. M

    Android Question [B4X] Update value of an item in CustomListView

    Hi everyone, is it possibile to update the value of an item of a custom list view? because i do not see any method for this, the only way i figured out is to: save the view using .GetPanel save the value using .GetValue update the value replace the item using .ReplaceAt and using the new value...
  4. M

    iOS Question [B4X] Double column multiple card element sizes like Pinterest

    Hi everyone, what is the best way to achieve this type of list nowadays? I know I could do it by using two CLVs that scrolls together but I'm afraid of glitches (like jerky movements between the two on shitty-smartphone like mine) The features I'm interested in are: Two columns each column...
  5. Dave O

    Wish Ability to add tooltips to views as a property in designer or code

    Android 8+ adds the ability to attach a text tooltip to a view. This post shows some wrapper code to do this with JavaObject. Just like elevation has been added for panels, I'd love to see tooltips added as a declarative property on views, so we could define them using the Designer or in simple...
  6. Dave O

    Android Code Snippet standard tooltips for Android 8+

    For tooltips (press-and-hold on a view to show some explanatory text), in the past I used a hack in my apps to position a toast message near the view. This has stopped working on certain recent versions of Android (I'll cover that in a separate post), so I went looking for a better solution. It...
  7. F

    Android Question how to get the name of a view

    how to get the name of a view? I want to get "Button1" of the Button1. no Text,no Tag, I know "Button1.Text","Button1.Tag". It's in the red box
  8. A

    Android Question many view use one and the same class module

    'i have a question about class and list and many view , 'What to deal with is , many EditText placed on form , 'if the value(text) of any EditText is changed then the backcolor of it will be changed , 'i used class module in vb , it can fulfil the task , the following is code the followring...
  9. User242424

    B4A Library AXWaveAnimation

    Hello World! Another B4A Library šŸ˜ AXWaveAnimation AXWaveAnimation is a wave animation or a bubble animation for recording or playing audio using the amplitude of the voice. AXWaveDrawable You can customize the wave drawables or add or remove the wave drawables. Example ...
  10. User242424

    B4A Library AXPowerView

    Hello World! Another B4A Library with awesome animations and circular loading šŸ˜ AXPowerView Inspired by HotspotShieldVPN. See more in Github Lib+Sample attached :)
  11. M

    Java Question Wrap library as view instead of ActivityObject

    Hello, I managed to wrap a library but the only way i can currently use it is through the designer. Is there a way to wrap a library and display the UI with Activity.AddView(WrappedLibraryObject, left, top, width, height) i Followed this tutorial to wrap the library...
  12. MitchBu

    Android Question Rotate a view, relative to ?

    I am trying to apply this method advised by Erel, to rotate a view: Dim x As B4XView = YourView x.Rotation = 45 'or x.SetRotationAnimated(1000, 45) To understand what was the center of the rotation, I checked the view Left and Top before and after the rotation, but they are unchanged. What...
  13. Sagenut

    Android Question Add CustomView by code Multiple times

    This question refer to this discussion: https://www.b4x.com/android/forum/threads/customlistview-creation-with-code-not-with-designer.117247/ In the linked discussion has been given the solution how to add a CustomView by code: making a dedicated layout with the CustomView and loading the...
  14. M

    iOS Question ScrollView content goes OUT of Scrollview

    hi everyone, i was using the scrollview but i don't know why if i load a layout in the scrollview, when i scroll it goes out of the scrollview D: scrlInfo.Panel.LoadLayout("info_layout") scrlInfo.SetShadow(Colors.Black, 0, 0, 0.2, False) scrlInfo.Visible = False scrlInfo.ContentHeight =...
  15. Star-Dust

    FilterView

    To kill time (coronavirus takes care of it for us) and to distract myself from the situation I thought of creating a new CustomView. Different give the possibility to insert different search keywords, for example when inserting TAGs in B4X threads. I wanted to do it for B4X and I started...
  16. M

    iOS Question CustomListView loaded layout can't be modified by code

    Hi everyone, i'm trying to adapt an example of a chat layout (android reference by @Douglas Farias) I want to change the property (width, height, position) of a panel in a customlistview (loaded with loadlayout). If I go step by step with the Debugger it seems to work, but as soon as it go on...
  17. Mashiane

    B4J Library [BANanoPDFView] JQuery In-Browser PDF Viewer

    Ola Well, this basically does what it says. It uses the built-in PDF viewer to view your PDF files. Just pass it the URL of the pdf file and the width and height of the HTML element you want to render to and whalla! Ive tested it on Edge, Firefox, Opera, Chrome FireFox Chrome Edge...
  18. ALBRECHT

    Android Question Designer Copy and Paste Views

    Hello, Sometimes when i copy and paste some view into a new panel i have noticed that the field Type is empty. That apparently provide no pbs with the app. with B4A (i still dont try the transfer on B4I) Please could you confirme that to me ? Regards Michel
  19. 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...
  20. Star-Dust

    B4J Library [B4X] [XUI] SD ElasticTrimmer

    SD_ElasticTrimmer Author: Star-Dust Version: 0.04 ElasticTrimmer Events: Change (Value As Int) Functions: DesignerCreateView (Base As Object, Lbl As Label, Props As Map) Base type must be Object GetBase Initialize (Callback As Object, EventName As String) Invalidate RemoveViewFromParent...
Top