Quantcast
Channel: Xojo Programming Forum - Latest topics
Browsing all 3600 articles
Browse latest View live

Xojo is looking for a Marketing Coordinator/Content Creator!

This role is a part-time, contract position. We’re looking for someone who can work with the Xojo team and the Xojo community. Your tasks will center around creating and distributing Xojo content. Key...

View Article


Is the ctrl-w Windows shortcut special?

My app uses tabs (buttons) to switch between different activities. One may wish to close a tab, and there are several ways to do that, including a main menu item which has cmd/ctrl-w as its shortcut....

View Article


Examples for multi-user dbase on web app multiple instances

I’m creating a app that runs in the XOJO Cloud, 11.3.2-MariaDB (MariaDB Server). The app spins up at least two instances, so the logic executing in app is executing in duplicate - which isn’t a bad...

View Article

Standard Position and ArcShape

I mention this because I seem to often make errors when dealing with ArcShape. There is a concept in trigonometry of “standard position” when discussing angles/arc. When you speak of a 45° angle...

View Article

Read an .avif file and write it as .jpg or .png same folder using MBS

I want to Read an .avif file and write it as .jpg or .png same folder using MBS this is as far as i got. any in-site will be help ful Sub ConvertImage(imageFile As folderItem, newformat as string) Dim...

View Article


Image may be NSFW.
Clik here to view.

ChatGPT with Stream Chat

Included with XOJO is the example “ChatGPTConnection Class” which shows how super easy it is to incorporate ChatGPT into XOJO projects. I’ve modified the example to utilize the ability to stream...

View Article

Einhuger and MBS Tree View Plugins

Which is the easier tree view plugin to get started with: Einhuger or MBS? By get started, I mean displaying a tree view in a window and populating it with data from a posgreSQL hierarchical database,...

View Article

Image may be NSFW.
Clik here to view.

Is this warning still valid?

Is this warning still valid? It’s in the doc for DesktopHTMLViewer: If not then I’ll file an Issue (I use this method signature on Windows, seems to work). 8 posts - 3 participants Read full topic

View Article


TestFlight and AppStore

If I get an app accepted into TestFlight on the app store does that mean I have passed review? I somehow don’t believe it. 5 posts - 2 participants Read full topic

View Article


Checkbox AutoComplete: Value has small red A

If you are writing code for a checkbox, there are many autocomplete suggestions that will appear (example: FontName, Visible etc.). One of the autocomplete suggestions is Value. There is a little red...

View Article

MenuBarSelected on hidden page panel

I have a container embedded in a page panel and its MenuBarSelected event fires. I anticipated that it wouldn’t fire and it’s causing a conflict. What is the best way for me to detect that that...

View Article

FIle Permissions in Resources Folder

I get this complaint sometimes from my Mac clients. I can’t replicate it, and I know it’s not everyone. I have a file that when I build, gets written into the Resource folder in the App bundle. It’s...

View Article

Security Authorizations

Hey all, I’m updating an older app that uses MonkeyBread’s EKEventStoreMBS class. Previously, it seemed that when debugging the app, you would be prompted to allow the app to access the calendar. But...

View Article


Video on multi cores and workers

Are there comprehensive videos on workers and multi cores Concepts, and XoJo Implementation. Thanks 1 post - 1 participant Read full topic

View Article

Clearing Caches folder from Library Developer

Hi, I see that Library > Developer > Caches folder is more or less 9 Giga. Since I do not use iOS devices and the content of that folder relates to CoreSimulators I though to clear it, i.e. to...

View Article


Pi Official 7" Touch Screen - some problems

Ultimately I need to enable a keyboard and several single touch capabilities to implement a Kiosk mode Pi solution. I would like to free up real estate on the screen and use a non menu solution....

View Article

Default font

The system font on the phone (also iPad, etc) is SF Pro. There’s a problem with SF Pro in that the numbers are not all the same width. I’ve been using Verdana to display numeric data where things...

View Article


Image may be NSFW.
Clik here to view.

My practice application for the worker class

old app wip xojo app after 2 days start from scratch 4 posts - 3 participants Read full topic

View Article

Barcode scanner not asking for camera access, no image

I’m running macOS 14.4.1 and Xojo 2024R1. When I run the Xojo barcode scan example project and click Start Scan, macOS asks for permission to access the camera and then shows the image it detects. But...

View Article

URLConnection equivalent for HTTPSocket

I have long established code: dim h as new HTTPSocket h.yield = true x= h.get ("https://mysite.co.uk/test/" + "Somefile", 2) if h.HTTPStatusCode = 200 then //use the returned data end if It used to...

View Article
Browsing all 3600 articles
Browse latest View live