SQLDatabaseMBS - Oracle - Timeout set to -1
Hi, is there a way to set the timeout for an Oracle connection using SQLDatabaseMBS to -1? 2 posts - 2 participants Read full topic
View ArticlePosition Of WebMenuItems
Hello, I’m having difficulty changing the position of the menu to be right-justified. I tried using Object.Menu.Position = WebMenuItem.Positions.Right, but it didn’t work. I’ve been experimenting with...
View ArticleHow do I right align header text in a desktoplistbox + change the text color?
I have a (sub classed) DeskTopListBox with 4 columns. Two columns contain numbers and right align. The header text of course follows the Left/Right align of the rows below the header. I use a method...
View ArticleConverting String to Double
I have a String array. One of the elements = ‘17,1’, NL locale. I want to convert this string to a double: KMDouble = KMArray(8).ToDouble. KMDouble is a Double. The result = 0. Looking in the debugger...
View ArticleWebMoviePlayer : Possible To Livestream Via WebMoviePlayer?
Hello eeveryone. Is it possible to livestream video feeds / youtube via the WebMoviePlayer control? Thanks in Advance 1 post - 1 participant Read full topic
View ArticleXojo 2024r2.1 Now Available
Xojo 2024r2.1 is now available. Download it today! Read the release notes. 1 post - 1 participant Read full topic
View ArticleBest practices: Refactoring?
Hi Folks: Xojo Blog: " Clean Coding in Xojo: Best Practices for Writing Maintainable Code" states: " 7. Refactor Regularly Refactoring is the process of improving the structure of your code without...
View ArticleWebChart Pressed Event
Hi, everyone! I build my linear chart with this code: Var mySet1 As New WebChartLinearDataset("Series 1", Color.Red, True, 5) mySet1.ChartType = WebChartLinearDataset.ChartTypes.Bar mySet1.Tag =...
View ArticleMechwarrior 5 Linux Mod Manager Open Sourced
I just got done making a mod manager for Linux, written in Xojo! Right now it handles only mods for a game called Mechwarrior 5 but I am expanding it to cover more games and hopefully making a plugin...
View ArticleWriteInt16 showing wrong data type
Hello, I have two variables declared as Integer: SpsBigl and ImpLrd Writing them as Int16 I get an error saying that it expects them to be Integer but they are Strings All the other variables check...
View ArticleXojo2024R2.1: Safari 17.3 no longer shows buttons as expected
The Safari 17.5 renders pages as expected, the 17.3 is now no longer rendering properly. 12 posts - 4 participants Read full topic
View ArticleWhat the heck is wrong with the Pi support
(Rant on) So I thought I’d try to write an app for a Pi project with Xojo. So I looked at the Xojo website to learn about Raspi specific topics. However, practically all pages one finds on the website...
View ArticleDesktopChart Legend
I need a way to know if the user clicked on a legend item that hides/shows the data. Basically I need to know what data is shown. It doesn’t seems to be possible. 1 post - 1 participant Read full topic
View ArticleARM-64 app crashing on SaveAsDialog.ShowModalWithin for single user
I have a user who sent me the following crash report which occurs when SaveAsDialog.ShowModalWith is called. He says the app also crashes for him when he’s trying to open files from the File menu,...
View ArticleMSSQL Prepared Statements mess up Scandinavian characters
Building a web app with 2024r2. When using Prepared Statements to select, create, or update rows, any Scandinavian characters (mostly ä, ö, å in my case) get garbled in MSSQL. I’ve tried defining and...
View ArticleHTMLViewer Error The URL can't be shown
In my application, I’m using an HTMLViewer to connect to a website. I’m getting a 101 error with the description “The URL can’t be shown.” Any idea on what this error means? 3 posts - 2 participants...
View ArticleMake A Web Container Control Blink Using CSS Pseudo Class Selector
Many months ago i asked in the forum how to implement CSS pseudo class that can make a container control change upon hoover and also to make a container control blink using CSS. A friend helped me to...
View ArticlePreparedSqlStatement not working
Hi, I was trying to inserting data from a listbox by using PrepareSqlStatement, the code is running without error, but the data is not inserting. If mDb.Connect Then mIsConnected = True...
View ArticleFree open source plugins
www.xojotools.com I have set up an github open source repository for Windows (initially) free plugins, starting with some networking examples. This will be community driven, so request what plugins...
View ArticleHandoff in Xojo?
Hi, I’m considering implementing the Apple’s Handoff feature in one of my Xojo apps. This doesn’t seem impossible to do, but may not be trivial either. I’m still hesitating to start such a big task...
View Article