Sonoma just broke my app
I tried to install my app on Sonoma - al lest that works, however, I can’t access any file locations like I did previously (such as application support) - it doesn’t read or write to file directories…...
View ArticleDynaPDF Licenses and ZUGFeRD invoices
If you plan to do ZUGFeRD or Fracture-X invoices in Xojo, you may sooner or later see our DynaPDF offering. Our MBS Xojo DynaPDF Plugin help reading and writing the XML data in the PDF document. We...
View ArticleImplementing two-finger Forward/Back gesture in HTMLViewer
I’m trying to implement the two-finger back/forward navigation that MacOS uses in web browsers in my own app’s in-app browser. It’s a cross-platform app so I’d like it to work on both Mac and Windows...
View ArticleHow can I use code in a Windows Close event correctly?
I have code to save a value to the database in the Close Event of a window. But the problem is that this code ALWAYS runs when I close the app itself, which, obviously also closes that window. How can...
View ArticleEvent and inheritance
Hi All I have a super class called myBaseClass which implements an event (say myEvent) I have different subclasses based on myBaseClass (say subclasses1 and subclasses2) I have something that must use...
View ArticleText encoding not dealing with accents
I’m playing around with an iOS app that needs to show accented characters (e.g. é). The app reads the text in from a text file. That works. However, all the accented characters (actually anything not...
View ArticleDPAPI On Windows
Hello, Did anyone used DPAPI on Windows ? I did tried to use declares and to try to get it work but so far it fails with error code 0 and nothing happens. I guess Here you can find the details Here is...
View ArticleLifeboat: Will it work with Express instead of a Xojo Web App
@Tim_Parnell I’ve never built a Xojo Web App but I understand that your amazing Lifeboat tool makes managing one on your own VPS a doddle. I’m building a static website to showcase my retro...
View ArticleLooking for web application example
I need to recreate a server application that responds to calls from an existing client desktop application that I have written in xojo. The current AWS server will be dismissed for a different reason....
View ArticleScripting quotes and parenthesis
While working in another product this morning, I noticed a new feature that was called out and thought it would make a good example of things that can be done with IDE scripting. The feature in...
View ArticleCharacter Limit?
Hey there, Is their a way to set the character limit on the MobileTextField for Android? 3 posts - 2 participants Read full topic
View ArticlePlotting Data from two lists
Very simple question: I have two arrays, one which contains time values, and one that contains values of f(t). I want to use XOJO’s native graphing tools for this, could someone provide me with some...
View ArticleIDE Script for "Use Builds Folder"
While debugging, I want the “Use Builds folder” option off as certain files need to be accessed in that folder. Also, I’m managing about two dozen apps so manually turning this option on and off gets...
View ArticleRed frame around a label and grouped with popup
Hello, a label has a red frame and is probably grouped with a popup. When I move the label, the popup also moves. When I delete the label, the popup will also be deleted. The popup is no longer...
View ArticleEmedWithin / EmbedWithinPanel issues
The following command (where objctrl is reference to a dynamically created desktopcontainer etc. OptionsControl.EmbedWithin(objCtrl,10,10) Will NOT result in the same as...
View ArticleApp Showcase - large commercial app using XOJO and
Below is a link to a non-listed youtube video, for the XOJO community, showcasing the use of XOJO for a large scale application developing, using PostgreSQL backend and more. The application uses ZERO...
View ArticleKeychain.ServiceName wrong location
Hello guys. Can someone test for me please if you get same result on tests before i submit a bug report. So we have the sample code found in the official documentation And it says the following Sample...
View ArticleWebListBox turn off row coloring and set height
I’d really like to have more granular control over the rows in the WebListBox. Using WebListBoxStyleRenderer to set background and cell-font colors works great, but I’d really like to reduce the row...
View ArticleSplit that "string" into an array
I have a file of what I will loosely describe as strings delimited by a “special value”. We all know how to split COMMA or TAB delimited strings. – in my instance I have a string of data that is...
View ArticleGraphics.TextWidth can't see Font imported in App Header
I’m trying to get the width of a string using Graphics.TextWidth, which works if I specify a font installed on my system, however it’s not seeing fonts imported when the App starts. I’m using some...
View Article