alexander stolte

  1. Dave O

    Android Question AS Settings with segmented tab - how to set value in code?

    I'm trying out Alexander Stolte's AS Settings library for building preference pages (in my first B4XPages project). I've added the ASSegmentedTab extension and it works well in the UI, but I can't figure out how to set its value in code, and haven't found an example on the forum. In the...
  2. AmirPYTHON

    Android Question Error In SupaBase Example Chat App

    Hi Guys! After Click On room Name I See This Error: supabase_authentication_filluserobject (java line: 180) java.lang.RuntimeException: Object should first be initialized (Map). at anywheresoftware.b4a.AbsObjectWrapper.getObject(AbsObjectWrapper.java:67) at...
  3. Enrico Cicala

    Android Question How to deselect date ranges on AS DatePicker

    How can I deselect a date range after it has been set? I have tried both .Refresh, .Rebuild and .RefreshSelectedDate to no avail. Private Sub btnFilterCancel_Click dpCalendar.Rebuild dpCalendar.Refresh End Sub
  4. 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.
  5. 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()...
  6. 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...
  7. 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...
  8. 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...
  9. 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