Quantcast
Channel: Xojo Programming Forum - Latest topics
Browsing all 3600 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Xojo2024R2: Strange and Annoying things

Release Notes: Windows: Graphics.DrawText now properly renders colored emojis on Windows and Linux. This also affects the ListBox output as well. (63604) Here is a ascreencapture on my PC: The emoji...

View Article


Listbox scroll bar oddity

Like probably most people these days, I tend to scroll listboxes by using the mousewheel. That is, it’s rare to have the mouse pointer enter the scrollbar. Today I noticed something odd when mousing...

View Article


XOJO Cloud deployment with SQLite database

New to XOJO. I have built a simple web application and would like to deploy it to the XOJO Cloud. How would I set up the location of the SQLite database file? I currently have the following code in...

View Article

Submitting desktop apps to Mas without provisioning profiles

Until recently I submittet my desktop apps to MAS without bothering for provisional profiles. After uploading my bynaries, Transporter would show a warning about the lack of provisional profiles. But...

View Article

Web PDF Bug

Anybody else experiencing a bug with PDF. I can make a pdf for the first time just fine. Then I try to make it again and it’s as if the characters are not moving across on the x coordinates when I...

View Article


Image may be NSFW.
Clik here to view.

Error with extends

If I create the following functions: bla(extends sender as DesktopPopupMenu, a as variant) bla(extends sender as DesktopComboBox, a as variant) and then in the code ComboBox1.bla("abcdef") in the...

View Article

Image may be NSFW.
Clik here to view.

Xojo2024R2: class name redirection - is it possible?

I have “rep_000” class, it is used as a super class for “rep_175”, “rep_190”, etc. I have this code: If mCurrentQuery.saved_query_id = 175 Then mRepObj = New rep_175 ElseIf...

View Article

DesktopHtmlViewer loses interactivity under various conditions

I have an app I’m building that makes use of the DesktopHTMLViewer. It’s fine except that every once in a while the control gets into a weird state where it no longer recognizes input from the mouse....

View Article


Connecting to Insecure Website

I’m connecting to a local web server during development. If I’m in a regular browser (safari, FireFox, etc) it will give me the option of ignoring the security settings when I first navigate to the...

View Article


How to call method on Session.PageWithName

I have a page named “main_page”, and I’d like to call a method on that page from the Session. What is the syntax and perhaps best practice for this? I’m not having luck with this, and feel like I’m...

View Article

Omegabundle for Xojo 2024 Now Available

Get the top developer tools and third party components for the Xojo cross-platform development platform at a huge savings. Omegabundle for Xojo 2024 is a collection of the most useful tool sets,...

View Article

Image may be NSFW.
Clik here to view.

Use method value as a constant #string in external lib method

Title a little bit sketchy i would like to use the returning value of a method(string) for the LIB value in an external method parameter the same way we use #constant 2 posts - 2 participants Read...

View Article

Custom section header in mobile table

Hi Using 2024r2 with an iOS project. I have an iOSMobileTable with sections. How do I add custom section headers? Thanks for your suggestions. Mich 1 post - 1 participant Read full topic

View Article


How dynamically create new object inside selec/case or if/then and refer to...

Hi, i have this problem, i must create a new istances of specific webContainer (webCa or webCb or WebCc) in base of a condition… like this( every webContainer has a proprierty named “ID” ) if cond=a i...

View Article

XOJO 2024R2 WebComboBox Has Problem

Hello everyone Did anyone notice any peculiarity with WebComboBox for Xojo 2024R2 and above? After a few uses and clicks on any WebComboBox it refuses to work anymore. 2 posts - 2 participants Read...

View Article


Cgi test

Hola. Saben si puede descargarse de la web de xojo un CGI de test para probar si efectivamente no hay conflictos con el servidor? recurdo que hacenos atrás si estaba pero no lo encuentro. Gracias 3...

View Article

Shell Execute wait without locking UI

In my desktop app on Linux, I am running an external command via Shell.Execute. Works fine but it locks the UI and the desktop manager is interfering as it thinks the app has crashed. Looking at the...

View Article


Create Picture from Application Icon

I want to get my app’s icon and put it into a Picture object under MacOS and Windows. I can see that there’s an ICNS file in Resources under MacOS, but ICNS is not listed as a supported format for...

View Article

Remove selection from SearchField

Since DesktopSearchField has no selectedText or SelectionLenght (which I could set it to ‘0’), I would like to prevent text to be selected (after the control gain focus) by simulating the pressure of...

View Article

Image may be NSFW.
Clik here to view.

Is RGBSurface broken on macOS for Picture with Alpha channel?

If I loop through Picture’s RGB surface to copy it (note I do it to test I don’t need to copy it I am tight encoding it in the end but since that was failing then I loop through it and copy pixel by...

View Article
Browsing all 3600 articles
Browse latest View live