Questions tagged [xojo]

Xojo is a cross-platform development tool that creates apps for macOS, Windows, Linux, Raspberry Pi, iOS and the web.

The Xojo integrated development environment and programming language can be used to create apps for a wide variety of operating systems and technologies, including macOS, Windows, Linux, Raspberry Pi, iOS and the web.

Xojo uses an object-oriented programming language that creates compiled, native apps using LLVM. It features an integrated layout designer, code editor, debugger and more.

First released in 1998 as REALbasic for classic Mac OS, it has continued to be developed and updated over the years to become a popular and powerful cross-platform development tool while remaining true to its core values of being easy to learn and use.

Website: https://www.xojo.com/

122 questions
0
votes
1 answer

Xojo crashes when selecting page setup or print from file menue

I'm new to both Linux and Xojo. I have been very impressed with Xojo until now. I'm running it on Linux Mint, 20.2 64 bit. Same error on Xojo 2.1, 3.0, and 3.1. On a clean install of Linux and Xojo, Xojo crashes if I simply go to File/Print or…
0
votes
1 answer

Upload file to Google Drive from web file chooser using chilkat

I am developing a web application in Xojo and I use the Chilkat plugin to manage the Google Drive cloud but I am a bit lost with uploading files to the Google cloud with this plugin. In my web application I have added a file selector (to select an…
Wardiam
  • 127
  • 7
0
votes
1 answer

How to track down a Sound NilException error

Looked around and did not find an answer to this: I am trying to play a Sound file, but am missing something in the process... I already have loaded a FolderItem sound file succesfully, but I can't track down this NilException. I just started with…
0
votes
1 answer

How to codesign and notarize an Os X app?

How to codesign and notarize an Os X app? I'm using Xojo 2016r2.
user10053673
  • 221
  • 1
  • 13
0
votes
1 answer

Xojo Count Words in HTML - Remove Tags & Other Unwanted Content That May Skew Count?

I've inserted some temporary inside the action event of a timer which converts markdown to html as you type the markdown. This event places the html in the variable mHTML. I wanting to count the words in the text and display those in a label. I am…
JFS
  • 1
0
votes
1 answer

The web Dialog on XOJO web application does not close

In my web application I have opened a web dialog, which has 2 canvas. On this canvas I have drawn a eyeglass lens. The canvas opens properly and the lens is also drawn properly on it, but after that when i try to close the web dialog, it is not…
0
votes
1 answer

What are the compromises with using Xojo for cross platform development?

Much of the cross-platform development topics on SO seems to be 6 to 9 years old. Anyone have recent experience with Xojo? Can it be used to quickly deploy UI on top of C++ generated linked libraries on macOS and Windows? How does that work on…
SMGreenfield
  • 1,680
  • 19
  • 35
0
votes
1 answer

Twilio web app notify

I need push notification on mobile webapp (Xojo, iOS+Android), I was thinking to use Twilio Notify Beta but it is not clear to me how it works. Say a user starts the webapp: first time it should bind with a REST api, but I don't understand where to…
0
votes
0 answers

Xojo, MySQL, load data local infile, won't work in Xojo

I am trying to run the "load data local infile" from within a Xojo app. If you don't know Xojo think of it as a Mac version of VB for this purpose. I have no problem running the SQL from Workbench on the same machine. I get error 1148, The used…
0
votes
1 answer

Linear Gradient with Angle & Strength

I want implement a function in C++/RealBasic to create a color gradient by the parameters: Width and height of the image 2 colors of the gradient Angle (direction) of the gradient Strength of the gradient The following links show some examples of…
Joseph86
  • 43
  • 1
  • 5
0
votes
1 answer

Creating custom order system

The question i have is many fold. So I work IT for this company. It’s a small company. Very small. They have an ancient ordering system that uses MSACCESS and was built in Visual Basic. I’ve been tasked with developing a new ordering system…
PortaDoor
  • 27
  • 2
0
votes
1 answer

OS X - How to detect when app got launched in hidden state at Login?

My background app (LSUIElement mode) briefly shows a window at launch to let the user know that it has launched. When the app gets launched as a Login item, some users choose to hide this startup window by checking the "Hide" option in the Login…
Thomas Tempelmann
  • 11,045
  • 8
  • 74
  • 149
0
votes
2 answers

How do I make a bootable OS or make an app that can be bootable on Mac?

I made a desktop application that looks like an OS. My question is, can I have that app and make it boot up when I start my Mac just like how OS X would start> If I can, then how? Thanks.
user3597140
  • 39
  • 1
  • 6
0
votes
0 answers

Debug shared method in REALbasic with gdb or similar tool

What I want to do is to debug: break and disassemble function defined in RealBasic language that have following signature: foo(bs as BinaryStream) as String. The problem is that it seems that there is no symbol defined. GDB didn't see function named…
-1
votes
1 answer

Viewing list from database using Visual Basic in Xojo

Every time I run the application I am presented with this error message and would like to know how I can alter my code so it runs Error details
M.Williams
  • 11
  • 1
1 2 3
8
9