Cantidades negativas
¿Un TexField con Validation Mask -99999.99 sólo admite números negativos por teclado? No logro averiguar cómo hacer para que admita tanto números positivos como negativos 7 posts - 2 participants Read...
View ArticleCanvas in 90 Grad Schritten drehen
Hey zusammen! Ich brauch mal wieder Euer geschätztes Wissen Ich möchte per Knopfdruck mein viereckiges Canvas in 90°-Schritten drehen. Hat jemand eine Idee, wie ich das schnell und möglichst einfach...
View ArticleOllama mit Shell starten
Ich habe auf meinem Mac Ollama samt Modell llama3.2 installiert, um ein wenig damit zu experimentieren. Im Terminal genügt dann diese Zeile, um eine Antwort zu erhalten: ollama run llama3.2 ‘Wie geht...
View ArticleHierarchical Listbox TreeView Module for Xojo
Hello Xojo community! I’ve just released a new open-source project on GitHub that I think many of you will find useful — especially if you’re working with hierarchical data or want to integrate a...
View ArticleValentina Release 15.1.3 improves Valentina Server via REST, R and Go;...
This is primarily a ‘fix it’ release that covers most Paradigma Software products, including Valentina Studio, Valentina Server and Valentina Reports ADK for Xojo. Brand new stuff: [New][REST]...
View ArticleI forgot how to put down RadioButton instead of the awful unwanted RadioGroup
I forgot how to put down RadioButton instead of the awful unwanted RadioGroup Why on earth can we not have a box in the control toolbox to select just raidobutton also instead of some cryptic way to...
View ArticleApp Store connect issue
I’m attempting to update a project to the App Store for use with TestFlight and I’m running into two different issues. If I try and use Xojo to upload I get the following error message: 2025-04-12...
View ArticleHow to prevent closing a MobileScreen shown as sheet when the user clicks on...
Hi, In my app, I show several windows modally, as a sheet; the result is then transmitted using delegates to the calling window when the user clicks a button (and the sheet is also closed). Now, if...
View ArticleFileType.Extension("jpg;jpeg") wooes
on macOS / 2024r4.2 / Sequoia 15.4: Var jpegType As New FileType jpegType.Name = "image/jpeg" jpegType.Extensions = "jpg;jpeg" dropped .jpg files are rejected. If I keep only “jpg” in Extensions, the...
View ArticlePicture.Open Supported Formats?
The documentation states for Picture.Save these supported file format: Bout for Open: nada. I can say .webpfiles are opened and displayed on macOS, but what about other platform(s) ?. 1 post - 1...
View ArticleWeb Drag and Drop from listbox to listbox
Hi All I have two listboxes and want to drag from listbox1 row 3 to listbox2 row 5 for example. I have looked at the examples but there in nothing for listboxes and I’ve not been able to figure out...
View ArticleCalling row in PopUpMenu
Good evening group, I have a PopUp menu, where I have assigned a list of names, and each name corresponds to an ID inserted in RowTag. When the list is closed, by clicking on a ListBox, I would like...
View Article14 x code sign wants to make changes
After messing about with certificates (don’t ask) I now have a weird situation; I can build and code sign my apps just fine, but I get the following prompt fourteen times before it finishes correctly....
View ArticleUpdating XCode - advice?
On April 24 I must start using a new Xcode to build iOS Every time I am forced through this process, it’s a nightmare. Can anyone who has done this recently warn me/advise me of what the best way to...
View ArticleValentina Studio sub report multi column
Hello All, Question about Valentina Studio: I have a sub-report with a query: SELECT DLC.Client, DLC.Quantity, DLC.IDDistribution FROM tblDistributionListCustomer DLC Where IDDistribution = linked to...
View ArticleApp exits and NO DatabaseException thrown
I can’t seem to trap this UnhandledException, which kills (locks-up) my App and doesn’t break to show me an error. Symptom: App runs consistently w/out issues, then ‘hangs’ and forces me to close it...
View ArticleIDE Toolbar Button Centering
This is such a minor thing, but it annoys me every time I look at it. The run, build, and publish buttons should really be centered on the toolbar. It just looks unpolished the way that it is right...
View ArticleWebToolbar Collapse Breakpoint
Does anyone know how to control the collapse breakpoint for WebToolbar? I have a Toolbar that isn’t collapsing soon enough and items are running off the Toolbar: 4 posts - 2 participants Read full topic
View ArticleApp does not start if sandboxing is switched on
In 2025R1 using the Appstore-Connection I followed all the stuff Xavier provided thankfully. Xavier, thanks for that - great job! My App is still not in the Appstore because it seemed too complicated...
View ArticleDesktopPopupMenu: oen Bold Enttry?
Yes, I see .Bold, but - reading between lines - it make all entries Bold. The context: I’m presenting the names of the countries (UN) by continent. It would be nice to have the continent name in bold....
View Article