by Daniel Siegl | Aug 26, 2009 | General
After updating to Windows 7 it was not possible to start VMware vSphere Client. first error: error parsing the server “<server name” “clients.xml” file. followed by: The type initializer for ‘VirtualInfrastructure.Utils.HttpWebRequestProxy’ threw an exception. As...
by Daniel Siegl | Aug 26, 2009 | General
Since I have to fix some problems with addressbook sync for Blackberry my mind was circling around the possibility to generate log entries for some contacts that didn’t sync, while most do, and the possible cause, without reactivating the device. Luckily i...
by Daniel Siegl | Aug 26, 2009 | General
This morning our surface unit arrived at the office. It was only delivered to the front of the door so we had to carry it a bit. It has quite some weight but it’s now up and running. We are already playing around with it 😉
by Daniel Siegl | Jul 27, 2009 | General
Nachdem wir einen Featurerequest bekommen habe, dieser schnell und einfach einzubauen war bzw. ich das sowieso schon längst machen wollte, gibts jetzt eine neue Version. Neue Features: Man kann einstellen das die Aufzeichnung (Scrolling) weiterläuft auch wenn das...
by Daniel Siegl | Jul 16, 2009 | General
Pano2VR is a tool to create panoramas for QuicktimeVR or Flash. You can embed the Flash in your surface application and completly control it with multitouch by using the Pano2VR Flash Javascript API. Unfortunatly, the only way to embed your Flash is the Shockwave...
by Daniel Siegl | Jul 15, 2009 | General
Schon oft gesehen in Beispielen zu Image Interop ist folgender Code: BitmapSource bitmap = System.Windows.Interop.Imaging.CreateBitmapSourceFromHBitmap(source.GetHbitmap(), IntPtr.Zero, Int32Rect.Empty,...
by Daniel Siegl | Jul 15, 2009 | General
Hallo, ich habe gestern versucht von einem USB-Stick zu installieren der mit NTFS Formatiert ist. Im „boot“ Verzeichnis der Vista Installations CD ist die „bootsect.exe“, mit dieser wird der Boot Sektor auf dem Stick erzeugt der Befehl lautet. Der Befehl wird im...
by Daniel Siegl | Jul 9, 2009 | General
Control.Invoke gibt es in der schönen neuen WPF Welt leider nicht mehr. Darum ein kurzer Post ohne viel Erklärung wie man das in WPF Anwendungen löst. private void SetPicture(BitmapSource newImageFromThread) { if (Camera.Dispatcher.CheckAccess()) { // The...
by Daniel Siegl | Jul 7, 2009 | General
Erste Tests der WordPress Application für den Blackberry. Ich befürchte das es mit der Localization noch nicht ganz klappt, aber vom ersten Eindruck schaut das Tool schon sehr gut aus. Blogbeitrag und Downloadlink von Blackberrycool:...
by Daniel Siegl | Jul 7, 2009 | General
There are already a lot of useful WPF UI controls that, with a few easy adjustments, can be used within a Surface application. Basically you only need to adjust mouse events to contact events. In this blog post I cover how you can make 2 controls Surface ready,...
Recent Comments