visible

  1. LucaMs

    Wish Official Custom Views - Visibility.

    Some official custom views do not have fundamental properties, such as Visible, Left, Top, etc.; for example B4XTable. I know that it is possible to use: B4XTable1.mBase.Visible but this is not intuitive nor consistent and especially for newcomers to B4X it can be a problem. Note that...
  2. M

    Android Question 2024 way to share files between apps (shared folder)

    Hi everyone, Disclaimer: The app I’m developing will not be published on the Play Store. I’ve a WatchDog app (WD) that launches the Main app (M) with which the users actually interacts. The goal is to be able to update M. The idea is to download the new apk file in a folder through M itself...
  3. K

    B4J Question Rearrange Visible Buttons

    Hello Everyone! I 'm new to B4x and I'm trying to create an app using B4XPages. I want to change the visibility of some buttons based on a certain value (done that). Moreover I want those buttons rearranged, so that the visible buttons would look better. For example if i had 5 Buttons and only...
  4. rleiman

    Android Question [SOLVED] - B4XSeekBar - Changing the visible or enabled property.

    Greetings, Can you tell me how to change the visible or enabled property of the B4XSeekBar? I couldn't find those properties in the auto-complete.
  5. M

    Android Question Annoying Acitivity Title ?

    Hi everyone, i'm coding an android app. I noticed that when the app launches (in debug and also in release) there is a moment where is possibile to see the default page with the ugly android titlebar with the app name (#ApplicationLabel: <name>) and blank activity, BEFORE the app actually...
  6. M

    Android Question Make not visible Place Autocomplete View

    Hi, everyone, im trying to use the Place Autocomplete View from Erel. I have the necessity to hide (or show) the view as i want by code, but the command: PlaceAutocompleteView.Visible = False doesn't exist... how can i solve this?
Top