Archivi del mese: gennaio 2012

How to pass Data between Pages in Windows Phone 7

There are several methods that you can use to pass Data between pages. 1) The one I prefer is to store the values entered on PageTwo in a object Model that is also accessible to PageOne, possibly part of the … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato | 4 commenti

Il Giudice di Pace dott. Agostino Ferrau ha pronunciato la seguente sentenza …

Dopo più di due mesi dall’udienza dal Giudice di Pace e della sua sentenza a voce, eccomi arrivare finalmente per raccomandata la richiesta di ritiro della stessa negli Uffici Giudiziari di Torino. Dal momento che è necessario presentare quella sentenza … Continua a leggere

Pubblicato in Giustizia, burocrazia e malcostume | Contrassegnato , , , | 3 commenti

How to handle configuration values of an application, allowing the user to possibly change these default values

How can be handled configuration values of an application, allowing the user to possibly change the default values here defined? Suppose you have defined in the App.config file some parameters assigning a predefined default value for each: Then you can … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato , | Lascia un commento

How to handle binding in CheckBox and RadioButton

How to handle binding in CheckBox? There are several ways to do that binding but the best way I found is the following where the Click event is handled setting a specific ClickMode: and in the code behind: Note that … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato , , , | Lascia un commento