WordLib imports MS Word and Open Office documents right into your LiveCode fields. This is all done natively without relying on any other software, API, or interface to do the job. Nor is it based on someone else’s code. Not even Microsoft’s. That’s actually a big deal; as a pure LiveCode script solution, independent and original, built from the ground up, WordLib can target MS Word and LiveCode like nobody else. You don’t even need a word processor or DLL installed to use it; that’s the whole point. You just need LiveCode, WordLib, a document, and a field. Any platform. One line of code. You’re done.
read moreKidCode: Teaching Preschool Kids Code and English Together
by Heather Laine on October 1, 2018 1 commentArguably, coding is the new literacy. How early should children start to learn coding? Can they learn it while they learn language itself? KidCode is a new app initiative which aims to teach just that. It uses LiveCode to simultaneously teach coding and English, and will shortly be launched in kindergartens in China. It is targeted at children from as young as 2 or 3 years old. The app is a collaboration between HHOTT and So-Easy International.
read moreDevelop Yourself Video Competition Winner Announced
by Heather Laine on August 24, 2018 1 commentA few months ago we announced our new “Develop Yourself” branding, and to celebrate we ran a competition, asking you to make a 3 minute video on the theme of Develop Yourself.
read moreData Grid Helper 2.5 adds support for Datagrid 2
by Zryip The Slug on June 13, 2018 2 commentsWhen I started to build the first version of Data Grid Helper 8 years ago, just a few months after having bought my first LiveCode license, I never imagined DGH would be as successful as it is and how many interesting people would contact me with questions about the datagrid control itself.
read moreLiveCode 9.0 GM
by Ali Lloyd on April 3, 2018 10 commentsLiveCode 9 contains so many new features that it’s almost impossible to cover them all in detail in a single blog post. So I’m not going to try. There have been several other blog posts along the way detailing specific features, which will be linked in the course of this blog – see these for more information.
Instead, I present the inside story of LiveCode 9.0, as it happened. The story has two main threads. The first is the ability to access to libraries and platform APIs written in other languages, aka the community-funded ‘Infinite LiveCode’ project. While the initial implementation of LiveCode Builder included simple C library support, we have extended this to support accessing more complex C libraries, Objective-C and Java. We have also refined the native layer support – there is more to come on this front in the 9 series, particularly for Windows and Linux. So we owe a huge thank you all who contributed, financially and/or otherwise, to achieve this goal.
read moreFunctional features in LiveCode – is it just a dream?
by Alex Brisan on February 8, 2018 No commentsIf you’re like me, and you come to LiveCode from more “mainstream” programming languages, such as Java (8 or 9) or Python (heck, even C++), then you might be missing some of the very nice functional features for operating on Arrays and Lists, such as maps, filters or even list comprehensions. In this blog post I’ll try and answer the question, whether implementing functional features in LiveCode is a dream?
read moreLiveCode 9 – the final preview
by Ali Lloyd on December 22, 2017 7 commentsLiveCode 9.0.0 DP-11 (AKA the final preview) has been released! We are very excited about this release, it’s absolutely packed full of features and fixes.
read moreTesting 1, 2, 28534
by Ali Lloyd on October 4, 2017 5 commentsI really enjoy writing tests. It’s great to ensure that a new piece of functionality will never be broken, or that a bug will never be reintroduced. It’s doubly satisfying when something previously untestable becomes testable, when a certain level of struggle or ingenuity is required to work out how to test something, or when a test is particularly (perhaps even maximally) succinct.
read more
Recent Comments