Function not found Exceptions in new version of dylib, but works from old...
I’m trying to get Xojo-OpenCVC up to date with the latest version of Xojo. It’s here. Concurrently, we are updating OpenCV-C, the wrapper upon which this xojo project is based, to add some new...
View ArticleInformation about the current event
Hello, Looking for information about the current event. I would like to see the information that is shown in the “Stack” area of the debugger like: ObjName1.ObjName2.KeyUp “Me” will supply some of the...
View ArticleTransparent is not
Does Xojo on Windows properly do transparency? I have a canvas on top of a rectangle. The canvas is marked transparent, but it appears. 2 posts - 2 participants Read full topic
View ArticlePanic: more Apple messing about
I have an email from Apple that may as well be in Sanskrit. We’re reaching out with a final reminder that the Certification Authority (CA) for Apple Push Notification service (APNs) is changing. APNs...
View ArticleDoes XOJO work on Windows CE
Does XOJO work on Windows CE 2 posts - 2 participants Read full topic
View ArticleSMS on native Android
Is there a plan to implement native library on Android like for example SMS? 1 post - 1 participant Read full topic
View ArticleAutomation Entitlement - Need help
Hi all, It’s a long time ago that I created an app for mac, but now I’m on it again. My problem is that I do not get Entitlements to work. I created a .entitlements file with this content : <?xml...
View ArticleLifeboat working on VPSDime
For those who might care about deploying an ultra-cheap WebApp host I have successfully implemented my Xojo WebApp onto a Debian 12 instance on VPSDime.com using Lifeboat (https://strawberrysw.com)....
View ArticleHTMLViewer bidirectional communication 2015r2.2
I have an old application which used HTML Viewer for webpages. It also communicated back (webpage interaction) to XoJo parent using the bowser status and the StatusChange event. Of course altering the...
View ArticleChahe column header text on weblistbox with datasource
Hi all, I have a weblistbox with a datasource, I would like to change some header text between different searches. Tha columns are omogeneus across searches (totals), but I would like to reflect in...
View ArticleApp on Rpi with Wayland, another application has hold of touch screen touch...
Hello. I have an application running on a Raspberry pi running wayland instead of X11. I have another installed application that seems to grab hold of touch events from my HDMI touch screen when sat...
View ArticleDesktopCanvas.MouseCursor not changing unless I move it
Hello everyone I’m doing dev on Xojo 2024 r4.2 on Linux Mint Cinnamon. I found that if I try to do the following code in a keydown event: Canvas1.MouseCursor = System.Cursors.HandOpen the change...
View ArticleIMAP Receive gmail
Hi, ich nutze MBS curl zum Empfangen von Mails, was z.B. mit imap.ionos.de wunderbar funktioniert aber nicht mit imap.gmail.com:993 Bei dem gmail Account ist IMAP aktiviert und das Kennwort für...
View ArticleWeb App goes down suddenly
Hi everyone! A few years ago I wrote a web application (my first major web application) using Xojo 2019r2.1. This CGI application runs on a shared Linux server, and there is a problem that I can’t...
View ArticleDynamically added Controls or…
Hi, Here’s the scenario; the screen shot below shows 4 x 7 Canvas in an Array set at design time: Now that I see nice yellow squared controls, I count them and realize… ask why did I do that at design...
View ArticleWhat is the best pratice to update webControls from inside a preemptive...
i have a webpage with a 4 webListBoxies i need to show on each webListbox the contens of the recordset obtained form relative query. each query can employ 30/120 seconds , each query restituites from...
View ArticleDetermining server specs prior to production?
Hi all, I’m planning out some infrastructure to complement a desktop app I’m working on, and I’m struggling to find a way to determine CPU/RAM requirements for my web app. The desktop app will require...
View ArticleFree Xojo control - RTEdit (Rich Text Editor)
Sharing this with our Xojo community —we wrote this control for our main application (the control within the green square). Hopefully, some of you will find it useful. We struggled to find a modern,...
View ArticleAbout ServerSockets, TCPSockets and EventHandling
I have instantiated an instance of a MySS::ServerSocket on my MainWindow. AddSocket instantiates a MyTCPSocket returns it as a TCPSocket MyTCPSocket class declares an event MyDataReceived, which it...
View ArticleWebLabels Not Aligning
Is anyone else having a problem with WebLabel not aligning to the right when it is set to align right? Im not sure if I’m having a bootstrap problem or it’s in Xojo itself. Just noticed it recently....
View Article