Home > .NET > Parsing Balsamiq Files

Parsing Balsamiq Files

June 15th, 2011

I had the joy of building out some stuff from Balsamiq. This was the first prototype I developed, around making sure a control hierarchy could be generated even though Balsamiq just considers everything as layers. It’s not amazing, but it’s a start if someone wants to understand the data from one of those files.

You get a collection of PageObjectHierarchys back from the parser in which you can do whatever you want. The collection should have all child objects as children and not part of the base collection. Have fun with it!

Categories: .NET Tags: , ,
Comments are closed.