Log4Xojo: A more powerful way to manage your app logging
Originally published at: https://blog.xojo.com/2024/11/26/log4xojo-a-more-powerful-way-to-manage-your-app-logging/ Logging is an essential part of software development. Whether you’re debugging issues...
View Article[ANN] xDev Magazine and xDevLibrary Announce Huge Black Friday/CyberMonday...
November 2024-- xDev Magazine and xDevLibrary are delighted to announce that between Nov. 27 and Dec. 2 (CyberMonday) their entire stores are on sale at 20% off! Just use coupon code CYBERMONDAY to...
View ArticleMemoryBlock in Android not accepting string value
I have the following code verbatim in an iOS app in the URLConnection ContentReceived but trying to get this to work in Android Dim mb As MemoryBlock = content Var outputStream As BinaryStream =...
View ArticleMenu shortcut problem
For REDO, I have the menu shortcut set up for Mac as CMD-SHIFT-Z But for Windows , people expect CTRL-Y I cannot work how how to achieve that in the IDE Anyone know how to make that happen in IDE or...
View ArticleDatabase Connection in the IDE
Mod if this should be moved to Database section please do Xojo 2024 3.1 Windows 10 and 11. In the Xojo IDE you can insert DB connection for target DB, set Development-Beta-Release, set all the...
View ArticleWhere is the batch .bat/.cmd file?
Here is mybatch.cmd text file: START /WAIT c:\myappfolder\myxojoapp.exe myfilename.txt Case 1: mybatch.cmd and myxojoapp.exe and myfilename.txt are all in myappfolder. Result: success! Case 2....
View Article2024R3.1 How to change the size of a webpage programatically?
Hello all, I want to change the vertical size of a webpage programmatically when different menu selections occur. So at this point the page has been displayed already I’ve tried Self.Height =...
View ArticleDeffie-Hellman with MBS in iOS Xojo
I bought the MBS Plugin for Diffie Hellman Key Generation. But from the example it only generates keys with elliptic curve configuration: // Our chosen curve must be used by both sides in the exchange...
View ArticleHaving fun with Xojo (Grr…)
I add a method I named Aphabetize. Inputs a FolderItem, outputs a String Array. I populate it with code, add code to call it, save, run and get: Earlier (this night), in that same project, I add a...
View ArticleXojo2024R3.1: WebListBox.ScrollTo - does it work when using DataSource?
I have following code: selectAccountInCode = True AccountsListBox.SelectedRowIndex = -1 For j As Integer = 0 To AccountsListBox.RowCount - 1 Var vAccountId As New NumberField(True,0) vAccountId.Set...
View ArticleVal("-1") as UInt32 returns different values on Intel and ARM Macs
Create a new desktop app with this in Window.Opening event: Dim value As UInt32 = val("-1") MsgBox(Str(value)) Build a mac universal app on Xojo 2024r3.1. When you run the app on an Intel Mac it shows...
View ArticleMBS Sale for Black Friday
As you may know Americans love to shop on Black Friday and Cyber Monday. This year Black Friday is 29th November. About half our customers are in North America, so we are happy to offer you a discount...
View ArticleBlack Friday 2024 Starts Now for Database Management, Reporting for Xojo
The Paradigma Software team wishes our friends and colleagues a Happy Thanksgiving! We are also offering special offers through December 2, 2024, so don’t miss out. These include savings of 40%-60%....
View ArticleAltering DB table, adding a column - getting error in Android
I have the following method obtained and modified from a very old post on the forum which adds a column to a db table to an already existing table. I use this same function for desktop and iOS, but I...
View ArticleAndroid Google Admob
Is there an equivalent of MBS Admob plugin iOS for Android? 1 post - 1 participant Read full topic
View ArticleEasy for someone who understands alpha channels and/or masks
Ok…this seems like it ought be really easy…but the solution eludes me for days now. I have some PNG files that have an Alpha Channel – I need to be able to read that PNG file in (sample attached)...
View ArticleGetting App Name Programmatically
In any other app type I can use App.ExecutableFile.Name but for Android this is missing at the moment. What is a way to get the Android App Name programmatically? 3 posts - 3 participants Read full...
View ArticleAndroid Assigns Compiler Error
I’m getting an error when compiling an Android project with a method that has an Assigns parameter. Xojo Assigns Can’t find any reference to Assigns in the document below xojo.com...
View ArticleTest on real device
Xojo tell me A distribution profile is required when building for the app store. When I try to test my iOS app on a real device. On Xcode I see my certificate Help needed, thanks 3 posts - 3...
View ArticleLIST BOX - He doesn't order
Hi group, I have a populated listbox, and I should sort the data by clicking on the “Lordo F.” column, but it sorts the data partially. How do I solve it? 14 posts - 9 participants Read full topic
View Article