Join Paul as he talks with forum poster extradonaire, Michel Bujardet!
Comments closedCategory: Community
Posts about the Xojo Community, events and activities.
Visitors to Houston will find the city is served by 2 large, international airports (IAH & HOU), the restaurant scene is diverse and extensive, the city’s museums range from the acclaimed Children’s Museum to the beautiful Rothko Chapel, and the attractions of the surrounding area.
Comments closedIf you work at a desk all day, you should be thinking about your ergonomics.
Being comfortable while you work is important. It enables you to concentrate better, but more critically, it prevents you from injuring yourself. From Musculoskeletal to vision and hearing problems, yes, it is quite possible to injure yourself while working at a desk!
Comments closedPaul talks with Tim Parnell, creator of several Xojo add-ons and active Xojo forum contributor.
To listen to this podcast, download the mp3 now.
Comments closedA couple years ago I wrote a post about Going Rogue with Xojo. It proved to be rather popular and I got some great stories back from how people were able to use Xojo in their organizations.
Comments closedPaul talks with Arthur Couture and Tom Rupprecht of ICAL Systems, a consulting company that does enterprise software development using Xojo.
Comments closedIn this special episode of XojoTalk, Paul talks Star Wars The Force Awakens with Bob Keeney and Marc Zeedar. The first few minutes are spoiler-free, but the rest of the podcast is spoiler-filled, so go see The Force Awakens first!
Comments closedUpdate Aug 2017: Starting with Xojo 2017 Release 2 your app icons are automatically included in 64-bit Windows apps without having to do the workarounds described in this post. Upgrade today! If you are still using older versions of Xojo, then these workarounds are still necessary.
Comments closedIt’s time again for Hour of Code! The Hour of Code is a global movement reaching tens of millions of students in 180+ countries. Anyone, anywhere can participate in Hour of Code, from ages 4 to 104. At Xojo, we are again participating in this wonderful way to help people learn to program.
Comments closedWayne 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.
Guest Post Tip: Formatted Text/Strings in Xojo
Writing long concatenated text in Xojo (or any programming language) tends to make the code difficult to read. Typically there is a block of code that has line extenders (_), a single line that goes on forever or a block of code that appends text to an existing variable. All are hard to read. And when you add SQL statements to the mix it can become difficult to easily see what you are trying to achieve.
I’ve started using Constants for this reason.
Comments closed