Using VLC in a Xojo project
From what I am reading regarding the VLC documentation, if you use a plugin I.E the MBS VLC plugin or in fact VLC directly itself , and play back any h264/265 media, by law you have to release your...
View ArticleCURLSMBS, WebSockets and OBS
Hi all, Trying to build a small app to have some control over OBS (Open Broadcaster Software) and so far I can open the connection and then get a response. When I try to send the next command to...
View ArticleAt last, I found the error
I had sometimes ago an error in project and I could not found why. That’s done. I now know what happened. I stored a string in RowTag, later / elsewhere, I read that RowTag and fill a FolmderItem...
View ArticleDesktop app crashes completely with Namespace Codesigning exception
This is from a test application driving a color measurement device that’s inside a thread class. The latter is to decouple longer taking actions from the main thread, so that no GUI blockage can take...
View ArticleBatman on a sunday
Just for fun batman.zip (6.2 KB) 6 posts - 3 participants Read full topic
View ArticleRe: Join WAV /AIFF files
I’m trying to merge WAV files and I found this code posted by Wayne Golding: Sub JoinWaveFiles(InFile1 As FolderItem, InFile2 As FolderItem, OutFile As FolderItem) Dim InData1 As MemoryBlock Dim...
View ArticleQuestion about MenuBars
I have a couple of separate windows and tried for a long time to get them all a separate Menubar, but this is impossible, too buggy, or very complicated and not straight forward like simply creating a...
View ArticleList of controls
I’m looking for how to obteint a liste of control in a DesktopPagePanel. Perhap, I is not possible. Thank you for your help. 3 posts - 2 participants Read full topic
View ArticleProblem mit sqlite
Hallo Freunde! Ich habe folgendes Problem: select * from exiftooltabelle where sourcefile like ‘%93DC49CD-EA62-40A9-9047-3FF61950D0CD%’ Der Inhalt 93DC49CD-EA62-40A9-9047-3FF61950D0CD stammt aus der...
View ArticleRemoving saved files
I have the following code for saving and deleting a file but it doesn’t seem to work. It saves out into the dedicated app document folder and the App can reload it but when I try and delete it, the...
View ArticleVerifying ... debug.app
I’m not sure when it started but I’m getting a message “Verifying … debug.app” while running an application from within the IDE. Using 2024 4.2 I sign and notarize builds using AppWrapper but don’t...
View ArticleAdd iOS interface to web app
Trying to get a handle on the difficulty of adding an iOS interface for my web app. It’s the same one I’ve been running for years (circleCalc.us). I’m new to iOS. I’ve done the web app which is sized...
View ArticleHello everybody, I'm back to Xojo
After a long journey among other langages : php, Symfony, flutter, dart… I’m back to Xojo for my next project. I’m back to this forum and happy to see nothing really change. It’s the most important...
View ArticleOSX/Amos.ext
Since I installed VirusBarrier version 10.9.96 on my Intego virus checker, Intego reports that the virus OSX/Amos.ext is present in the file SQLIteDatabase.dylib in the compiled app directory...
View ArticleFocus Other App?
Hi, is it possible to have a button in my app, which when pressed, will set the focus to a completely different app, then run a shortcut for that app? Been years since I last used Xojo, and am...
View ArticleXojo is looking for a Customer Support Rep!
We are looking for a part-time Customer Support Representative. Be the face of Xojo, helping customers and prospects while offering an exceptional customer experience. Work closely with other team...
View ArticleRecopie de l’iPhone in France?
I run the Recopie de l’iPhone application and it told me that it is not supported in my Region (France) ? I read an Apple Document in French (but it may be for Quebec users) and it says nothing about...
View ArticleiCloud Sync and "Keep downloaded"
I have been using iCloud sync without issue but have started having issues recently. First I have done some successful iOS builds within a sync folder (something I’ve been told never to do…) And today...
View ArticleCanvas Paint Event Not Called After Refresh
I have a DesktopCanvas and a timer. The timer calls the canvas.refresh method, but the paint event is not invoked. (The goal is to show some different quotes on the screen every so often.) Any clues?...
View ArticleIs there a way to trap an enter key with a WebTextField?
Hello, I’d like to trap an enter key use with WebTextField to do certain functions. Is there a way to do this? I do not see any events that would work… Thanks, Tim 5 posts - 4 participants Read full...
View Article