Order when displaying MessageBoxes
Ist this a feature or a bug? https://nözl.de/fdr0a Marius 3 posts - 2 participants Read full topic
View ArticleExtension Method in Android
Is there a chance to create extension methods in Android ? Any example available ? 2 posts - 2 participants Read full topic
View ArticleHaving problems with IDE scripting - App settings
According to the manual: https://documentation.xojo.com/topics/build_automation/ide_scripting/project_commands.html PropertyValue(propName As String, Assigns value As String) Gets or sets the value of...
View ArticlePorts not read from command line
Today I try to just get a sample app running (Eddies electronics) on a new web server. For some reason Xojo doesn’t open the ports. See terminal window: root@ubuntu:/var/www/html/eeweb# sudo lsof -nP...
View ArticleKeyDown running SelectionChanged code?
I have noticed an odd (what I can only assume to be) bug in 2023 Release 4. I haven’t updated one of my apps in over a year, and when compiling it under 2023 R4 I have noticed that any code in the...
View ArticleWeb 2 Xojo 2023r4 - I need to handle Enter/Return in WebSearchField
According to documentation the Enter key and Return key should be handled by Pressed event on the WebSearchField. However, when I open page and the focus is in the websearchfield and enter few chars...
View ArticleDBKit.SearchResultsListBox selected row
Using 2023.4 and DBKit.SearchResultsListBox (Web) how do I get the selected record from a listbox? I want to insert other table records based on the selected record and the insert sql is complex. I...
View ArticleWhy does OpenFileDialog have a "New Folder" button?
I just noticed than on m Mac (don’t know about Windows) that the OpenFileDialog has a “New Folder” button Now I can see being able to create a new folder on the fly useful for as Save dialog, but why...
View ArticleScrollbar search markers
My application (x-platform Win + Mac) has a very long DesktopListbox in its main interface. I have a search function in the app, and when you get search results, all of the relevant rows in the...
View ArticleRuntime error when starting project
I’m getting the following error on startup when I run my project with Xojo2023r4. Running the same project with no changes using Xojo2023r3.1 gives no errors though. Looks like a possible regression...
View ArticleEditMenu (Copy/Paste/SelectAll) with HTMLViewer on Windows
I use HTMLViewer on Windows. I display a contextual menu by catching the mousedown event in javascript. The contextual menu clones the standard Xojo EditMenu as well as adding a few other options. All...
View ArticleSession.URL
I open the page using this link: http: //127 .0.0.1 /?m=YXJ0dXIuemFyZW1iYUBvcC5wbA==&k=Og1IPWILUASGIlxqsa9GrbasGh5Ahn2 To remove parameters, I wrote: Var newUrl As String = Session.URL...
View ArticleCan't run Android projects
Hi, While trying to run (debug) an Android app, either in an emulator or on a real device, Xojo hangs for about a minute, then nothing happens. In Android Simulator, a default project works fine. I...
View ArticleHow to suppress the default highlighting of DesktopListbox rows
Since I spent some time today figuring this out (again), I’ve created this Issue requesting an addition to the Docs: https://tracker.xojo.com/xojoinc/xojo/-/issues/75328 1 post - 1 participant Read...
View ArticleMac OS Accelerate in Shell
I have an XOJO program which uses the Discrete Cosine Transform (simple FFT for real samples), which I have coded in XOJO. Now I want to convert my program to employ the MAC built-in processor...
View ArticleWill Barcode class also be available for iOS?
will Barcode class also be available for iOS? thanks Ali 7 posts - 6 participants Read full topic
View ArticlePDFTable cell border
I would like to draw a border, only the top border of the cell, but I am confusing on how do it. Where may I find an example? May be that there is not an API call to solve this? Grazie 5 posts - 2...
View ArticleHow to reference a property on a container
I am having trouble setting a boolean property value to false. It is a property of a container on a desktop window. Named “Changed” it is set true any time a checkbox or textfield value is Changed =...
View ArticleXojo App Crashes when trying to play a sound file
This works on my other targets including Linux, but when I try to issue a command such as mysoundfile.play the app exits without any error. Anyone seen this? 13 posts - 6 participants Read full topic
View ArticleIf a window is Modal, then KeyUp event is not raised
I noticed that when a window is shown as a modal (.showmodal), then the KeyUp event of a TextArea / TextField placed on that modal window is NOT raised, containers also show a weird behaviour with...
View Article