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

Easiest way to display SVG on Web?

I’m looking for the best way to display an SVG, as my first attempt is displaying it very grainy and not scaling well. I’ve tried using g.DrawPicture in a WebCanvas, but the size and resolution are...

View Article


Image may be NSFW.
Clik here to view.

How time flies

These are the times when you start thinking you are getting old Now you can get a Mac Mini M4 for 599 with 16Gb of RAM. My first Mac had 512kBytes RAM, a 100GByte SCSI was around 1000 and the HP...

View Article


Accents Issue

The words in my database contain accents, but they display differently in the Listbox; e.g., the database has ἀγάπη, whereas the Listbox has άγάπη (notice the difference in the first letter). This is...

View Article

Image may be NSFW.
Clik here to view.

WebToolBar.Enabled Property Doesn't Do Anything

Setting the WebToolBar.Enabled property to False doesn’t disable the toolbar. If it’s only actual WebToolBarItem objects which are meant to be disabled, it probably make sense to remove the...

View Article

Image may be NSFW.
Clik here to view.

Responsive Text Controls

I’m looking for some advice on how to resize web controls and interlock their positions bassed on their size. As an example you can see here that the text in a WebLabel wrapped when resized to a...

View Article


SerialNumber Windows 11

is this code right for Windows PC to get serial number ? it’s returning nothing at this time Dim wmi As New WindowsWMIMBS // Execute the WMI query for BIOS serial number If...

View Article

PhidgetsMBS vs Phidgets Control Panel

I have a long-standing issue with PhidgetsMBS (which I love), to wit, that after my Xojo app using Phidgets has run on a Windows PC, the Phidgets Control Panel app will no longer run until I restart...

View Article

Using IPCSocket to see if my program is running

Hi All. I have a question about using an IPCSocket to determine if a program is running. I have created an IPCSocket and put it in the program I want LISTENING for the other program. For testing only...

View Article


How to session

I have a question about the web version of Xojo. How can I identify users when multiple people are accessing the site? I would like to know how to achieve the equivalent of a php session function in...

View Article


Image may be NSFW.
Clik here to view.

Please add FriendlyName Property to WinUSBdeviceMBS

I like my apps to be able to auto-connect to USB serial converters without the user having to select a COM port. In order to do this, I need to Iterate over USB devices looking for VID/PID match (I...

View Article

Xojo2024R3.1: contextual menu with WebListBox deselects selected rows except...

WebListBox, multiple selected rows, when doing right click to invoke contextual menu the selected rows are deselected except of the first selected row. Can someone confirm that this is a bug, please?...

View Article

Xojo2024R3.1: WebListBox with DataSource - how do I loop through selected rows?

In the WebListBox with multiple selected rows I would like to step through selected rows and update corresponding records in the database. Here is the code I use: for i as Integer = 0 to...

View Article

Image may be NSFW.
Clik here to view.

Xojo2024R3.1: WebListBox shows Behavior that I can't explain

This is the WebApp that originated in Xojo2018, it using Custom class DBListbox, maybe this explains, however, I still need to ask. Please take a look at the attached snapshot, it shows “Behavior”...

View Article


Example from docs (Movie) is bad

The example for Movie is bad: it allows the user to choose each or any item from the Open Dialog (no filtering is done): This is the example: Var f As FolderItem f =...

View Article

Image may be NSFW.
Clik here to view.

Unable to display correctly an mpg file!

I had an idea yesterday, and I implemented a simple test (see the Movie thread from some minutes): a. the images are displayed b. the sound was silent. So I can watch the movie, but in silence. This...

View Article


Fortran to Xojo

Hello my friends, I’m trying to translate a Fortran program into Xojo. This program is about finding all the roots of a polynomial “Algorithm 493: Zeros of a Real Polynomial”. I have a few questions...

View Article

PopupMenu Substitute

I’m trying to get a certain look for my Popup Menus. I’m able to get it using a Bevel Button, but I’m less than satisfied with how the menu is functioning. Is there a better way to go about this?...

View Article


Custom Control containing controls

I need to create a desktop custom control or class that contains several controls, including a rectangle and an array of desktop labels. There will be a number of instances of this custom control in a...

View Article

2024 R3.1 Container Desctruction

Hello all, I have several instances where a container, has several other containers with it. These are all created using EmbeddWithin. What is the best way to handle container destruction? When the...

View Article

Xojo2024R3.1: WebListBox.SelectedRowIndex

According to help: If no row is selected SelectedRowIndex will be -1. If multiple rows are selected, SelectedRowIndex will be the index of the first selected row. Assuming multiple rows selected in...

View Article
Browsing all 3600 articles
Browse latest View live