Problem url connection when with moving project
Hello. I moved an entire project, including references to external modules or windows, to a synchronized Google Drive folder on the PC. A strange problem occurs: there is no error, but the url...
View ArticleAndroid Target
There doesn’t seem to be a Targets Android (unless my eyesight is going). 9 posts - 5 participants Read full topic
View ArticleDynaPDF Parser for Xojo
With MBS Xojo DynaPDF Plugin 24.0 we include the DynaPDFParserMBS class. This class provides a top-level interface on the parser in DynaPDF. You can do various operation using this class: Parse a page...
View ArticleHelp with console app dimensioning
Hello all, For some reason, this code has started to fail yielding an out of bounds exception. Here’s the code: The class clsSendTwilioBuffer contains no methods, only 7 properties; most are string,...
View ArticleApptools.us - first public software releases
Free software just for trying it… I’ve finally finished the first public version of three software packages I’ve used over the past 20ish years for myself and in my regular job. I still use all of...
View ArticleAnnouncement: EncodeKit
I’m pleased to announce the release of my MIT licensed open source EncodeKit module. About EncodeKit is a module for encoding and decoding Xojo objects for storage and transmission. It exposes two...
View ArticleHow to prevent a user from dropping an expandable row into another expanded...
In a Desktoplistbox I want the user to be able to reorder only the expandable rows. And I’m using this code in the Mousedown Event: If Me.RowExpandableAt(Row) Then Me.AllowRowReordering = True If...
View ArticleIDE Scripting MacArchitecture and Universal
What am I doing wrong? I can read the PropertyValue(“App.MacArchitecture”) to confirm “Universal” but I cannot set it. PropertyValue(“App.MacArchitecture”) = “Universal” I’m on next to zero sleep, so...
View ArticleRemote Debug on Pi tar.gz 0 bytes
Using the remote debugger on the Pi 4 with bullseye 32bit from windows 11 and R23R4. Xojo compiles but does not run on the pi. The IDE setting is set to arm32 On the Pi side the tar.gz file is created...
View ArticleVideo Player guidance
Hello, Can someone point me to the right direction? I am trying to use the WebMoviePlayer to play a small video but I only see the control when I open up the web page. I am using this syntax on the...
View Article" Canvas.Backdrop=SomePicture" does not work inside a loop
Why if I have " Canvas.Backdrop=SomePicture" inside a loop the picture does not appear? 3 posts - 3 participants Read full topic
View ArticleXojo2023r4 - is it possible to change color of the WebToolbarButton Label?
I have WebToolbarButton of ButtonStyles.Label. I use Caption for the note. Is it possible to change the text color or Indicator of this “Label WebToolbarButton”? If so, how? 1 post - 1 participant...
View ArticleSelect a picture iOS
When I display an image selector in an iOS app, it allows me to select an image. The selector shows ‘move /scale’ but I cannot do that. Sometimes, parts of the image are outside of the square area it...
View ArticleHow to convert a PRT file to PDF?
I have roughly 400 PRT files that I need to convert to PDF. Does anyone know of a Xojo Add-In or other method to convert PRT files? 3 posts - 3 participants Read full topic
View ArticleSortwith sqldate arrays
Hi all, Does anyone have a method or recommend an easy(ish) way to sort an array of sqldates in string format by date? I’d like to use sortwith another array so this might make it slightly more...
View Article*&^ API2! unwanted property changes
Thought I had sucessfully managed to use a newer Xojo on an API1 project without changing the code. Sadly, I found that it still managed to mess things up. Properties like FocusRect became...
View ArticleUsing a number in a property name crashes Xojo
Every time I try to use a number in a property name, Xojo crashes. Is this a known bug? For example: 1stLineIndent 8 posts - 6 participants Read full topic
View ArticleSubclass a MobileContainer
Why can’t I subclass a MobileContainer? 5 posts - 4 participants Read full topic
View ArticleOpening a BinaryStream is missing in Android?
Hi, My Android app hangs when it tries to open a file using the BinaryStream.Open method. Checking the documentation, it reads the following for the open method: “This method is not supported for...
View ArticleDate Time modified
Adding last time you modified a method. (MacOS) I couldn’t find a better way to do this (probably there is one…), so I’m posting how I did in case someone finds it useful. Create a Xojo script Var...
View Article