alexander stolte

  1. elitse

    Android Question Supabase table joins with auth.users

    Can we do a join with a table in a schema that is not public? for example, join the auth.user with Public.user? If not, are there any work arounds? Thank you.
  2. roddy

    Android Question [B4X] ASScheduler_DayView1.DayCount has a littel Bug?

    This code: ASScheduler_DayView1.DayCount = ASScheduler_DayView1.DayCount_ThreeDays ... Private Sub Previous_Click ASScheduler_DayView1.PreviousWeek() ASScheduler_DayView1.RefreshScheduler End Sub Private Sub Next_Click ASScheduler_DayView1.Nextweek()...
  3. roddy

    Android Question [B4X] about ASScheduler_DayView1.WorkingProperties

    I wrote this code: ASScheduler_DayView1.WorkingProperties.Active = True ASScheduler_DayView1.WorkingProperties.StartHour = 10 ASScheduler_DayView1.WorkingProperties.EndHour = 21 ASScheduler_DayView1.WorkingProperties.NonWorkingDays = Array As Int() All time period still on screen. Is there any...
  4. AKJammer

    Android Question TabStrip w/extentions - Tab Removal

    I'm transitioning a portion of my application from B4J over to B4A. Some users will be using a 7" android tablet to make entries into the database, but the entry screens that each user will see can be different. In addition, every half hour or so, a different user will be using the tablet...
  5. Alexander Stolte

    B4A Class [B4X] [XUI] AS Floating Loading Button

    First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) The Loading Animations are from the B4XLoadingIndicator by @Erel Author...
  6. Alexander Stolte

    B4A Class [B4X] [XUI] AS ButtonSlider V1.0

    First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) another week and a new AS View :p with B4X it is too easy to create custom...
Top