MBS Plugins 25.2 pre-releases
Hello, in this thread I want to post to you what’s new in 25.2 prerelease plugins. Download here: monkeybreadsoftware.de/xojo/download/plugin/Prerelease/ or from Dropbox or ask (in private message or...
View ArticleXojo Hangout en Español (3 Abril 2025)
No te pierdas el próximo Xojo Hangout en Español que tendrá lugar el próximo 3 de Abril de 2025 a las 19:00 (GMT+1) donde trataremos sobre algunas de las más importantes novedades incorporadas en Xojo...
View ArticleDBKit crash on SaveRow - MySQL
Hi all, I’ve not used XOJO for many years, so forgive my rustiness. I’ve tried to set up a web app that reads from a MySQL database using DBKit. I’ve set this up so that it displays all records...
View ArticleNew app icon won't replace old version icon
I updated my icon in one of my long standing apps. The new icon appears in the dock when I run the app from the Xojo IDE but when I install onto my Mac it replaces the old app in Applications and the...
View ArticleEditCellAt in listbox cannot be supported in web projects
EditCellAt in listbox cannot be supported in web projects.When the method is called, it seems that nothing has happened. 3 posts - 2 participants Read full topic
View ArticleSet a menu Shortcut yo EditClear
I wanded a Shortcut to EditClear on MacOS, then remember that I need it macOS âbdkWindwos. This is what I finally get: Sub Opening() Handles Opening #If TargetWindows EditClear.Shortcut =...
View ArticleCreating new WordApplication failing in Windows 11
I have an app that I have used for years that is now failing at this line of code dim word as new WordApplication App is built with Version 2018 release 4. I get the same problem with 2023 release...
View ArticleWebListBox.CellTypes.TextField with WebListBoxStyleRenderer
Looks like the combination of WebListBoxCellTypes.TextField with WebListBoxStyleRenderer makes the edited text the text version of the renderer (as below)...
View ArticleDuration accumulator
I store on MySQL / MariaDB database a duration of type Time. I read it from Databaserow this way: Self.duration = row.Column("duration").DateTimeValue I show the value on my list control this way: Var...
View ArticleDebit or Credi card
Hi If any one have use lib or plug-in for debit card or credit for processing on POS Any input is good Thanks 1 post - 1 participant Read full topic
View ArticleDesktopListBox: Insert and populate a Row
Just to be sure I am walking in the good Alley: a. Add a Row with .AddRowAt(RowIndex,"") b. Fi-ll a Cell with .CellTextAt(RowIndex, "String") c repeat b until all colum,ns are filled. Is it correct ?...
View ArticleHow to manually install a old hp tracer on macos 15?
Hi there, I have an old hp designjet T770PS at one customer we recently changed 27" imacs with new macbook pro 14 M3 and the hp driver stops in 2012 … on some macs I used the migration assistant and...
View Articlegraphics.DrawText's max width not work only on xojo WEB edition
Hi, i have tried to use the width parameter of graphics.DrawText function and on desktop edition this is work fine, on xojo webEdition this parameter is ignored. This is part of the code on web...
View ArticleDecoding 'Vibe Coding': What Does It Mean for Developers (and the Code We...
Originally published at: Decoding ‘Vibe Coding’: What Does It Mean for Developers (and the Code We Write)? – Xojo Programming Blog Let’s talk about a term buzzing around: ‘vibe coding.’ Yes, you read...
View ArticleVector Graphics: getting width and height of a TextShape (et al.)
One possible approach to getting the width and height of a TextShape and maybe other (unrotated) objects that do not have width and height properties is to: place the object alone in a picture and...
View ArticleDynamic RadioButton Creation
Platform: Linux - Kubuntu 24.04 Let the image show the problem… I took the code straight from the documentation and only changed what I want to see. 14 posts - 4 participants Read full topic
View ArticleRTEdit (Rich Text Control) Updated
RTEdit has received a major update with version 1.5 (Github link at the bottom of the post) I will use this thread from now on to post updates. Thanx for all the feedback and inspiring to see how many...
View ArticleWeb Popover - how to control its positioning?
Hello all, Can anyone advise what the code is to control where a Web popover would show? It seems to be either random or based on the position of the button creating it. Edit - I see you can set the...
View ArticleExclusions from Tab?
Hi All, Is there a way to exclude items from the tab selection? ie, labels for example. Thanks, Tim 6 posts - 3 participants Read full topic
View ArticleIDE continues to have major problems rendering controls
This is what the IDE shows: Luckily the built app renders correctly as intended: But it makes it very hard to edit the controls of course. Changing tabs and returning does not solve the problem....
View Article