custom view

  1. C

    B4J Library [Custom View] Year Planner View

    This Year Planner View is my first effort at a custom view! It depends on jXUI, XUI Views, & B4XCollections. It displays every day in the selected year and returns the clicked day(s). A bunch of Designer Script Extensions are used to keep everything neat as the form is resized (credit to @Erel...
  2. Guenter Becker

    Android Question Type of custom view

    Good Day to you, may be it is a silly question but yet I do'nt see the wood for the trees. I developed a XUI Custom View and put the view as a children in a Panel. Now I like to run through the Panel childern and test each returned view ( see code example). For the native views it is working...
  3. Guenter Becker

    B4A Library TDSLinput (masked extended EditText)

    Name: TDSLinput Type: BFA library (JAR/XML) Version: 2 - early access TDSLinput stands for TechDoc Single Line input. It is a Custom View (XUI) for the use with Anywhere B4A Suite. The view is usable by the Designer Tool of the suite or by code. The view is developed in B4A Language and...
  4. rwblinn

    B4J Library [B4X][CustomView] xInstrumentationController

    xInstrumentationController is an open source B4X Library. The xInstrumentationController (Custom View) purpose is to display a device present value & display and set a setpoint via touch or method. Features Set the device present value (PV) and display on a vertical bar (horizontal is not...
  5. S

    B4J Library Open street map viewer

    see https://www.b4x.com/android/forum/threads/open-street-map-viewer-gps.127827/ a B4Xlib for B4A and B4J to view Open Street Map
  6. MarkusR

    Wish enumerate custom views in activity

    enumerate through activity objects / views did not return the original custom view class for some reason.
  7. Yunus ÖZ

    Android Question Notification Play/Pause Problem

    Hi everyone, I'm using NotificationBuilder library for my radio app. (Thank you very much to the developer @barx ). This is my Custom Layout File <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...
  8. LucaMs

    Wish [already exists] Designer - Custom views "type".

    If possible, a less generic "description" of (you can have more than one kind of custom views in your layout, of course)
  9. Lori Scott

    Android Question Generating R file. Error

    I am trying to work with TabStripViewPager Library. It downloads fine. The library is visible/selectable in B4a. The custom view is available. When I attempted to run the sample project TabStripExample, it would not open on my device - giving a message like 'The file appears to be corrupt'...
  10. carlos7000

    Spanish Habilitar customView [solucionado]

    Hola a todos. Estoy intentando crear una sencilla aplicación me muestre un mapa de Google map. Pero el primer escollo que encuentro, es que en el Diseñador visual esta deshabilitado el objeto customView. Segun las instrucciones en...
  11. T

    German gibt es anpassbare Buttons?

    Hi, ich versuche gerade viele Buttons mit Rahmen zu machen. In meiner Core version gibt es leider keine Rahmen. Ich wollte fragen ob es bereits additional libraries gibt mit denen ich das bewerkstelligen kann. LG, Tooob
  12. LucaMs

    Android Code Snippet How to add Custom Views programmatically

    Sub Name: !!! Description: Allows you to add Custom Views programmatically (by code) Author: @Erel Sub SpecialSubThatCreatesACustomViewProgrammatically (Parent As Panel, Left As Int, Top As Int, Width As Int, Height As Int)...
  13. LWGShane

    Wish More CustomView Designer Properties

    1: #DesignerWidth and #DesignerHeight - Would allow us to set the default width and height of the "panel" that is created by the designer. 2: #DesignerAnchors - Would allow us to set the default anchors for our custom views.
  14. rleiman

    Android Question error "current module does not support adding members"

    Hi Everyone, After adding a custom view I get the following errors when trying to add a member using the "Generate" menu item. Why? I thought we are allowed to add them to custom views. Do I need to set something? This is happening to all custom views I try to add a member to. The attached...
  15. Pucci0095

    Android Question Problem with CustomView

    Hi all. I'm new to the forum. I've a little problem with custom class. how can I turn my Base Panel into view, so that I can add it via code in an activity or another object, like a list? EXAMPLE: Sub Globals Dim myButton As mybutton End sub Sub Activity_Create(FirstTime As Boolean)...
Top