Gradient With A Stroke
I’m trying to fill a rectangle with a gradient and give it a 1 pt stroke. I’m starting out with this: Var linearBrush As New LinearGradientBrush linearBrush.StartPoint = New Point(0, 0)...
View ArticleWindows Scrolling a Container
I’m having a rough time scrolling a custom DesktopContainer in a window. On Mac it’s perfect. On Windows it has awful refresh artifacts that look like it’s stuttering the child-controls and in places...
View ArticlePicture.Metadata - Orientation
Hey all, Now that we are able to access picture metadata, I was hoping to be able to use the Orientation value in the metadata to be able to tell if my picture is landscape, portrait, etc. But no...
View ArticleGit Integration
I’m looking at adding some Git integration into my Xojo Code Generator app. If anybody else has worked with the Git CLI before and has code to share I’d like to know - don’t want to reinvent the wheel...
View ArticleDo preemptive threads block when input/output calls hang?
I’m considering trying preemptive threads in one of my apps. That app searches for files in a selected folder, with given criteria. When searching over network shares, it’s possible for the app to...
View ArticleXojo using CPU doing nothing
I noticed Xojo 2024 R3.1 uses about 1% CPU load doing nothing (even when it is docked and the main window is not visible). Did not noticed with previous versions. Anyone else is seeing this? BTW...
View ArticleIf a Windows is Opened o Closed
Hi group, I need to display messages only if a certain window is open. How can I check if it is open or closed … I wrote if reminder.visible then … but it doesn’t work. Thanks. 4 posts - 4...
View ArticleHow to navigate web pages in desktop HTMLViewer control
Hi there. Is it possible to have ‘previous’ (back) and ‘next’ (forward) control on a rendered HTML page in the HTML control. I am a complete newbie Thanks 2 posts - 2 participants Read full topic
View ArticleValentina Release 14.6.1 Improves Studio Editors, support for DuckDB,...
This is a Valentina Studio only update. If you purchased Omegabundle for Xojo 2024 then you get this update as a part of your purchase. See the complete release for specific details. Quick Highlights...
View ArticleDelay in an initial movie playing
I have something very strange happening, and hopefully someone can point me in the right direction. Still working with my screen saver program, which thanks to all of your help, is proceeding...
View ArticleTwo MobilePopupMessages hangs app
If I have a long section of code, and display a popup message at the start, followed by another at the end , the first message remains on screen afterwards and the screen is disabled - effectively...
View ArticleDepreciation list for MacOS builds
Is this list from Documentation up to date? I seem to recall later versions excluded more OS. Building for macOS OS Last Supported Release 32-bit Mac apps 2019r3.2 Building Mac apps on Windows...
View ArticlePinning a container width to the device screen width
How do I change a container width so that it is the same size as the device screen (or the scrollable area it sits in) ? I’ve tried using constraints but it seems to ignore them. I don’t understand...
View ArticlePortAudioMBS Windows has a big problem
This is doing my head in. Not so long ago, I used port audio to record my (guitar) input. It would create a nice wavefile, I could replay it back and at any speed. It was great and incredibly useful....
View ArticleXMLDocumentMBS Examples?
There are 3 examples for XML in the Monkeybread documentation, and they all relate to reading an existing file/data. I am finding the Xojo XMLDocument quite slow on large data, and wonder if the MBS...
View ArticleWeb Page
How i can show web page new tab from my web application this my code WebNew.Show 4 posts - 3 participants Read full topic
View ArticlePlugin definition change doesn't load in XOJO
Hi, I’m using a plugin dll for windows to speed up certain things in my applications. If the plugin have been loaded once into Xojo, Xojo doesn’t detect function interface changes, from changed Dll...
View ArticleApple Profile Triage 3.5 Beta
It’s been a busy month working on APT and there’s more exciting things coming. If you’re interested in trying out the latest beta, you can download it here: download Version 3.5 brings a number of...
View ArticleDoevents or force update in iOS
Prior to an intensive bit of code, I would like to make some control become visible, or force a repaint of a canvas, or even change the title of a screen But so far all my attempts have failed -...
View ArticleAutocomplete for multidimensional arrays is still completely broken
Feedback Case Number: 64026 Can this please be looked at? It’s been reproducible for at least 3 years and every time another user raises this bug it gets closed as a duplicate. Essentially,...
View Article