December 30, 2012
Yay! My music notation solution, created using the great Haxe langugage with the multiplatform NME extension, is now up and running on Android units! Here’s a screenshot from my brand new Andersson ADT 1.0 (7 inch display, 1200 x 800, 16 GB, Android 4.1.1): And here’s a photo of my old HTC Desire phone (Android […]
October 19, 2012
In Waxe version 1.0.1, there’s no MessageDialog implementation, so we have to create one ourselves. This requires that we have the wxWidgets-2.9.3 source code and that we have compiled the needed obj files from that. (I’ll describe that process later, in part 7…) In short, this involves the following steps: Adding the wxMessageDialog implementation to […]
October 19, 2012
To be created. Until then, check out Pah Arif‘s blog about this: http://misterpah.com/haxenme/building-waxe-haxewaxe/
September 6, 2012
I’ve been working on solutions for music notation for a long time. It all started in the mid 90-s when I had the opportunity to write a book about sight-singing for choir singers. For this I had to produce hundreds of music examples, and I needed a way to get them in an editable vector […]
June 3, 2012
NOTE: The following is only relevant if you are using Windows. I have no idea of if/how what’s described below affects the look-and-feel of apps on OSX or Linux. The simple test applications that we’ve created this far do work, but they have av very grayish boring Win95 look. Once again, Andreas Mokros has found […]
May 22, 2012
Every classic desktop application has a top menu bar that at least lets us quit the program. So let’s create one! We start with an empty directory, and add the following MenuTest.hx… …and the following MenuTest.nmml: Go ahead and compile with > haxelib run nme test MenuTest.nmml neko (For compiling to c++/windows target, check Part […]
February 22, 2013
0