CardDAV-Server in Xojo?
Ich möchte mit einer Xojo-Konsole-App, die als Dienst unter Windows läuft, eine Art Kontakte-Proxy bauen. Es werden Namen und Telefonnummern per ODBC aus einer vorhandenen SQL-Datenbank gelesen (CRM),...
View ArticleShowPopover x parameter issue
Xojo 2024r4.2 on MacOS 15.3.1 I have a DesktopCanvas (c, below) sitting on a DesktopContainer, itself sitting on a DesktopWindow. I also have a Global Floating Window (popover, below) that I wish to...
View ArticleDesktopDateTimePicker ? I do not know!
I wanted to add the “User Define the date” and so I went to the documentaion. I found the iOS version, but I wanted the Desktop version. Of course, DatePicker was/is not the name. It tooks me time to...
View ArticleUsing the “TCPSocket” example
I changed the value in the Address field and I always get: Also, what value have the report if the address is not in the Error report ? PS: I set the window Resizeable (ON), and set the Address URL...
View ArticleSorting Combobox (Descending & Ascending order)
It would be really good (and a time-saver) if the Xojo team added a Sort method to the ComboBox control, which allowed you to sort either descending or ascending. There is a Sort method for arrays in...
View ArticleMissing example in TextOutputStream.Encodings
It is not a hard task to add this to the description in the TextOutputStream.Encodings section: output_TOS.Encoding = Encodings.UTF8 I had a blank and do not remember how to write the above line. I...
View ArticleCan Run Debug but not build
Hey all, I’ve just encountered something I’ve never seen before. I’ve got a console helper app that I need to edit and recompile. Problem is I can run the app in the debugger but I can’t build it....
View ArticleAdding a delay to HandleURL
Hi all, Building a REST API. I’d like to add a 1 second delay in HandleURL before sending a response when the user tries login credentials. This is in order to mitigate brute-force password attacks....
View ArticleDesktopDateTimePicker: where can I change the day #kdsjfksj
I even copy the DesktopDateTimePicker text page and paste it in TextEdit, then search for day: there is no property with that name. I do not searhced for Month or Year. How do I change the Day # in...
View ArticleListSelectionNotificationReceiver: a frustrating problem
after hours of searching i still haven’t found a reason why a simple program doesn’t work. The following screen shot can help to clarify my problem: The class MyReceiver uses the interface...
View ArticleURL Ergebnis in Label anzeigen
Hallo zusammen, ich habe ein kleines Verständnisproblem und zwar lasse ich eine URL per URL kürzen. Das Ergebnis wird mir im Webbrowser in einer Zeile (diese enthält die gekürzte URL) angezeigt....
View ArticleResult from URL in label
Hello everyone, I have a small comprehension problem and I have a URL shortened by URL. The result is displayed in a line in the web browser (this contains the shortened URL). I would now like to have...
View Article3 Strategies to Boost Your New App Downloads Today
Originally published at: 3 Strategies to Boost Your New App Downloads Today – Xojo Programming Blog Launching a new app is an exciting milestone. However, with millions of apps in the market, it is...
View ArticleAccessing iCloud image files in the Xojo iOS app
I am developing an iOS app and would like to access image files in iCloud and use them within the app. Specifically, Save any image to iCloud Drive from your Mac. Run the developed app on an iPad...
View ArticleXojo IDE Wish List: Code Area Must Have Its Own Window
I don’t know if this has been suggested before. How I wish the code area/space of the IDE has its own draggable and un/dockable window. It would be a great beneficial for a portrait monitor. Here’s an...
View ArticleAutomatic Retry on Error
I am currently working on a project that has to communicate intensively with databases in a very unstable network. The number of lost packets is very high and therefore errors such as timeouts,...
View ArticleWhat is the use of the DesktopDateTimePicker.Height Property?
The screen shot beklow is DateTimePicker.Height = 24 Same size on screen as the default value. Have I to set it to 100 to see a difference ? 5 posts - 3 participants Read full topic
View ArticleDesktopDateTimePicker: How the user can chenge the year?
I read the documentation, go to roadmap to know when this feature have been added, read the release note, read the feature request and I do not know - as a user of the software I created how to change...
View ArticleIDE Communicator v2 example project
Hi all, The above mentioned example file won’t load in Xojo: " Unable to open the ‘v2.xojo_binary_project’ example. Please report this in Issues." I’m trying to do some automation of Xojo from a Xojo...
View ArticleWebListbox - Is it possible to lock the first column and scroll right?
A quick search tells me no, at least not with the standard Xojo WebListbox. But checking with you all? I have a WebListbox with several columns, requiring scrolling to the right. Column 0 is the...
View Article