Apps macOS: Desde el Sandboxing hasta la Notarización, los fundamentos
¡Hola! Acabo de publicar un artículo en el que explico los pasos requeridos para aplicar el Sandboxing, Hardened Runtime y Notarizar las apps macOS generadas con Xojo. No te preocupes si todo esto te...
View ArticleMobileButton on iOS with Icon only
Hi, is there a way to have a MobileButton on iOS with only an icon? I want to create controls for a media player like this: I tried to use the iOSDesignExtensions with...
View ArticleDesktopPabPanel Close
Good afternoon (o; Digged out a rather old project where I load several Verilog text files into a DesktopTabPanel. Similar software application use a close “X” in the tabs, but there isn’t an event...
View ArticlePreconfiguring printer Page Setup settings
Hi, I haven’t found a clear enough answer from previous posts. I’m new to Xojo and could use some guidance on this item: I need to pre-set Page Setup options so the end user never has to input the...
View ArticleAndroid questions
How ready is Android development in xojo? Can we use it create apps that run in the background sending data via BLE, use GPS to pull data, connect to websites with keys etc? 1 post - 1 participant...
View ArticleRead frames from a video in "real time"
I like to play a video at its normal speed (whether it’s displayed on the monitor or not does not matter) and read the frames into a memory buffer (which I will then send to my own framebuffer...
View ArticleHow to mimic Mac OS menus or contextual menus?
Hi all, How could it be possible to mimic Mac OS menus or contextual menus, where after displaying it, typing a modifier change some items? For example, right-clicking on a folder displays “Open in a...
View ArticleNeed 64bit current Notary Tool for old version Xcode
My dilemma - Updated to OSX 15 (Sequoia) beta on M1 Mac mini. Don’t mind messing with betas to test apps but forgot that this machine was the only one that can notarize my apps. Developer certificate...
View ArticleHow to delete cache and cookies?
For DesktopHTMLViever, it seems that there is no way to delete cache and cookie before to load an url. Any declare working for all versions of macOS? 3 posts - 2 participants Read full topic
View ArticleXojo Cloud: More Than Web App Hosting
Originally published at: Xojo Cloud: More Than Web App Hosting – Xojo Programming Blog What better way to celebrate 10 years of Xojo Cloud than bragging about all the things it can do! When you think...
View ArticleUsing HTMLViewer on MacOS and WebView2 on Windows
Hi all, I have an app that displays some HTML content. On MacOS, I use a DesktopHTMLViewer and all is well. On Windows, I want to avoid the huge filesize overhead of the HTMLViewer and want to use MBS...
View ArticleSplit a text in words with regex, language unknown
Hello you all. I want to split a text into words and tried to use Joe Strout’s SplitByReg for it. the function is: Protected Function SplitByRegEx(source As String, delimPattern As String) As String()...
View ArticleShell DataAvailable
Good morning (o; Have here a simple Python script that prints out numbers from 0 to 9 in one second interval. How is the DataAvailable supposed to work? Does it fire when a new line of text is...
View ArticlePackages - how to put folder into user/library/application Support
Hi there… I’m ready to deploy (not to the app store). In the past I’ve been using packages. Stupidly, I can install a folder that my app cannot really access in the root/Library/Application support....
View ArticleMachine Learning or Algorithm?
I have two devices that measure the same object, but they give slightly different results. The result is always a set of 3 double values, but the actual values differ in a non linear way between the...
View ArticleSet the OS pdf file name
When you print to pdf, the file name use the window name as the default file name. When you print silently, you do not have access to the pdf file save dialog… Is it possible to set the pdf file name...
View ArticleAre some built-in enumerations incoherently implemented in the language?
Hi, I’ve written this code right now: TFPassword.Text.Compare(Password,ComparisonOptions.CaseSensitive) (up to now, I used the global function instead) I find it weird that ComparisonOptions is not an...
View ArticleBest way to install an iOS app on a limited number of devices
Hi, This is a question I already asked last year, I know, but I’m still hoping for a working answer. On next week-end, I’ll organise a “small” event, and I need to install an iOS app on some iPhones...
View ArticleSet a default reduction value
I need to set the Reduced value to 62 (or 63%) by default. How can I do that ? To be clear: 2 posts - 1 participant Read full topic
View ArticlePackage shell program for distribution
Good morning Let‘s say I have a shell program whos installation path can be configured. What would I have to set it to for deploying a macOS app so the shell program is included and can be called?...
View Article