How to Connections and running PostgreSQL processes?
Hello all, Xojo 2023R4 Raspberry Pi 4 Postgre V11 Console App I have a situation where the connection opened in a class suddenly stops. When we try to reopen it Postgres is reporting “DATABASE - Could...
View ArticleProblem with DesktopHTMLViewer loading from source as string
Hi all, i have this HTML code that uses Tablutor Javascript library, Im trying to display it in a DesktopHTMLViewer, when i use LoadPage(filepath) and i pass the HTML file path it works well, but when...
View ArticleOdd graphics bug
In older versions of Xojo, I found that RGBSurface.pixel on Windows builds to be unreliable… it would give wrong colors or simply not work. I recently adopted the 2023 version in order to take...
View ArticleCompatibility of MacOs - Xojo IDEs - Intel/Mx processors - Web&Desktop
It will be very appreciated for me and I believe that will be also for the hole community, if someone of the Xojo Team could prepare a document (if it is not already available one) indicating...
View ArticlePossible? Previous Rowset Row Value
I am taking data directly from a sql query via rowset and writing it to a txt file. I do this for 4 different processes currently but on my 5th process I need to look at the value from the previous...
View ArticlemacOS Popover window limitation
I’m in the UI design stage of my project and a Mac-style popover window would be a great solution for one challenge I’m having - but there are scattered comments here in the forum about popovers being...
View ArticleScreencapture : how to get screen selection coordinates?
Hi all, How to get screen selection coordinates (x,y, width, height) with Shell command “screencapture -i”? (with or without MBS) Thanks, 1 post - 1 participant Read full topic
View ArticleCan't paste controls into a DesktopPagePanel page other than 0?
I have some controls in a PagePanel that I’d like to move to a different page. I select them, Cmd+X to cut, then switch to the page I’d like to paste them to (2 in my case). Cmd+V pastes them, but it...
View ArticleIDE script to reformat code
Hi Some time ago (perhaps few years) there was an IDE script which helped to reformat code to this way: I’ve found only GitHub - jcowgar/xojo-format-code: Code formatter written in XojoScript for Xojo...
View ArticleLinux DesktopTabPanel tabs cannot be clicked
I have a Desktop app whose DesktopTabPanel tabs are working fine on macOS and Windows, and I am now testing it on Linux Intel (using the Parallels ARM). My problem is that only about 10% of the...
View ArticleProgressionGauge Released
Hi, I have released ProgressionGauge, a custom progress bar class. It has been Tested on Mac and Windows. It is donationware so if you use it your apps please consider donating. I do ask if you do use...
View ArticlePerfect App crashes after App Store download
My app runs perfectly on my iPhone when directly transferred from Computer, but the identical version loaded from the App Store crashes immediately for no reason… Any ideas? Thanks 1 post - 1...
View ArticleRuntime failure Windows
Hi all, I’m seeing an intermittent runtime error with one of our Windows applications with the following message: Common\objects.cpp 208 Failure Condition: eventCount >= hook Any thoughts on what...
View ArticleBest Xojo Windows version for least amount of trouble
All, I currently use 2021r1 and I am currently on maintenance and can move up to what version I want. In order to stay somewhat current, I’m looking to move up my Xojo version a little, so that I...
View ArticleConnection issues from Xojo to PostgreSQL
Hello all. First, I have been using PostgreSQL for some time now. Lately, I have been trying to figure out a new issue. Short queries, such select single commands, work fine. As soon as I try to read...
View ArticleListbox.Selected(row) and Listbox.RowSelectedAt(row)
The IDE will allow the listbox.selected but will not allow listbox.rowSelectedat Parameters_listbox.Selected(i)= True Parameters_listbox.RowSelectedAt(i) = True 2023 r4 macos ventura Documentation...
View ArticleMemory safe programming languages
The US Government is advising the software development community to use what it determines are “Memory Safe” development languages, to help combat cyber crime from certain nations. ReadWrite – 2 Mar...
View ArticleXojo 2019r2.1 autocomplete
Hi all, I am using Xojo 2019r2.1, and I notice that if I open an old project, pressing TAB I can see the old methods and the new ones. But in one project I only can see the new ones: why? Somebody can...
View ArticleTextArea RTFData Hyperlink As Input
Hi there! I built a method that converts an HTML-Input into RTFData like this: <a href="https://forum.xojo.com/">Xojo Forum</a> Converts to {\rtf1\ansi\ansicpg1252{\fonttbl{\f0\fnil Segoe...
View ArticleNil date error
Hello, I don’t understand the problem. It works with DateTime.Now I can’t find out. Try rowsFound = app.db.SelectSQL("select * from Dokumente where Datum > '01.01.2010' order by Datum asc") For...
View Article