panel

  1. uniplan

    Android Question DSNavigationDrawer How Lock and unlock

    HI, i'm working with DSNavigationDrawer panel menu...i see that is possible to lock and unlock the open of panel... How i can set the DSNavigationDrawer locked and unlocked? Thank you
  2. R

    Android Question warning #20 Table class

    I am using the Table class in the designer, added to a panel (Add View, CustomView, Table) I declare the class in Sub Globals(): Private TableX As Table This causes a warning in the IDE: View 'TableX' was added with the designer. You should not initialize it. (warning #20) This is not actually...
  3. konradwalsh

    Android Question [SOLVED] Set Equal Position of Views in Panel

    Hi I have searched and search and cannot find a specific answer to my question; I have a panel. It may have 1 checkbox or up to 8. I add the checkbox dynamically. How can I position them so that it goes 1 2 5 6 3 4 7 8 This is the code I have used to achieve this: If i Mod 2...
  4. 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)...
  5. Y

    Android Question Strange lag/bad performance when switching layouts in a panel

    I have an app that has a top bar with a button to show a sliding menu (done with slidingmenuwrapper) and a label that indicates what "page" you're currently on. The rest of the UI is a Panel. The menu contains some buttons that allow you to switch between several pages by loading different...
  6. Star-Dust

    B4A Library SD: Panel Extra (Slide Swap Scroll)

    (No WRAP, No Java Only B4A) The PanelExtra library contains these classes PanelNavigator (Example) SlidePanel (Example) TitleScrollView (Example) SwipePanel (Example) ManagerPanel (Example) SD_PanelExtra Author: Star-Dust Version: 0.11 PanelNavigator Events: ChangePanel...
Top