DarkMode HtmlViewer vs. WKWebViewMBS
To have control over the context menus I switched from HtmlViewer to WKWebViewMBS. I have a simple JavaScript to switch between Light and Dark mode for the html. var darkModeStylesNodeID =...
View ArticleError Building for the App Store
Hi I’m getting the following error when I try to build for the App Store before I submit using Transporter: Would any know what might be causing the problem? From the error, it looks like...
View ArticleCreating array names in a loop?
Hi Xojo coders! I want to create a series of curves to be shown in a graph. The way that it works is by defining an x- and an y- array for each curve and filling them with “.Apend”. Below is shown how...
View ArticleAndroid Screen Layout
Hi, Developing for iOS, there is a view for iPad and for iPhone and is possible to place controls in large screens like the iPad ones. I want to make an App for an Android Tablet and in Xojo for...
View ArticleMapViewer REQUEST DENIED
Having acquired an API key for google and set the property in the MapViewer, I tried to retrieve a location. However the app is throwing an exception and the error is as described. MapViewer1.APIKey =...
View Article360 degree photo viewer
I’m working on a feature to connect to Insta360 cameras and capture 360 degree photos. The camera API returns a regular .jpeg file with the image captured by each 180 degree lens represented...
View ArticleHow to convert "if($var&1)" to Xojo?
Hello can anybody help me with this? I have a php statement that I want convert to XOJO // $score is a String typecasted to Int // $before is an array of strings if (isset($before[$i])) { $score =...
View ArticleSending email with inline image with Xojo 2024r2 Desktop
I’m using Xojo 2024r2 Desktop, with components EmailMessage e SMTPSecureSocket. I’m trying to send an email in html with an inline image. Reading the posts on the forum I’m trying to solve the...
View ArticleCan No Longer Reorder Main Menu Items 2024 V2
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleXojo2024R2: how to obtain comma separated values from WebListBoxRowData?
Assuming I have vRowData as WebListBoxRowData that has columns such as “m_code” and “c_code” with values “AXI” and “BNY”. I want to obtain “AXI,BNY”. I could use vValue = vRowData.Value(“m_code”) +...
View ArticleSample Program PostgresSql problem?
Hello; Running the example program PostgresSQL Example in 2024R2 on a mac , when I hit hit -Connect to PostgresSQL- I expect to get an error message as I am not running a server to connect to. Instead...
View ArticleAndroid Socket issues with ASCII characters > 128
For the past 2 days I have been trying to send simple 3 character command strings to a motor controller using the Xojo 2024 R2 Android TCPSocket. Command 1: characters 255 + 0 + 254 Command 2:...
View ArticleAnother Color Picker
Hey folks, I hope it is ok to post this here? I’ve been working on a color picker for a few weeks now and have finally got it finished! This was a side project that i wanted to do, to figure out how...
View ArticleWeb project works local not on server
Not sure what category to use on this one… My web app connects to a MariaDB. The app has a log in screen that verifies the user and then connects that user to the correct databases. I acquired a used...
View ArticleURLConnection Implementation Best Practice
Hi, I am trying to create a class to connect to a rest service. I basically need to connect to a rest api for a db. Since the service i am using does not have a SDK for Xojo, i am trying to create one...
View ArticleMysterious "barcode" error during compilation
Probably nothing to do with “barcode” per se but here it goes: (macOS 10.14.6, full MBS plugin suite) Using Xojo 2024r1.1: I have a large Desktop project, it builds fine I have a console project, it...
View ArticleUsing Python in Xojo with MBS Plugins
For MBS Xojo Plugins version 24.3 we add a new Python plugin part. The MBS Xojo Python Plugin and the new PythonMBS class allows you to evaluate Python code in Xojo and run scripts. This enables you...
View ArticleHow to do sub menues using popup?
Hello all, Using a WebPopupMenu, I need to create a sub menu. MenuA =====>> MenuA.1 MenuB Etc. Is this possible and if so, how to do it? Thanks, Tim 1 post - 1 participant Read full topic
View ArticleXAML InfoBadge
Hey all, Im trying to get an infobadge on my NavigationView using the below xaml, <NavigationView IsTabStop="False" IsBackButtonVisible="Collapsed" IsPaneToggleButtonVisible="False"...
View ArticleSpeech recognition authorization
Attempting to get speech recognition to work on an iPad app using MBS plugins (thanks, Christian). The first thing one needs to do is ask permission of the user. I got that up and clicked “no.” Now it...
View Article