customview

  1. Guenter Becker

    B4A Library List of TD_ CustomViews, Modules, Classes and Services

    All Listed CustomView, Modules, Classes and Services are part of our B4A Development at prestent and in future. All not Listed CustomView, Moduls, Classes and Services are outdated and not longer supported! B4A CustomViews, Modules, Classes...
  2. R

    Android Question Altering name of customview class module and designer view

    I have a customview class module that I would like to rename. Doing this will cause a problem in all the layout files that have this customview added to the layout as it remains added with the old name and it won't recognize the new name. As there are many layout files with this customview it...
  3. Guenter Becker

    Android Question CustomView Background

    Hello I like to set the Background of the Custom View to a GradiendDrawable by code like it is done by the Designer Properties. Dim ColorArray(2) As Int ColorArray(0) = DisabledColor ColorArray(1) = xui.Color_White...
  4. Guenter Becker

    Android Question Custom View / Designer

    Hello, my question is focused on building a desginerable custom control. I knew that I can set/retrive the Designer "Text Properties" by code using the *Lbl View" of the "Public Sub DesignerCreateView (Base As Object, Lbl As Label, Props As Map)". But I'm missing to do the same with the...
  5. alisan94

    Android Question Can Define 2 tag sender for button on customview?

    hi to all i have project by sql server and customlist view? please help me on this: can define 2 tag to send for button click rom clv? i have no problem with btn.tag. but the text of edittext is big problem. tnx all
  6. Guenter Becker

    B4A Library extended editText view

    Notice! This is obsolete it will no longer developed. There is a better substitute. Look in the Forum at: TDSLinput (masked extended EditText) Name: TDeditTextExt Type: B4Xlib Code: B4A Version: Beta2 -early access- Lib Name: TDeditTextExt.b4xlib (C): TechDoc G.Becker, free to use only for...
  7. epiCode

    B4A Library LEDLabel 1.01

    This is my first attempt to create a library Please be kind :) This allows you to make a label with tiny indicator on left which can be turned on or off (with any choice of color) Usage instructions: - Download the ledlabel.jar & xml and put it in the B4X additional library folder - Add...
  8. Alexander Stolte

    B4A Library [B4X] [XUI] AS Label - CrossPlatform Label

    This is a simple label view, in IOS roundings are removed when resizing or colors are not displayed properly. This can be fixed by placing a panel under the label, this view does the work for you. Just set the properties you want in the designer like in a normal label. ASLabel Author: Alexander...
  9. S

    B4A Class Open Street Map viewer - GPS

    Hi, This b4Xlib contains a custom view (cvMap) which can display Open Street Map. The tiles are retrieved from the internet and cached in a database. You can add shapes and images on the map. UI : - Lat/lng Center of the map - Zoom Level - Compass Direction with rotation - Scale - Button...
  10. M

    Android Question .GetView(n) not work with customviews (CircularProgressBar)

    Hi everyone, i've a customlistview, with custom elements. In each element there is a CircularProgressBar, i want to incremente the value of a circularprogressbar in one element. The code to do it: Public Sub AggiornaProgress(Data() As Object) '0 = Progress Value '1 = Uploaded Files...
  11. D

    Android Question problem with some customview when getview

    Hi i use this library that have a customview: https://www.b4x.com/android/forum/threads/arrowdownloadbutton.58720/#content and when i get this view from a panel with getview() , i cant do anything on view , like when view not initialized! and i have this problem with some others customview...
  12. Guenter Becker

    B4A Library Foldable(Drawer)Menu

    UPDATE! LibVersion: Alpha2.2 > Alpha2.4 - 2020/11/03 - Status: Field Test in progress. Implemented automatic measurement of the height of the title label now depends on titles textsize Implemented ScrollView to scroll big menus Implemented DIP consideration for image scale in pixels to scale...
  13. Lucas Siqueira

    Android Question [RESOLVED] Material icon selector field in custom view

    Is there a way to place the material icon selector in a custom view field? Note, I will have the text field, icon field and label field ...
  14. W

    German B4J: customview >> code on the fly

    Hallo, ich verfolge B4X schon seit Jahren. Hatte nur nicht die Zeit mich hier mal einzuarbeiten. Habe nun beim Start von Corona damit begonnen. Hänge aber seitdem eigentlich fest. Ich würde gerne on the fly code für ein customview erzeugen. Habe X-Beispiele gelesen und probiert. Viele Beispiele...
  15. 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...
  16. Alexander Stolte

    Android Example [B4X] [XUI] ASTabMenu with xCustomListView Example

    Hello Forum, in this Example i want to show you, how to use the ASTabMenu togehther with the xCustomListView, to handle a lot of Tabs without getting into layout problems. Attached is a B4A Example. Result: How to use? it is easy. Add a xCustomListView to the form Add a new Form with only the...
  17. Star-Dust

    B4J Library [B4X] [XUI] SD_TreeList

    SD_TreeList Author: Star-Dust Version: 0.26 B4XTree Events: Click (IDLeaf As String, LeafName As String) ClickBranch (ID As String, Expanded As Boolean) LongRightClick (IDLeaf As String, LeafName As String) LongRightClickBranch (ID As String, BranchName As String) Fields...
  18. Star-Dust

    B4A Library [B4X] [XUI] SD_TreeList

    Download a Library from Here SD_TreeList Author: Star-Dust Version: 0.19 B4XTree Events: Click (IDLeaf As String, LeafName As String) ClickBranch (ID As String, Expanded As Boolean) LongRightClick (IDLeaf As String, LeafName As String) Fields: BadgeBackgroundColor As Int BadgeDept As Int...
  19. MarkusR

    Android Question add CustomView to Activity at runtime?

    hello, how can i add a custom view (it have the name ViewConsumer) to activity at runtime? Activity.AddView(View1 Consumer is a class with data. #Region Activity Attributes #FullScreen: False #IncludeTitle: True #End Region Sub Process_Globals 'These global variables will be...
  20. jimich

    Bug? CustomView not shown on designer? - here's workaround

    I am about to ask question regarding the above subject when I found out (see links below) didn't solve the problem. Going back and forth windows and wait for some time still won’t show the CustomView. I am using now v9. I think v8.50 still not fixed. The best work around is either checkmark...
Top