tab

  1. J

    Android Question FileDialog not showing bottom tabs

    I am using FileDialog- fd.FilePath = File.DirInternal fd.FileFilter = ".pmd" Ret = fd.Show("Select File", "Load", "Cancel", "",Null) It works fine as long as the file list is smaller than the screen. In such cases it lists file names and shows the Load and Cancel tabs at the bottom. But if the...
  2. Alexander Stolte

    Android Example [B4X] AS Settings with SegmentedTab

    This is an extension for the AS_Settings library, if it activates this extension, then you can select settings via a new type. Guide Download AS_SegmentedTab Copy it to your additional lib. folder Check the AS_SegmentedTab in the lib. list in your project Click in B4J, B4A or B4I Project ->...
  3. J

    Android Question Fix TabStrip tabs

    Hello friends I use TabStripViewPager in my application but tabs are like this: i want to fix tabs in center like this: This feature existed in the AhViewPager library, but it does not in this library. How can I do this? thanks
  4. Alexander Stolte

    B4A Library [B4X] [XUI] AS TabMenuAdvanced

    A container view controller that manages a multiselection interface, where the selection determines which child view controller to display. This view was developed and structured from scratch :) i spend a lot of time in creating views, some views i need by my self, but some views not and to...
  5. DarkoT

    B4J Question TextField - handle TAB as Enter

    Hi guys, need little help... How can I handle Tab same as Enter; I need to get txtfield_Action when user move WITH TAB from one field to another... With Enter works perfect, I can not figure out how to catch Tab... I'm using B4J Pages for desktop app... Need example... Help, please... Tnx, DaT
  6. M

    iOS Question Navbar like Whatsapp

    Hi! I'm trying to understand the various part that make up the navigation between pages in B4i, and the various options. How can I have a nav bar like this: With custom icon and Text (and eventually the notification dot). It's a acutal navbar, or a panel with button inside? (i ask this...
  7. M

    Bug? Search in B4A

    Why if I click the Search Tab it appears blank?
  8. L

    Android Question How to intercept or simulate first tab key press

    Hello, Some time ago I developed on my application a barcode scanning. I do this intercepting the chars with activity_keypress and when I receive the tab key my application search the barcode. It works, but I got a problem that my customer reject. The application starts to read the barcode...
  9. Alexander Stolte

    B4A Class TabStripViewPagerExtendet

    This is the TabStripViewPagerExtendet Class for the TabStripViewPager and my first Class which I publish. The standard library does not offer much customizability and thats the reason why I did this class. The class has many settings and thanks to Erel for sharing methods with the JavaObjects...
  10. JohnC

    Android Question Tabstrip + Scrollview + Keyboard = Height?

    I am using a Tabstrip and a few of the tab's pages have edittext controls on them. So, I am forced to use a scrollview on each tabstrip page that has a edittext on it to make sure they can be visible when the keyboard is shown. So, then I am forced to use IME to detect when the keyboard...
Top