Chart line weight
Must be missing this (I’m struggling with everything this week). I can’t see how to set the line weight of the data set in the Chart tool. Must be able to do this right? 2 posts - 2 participants Read...
View ArticleSelectedIndex not member of DesktopListBox
I am working through a simple two texts, button and listbox trying to save two texts during an Add Row code. The following was pasted directly from Xojo information. This example project consists of a...
View ArticleSeparator component?
Hi, I cannot find a separator component in Xojo, which allows you to resize 2 components arranged side by side with the mouse (a ListBox and a textArea for example). How to do ? 6 posts - 5...
View ArticlefirstItem must be an iOSControl, iOSScreen, or a layout guide
Getting the message in the title. Here’s what’s strange: I was working on an older Mac (newer one was getting repaired), and things work absolutely fine. When new Mac came back, I moved the project...
View ArticleDBKit How to Connect to a persistent sqlite database
Both the documentation and the YouTube tutorial for DBKit use the statement db.Connected(SpecialFolder.Resources.child(“EddiesElectronics.sqlite”)), assuming that this file is copied into the...
View ArticleXojo2024R1: copy to clipboard
I have web page with list box, it has popup menu with the menu item “copy stuff”. It is supposed to copy “stuff” from the underlying list “stuff” column for the selected row. In the old version it is...
View Article"Dead spot" in ListBox
A listbox of Expenses I am Populating from a table has a strange problem, The second row of expenses has a column1 which will not show the expense. As can be seen all other expenses appear correctly....
View ArticleApp starts using 384 GB of virtual memory
I have a really weird problem with one user. He can’t connect to an SQLite database. I traced this back to a pragma where I reserve memory for the database. Then I noticed something odd in the startup...
View ArticlePDFPermissions blank UserPassword
I’m trying to create a PDF that allows users to open/copy/print without a password, but has a password for modifying. From the documentation on PDFPermissions, it appears I should be able to do that....
View ArticleGraphics.DrawPicture loses picture color
I am currently upgrading one of my apps to stop using deprecated controls such as iOSCanvas. I noticed that Graphics.DrawPicture loses the color values of a pictures as soon as more than three...
View ArticleCannot get simulator running
I upgraded Xojo so that I could compile with new Xcode. So Xcode is upgraded (version 15.3) Xojo tells me there is no simulator it can use Xcode tells me that I need to download iOS 17.4, and had a...
View ArticleWeb container background color
I’m sorry, this may be a dumb question. I am not a programmer and am still learning. How can I change the background colour of a web container? I can add a rectangle and fill colour, but why can’t I...
View ArticleResourceValuesForKeysDelegateMBS error
Just started to get this error: Any ideas why? Xojo 2023 r4, using plugins dated 2023 9 posts - 5 participants Read full topic
View ArticleCan't find type with this name error
I bit the bullet and updated my plugin to universal. It builds fine in Xcode 14, and Xojo seems to load it along with all my other MBS plugins, but when i try to run even an empty project I get this...
View ArticleBarcode scan working in macOS 10.14?
I have a user who reports that using the barcode scan works in Monterey 12.7 but not in Mojave 10.14.6. It fails before being asked for permission to use the camera, with this error: System: macOS...
View ArticleInternet file - Read to String, not to FolderItem?
I’m trying to read the content of a small file from a (my) website. In this file, I keep the latest release number of my sw app. Seems to me a simple way to check for the latest release. It’s not to...
View ArticlePicture in a WebListBox
Is there a way to put a picture (drawn using the Picture class) into a WebListBox Cell? The WebListBoxImageRenderer only allows a web based (URL) picture as far as I can tell. 2 posts - 2 participants...
View ArticleExperience with free program
Has anyone had experience with offering a program for free in exchange for a contribution if you like the program? My inclination is that few users would make a contribution but maybe I’m misjudging...
View ArticleWebMapViewer on desktop app
Hello, I’d like to implement a map viewer on a desktop application The “WebMapViewer” module is available on web app (with some functions and event particular to the gps coordinate, … Is it possible...
View ArticleHow to implement an API call sending a binary file
I have to impement an API and the documentation is as follows: I never send an image via binary file in an API call. The various xojo codes chatgtp suggested to me I didn`t have conditions to make...
View Article