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
-1
votes
2 answers

Is there method startswith in xojo like in Java or Vb.Net?

I try to learn xojo. Is there any method Startswith in xojo just like in Java and Vb.net? If there is, how should I implement it? Thank you.
-4
votes
2 answers

OOP fundamentals: Mixing Superclass and subclass methods

Using two classes, a baseclass called Super and a subclass called Sub each have two instance-methods with the exact same names (called m1 and m2). At runtime an instance of Sub is created and Sub.m1 is called Sub.m1 first calls Super.m1 (and…
1 2 3
8
9