CheckBox in Listbox, Value Shown?
Hi I’ve got several listbox columns formatted as CheckBoxes, they work great with the exception that each CheckBox column as well as showing the CheckBox, also shows the value from the database, ie:...
View ArticleiOS App icon error
I’m updating an iOS app that was submitted to the AppStore last year with a 2023 release of Xojo and I’m getting an odd error: when I include the App Icon (same file I used last year) I’m getting this...
View ArticleTouch on Canvas event
Good morning Have a settings icon as Canvas where I want to open up a settings dialog when it is touched. But seems there is absolutely no event that can trigger it. Looks to me that touch screens are...
View ArticleLooking for custom switch control
Good afternoon (o; Looking for an alternative switch control for a touchscreen application on Linux and stumbled upon the einhugur collection: But those controls can’t be resized nor do they react on...
View ArticleHuge Xojo Sale Coming Soon!
Get Notified and Get the Best Discount! Coming later this month, Xojo will offer a huge discount on all Xojo licenses. The sale will take place for three days only. Day one will offer the greatest...
View ArticleWeb App Force Page Reloads Every Time
This may well be a stupid question, but I have been looking for an answer for some time and related topics do not quite cover it. I have built a very simple web app. Three pages - login, menu, and do...
View ArticleHouse of the Snapdragon: Windows ARM is Coming
Originally published at: House of the Snapdragon: Windows ARM is Coming – Xojo Programming Blog We’ve gotten a requests over the last few months asking about Xojo’s support for Windows on ARM and it...
View ArticlePDFDocument Text Aligment
Hello guys, I am trying to do a document, where i need to create an Invoice, Some parts are on the left side some on the right side, I don’t seem to find anywhere the text alignment, ,so how do you...
View ArticleMBS writing ID3 tag "Year" problem
I’m trying to write new data into the mp3 tags using Monkeybread Taglib class and the “Year” tag is not written. This is my code: Dim mp3 As New FolderItem(PadNaarSongLok, FolderItem.PathTypeURL) if...
View ArticleAccessing Support Files At Debug Time
At Desktop build time, my read-only supporting files get swept into a resources folder by a Build step. At debug time I just access them directly, using “If Debugbuild.” and going straight to them....
View ArticleWebwindows do not update
I have a shell program who carry on some operation, I have written it in xojo. When I call it with operation who take short time, i.e. 10 sec, the result appear correctly into the windows. But if the...
View ArticleHow to create a .DEB Package/installer
It took a bit to figure it out, and this is by no means the best or only way to create a simple .deb package, There is a lot more to package creation, but I made it work very well for the simple...
View ArticleDesktopSearchControl icon
Just a suggestion re the DesktopSearchControl. In most text controls (list boxes, text fields, whatever…) its frequently useful to have two modes to search: a simple text search that finds and selects...
View ArticleDefault Window splitter control
I was wondering why a window splitter control is not by default available in Xojo? FWW I use the imSplitter (GitHub - oleman108/imSplitter: Canvas based splitter for Xojo desktop builds) which is...
View ArticlePaste strings in a PDF document
It is for a ProBono project. They have a pdf and copy there (manually with a pen ?) informations they already entered in the application. I wondered… is it possible to: a. Load the electronic version...
View ArticleXojo2024R2.1: WebSearchField problem with Pressed event
I think there is a problem with the WebSearchField.Pressed event but I need someone to confirm. I use Safari as a browser. The attached sample illustrates this issue. I begin to type something like...
View ArticleCrash in design mode
I was changing the default name of a CheckBox of a project and Xojo disappeared (crash). At relaunch time, I get my last saved project: two hours of work left (somewhere or lost). Xojo IDE do not...
View ArticleCanvas Events on a MobileTableCustomCell
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleSpotlight On: LX Aer
Originally published at: Spotlight On: LX Aer – Xojo Programming Blog Spotlight On posts focus on Xojo community members. We’ll use this space to tell the stories of people using Xojo, share amazing...
View ArticleXojo2024R2.1: context menu item - how to show it as disabled?
Often WebListBox control has context menu that shows various options available for selected row. However, sometimes the option is dependent not just on selected item but also on something else, let’s...
View Article