Hangout Xojo en Español (28/2/2024)
No te pierdas el próximo Xojo Hangout en Español que tendrá lugar el próximo 2024-02-28T18:00:00Z UTC Únete a nosotros utilizando Zoom desde este enlace. 1 post - 1 participant Read full topic
View ArticleURLConnection on Android App
I am using a Macbook pro M1 and Xojo 2023r4 Just for the pourpose of this post in order to simplify the explanation of my problem, I had created a middleware in order to work as a web service...
View ArticleParamArray help needed
I have wrapper methods for database calls, so I can handle and more particularly log errors, and not have to pad out the main logic for every database call. So, for ExecuteSQL, I might have this:...
View ArticleSelectRowWithText not selecting a matching row (Desktop Popup)
I have a popup menu that currently has two predefined options. There will eventually be more: Mono8 Mono16 These values match parameters stored on a frame grabber board. I am reading the value on the...
View ArticleWebTextField: how to have a Pressed event?
I would like to detect a clic inside a webtextfield ( that is read only as a side note) how to implement this ? thanks. 2 posts - 2 participants Read full topic
View ArticleEtichette
I would like an example on how to make labels with Dyna Pdf with the possibility of going to the next line if the word is too long 4 posts - 2 participants Read full topic
View ArticleGet all iOSLayoutConstraint instances for a screen?
I’ve written a stack control (just like the iOS and macOS control), with a canvas subclass, that works intuitively—drag your controls on to it (parent them), pick your axis and distribution methodj,...
View ArticlePaintCellText event code to show the rightmost part of a string in a...
Function PaintCellText(g as Graphics, row as Integer, column as Integer, x as Integer, y as Integer) Handles PaintCellText as Boolean ' This PaintCellText event handler is designed for a...
View ArticleRegex Search and Simplified Chinese
Can you do a Regex search a Dictionary type if the data is Simplified Chinese? err = new RegExException redim whereToPut(-1) // reset results array Found = false rg = New RegEx // setup for search via...
View ArticleWindows Ereignisprotokoll auslesen
Hallo, meine Windows Apps schreiben in das Windows Ereignisprotokoll. Ich würde gerne eine Möglichkeit anbieten innerhalb meiner App, Einträge zu derselben App aus dem Windows Ereingnisprotokoll...
View ArticleBuilt App sizes
What is Xojo doing about Built App sizes ? There is not legit reason for every single version of IDE to creep up App size of built applications. That is not what compilers do. Why did the move to...
View ArticleWindows to linux
Any Windows to Linux converts that would share their experiences? Any deal breakers. How is XOJO on Linux compared to Window’s? Now that I am retired and don’t need to use Windows any longer, I would...
View ArticleiOS build error
Anyone got an idea what this is about? 3 posts - 2 participants Read full topic
View ArticleHow to get WindowID?
Hello, How to get the ID of the active window (WindowID)? I tested this but always returns 0 ! Soft Declare Function NSClassFromString Lib "Cocoa" (className As CFStringRef) As Ptr Soft Declare...
View ArticleURLConnection Basic Authentication
Using Xojo 2023 R4 on Linux. I’m connecting to an external API using the URLConnection class. The API needs Basic HTTP authentication, so I implemented the AuthenticationRequested event handler. This...
View ArticleProblem with DynaPDF today
Hello, For some reason, my App has been unable to generate A4 PDF files (MBS DynaPDF) with tables on Windows Server since today (it’s still OK on debug mode on Mac). The only notable event was the...
View ArticleCSSColorValue(selector as String, propertyName as String, fallbackColor as...
for this xojo method, available for DrawControlInLayoutEditor, what are the available values for propertyName ? it seems the “color” value does not seems to work (in xojo 2023r4) anymore ?...
View Article[ANN] Upcoming Webinar: Using Xojo to Develop NetSuite Web Apps
Upcoming Webinar: Using Xojo to Develop NetSuite Web Apps In the third installment of our Xojo / NetSuite Development webinar series, Tim Dietrich demonstrates how you can use Xojo to build a Web app...
View ArticleHave two iPads talk to each other
I’ve written a little iPad app for a neighborhood organization. The main purpose is to collect email addresses from people who attend events. Assume we have two iPads in use. Is it possible to have...
View ArticleRunning on Sonoma Intel
Hi team! I’m have built a Windows/Mac app with 2023r4, which runs fine on Windows 10 and Mac OS Ventura (and before) but is not opening on Sonoma (on Intel Mac) when I share with my testers. I have...
View Article