"No technical support" for the Lite version
When comparing versions the Lite version now says “no technical support”. What does this mean? 5 posts - 3 participants Read full topic
View Article2024r1: Code editor missing color highlights
Launched 2024r1 just now and all the highlight colors are missing from my code editors. Had to press the Reset button in Settings > Coding to get the highlights back, except now they’re different...
View ArticleVersion Control Support is a Great Change
Excited to see this: Version Control Ready Xojo Lite and Free Xojo Linux Lite for Everyone Announcements Originally published at: Version Control Ready Xojo Lite and Free Xojo Linux Lite for Everyone...
View ArticleXojo 2024r1 is a game changer for Open Source and Linux
Building for Linux is now included in the free IDE This is fantastic, literally opens up the possibility of a larger Xojo Linux community and much better open source accessibility where open source is...
View ArticleHelp with AppleScript
Hello, I would like to close a TextEdit file and I have this AppleScript which needs modification, kindly assist. tell application "TextEdit" activate set f to "/Users/len/Desktop/my File.Txt" close f...
View Article[ANN] StackView 3.1 is now available!
Today I released version 3.1 of the StackView classes for Xojo. This version only works with Desktop API 2.0 projects from Xojo version 2021r3+. Info The classes enable a StackView, similar to Apple’s...
View Article[ANN] GraffitiFirewall for Xojo Web Now Available
JOHNSON CITY, TN (March 25, 2024) — GraffitiSuite is pleased to announce the first release of GraffitiFirewall for Xojo Web! What is GraffitiFirewall GraffitiFirewall is an in-project Web Application...
View ArticleSum a column of a listbox
I am trying to SUM a column in a list box and I’ve used the following and other iterations but none will give an answer other than zero. There are several examples of how to add rows but I cannot find...
View ArticlePlugins in Xojo 2024 R1
I’m very happy with the new version of Xojo. Free applications for Linux, news and fixes in Xojo for Web… I have a strong desire to continue learning, thank you There’s only one thing that makes me...
View ArticleKudos to Xojo on the 2024r1 Release
Wow, today was quite a surprise and almost like Christmas in March. Not only are there some great features released that we were all expecting such as popovers, barcodes, and all the various Xojo Web...
View ArticleLet's make HandleURL file download better!
First of all, congratulations on the 2024R1 release! I noticed the improvement in memory clean-up after a download: takes about a minute VS much more in previous versions. But as things still hold,...
View ArticleHow to use DesktopMoviePlayer?
I’m trying to use the moviePlayer control for desktop windows, I used the project contained in the examples but I can’t make it work. my system is w10 pro, xojo2023r4 or xojo2024r1 I tried to create a...
View ArticlePrint Labels
Hi Trying to print some labels in a Label Printer Nexuspos x-nx 424 u Using the Labels example project fron the xojo examples, if I chose a normal printer works fine, but if printing job is sent to...
View ArticleHow to use the free Linux build?
How can I build a Linux version with the free linux license? I installed Xojo 2024_1, but when I try to build a Linux version from my project, it asks me to buy a Linux license. 1 post - 1 participant...
View ArticleDesktopTextField.HorizontalScrollPosition?
I have a textfield: I’d like to programatically scroll it to the end of the field so the user can see XYZ at the end of the text and continue typing. This seems like such a basic thing, but I’m...
View ArticleButton style ROUND not displaying
A button with button style = round does NOT display, all other button styles are displaying. running osx Sonoma 14.4.1 and Xojo latest version 24.1, just downloaded. 6 posts - 3 participants Read full...
View ArticlePossible to have a scrollbar in a webdialog?
Hi folks, I have some webdialogs inside some webpages. is it possible with some simple javascript to add a scrollbar to an existing webdialog ? so that if the user has a screen too small he has a...
View ArticleDesktopHTMLViewer and scrolling
I have an app that has a TextArea into which I type, say, HTML or Markdown text. There is also a DesktopHTMLViewer that displays the contents of the TextArea. The problem is if I make a change in the...
View ArticleWebMenuItem and WebListBox
Hi, I have a WebListBox where clicking any row should update and show a WebMenu. Once the ContextualMenu property has been set to the WebMenuItem object, there are two different approaches, both not...
View ArticleRegex to identify consecutive initials in name and add period separators
I need to detect first “names” that contain or consist of capitalized initials and separate the initials with periods. For example RR → R.R. R R → leave alone RRe → leave as is Edward RR → Edward R.R....
View Article