Categorie
Archivi
- aprile 2018
- marzo 2018
- gennaio 2018
- dicembre 2017
- novembre 2017
- ottobre 2017
- settembre 2017
- agosto 2017
- luglio 2017
- giugno 2017
- maggio 2017
- aprile 2017
- marzo 2017
- febbraio 2017
- dicembre 2016
- novembre 2016
- ottobre 2016
- settembre 2016
- agosto 2016
- aprile 2016
- marzo 2016
- febbraio 2016
- gennaio 2016
- dicembre 2015
- novembre 2015
- ottobre 2015
- settembre 2015
- dicembre 2014
- novembre 2014
- ottobre 2014
- settembre 2014
- agosto 2014
- luglio 2014
- giugno 2014
- maggio 2014
- aprile 2014
- marzo 2014
- febbraio 2014
- gennaio 2014
- novembre 2013
- ottobre 2013
- settembre 2013
- agosto 2013
- luglio 2013
- agosto 2012
- luglio 2012
- giugno 2012
- aprile 2012
- marzo 2012
- febbraio 2012
- gennaio 2012
- dicembre 2011
- novembre 2011
- ottobre 2011
- settembre 2011
- agosto 2011
- luglio 2011
Aggiornamenti Twitter
- Enable Chrome Desktop to Prompt #PWA Add to Homescreen youtu.be/hnMyszjVqWU 2 years ago
- RT @FiordiRisorse: Agile non è un metodo, ma un mindset. I 12 principi dell' Agile e come possononessere trasferiti in un'azienda tradizion… 2 years ago
- RT @agilebusinessda: Sì parla di SCRUM con @AndreaRegoli #ABD18 #agilebusinessday #agileinvenice #agileconference https://t.co/ev0HKNv5ar 2 years ago
- Increase your productivity: Getting Things Done #GTD with #Trello or #Asana and #zapier or #IFTTT automation… twitter.com/i/web/status/9… 3 years ago
- List of #Management and #Leadership #Books part 2 andrearegoli.wordpress.com/2018/03/19/lis… via @andrearegoli 3 years ago
- #Trello vs #Asana: what is the better? andrearegoli.wordpress.com/2018/01/16/tre… via @wordpressdotcom 3 years ago
- The best result comes from everyone in the #group doing what's best for himself AND the group andrearegoli.wordpress.com/2018/01/08/the… via @andrearegoli 3 years ago
- #DesignThinking andrearegoli.wordpress.com/2017/12/20/des… @andrearegoli 3 years ago
Tags
- AD
- ajax
- Animation
- App
- Asp.Net
- binding
- book
- books
- Bootstrap
- Cast
- child
- Column
- ComboBox
- convert
- css
- CurrentThread
- delete
- EF6
- EntityValidationErrors
- exam
- fancybox
- file
- Filename
- Font
- game
- generic handler
- icon
- Identity 2.0
- item
- Jira
- join
- jquery
- jquery plugin
- jquery validation
- Json
- Leadership
- lightbox
- linq
- Listbox
- ListView
- live
- modal
- MVC
- pass value
- pmbok
- pmi
- pmp
- post
- project management
- recursive
- REST
- Routing
- Row
- script runner
- SCRUM
- Silverlight
- SQL
- status
- thread
- tr
- update
- url
- user story
- validation
- Visual studio
- WCF
- WebClient
- Windows 8
- windows phone
- WinRT
- wp7
- WP8
- WPF
- xml
Archivi categoria: WPF
Silverlight Data visualization Toolkit
Today I suggest a GREAT articole to work on Silverlight Data visualization toolkit. http://msdn.microsoft.com/en-us/expression/dd433476.aspx The Silverlight Dava visualization toolkit is usable also with WP7 – WP8 (with some trick) You need these dll: System.Windows.Controls.DataVisualization.Toolkit.dll System.Windows.Controls.dll (Download it from here or … Continua a leggere
Pubblicato in .Net, Silverlight, WP7, WPF, xaml
Contrassegnato Data visualization, Data visualization toolkit, Silverlight, visualization toolkit, wp7, WP8, WPF
Lascia un commento
StringFormat double number on Binding
In the latest release of Silverlight and WPF, Microsoft has introduced StringFormat on Binding value. The StringFormat permit to avoit to write many converter to show the right data value. Microsoft on his pages show only this samples: String For … Continua a leggere
Pubblicato in Silverlight, WP7, WP8, WPF, xaml
Contrassegnato binding, Decimal, Format double, precision, Silverlight, StringFormat, wp7, WP8, WPF
Lascia un commento
Combobox Foreground don’t work
Today I’ve lost 1 hours because a combox don’t change it’s foreground as I specifyed on his property. I’m working on WPF project but I think this can happen also in silverlight Also specifying the Foreground to the combox, the … Continua a leggere
Usability, User Experience, Animation
Si parla spesso d’ interfaccia e di usability, ed e’ ormai da qualche hanno che ci lavoro e cerco soluzioni. In alcuni progetti e’ fondamentale, specialmente se l’ utente finale e’ il classico utonto. e’ successo piu’ volte di farmi … Continua a leggere
Pubblicato in HTML5, Silverlight, WP7, WPF
Contrassegnato Animation, Interface, Usability
Lascia un commento
Bug Silverlight WPF Converter don’t refresh
Qualche giorno fa ho scoperto un bellissimo bug, che poi bug non e’ ma il risultato finale e’ pietoso. Se il nostro oggetto ha una proprieta MinutiLavorati e applichiamo un converter che converta i minuti in hh:mm tutto funziona correttamente … Continua a leggere
Pubblicato in .Net, Silverlight, WPF, xaml
Contrassegnato binding, convert, propertyChanged, refresh, update
Lascia un commento
WPF GridSplitter Column Width Grow
Oggi mi sono ritorvato a perdere 2 ore su un buco di WPF che mi ha lasciato al quanto shocakto Partiamo dicendo che un GridSplitter si puo’ realizzare in due modi diciamo 1) Colonna dedicata 2) Splitter all’ interno di … Continua a leggere
Specified value of type ‘System.Windows.Media.SolidColorBrush’ must have IsFrozen set to false to modify.
In quest’ ultimo anno ho lavorato ad un progetto WPF 4.0 molto grosso per un cliente. Da alcuni mesi di tanto in tanto si presentava un’ eccezione con internal error questo: Specified value of type ‘System.Windows.Media.SolidColorBrush’ must have IsFrozen set … Continua a leggere
IfConverter Template Selector in Silverlight
In Silverlight non e’ possibile realizzare un template selector, mi e’ capitato il caso nel quale il template dell’ item da mostrare dipendeva da un valore booleano. Per realizzare un soluzione riutilizzabile ho scritto un IfConverter public class IfConverter : IValueConverter { public object TrueValue { get; set; } public object FalseValue { get; set; } public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) … Continua a leggere
Pubblicato in .Net, c#, Silverlight, WPF
Contrassegnato IfConverter, Silverlight, Template Selector
Lascia un commento