WebListbox Pressed Event Row Param is -1 when a WebDataSource is Used
Feel like I’m missing something obvious here… When I populate a WebListBox using a WebDataSource the pressed event is always returning a row value of -1 (column is correct) Same for the DoublePressed...
View ArticleWebListBox - how to undo 'SetFocus'
Hello all, I use the SetFocus command in certain instances. However, after that is done, I want to remove that set focus. How is that done? Here’s my code. As you can see, at the end of the event I...
View ArticleXojo2024R1: WebListBox with DataSource - RowCount method
In my TableDataSource class (WebDataSource interface) I have RowCount and RowData methods. The query is passed to TableDataSource.SetQuery method. The query is returning large number of rows from...
View ArticleError deleting the file from the database
Hello, all of asudden I get the following error message: “Error deleting the file from the database: attempt to write a readonly database”. It came out unexpectedly because in all the previous tests...
View ArticleXojo2024R1: WebListBox with DataSource: ColumnData method
In the Opening event of my web page (QueryPage) I have the code: ResultsList.DataSource = new TableDataSource I believe this code will execute TableDataSource.ColumnData which will put the column...
View ArticleXojo 2024r2 Available for Download
Announcing the arrival of Xojo 2024 Release 2, packed with over 130 new features and more than 40 fixes! Download available here: Xojo: Downloads Major Highlights: Database Connection project items...
View ArticleXojo 2024r2, ya disponible para su descarga
Ya está disponible Xojo 2024r2 con más de 130 cambios y más de 40 nuevas características: Conexión Múltiple sencilla a Bases de Datos, Mejoras en Rendimiento Web, Editor de Privacidad iOS, Soporte de...
View ArticleEnhanced Emoji Support: A Look into Graphics and String.Character Improvements
Originally published at: Enhanced Emoji Support: A Look into Graphics and String.Character Improvements – Xojo Programming Blog Now in Xojo 2024r2, we’ve enhanced emojis with vivid colors! 1 post - 1...
View ArticleMore fun with cha, cha, cha … charts!
Originally published at: More fun with cha, cha, cha … charts! – Xojo Programming Blog Xojo 2024r2 includes inline labels for Pie charts, more rendering options and full DarkMode support. You will...
View ArticleNew Database Connections
Originally published at: New Database Connections – Xojo Programming Blog While Xojo has always supported adding database connections, the old method was far from ideal. Let’s delve into the improved...
View ArticleWhat's New in Xojo Web in 2024r2
Originally published at: What’s New in Xojo Web in 2024r2 – Xojo Programming Blog We’re excited about Xojo 2024r2. Performance, control sets, improvements for current controls and bug fixes. You will...
View ArticleAndroid: New Features and Improvements
Originally published at: Android: New Features and Improvements – Xojo Programming Blog Although still in Beta, there have been many improvements to Android in the last few releases and in this post...
View ArticleiOS: Selecting Date and Time with More Style
Originally published at: iOS: Selecting Date and Time with More Style – Xojo Programming Blog Xojo 2024r2 introduces two new styles for the iOS DateTimePicker control. In previous releases, the...
View ArticleiOS: Privacy Editor
Originally published at: iOS: Privacy Editor – Xojo Programming Blog Back in March we wrote about Apple’s new privacy policy for AppStore approval and how, and when, your Xojo iOS apps would meet this...
View ArticleDLLs that need mandatory customers upgrade when upgrading Xojo IDE and need...
Hi… I am testing the new 2024r2 version. Some of my clients are using apps compiled for Win 32 with Xojo IDE 2023r4. I replace the old EXE file with the new one and I only update...
View ArticleXojo2024R2 WebListBox with DataSource - list goes blank
I have just downloaded newest release Xojo2024R2, it looks like the WebListBox control with DataSource is showing data from Postgres database very quickly - this is very good. I have added code to...
View ArticleAdd ability to track bug reports in code and be notified when they are resolved
Feedback Case Number: 76744 https://tracker.xojo.com/xojoinc/xojo/-/issues/76744 Wouldn’t it be cool to have the IDE tell you when an Xojo issue that affects your code has been resolved? And maybe it...
View ArticleConversion from a Variant to a subclass through return is not done and does a...
I have a problem. When using the Return statement, the conversion of a subclass of an empty array doesn’t work. Function Test_Array() As cSuperClass() Var vObjects() As cSubClass Var vVariant As...
View ArticleDo `IsA` on a variable that is an array of a class
I can test an object to be of a particular class, even if it’s a subclass: Var vSubClassObject As cSubClass If vSubClassObject IsA cSubClass Then // Will work End If But I can’t check to see if it’s...
View ArticleSQLite database password
When we use the password, does that actually result in a truly encrypted database? Or are we just relying on programs not peeking past the gate, so to speak, when a password is incorrect? 11 posts - 7...
View Article