Hi Fam
I've been testing and enhancing some things on the latest version of SithasoDaisy and a beta version is available, V2.25 for testing.
PLEASE POST YOUR QUESTIONS HERE about any issues you enquire with existing applications. Some stability issues were discovered and fixed on this version and these might result in some minor breaking changes or none, depending on your application. Most of the issues were related to getters / setters with same names as global variables.
This is a BETA version, please ensure you backup your projects and current version of SithasoDaisy, this should not be used in production environments, and you are expected to test your applications thoroughly should you use it. We are currently testing all our applications too.
What have we been doing so far? Here are some interesting things we have been speaking about.
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
Enjoy!
			
			I've been testing and enhancing some things on the latest version of SithasoDaisy and a beta version is available, V2.25 for testing.
PLEASE POST YOUR QUESTIONS HERE about any issues you enquire with existing applications. Some stability issues were discovered and fixed on this version and these might result in some minor breaking changes or none, depending on your application. Most of the issues were related to getters / setters with same names as global variables.
This is a BETA version, please ensure you backup your projects and current version of SithasoDaisy, this should not be used in production environments, and you are expected to test your applications thoroughly should you use it. We are currently testing all our applications too.
What have we been doing so far? Here are some interesting things we have been speaking about.
[Web][SithasoDaisy] Awesome Bottom Navigation 5 Pages Example & Template
Hi Fam  Demo  In this example, we will create a 5 page navigation application. Whilst the pages will be accessible with the drawer, one will also be able to access the pages via the bottom navigation bar. Each of the pages have a toolbar and a bottom navigation bar. One can navigate from one...
				[Web][SithasoDaisy] SDUIOffCanvas Sheet for Top / Bottom / Left / Right
Hi Fam  The SDUIOffCanvas is a new component that enables one to have a sheet that can sit on either side of the screen. This can be left, top, bottom or right of the screen.  Demo (Open from Mobile Device)  This example shows how the SDUINumKeyPad component can be placed inside the...
				[BANano] Using ExcelJS to create Excel Reports based on existing templates
Hi Fam  I wanted to generate an excel report based on an existing template. The template should have some existing structure in it, so I need to read it and then update the portions I need and then write it back by saving it.  I have talked about reading and creating Excel reports here.  1...
				[Web][SithasoDaisy] Mashy Teaches Mobile WebApp Development using SithasoDaisy Wireframes
Hi Fam.  NB: PLEASE DO NOT POST QUESTIONS ON THIS THREAD, RATHER START A NEW THREAD WITH YOUR QUESTION  21-May-2024  The first beta (tryout) version of SithasoDaisy Wireframes it out. Catch it here Download, unzip the file and double click the ".bat" file to start the app.   First, think...
				[Web] Beginning Telegram Mini Apps - CloudStorage aka CRUD Key-Value Store
Hi Fam  Demo (Open in Telegram Mobile App)  Source Code  Today we look at Telegram Cloud Storage, a key-value pair storage available on the Mini Apps. We will create a task manager to demonstrate this. This will have a done indicator, the task name and one will be able to edit and delete a task...
				[Web] Beginning Telegram Mini Apps - Alerts
Hi Fam  Demo (Open in Telegram Mobile App)  Source Code  In this tutorial we look at alerts. These are internal components built inside Telegram and we are just using an API to execute here.
				[Web] Beginning Telegram Mini Apps - Back & Settings Buttons
Hi Fam  The back button controls the visibility & navigation when the back button is active. This is like the normal back button in an app. The settings buttons show on the right menu of the bot. This is demonstrated below.  Demo  https://youtube.com/shorts/oGRG9_XRXCY   We define the buttons...
				[Web] Beginning Telegram Mini Apps - Haptic Feedback
Hi Fam  What is Haptic Feedback?  Your sense of touch provides valuable information about the world around you, and haptics mimic these experiences. If you've played a racing video game and felt the controller vibrate when your vehicle rolled the track, you've experienced haptic feedback...
				[Web] Beginning Telegram Mini Apps - BiometricManager
Hi Fam  Demo (Open the bot from your Mobile Device > Sign In (use any details) > Hamburger > Biometrics > Follow the button sequence. When you click Authenticate, it will show the biometrics  Source Code  With the Biometric Manager, one is able to authenticate user access to the app using...
				[Web] Beginning Telegram Mini Apps with BANano
Hi Fam  Demo  Source Code  Let's create some Telegram Mini Apps.  What is TMA?  These are apps that run inside Telegram. They use Bots to run.  Here we go...  Related Content  https://core.telegram.org/bots/webapps  Useful Bots:  https://t.me/apprelay_bot  https://t.me/BotFather
				[Web] SithasoDaisy SDUITable Inline Editing - Calculations
Hi Fam  Download  NB: This project is built with SithasoDaisy 2.5 BETA, however the same principles discussed here still apply.  This demo project is about how inline editing works. When some values in the table change, we calculate some other values. This is also effected when we make changes...
				[Web] Mastering Pocketbase: Your Ultimate Guide to a Flawless SQLite WebServer Install on Windows!
Hi Fam  Download  PocketBase is a SQLite Webserver with some powerful functionality. Whilst it provides functionality to be a database, it also has a nice UI to manage that database. You can host it locally and also run it on a VPS. It does not support shared hosting.  1. Download and unzip this...
				[Web] Self Hosting Supabase
Hi Fam  I just found this video on YT, have not tried it out. If you do, please share your experience.    Have fun!
				[Web][SithasoDaisy] Mastering the SDUIDragTabs Component i.e. Draggable Tabs
Hi Fam  This component helps with scrolling tabs which are clickable, more like the YouTube draggable tabs.    When the page is shown, we build up the page   'sub to show the page Sub Show(duiapp As SDUIApp)            'ignore     'get the reference to the app     app = duiapp...
				[Web] Creating Secure MySQL REST API based WebApps using Api Keys on top of HTTPS
Hi Fam.  This tutorial is based on the api.php project, originally posted in the forum on September 9, 2022. See the Related Content section below.  This time around we are looking at how we can use Api Keys for Authenticating our MySQL WebApps to make them secure when using REST API...
				[Web][SithasoDaisy] Mastering the Team Grid Component
Hi Fam  Let's look at the Team Grid component that's coming to SithasoDaisy 2.24+  A team grid can be used as an alternative to the table listing or a complement to the table listing.       Just like the table, the team grid has functionality to do the following"  0. Search - one can type in a...
				Enjoy!