Skip to content

Author: Xojo

XDC Sessions

XDC, the Xojo Developer Conference, is less than 6 months away! The conference will take place March 26-28, 2014 at the Monte Carlo Resort and Casino in Las Vegas, the entertainment capital of the world! Planning is in full gear – we just closed the call for speakers and will announce the final session schedule later this month. We received more submissions than we could ever present in a single conference, which is extremely exciting and surely indicative that this will be the biggest XDC yet! Over the next few weeks we at Xojo have a big challenge selecting the best sessions from these submissions, but the result will surely be a terrific XDC!

Comments closed

Guest Post: Running Xojo Apps on Windows with Elevated UAC

We’d like to thank Wayne Golding for offering the following tip. Wayne Golding has been a Xojo developer since 2005. He operates an IT Company Axis Direct Ltd www.axisdirect.nz which primarily develops applications using Xojo that integrate with Xero www.xero.com.  Wayne’s hobby is robotics where he uses Xojo to build applications for his Pi2 often implementing IoT for remote control.

Do you need to run a Xojo Application on Windows with Elevated UAC? Here’s Wayne’s trick to achieve that goal.

Comments closed

Faster Internet

I’ve discovered a way to potentially speed-up your Internet access. Before we get to that, it occurs to me that the way in which computers find each other on the Internet may be a bit of a mystery to many. If you’d like to understand how it all works read this first.

Your devices (computers, tablets and smartphones) are constantly accessing their assigned DNS server and since they often can’t continue until a response is received, the speed of your DNS server can have a big effect on the speed of your Internet access. If you’re using any of the Internet classes in Xojo, this will of course affect the performance of your apps as well. Not all DNS servers are created equal. You are probably using one at your Internet provider and it may not be the fastest DNS server available to you. But with all the DNS servers out there, how can you know which one is fastest?

Comments closed

GUEST POST: Testing a Windows Service Application with Xojo

When working with Windows services you’ll want to debug the application while it’s running as a service. To do this, you can Select Run Paused from the project menu, then create the windows service and start it. Now you’re debugging your app while it runs in service mode.

All of this takes time, and having to create/start the service each time slows down debugging considerably.

I have written a little utility that allows me to right click on the debug executable and automate the service creation and startup. You can download this utility from https://dl.dropboxusercontent.com/u/18858366/DebugService.zip. The source for the Xojo project is included. The utility accepts the executable path as its argument, creates a service “_test” and starts the service.

Comments closed

Go Team!

In the past, our user database has not been great for teams. Now, having your own Xojo account is really important. You need your Xojo ID to activate your licenses in the Xojo IDE and to access the Xojo Forum. Feedback requires your Xojo ID to create bug reports and feature requests.

Comments closed