In the App Hub forums I came across a discussion of data binding on a pivot item. http://forums.create.msdn.com/forums/p/67287/412542.aspx. In one of his replies Peter Daukintis gave a link to his skydrive to download a basic example. (I love it when people actually provide a working example to play with). This is an interesting example ofContinue reading “WP7 Dynamic Pivot example”
Category Archives: Windows Phone 7
Thanks for the Memory
Last October, Peter Torr from Microsoft, wrote a blog on checking memory usage. He wrote a Memory Diagnostic Helper that adds an extra counter next to the EnableFrameRateCounter that is usually enabled in App.xaml.cs. It is NOT part of the Frame Rate counter, just next to it. So if you turn off the Frame RateContinue reading “Thanks for the Memory”
WP7 Mango frustrations
I just spent a frustrating weekend trying to upgrade one of my apps to Mango. The process seemed straight forward, but I ended up with some cryptic errors and once I cleaned them up, the program failed to load with an unknown thread error. I was able to create a Mango verion of my appContinue reading “WP7 Mango frustrations”
WP7 / Zune HD poor travel clocks?
Is there no way to change the time zone on a WP7? Or did I not properly RTM? We are taking a break from the heat and we are cruising around the North Sea up to the Article Circle. I have tried to use my Zune HD and WP7 as travel clocks and have beenContinue reading “WP7 / Zune HD poor travel clocks?”
C# – The new APL?
Thanks to a heads up by HockeyGeekGirl, I have spent the last few days dissecting and digesting a new Mango example for handling a database. It is more than what I need, but it is useful exploring the code to figure out what makes it tick. My immediate interest is to dynamically create PivotItems forContinue reading “C# – The new APL?”
WP7 Database Caveat
Lately I have been playing with Pivots for the WP7 and how to add filtering. I did have a MVVM example that I was able to add filtering and convert it to a pivot, but I am not sure the final result was the best way. Susan Ibach, aka HockeyGeekGirl, pointed me to a recent postContinue reading “WP7 Database Caveat”
Whats’ in a name?
You are working on your app and you realize that Test233 is not a great name for an app, so how do you change it. Just rename the file? Not quite. You can select the project in Visual Studio and chose the rename function, but this is only the start. Next is to go throughContinue reading “Whats’ in a name?”
Mangoed
Last night’s project was to try out Mango on my phone. I am not a heavy phone user, so I did not have a lot to lose if anything went wrong. The instructions were relatively straight forward, but there were a few issues. The preamble could have hinted that all your settings in Zune wouldContinue reading “Mangoed”
Time to get a fruity phone.
No, I am not switching to an Iphone. I just got the invitation to be part of the Mango beta. The upgrade to the WP7 SDK hinted at some tempting features and I am now eager to actually try it on a real device. Earlier this week, One of the local Microsoft reps let me playContinue reading “Time to get a fruity phone.”
Visio Group on Drop
I spent a few hours tonight trying to figure out why dropping a shape onto a group was no longer working. The concept is that you can specify a shape as a group and then drop another shape on top of it and the second shape becomes part of the original group. This requires thatContinue reading “Visio Group on Drop”