by Daniel Siegl | Jul 27, 2010 | General
Introduction The goal of this entry is to show how a flight booking process with different web services and a mock-up GUI can be simulated and verified with AMUSE. The focus is on the orchestration of the web services, which are part of the flight booking process. ...
by Daniel Siegl | Jul 26, 2010 | General
How to find out, if your app is running in an emulator, or on a real device? In July’s beta, Microsoft has moved this property from System.Environment to Microsoft.Devices.Environment namespace. //enum DeviceType contains: Device, Emulator this.IsEmulator =...
by Daniel Siegl | Jul 22, 2010 | General
Today I want to show how we can use “Enterprise Architect” and the LieberLieber “Amuse” Plug-In to integrate “ASP.NET Mvc Web Application” into a flowchart. Here you can see the final solution. [mediaplayer src=’/wp-content/uploads/AmuseMvcExample.wmv’...
by Daniel Siegl | Jul 22, 2010 | General
Fulltext Search On XML Files using XDocument Given the following XML-Document: <Customers> <Customer> <Name>Jerry</Name> <Age>26</26> <Addresses> <Address> <Street>Main Street</Street> <Address>...
by Daniel Siegl | Jul 14, 2010 | General
Windows Marketplace for Mobile: Anwendungen anzeigen Es ist doch immer wieder erfreulich zu sehen, dass unsere gute, alte “Spin-the-Bottle” App immer noch zu den beliebtesten Apps für Windows Phone gehört ! In diesem Sinne …. viel Spass im Urlaub – egal...
by Daniel Siegl | Jul 14, 2010 | General
MS announced, that there will be no database available for 3rd party applications, like on windows mobile 6.5. Instead of using SqlServerCE the user shall use cloud computing or xml files to store data. So I searched for alternatives, and found a very pretty proof of...
by Daniel Siegl | Jul 13, 2010 | General
The developer Tool for Windows Phone reached beta-status. And Microsoft included into the 380 mb Setup Expression Blend 4 for Windows Phone. So far the good news. The bad news: several things have changed from CTP.April to beta – most of all: consolidation and...
by Daniel Siegl | Jul 10, 2010 | General
Please check out my previous posts (Part1 and Part2) if you haven’t read it yet. Today I want to show how we can create a generic “GridBaseController for our jqTGrid that we don’t have to implement the “DynamicGridData” controller method in every controller. For...
by Daniel Siegl | Jul 8, 2010 | General
We are currently very busy in preparing the next Release of AMUSE – most of the features are allready completed so we compiled a little Video! Currently implemented new Features: smaller and faster Setup Single Step Simulation Sub and extended Diagrams will be...
by Daniel Siegl | Jul 8, 2010 | General
In my last post I was talking about my idea to use the jqGrid to create a grid based on the data model. In this post I want to take the existing jqTGrid and go one step further. – What if we want to hide a column? What about the column header text? The first...
Recent Comments