Problem with Declares and Desktop Controls
I decided to take some time and attempt to convert my main project to start using some of the new Desktop Controls like DesktopListbox and DesktopPopUpMenu instead of the old Listbox and PopUpMenu...
View ArticleInsert dates in SQLite
Good evening group, a tip on dates in SQLite … I’m switching (as I can) from Ms Access management to Sqlite, and I’m finding some differences with the management of dates. I’m interested in dates in...
View ArticleProblem using Text to speech functionality
I am using the text to speech functionality in Xojo but the Windows speech engine that gets called, cannot interpret the M and N characters correctly, so I have had to try and find a workaround but...
View ArticleControl Sets in API2.0
Did something change in API2.0 and the new DesktopUIControl classes and control sets? I’ve always done controls sets like this… 1.) Create your first control in the IDE and set it as a control set....
View ArticleSnapdragon Xojo Crashes (2023 v1)
As previously mentioned, I just bought a Windows Surface 11 Snapdragon (win 11 pro), a wonderful device in general, when you’re not looking for compatibility with all your usual tools. Aside from the...
View ArticleDesktopHTMLViewer in DesktopWindow long delay
i have 2 DesktopHTMLViewer in a Window if i use .Show there is a 5 Seconds Delay until the Window get visible!? there was no url given 8 posts - 3 participants Read full topic
View ArticleSlow opening window - rebirth
New Window taking Many Times Longer in Windows than Mac to Open Windows I’m working on a project where the our main window takes 1.5 seconds to open on the Mac while on even on a relatively new...
View ArticleTrying to use Terminal for Display Notification
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleODBC Driver und Bruchsekundengenauigkeit
Hatte jemand schonmal diese Meldung? (Xojo 2024r4.1, MS SQL Server 15.x, Windows 11) [Microsoft][ODBC Driver 17 for SQL Server]Überlauf im Datetime-Feld. Die Bruchsekundengenauigkeit überschreitet den...
View ArticleSqlite and Date query
Hello group, I need to convert my “old” queries for MsAccess to queries for SQLite…Ex: go from checking the year … from … where Year(Data)=2024 … . to … where strftime(‘%Y’,Data)=‘2024’ . Is it...
View ArticleXOJO Apps: Design and Functionality
Hello everyone and Happy New Year! I am reaching out to ask if you would like to share a photo of the design of one of the applications you have developed with XOJO to show all of us what your amazing...
View ArticleHelp explaining a behavior with doubles
I could use the help of somebody who understands the binary structure of doubles better than I do. With the following code: Var BigNumber As Double = 999999999999999999 // 18 9's Why does the value in...
View ArticlePlugin development with Swift
I’ve never written a Xojo plugin before. I can read but have never written anything substantial in C or C++. Is it at all feasible to write a plugin for macOS only using Swift? Swift is a language I...
View ArticleSending messages to all other app instances
I’m looking sending a message from a web app instance to all the sessions on the other web app instances on XojoCloud. I am using EasyTCPSocket and I have a method to send the messages, but how do I...
View ArticleRaspberry Pi Stress Test Code In Xojo?
Is there any Xojo source code that will stress test the Raspberry Pi to help determine if the cooling measures (Heat Sinks and Fans) are helping? I know there are tools that can be downloaded and run...
View ArticleNSHUDWindowMask Deprecated. Are they out of fashion?
I was looking at implementing some small utility style dialogs in my app, and wanted to use a HUD style window. MBS has some good examples, but I discovered the NSHUDWindowMask constant was deprecated...
View ArticleFolders and Colors for a More Organized XOJO
In my opinion, XOJO is an extraordinary tool in every way. However, it would be very useful to have the ability to organize groups of methods, properties, and other elements into folders. In some of...
View ArticleI need a printed programming manual for Xojo
I need a printed programming manual for Xojo, yet can’t find a printed book on Xojo anywhere. 16 posts - 9 participants Read full topic
View ArticleRun external app or exe
I have a question that is bothering me, and I want to hear the different points of view in this forum. Can Xojo run an EXE and pass parameters? For example, running the calculator app. Assuming it can...
View ArticleHTML Viewer WebKit renderer - Debug and Build
Hello, I am working with XOJO 2017r3 and I need to use HTMLViewer with WebKit renderer. HTML file is stored in SpecialFolder.Temporary and loaded using viewer.loadPage(html_file). But, page is loaded...
View Article