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

Cross-platform MDI-like application in Xojo

Hi all, in my application i have a side bar and a bottom bar and a lot of windows(~50 window), the side bar is used to navigate between windows. the problem that i want the side bar and the bottom bar...

View Article


Xojo2023r4: Code Profiler

I started looking into code profiler for the web app I have converted from Xojo2018. I am getting Profiler Data entry in Navigator - this is nice. I have put StartProfiling/StopProfiling around some...

View Article


Fetching rows from table into the list

The following code works: Var vLst(-1) as DatabaseRow Var vRowSet As RowSet Var vStmt As String vStmt = "SELECT * FROM mytable ORDER BY mycode" vRowSet = Session.db.SelectSQL(vStmt) For each vRow As...

View Article

Image may be NSFW.
Clik here to view.

A Thread on Building the What The Fly? App

Dear All, After some discussion on the forum, I have decided to do a ‘build’ thread. In this thread, you will follow along, and participate, with the creation of an application to help Fly Tyers keep...

View Article

HTML Viewer font size

I’ve been working on a project for a local community organization to collect people’s contact info (e.g. email address) when they attend an event. Adding some help information to it. I prefer to write...

View Article


Image may be NSFW.
Clik here to view.

2023 R4 - Can’t run in the iOS Simulator unless you…

There are several threads with folks having simulator issues, where even running an new iOS project results in the errors below: The issue started appearing for me in XOJO 2023 R4. It’s not an issue...

View Article

Create/Delete Files? Xojo 2023R4

Hello all, I’ve always had trouble with GetFolderItem and creating files. In this case, I know the folder, but want to create an empty file “startup.txt” in that specific folder. What is the best way...

View Article

Check video length before uploading ? WebFileUploader

Hello everyone, Is it possible to check the duration of a video before uploading or saving it to disk? Thank you 1 post - 1 participant Read full topic

View Article


Regex to leave only numbers and the Last period

I am currenty using this regex search pattern. reg.searchPattern = “[^.0-9]” But I want to add a pattern that will leave the numbers and Only the last period in the string. Does anyone have a search...

View Article


Jeremie Leroy's web calendar

Hello guys, Did anyone managed to make this work on the latest Xojo ? Unfortunately on his repo, he has some controls locked and you cannot do anything without those , it seems that he forget about...

View Article

Can someone explain SpecialFolder confusion

Hello guys, so as mentioned in the title , can someone explain that SpecialFolder part in regards to the Applications For example Windows : I have Applications → \Program Files\ or \Program Files...

View Article

Image may be NSFW.
Clik here to view.

How to change color of the top menu bar

How to change the color of the top menu bar on an Android App (the one colored green in the image below) 3 posts - 2 participants Read full topic

View Article

How to ideas - REST API for PostgreSQL

Hello all, I need to create both sides of a REST API for my project(s). I have not ever done this before so I am not really sure what the best way is to go about this. There are a number of API tools...

View Article


Image may be NSFW.
Clik here to view.

Context menu for HtmlViewer

How do I handle the context menu for a HtmlViewer? Some items don’t make sense when used as email viewer like “Open link in new window”. Others like “Download image” I would like to handle....

View Article

Valentina Release 13.8.1 improves Studio productivity, adds ValentinaDB...

This release includes fixes and improvements to Valentina Studio and also adds additional SQL functions for ValentinaDB, both in ValentinaDB for Xojo, and in Valentina Server. Server also now supports...

View Article


Image may be NSFW.
Clik here to view.

Thousands separator based on user's settings?

I would like to display file sizes with thousands separators, based on the current operating system settings OF THE USER. What actually seems to happen is displaying it according to the webserver’s...

View Article

To cathch a right click

Silly question, but… How do you catch and use a right click pressed on the mouse in Mac OSX? Thank you 6 posts - 4 participants Read full topic

View Article


Array of structure

Hello, Is there a way to build an array of structure in a plugin and return it to Xojo. The structure is already declared in a.h file. If yes, some hints on how to do it would be appreciated. Today I...

View Article

Modal window can still select other windows

I am using a Movable Modal window to avoid that users can selected and work in the other windows until they close the Modal window. However, I noticed now that when I click the menu bar (top part) of...

View Article

New WebView2ControlMBS crash & workaround

Hi all, If in the last two weeks your projects using WebView2ControlMBS have started mysteriously crashing on load, this thread is for you. I’ve spent dozens of hours on this issue so I’m going to...

View Article
Browsing all 3600 articles
Browse latest View live