Mittwoch, Januar 19th, 2011 | by Richard Deininger | Posted in Allgemeine Theorien | No Comments »
Searching for an game avatar I thought it would be cool if the player can create their own avatars.
But how… Cubees would be a good idea! Nearly everybody can create them and there are already thousands out there in the net. (Just look at Deviantart)
So for starters, I created a “LieberLieber Buddy” and our beloved OCF-Koala.

The LieberLieber Buddy also comes with an Surface Tag on the bottom to be used at our Surface.
For you guys, which love Cubees, OCF-Koala fans or if you just want to see what happens when you put the LieberLieber Buddy on our Surface during the next exhibit, I got you some templates: OCF-Koala, LieberLieber Buddy, and an empty one for your own creation.
Have fun.
Freitag, Juni 11th, 2010 | by Christian Zauner | Posted in Microsoft Surface, Programmierung Allgemein | 2 Comments »
Although there were some announcements from different manufacturers – HP sells this really nice device already – but just in the US, Canada, New Zealand, … – but we haven’t found one in Europe. Recommendations where to buy it right now with delivery to Austria would be highly appreciated!

LD4200tm 42-inch Widescreen LCD Interactive Digital Signage Display overview – HP Small & Medium Business products
This size will allow to implement some real nice interactive Digital Signage Applications for retail, trade fairs, banks, ….

With a recommended price of USD 1.999,- for the Display HP obviously tries to get marketshare
Donnerstag, Juni 10th, 2010 | by Daniel Siegl | Posted in Microsoft Surface | No Comments »
This one also a Spec that fits our requirement. (Full HD, Multitouch all-in one) Compared to the fancier Medion it is cheaper 1000 vs 1800€’s.
MSI Global – Computer, Laptop, Notebook, Desktop, Mainboard, Graphics and more
Mittwoch, Juni 9th, 2010 | by Daniel Siegl | Posted in Microsoft Surface | 5 Comments »
My article yesterday caused a little bit of confusion so I will try to explain a little more in detail what options we have.
In order to run Surface applications you have three basic options:
- A real Microsoft Surface Table
- A developer work seat with the tools provided by the Surface SDK
- If you have the source code you can port it to run on Windows 7 with a Multitouch-LCD
I hope this makes it more clear what I showed in yesterdays post!
Dienstag, Juni 8th, 2010 | by Daniel Siegl | Posted in Microsoft Surface | 4 Comments »
*UPDATE* If you are confused about the options you have read this first: How to leverage Surface investments for Windows 7
I like Surface and I like MsBuild – so i got motivated in making a build script where we could automatically port our Surface applications for Windows 7 Touchpack.
Of course there is trade offs as conventional multitouch screens are not working with tags – nevertheless it gives us and our customers a value add.
In order for this to make sense, the Surface applications have to be built in a resolution “neutral” way.
On your buildserver or development machine you need to install the MsBuild Community tasks.

Inside the project directory I generate a “libs” directory where I gather all of the assemblies for surface and touchpack.
After this I change the “References” in the surface project to go to the surface version of the assemblies in my libs directory.
Those two steps are mandatory to be able to build on a build server, to build on local development machines they are not required.
The first part of the Script collects all files that need to be changed:
<ItemGroup>
<ProjectFiles Include=”$(SolutionDir)**\*.csproj” />
<CSharpFiles Include=”$(SolutionDir)**\*.cs” />
<XamlFiles Include=”$(SolutionDir)**\*.xaml” />
<AppXamlFiles Include=”$(SolutionDir)**\App.xaml” />
</ItemGroup>
After this I define a Target that modifies the content of these files:
<Target Name=”TouchPack” >
This target consists of lines like:
<FileUpdate Files=”@(CSharpFiles)” Regex=”using Microsoft.Surface” ReplacementText=”using Microsoft.Surface.TouchPack” />
When ever I want to build for Windows 7 Touchpack I call the Touchpack target before my Build target.
You can download a sample build.xml from here.
Montag, Juni 7th, 2010 | by Daniel Siegl | Posted in Microsoft Surface | No Comments »
Since April there is a nice way to port microsoft surface application for the growing number of multitouch screens available with Windows 7. This allows for a cool expierence on multitouch windows 7 – with the proven Development tools from the Microsoft Surface Tool chain. There is some manual porting effort included – nevertheless the effort is not to big. obviously anything related to “Tags” will not work – but can stay in the code.
Download details: Microsoft Surface Toolkit for Windows Touch Beta
Dienstag, März 9th, 2010 | by Daniel Siegl | Posted in Microsoft Surface | No Comments »
Wir haben unsere erste Referenz im Partnernet von Microsoft online!
Immobilien zum Angreifen – Signa Holding führt futuristisches Marketingtool ein

Unsere Applikation ermöglicht die Standortvisualisierung und ansprechend Präsentation von den Immobilien Projekte der Signa Holding auf diesem sehr schön verbauten Microsoft Surface Tisch.