How to make a postgres backup with pg_backup using xojo app?
Hi folks, I would like to initiate a pg_backup command on a remote postgres server. It seems impossible from a xojo app using postgres plugin, you can only send sql queries ? or did I miss something....
View ArticleCollect project items....files missing
Good evening (o; The “Collect project items” dialog says it clearly: But why doesn’t it also copy the files added to the CopyFiles build settings? That a bug or a missing feature? (o; 4 posts - 2...
View ArticleRe: why isn’t this working
Hi Julia. Just found out I could send messages. First I am working through the … explanation… of how I should have my program working to do what I want. Slowly things are making sense. Thank you. But...
View ArticleCustom Analog Clock
Hi, Here customizable analog clock class demo I’m working on. Not sure how useful this is or what I’m going to do with it yet, but so far seems pretty cool. Being its a demo it will only work from the...
View ArticleSQLite ignoring null on edit using the RowSet.EditRow method
I am using a SQLite Database with a Windows Desktop Application. I have following code is inside a Method with the Parameters: RecID As Integer, StartDate As DateTime: Var rs As RowSet Var sql As...
View ArticleFileType Usage Question
Can I use two different filetypes for an openfiledialog OR have on filetype referencing 2 different file types? How do I do it, the docs are a little vague. Thanks! 2 posts - 2 participants Read full...
View ArticleEugene Dakin’s book about web apps
Hello, Is Eugene Dakin’s book ‘Begin Programming Xojo Web’ still relevant? It’s 10 years old by now but I cannot find any newer material. I am branching out from desktop apps to web apps. I am worried...
View ArticleFormación XOJO
Hola a todos. Quiero empezar a usar XOJO para desarrollo IOS y Web. He visto todo el contenido que hay en los videos de YouTube y documentación oficial, pero me preguntaba si hay algo mas " reglado"...
View ArticleXojo2024R2.1: WebListBox cell text auto-wrap - how to?
I am sure it is trivial for most of people out there but I need some help, I don’t know how to approach this and if it is even possible. I need to auto-wrap text in the cell in the WebListBox in the...
View ArticleApple development profile required when building ios app
My first demo application works well on the ios simulator. Now I try to test this application on an iPad. I checked nearly everything: bundle identifier, team, build for… The iPad is visible on the...
View ArticleChanging the cursor over a canvas within a container control
Hello Everyone, I’m experiencing an issue with changing the cursor over a canvas within a container control. Precisely, I have a container control that contains a canvas. I want to change the cursor...
View ArticleMessaging back to a Window from which a Modal Window Opened
The foremost Window has a Control (a Button) that opens a Modal Window. Is there a way for that Modal Window to send back a message to the foremost Window that called it (in my use case change a...
View ArticleDialog box
Why is it so difficult to create a modal window the user can enter text which returns to a method to be processed? 3 posts - 2 participants Read full topic
View ArticleRounding error in format?
Isn’t 5 the number at which a rounding is supposed to go up? Look at the code below; var amount as double = 10.125 var amountString as string = format (amount, “####.00”) This results in amountString...
View ArticleApplications vs Applicazioni
I have a program that when first run tries to detect whether it has been properly placed in the Applications folder. I have an Italian user that gets a message that it has not been placed in the...
View ArticleSyntaxArea.Editor adding definitions
Good morning Using the SyntaxArea.Editor for my IDE project on macOS. I use a control set to add new editors when a new file is opened or dropped. But when I want to load the syntax definition of the...
View ArticleWeb app not sending emails after server upgrade
I have my web app send myself and sometimes the user an email. All has been working well prior to the server upgrade which happened yesterday. Now the app does not send the emails. The code below is...
View ArticleWeb app - PDF wrap text different after server upgrade
I noticed after the server upgrade yesterday that the wrap text in a PDFdocument is different now. It does not seem to span the width and follow the parameter for width This is the correct wrapping...
View ArticleUnassign an invalid Webfile URL from a WebAudioPlayer
Hi, I am using a WebAudioPlayer object to play a “.wav” file. I first read it with a BinaryStream, then create a Webfile object with its data and assign that Webfile’s URL to the WebAudioPlayer.URL...
View ArticleDynamic text size with iOSMobileTable and other iOS controls
Hi, iOS supports dynamic text sizes which allows the user to increase the text sizes for better readability. The iOSMobileTable automatically adopts this. But at some point the row image jumps to a...
View Article