Xojo2024R2.1: WebListBox - is there a way to show full text of the column by...
This may be trivial or not possible at the moment, I don’t know, hence I ask Xojo gurus for help. The problem: column showing text is narrow because of limited space on the screen, when hovering mouse...
View ArticleObject2D, its subclasses and Group2D
Good evening (o; Currently experimenting with Object2D and its family classes… From previous answers in another thread people use separate Arrays to hold the different subclasses of Object2D like...
View ArticlePDFDocument ... possible to open?
I wonder If there’s a way to open an existing PDFDocument and add some information (and save this to a new PDF document). Javier Menendez mentioned about 1 year ago (on XOJO Youtube Channel) that this...
View ArticleUsing Semaphores to Manage Resources
Originally published at: Using Semaphores to Manage Resources – Xojo Programming Blog Imagine a restaurant kitchen during the dinner rush. Multiple chefs need to access the same oven, stovetop, and...
View ArticleSaving a string(that looks like a time)
i am saving a string, that, you guessed it, looks like a time to my mysql database in a “varchar(45)” type field when it saves it looks like this: 2:40 PM when i pull it back up, it looks the same....
View ArticleBarcode reader questions
Is there a way to detect if a machine has a camera or is compatible with the barcode scanner? 3 posts - 2 participants Read full topic
View ArticleNon-Blank Space Extension Method
After struggling with this I’ve manage to get my emails (HTML Body) etc. working much better. Public Function ReplaceNBSP(Extends value As String, html As Boolean = False) As String Static NBSP As...
View ArticleCan't sign out of Xojo bug tracker...?
Whenever I go to log out of the bug tracker - by clicking on my profile icon and choosing Sign Out - the browser does a little HTTP redirect dance and I land right back where I started, with my login...
View ArticleReplaceAll acts as ReplaceAllBytes when search string's encoding is Nil
Does anyone else think this is a bug? https://tracker.xojo.com/xojoinc/xojo/-/issues/77262 In the following code: dim NBSPAsBytes As String NBSPAsBytes=ChrB(&hE2) + ChrB(&H80) + ChrB(&HAF)...
View ArticleQuit debug web app
This sounds like a no-brainer, so sorry, but I’m struggling. I need my web app to do something specific when it shuts down. The only way I can debug this is doing a remote debugging session to the...
View ArticleLabel Printing in Xojo
I am looking for some advice. The best way to do label printing from a SQL Database. I need to print utility bills from a Desktop Xojo app I created. The post cards are 4 cards to a sheet. The sheet...
View ArticleWebMoviePlayer Seek
I am trying to build WEB APP which has WebMoviePlayer in Xojo 2018r3. Regular play is working normally, but when I try to seek position in MoviePlayer, nothing happens, except when I seek on first...
View ArticleHow do I access a pi can interface with Xojo
Hi, I have a P4 and and Pican 3 interface , there a libs and examples for python, but I want to do the same with Xojo and a nice gui around it. In Python its done with : ip link set can0 up type can…...
View ArticleDraw SF Symbol on Canvas with color / color group
Hi, I am trying to draw a picture containing a SF Symbol onto a canvas but instead of the defined color its drawn in black. Var Testcolor As New ColorGroup(Color.Red, Color.Green ) Var Icon As Picture...
View ArticleCheckbox Question
Xojo Version 1.2 2024 Windows. This is kind of an armature question on the Checkbox Control. For trapping - I need to change the Checkbox value to false (unchecked) without triggering the code in the...
View ArticleWhere must I place the code to resize a MoviePlayer?
I want to resize (down) a Movie Player to 640 x 480. I put code after Movie.Open(f): no result. The code is also ignored if set in .Play / .PlayingStarted. In .MouseMove: the Movie is resized, but -...
View ArticleMovie.MouseDown does not exist
I am working with Xojo 2021r2.1 and there is no Movie.MouseDown… I get an eye on the current version, and this event exists, but in DesktopMoviePlayer. Is there’s a work-around ? 6 posts - 3...
View ArticleMoviePlayer tp DesktopMoviePlayer
Is it me or it is not possible to change the MoviePlayer Super to DesktopMoviePlayer ? I loaded a project created with 2015r1 with 2024r2.1. I clicked in the pen (Properties.Super) to change from...
View ArticleSyntaxArea.Editor TextChanged event doesn't fire
Good afternoon (o; The CodeEditor has an event called TextChanged…which fires three times when I add text from a file. But…when I type in the editor, this event is never fired, only when I press the...
View ArticleXojo webapp Vs. IIS/app with domain certificate
Hi to all, this is my situation: VPS with windows server 2022, IIS, domain name and certificate for https. All work properly, I can see https://www.mydomain.com and I create a little app with asp.NET,...
View Article