How to call an Android program using a known package name
Assuming that I already know the package name of an Android program, such as “com. abs. cpu_z_advance”, how can I call it in an Android project? system.GotoURL(“com.abs.cpu_z_advance”) Obviously, this...
View ArticleTip für Raspi-Entwickler: VirtualBox
Wer für den Raspberry GUI-Apps entwickeln will, hat evtl. nicht immer einen echten Raspi zur Hand. Hier ein Tip, wie man die Programme vorab unter Linux testen kann: Virtual Box (Win oder Mac), eine...
View ArticleShowing a different picture on hover and changing the mouse cursor
I’m really stuck trying to create a sort of button that changes its image when the mouse hovers over it. Ideally, the mouse cursor should change from the default arrow to a hand, just like when...
View ArticleDevelopment Profile is Required
(First, it’s a bit embarrassing saying this is a “new topic.”) Created an identifier for the app. Created a profile. Download profile. Double clicked. Built app in Xojo. Get message about Development...
View ArticleIllegal Locking Exception
Currently pulling out my hair trying to find the cause of an illegallockingexception that occurs only in the built app, not in debug. I am using multiple threads with a critical section related to db...
View ArticleApp is unsharp and lines goes missing (Seqouia)
Hi, I just moved to a new Macbook PRO M4 (Sequoia - taking a leap from Mojave. Xojo 2024 3.1). I have an app I made myself and have ran for over 10 years without much issues. A first I couldn’t get...
View ArticleEnlarge / Shrink styled Text from DesktopTextArea
I need to add a “global“ Enlarge (A) / Shrink (a) styled text displayed in TextArea. I completely forget how to do it. I get an eye on the documentation and it seems that is a complex task (for...
View ArticlePopover window blanks when resized
Hi all, I’ve got a Popover window that works OK - until I resize it at runtime, then all the controls disappear, leaving an empty window. There are only two controls on the window, a DesktopCanvas...
View ArticleUsing apple’s built in about screen
Hi All. Just a silly little question here. While trying to learn about Declares, I saw a tutorial on using Apple’s built in about screen with Xojo. I thought I bookmarked it, but now can’t seem to...
View ArticleXojo2024R3.1: why two entries _HTTPServer.HTTPRequestThread in debugger
Context: WebPage with WebListBox using DataSource class When I run WebApp on my machine (locally) I often get errors that don’t show when running same deployed WebApp off the actual web server: I...
View ArticleRowComparision with date
Hi group, I’m sorting my table. With the amounts in Euro it works, and now I’m moving on to sorting the dates. On the ListBox I see the dates in the format dd-mm-yyyy, and I would like to sort them...
View ArticleWebSessionContext: example needed
Is there an example of WebSessionContext available anywhere? 5 posts - 2 participants Read full topic
View ArticleWebseite erstellen
Hallo Leute, bin neu hier. Wenn ich ein Webprojekt mache dann kann man davon kein Build machen man kann es nur auf die Xojo Cloude machen. Aber ich möchte das auf meine eigene Webseite und nicht auf...
View ArticleIdeal to use App.AutoQuit = True in web apps to free up memory?
I posted a while ago about my web apps on Xojo Cloud were showing 80%+ memory usage. I found that after deleting several test apps and restarting the server brought the server memory down to ~15% I...
View ArticleSQLite Data Base Currency: I do it
We discussed recently about how to store / restore data from a SQLite data base, especially Currency. Below is a project that just do that. NB: The leftmost button is a debug for the dates stored in...
View ArticleRegex not working to replace urls
I’m trying to remove some urls in html. The regex is working fine in Patterns: But in my code the urls are not removed: if theHtml = "" then Return "" dim theRegex as new RegEx...
View ArticleCurl Server setup issue
I am using CurlSMBS to communicate with a client’s server. Who is preparing for a server update now, and we found we had to change some SSL settings to make them talk happily with each other again....
View ArticleNew Variant from REALobject
How do I create a variant (REALobject) for a REALObject? For primitiv types or strings I see the REALNewVariantString() or REALNewVariantDouble() for example. For objects, arrays or DateTime such a...
View ArticleXojo 2024r4 is Now Available!
Originally published at: Xojo 2024r4 is Now Available! – Xojo Programming Blog Xojo 2024 Release 4 introduces a suite of powerful new features and enhancements, along with numerous bug fixes, further...
View ArticleXojo Web Improvements in 2024r4
Originally published at: Xojo Web Improvements in 2024r4 – Xojo Programming Blog Making the Web Framework more robust is something we’ve been working on for years. This release doesn’t brings too many...
View Article