Problem mit XML lesen
Ich habe hier erste Schritte für eine Dokumenten-Struktur. Das Erstellen klappt soweit, es kommen zwar weitere Abschnitte, aber keine “tieferen” Ebenen hinzu. Aber irgendwie bekomme ich nichts...
View ArticleDynamic access to Timer.RunMode does not work
Dynamic access to Timer.RunMode does not work, probably because it is enum ?? Though calling the old deprecated property does work. So this one here does not work: REALSetPropValueInteger(CloseTimer,...
View ArticleMacOS 64 bit vs OS X 64 bit folders
I’ve noticed that some of our projects build folders have the “macOS 64 bit” folder or the “os X 64 bit” folder. And one of them, has both of these folders. The newer projects seem to have the “macOS...
View ArticleIDE Communicator Stale Data in Responses
I have a utility that tells Xojo to build the app in its frontmost window and report the result in its response via an IDEcommunicatorSocketV2. The issue is that after a compile error has occurred and...
View ArticleWeb shadows
Friends I get how to use drop shadows on the desktop, and I can do text-shadows on web labels. How do I implement shadows on objects and images for web projects? If this is done through css, please...
View ArticleGraffitiSuite Release 56 Now Available!
JOHNSON CITY, TN (July 15, 2024) — GraffitiSuite is pleased to announce Release 56 for Xojo Desktop, iOS and Web! Release Statistics 3 New Classes or Products 37 Additions 51 Bug Fixes 11 Various...
View ArticleXojo2024R2: WebListBox with DataSource and multi-sort capability
The WebListBox with DataSource allows to define default sort on multiple columns. I have the method that builds the array of column names along with sort order. This allows default multi-sort of the...
View ArticleiOS 17.5 Platform Not Installed
I have this error when I try to run or build my iOS app. This only started when I installed Xojo version 2024 release 2. I reinstalled Xcode 15.4, which is supposed to have the 17.5 platform and then...
View ArticleWhat can cause window.moved to fire?
When my app starts, it sets the Top and Left of its main window based on values read from a database, these values having been saved when the app quit previously. Setting each of these causes the...
View ArticleSegmented button issue
I’m using a DesktopSegmentedButton, nothing unusual about it. When the app launches, it looks normal. When any button is clicked, the left hand segment gets a blue border around it. Doesn’t matter...
View ArticleWebPopupMenu - AddRows
Hello all, Working with WebPopupMenu, for some reason this code does not work - IDE says there is a syntax error. For i As Integer = 0 To 20 Me(Index).AddRow i.ToString Next i Is it simply that it...
View ArticleGlobal Variables - Classes?
Hi all. I’m an absolute beginner with Xojo and come from a non-object orientated background. I’m writing a Linux app that controls a small robot. I’ve got some serial ports up and running and the UI...
View ArticleCustom Controls using Private External Methods vs. Global/Protected
I have several custom controls that I’ve accumulated over the years. Many of these use External Methods (more so than Declares). Many of these External Methods were gleamed either from Sam’s excellent...
View ArticleXOJOScript Syntax Coloring & Auto-complete
Hi, On a whim, I decided to connect my animation framework TRAnimation to XOJOScript. The result? I’ve got the basics of a script-based motion graphics editor up and running! Pretty neat, right?...
View ArticleProblems with opening and saving pictures
HI, This happens to me: I open an image with Picture.Open and save it again. While maintaining the same source format (changing, for example from tiff to jpeg, I expect a change, of course), the image...
View ArticleIs there a multi document application template/example project?
I thought there should exist some project, example, template for a desktop multi document application, for macos or windows available, but I can find it. or may be there was with realbasic and no more...
View Article[ANN] Omegabundle for Xojo 2024 Now Available
Get the top developer tools and third party components for the Xojo cross-platform development platform at a huge savings Omegabundle for Xojo 2024 is a collection of the most useful tool sets,...
View ArticleiOSDesignExtensions v2.5.1 is now available
Hi all, Just released iOSDesignExtensions v2.5.1 today. This release has only one new feature but it is extremely useful: MobileTextArea.AddDoneToolbarButtonXC When calling that method, a Done button...
View ArticleHierarchical Listbox Scroll Position - Bug or Intended Behavior?
When using a hierarchical listbox, if you: Add enough rows so that they are all visible in the listbox Expand a row Scroll down so that some of the top rows are no longer visible Collapse the row You...
View ArticleManually sorting a listbox
Hey all, I am manually trying to sort a listbox as it contains more than just string data and the built in column sorts only handle alphabetical data. However my function works up until I try to add a...
View Article