When can UDP communication be supported
When can XOJO support UDP communication on the Android platform? At present, it can only support TCP. 1 post - 1 participant Read full topic
View ArticleCan Android apps play movies?
It seems clear from the documentation that the mobilemovieplayer is not yet fully implemented in Android. Is there an alternate way to play a movie in Android given a folderitem of a movie file on...
View ArticleDesktopHTMLViewer insecure on Windows, fine on Linux
How do I avoid this on Windows without having to pay $$$ for a third party component? Couldn’t sign you in. This browser or app may not be secure. Learn more. Try using a different browser. If you’re...
View ArticleXojo DataGrid by BasicApp
Hi guys, just to let you know about a new Xojo DataGrid component by BasicApp. This is the link: https://basicapp.net/xojo-data-grid/ This is the online guide:...
View Article"Could not load function from dylib" error
I want to call one function from a small third party dylib. The following code seems to find the dylib ok in my Frameworks folder but it always fails when trying to call the encode_file function in...
View ArticleHello from Italy
How many Italian people are on this forum? 2 posts - 2 participants Read full topic
View ArticleAppWrapper meldet Fehler: failed Archive contains critical validation errors
Ich bekomme seit einigen Tagen immer wieder Probleme mit den kompilierten Programmen. Nach dem Compileren läuft ein Script, dass das Programm an AppWrapper übergibt. Von App Wrapper bekomme ich dann...
View ArticleExample with print preview
Could someone show me how I can enable print preview, with an example put in button. 2 posts - 2 participants Read full topic
View ArticleXojo2024R3.1: WebProgressBar trouble
Using WebProgressBar is a bit of the challenge. I have Utility web page that has indeterminate WebProgressBar control, invisible by default. The idea is to populate the list on Utility web page with...
View ArticleTrying to launch external (flatpak) app on Pi with Shell asynchronous. It...
Hi All. I am very new to Xojo. I am trying to launch an flatpak (sandboxed) app with Xojo. In order for it not to pause my app I am launching it mode 1. The app only launches if I have a messagebox...
View ArticleHex Color Codes Are Reformatting
So, in my Paint event, I declare my button colors as variables and pass the actual Hex color codes from the button’s constructor. For example: Paint Event: linearBrush.GradientStops.Add(New Pair(0.0,...
View ArticlePossible bug in Linux DesktopTextField?
Code for a DesktopTextField Sub DropObject(obj As DragItem, action As DragItem.Types) Handles DropObject Me.Text= obj.FolderItem.NativePath.Trim End Sub Dragging and dropping adds a space and this odd...
View ArticleWebAudioPlayer cannot be disabled
If you add a WebAudioPlayer to a WebPage, give it a sound URL and set it as disabled in the IDE, then run, the WebAudioPlayer will still be able to play the sound. This is true even if you set the...
View ArticleI'm looking for a more advanced listbox
I’m an old 4D programmer, sorry for my trivial questions, I’m doing a product evaluation in replacement of 4D, so I have a lot of questions to ask, sorry in advance, I saw that the listbox is the a...
View ArticleCreate a Tic-Tac-Toe Game in Xojo - Step-by-Step Tutorial
Originally published at: Create a Tic-Tac-Toe Game in Xojo – Step-by-Step Tutorial – Xojo Programming Blog Tic-tac-toe, a classic two-player strategy game where players take turns marking spaces in a...
View ArticleWindows System Image Recommendations?
After removing a bunch of preinstalled bloatware and spyware, I’d like to make a complete system image of my cleaned up Windows 11 system for emergency restore purposes. From what I’ve been reading,...
View ArticleMacOSX Gatekeeper and Console apps
Apple continues to make by-passing GateKeeper more difficult… which is no problem for desktop apps that can be signed and notarized. Has anyone found a way to sign and notarize Console apps? 7 posts -...
View ArticleCheckBox in Cell of DesktopListBox is editable
A checkbox created in a cell of DesktopListbox can be changed. The following example program illustrates the problem: ListBox1.AddRow ListBox1.CellTextAt(0,0) = "Column 0" ListBox1.CellTypeAt(0,1) =...
View ArticleStill troubles with DateTime (locale)
How do I set the locale in the line below ? Var foo As Variant = row.Column("BillDate").DateTimeValue That was were I had trouble in the past days, and working on something else… with dates… let me...
View ArticleCurrency in SQLite?
I have created a TABLE with a Currency COLUMN, but … LB.CellTextAt(LB.LastAddedRowIndex,4) = row.Column("SRU").CurrencyValue.ToString Have-you used the Currency symbol ? I lost the cents… So I will...
View Article