Executing python script in linux
Hi, I was trying to run a python script using shell command. Dim sh As New Shell sh.Execute("/usr/bin/python3 " + "update_test.py") it doesnt work, but if I do execute on terminal its works fine. the...
View ArticleHow to get a Popover to remember its values?
I use a Popover on an Export button, but if the user clicks away, the Closing Event is called and all field values are lost. There is no CancelClosing Event. Ideally, I would like to hide the popover...
View ArticleCalling a method in a Worker from JobRun
Are you meant to be able to call a method in a Worker object from the JobRun event handler of the same Worker object? The reason I ask is I have one project where this works for one method and not...
View ArticleCompiler directive Target xxx for Workers
Is there a way to do the following ? #If not TargetWorker Then // Code I don't want to be compiled into Worker console app #EndIf I tried: #If not TargetConsole Then but that doesn’t make any...
View ArticleBinaryStream.Open - IOException error 1
Hi all, Got a strange one that I can’t fathom. Creating f as a folder item, which exists and isReadable (confirmed in debugger)… As soon as method gets to this line: inputStream = BinaryStream.Open(f,...
View ArticleSuoni multipli in Windows
Ciao a tutti, ho compilato la mia applicazione che su Mac funziona benissimo per ambiente Windows. La mia applicazione ha una musicadi sottofondo che avvio con il compando: audio.Volume =20...
View ArticleQuickLook - buttons
Hi all… I’ve been trying to create a macOS Quicklook style window for my cropping app that I am working on. For reference - here are the styles of buttons I am looking to re-create. Images below...
View ArticleHas the desktop menu option autoenable's behaviour changed
I’m on macOS and bringing an old application up to date and converting it to API2. I updated to Xojo2024R1.1. The behaviour of menu option AutoEnable seems to have changed. My understanding was that...
View ArticleGreek characters in enums
Apparently Xojo 2024 Release 1 now forbids Greek characters from appearing in enums. I have a scientific research program that uses lots of Greek characters in variable names, properties, and enums....
View ArticleOld Documentation - does anyone have a link?
Hello all, For some reason, the bookmark I had for the old documentation has disappeared. This is the doc set before the current method. Can anyone provide me a link? Thanks, Tim 3 posts - 3...
View ArticleHow detect the pression of character and change with other charapter in...
I must intercept the pression of dot charapter “.” and change this with comma character “,” on the fly when i writing data in webTextbox (web 2.0) Is It possibile ? 3 posts - 2 participants Read full...
View ArticleControlling the size of a PopOver container or screen
When I show a popover screen, I get some random size that doesn’t seem adjustable. When I show a popover container, I get the container size but the controls in the container get shifted based on the...
View ArticleHow to turn on dark mode for xojo IDE?
Can anyone tell me how to use/turn on dark mode for the Xojo IDE? Win 10 Xojo 2024 R1.1 Thanks, Tim 2 posts - 2 participants Read full topic
View ArticleAndroid DatePicker Question
I am a brand noob with XOJO and working on a sample Android app. Is it possible to programatically set the date of the datepicker so that it shows the date without having to open the datepicker and...
View ArticleExotisches Problem mit Error bei RUN
Ich habe in unserer Firma auf insgesamt 5 Macs (4x iMac und 1x Mac Mini), auf denen überall “Catalina” läuft, Xojo 2021.x installiert (nur IDE im Demo-Mode, ohne Lizenz). Auf den iMacs läuft das...
View ArticleSSL PosgreSQL
Hi, I am using Supabase to work with posgreSQL. I am opting to set a certificate (SSL) for security. When trying to connect to the db I get the following error: certificate present, but not private...
View ArticleMBS Xojo DynaPDF Plugin compatibility?
I updated my Mac Pro to macOS Monterey version vers.12.7.4 and Xojo 2024 Release 1.1 In the Plugins folder: MBS Xojo DynaPDF Plugin July 16, 2018 upon opening it does not recognize DynaPDFMBS Why ? 2...
View ArticleXojo Error when calling dll
` //Declare Function ltcdump Lib “E:\LTC\FileRe\dlltest\a\WaveOutLtc.dll” (filename As CString, fps_num As Integer, fps_den As Integer, channel As Integer, first_timecode As CString, last_timecode As...
View ArticleSQL Insert Into - Part Deux
OK, Kem and Alberto helped me to get a working INSERT INTO statement as follows: "SELECT 2, ProposalID, LineupID, CasesListBoxRow, CasesListboxValue,CellEditControl, CellDataSource " + _ "FROM...
View ArticleHow to Save an in-memory SQLITE database file without the SaveAs dialog
(topic deleted by author) 1 post - 1 participant Read full topic
View Article