Re: Silverlight Reporting apps

2009-02-05 Thread Chris Anderson
Hi Bruce I written about reporting in Silverlight applications as a part of my Building Line Of Business Applications in Silverlight article series on the SilverlightShow.net website. While this isn't using an Oracle it should be straightforward to convert. Here's a link: http://www.silverlight

Re: Blend 3

2009-03-23 Thread Chris Anderson
site since Beta 2 of Silverlight 2 on building business applications in Silverlight and while this changes everything (I'm very impressed) there are still a couple of holes left to fill (still no SelectedValue property on ComboBox is a big one). Thanks Chris Anderson 2009/3/23 Scott Barnes &

Re: Blend 3

2009-03-23 Thread Chris Anderson
t; > > > *From:* ozsilverlight@ozsilverlight.com [mailto: > ozsilverli...@ozsilverlight.com] *On Behalf Of *Chris Anderson > *Sent:* Monday, March 23, 2009 3:11 AM > *To:* ozsilverlight@ozsilverlight.com > *Subject:* Re: Blend 3 > > > > Hi Scott > > > > What's

Re: Blend 3

2009-03-23 Thread Chris Anderson
Hi Miguel I'll properly write up the list and send it when I've finished my testing. Most of the bugs currently centre around the DataPager control - it's got a few of them. In regards to the SelectedValue issue, I wrote this up in this article here: http://www.silverlightshow.net/items/Building

Re: Style checkbox in a custom control

2009-04-23 Thread Chris Anderson
You'll find the .g.cs files under your obj folder in your project... Hope this helps.... Chris Anderson 2009/4/23 Stephen Price > Hey all, > I'm wanting to create a default style for a number of checkboxes that are > added to a custom control dynamically in code. > >

Re: Silverlight 4.0 beta

2009-11-23 Thread Chris Anderson
ore Silverlight 5 is announced!). Unfortunately about 15,000 words (plus lots of code) of what I had written has now become redundant with the Silverlight 4 features announced. I have to admit that really stings - all that work to be scrapped. Chris Anderson 2009/11/23 Craig Dunn > >>I can

Re: RIA Domain Services and required dependencies

2010-01-27 Thread Chris Anderson
it is being copied to the client. Chris Anderson 2010/1/28 > It's ok, I think I figured it out. The attribute is not available on the > client side. Within the generated > code for the class, it was missing the TermCustomValidation class and it > has the following > messa

Re: Generating Office/PDF documents

2010-02-28 Thread Chris Anderson
at's in the article above and a lot of the new features available in Silverlight 4 to support reporting scenarios. Regards Chris Anderson Twitter: @christhecoder 2010/2/28 Miguel Madero > If it's something simple Html could be enough. You could generate Html from > Silverlight

Sydney SDDN Meeting Reminder

2010-04-05 Thread Chris Anderson
ill also bring them on an external HD. There is a ton of great content there, and is is your best chance to get them if you haven't got them already and want to reserve your bandwidth for other potentially less reputable purposes. And hey, if none of that got your attention, there's free

Re: Validation on non visible datagrid

2010-05-10 Thread Chris Anderson
How are you implementing validation? Data annotations, or manually? If you're using Silverlight 4 and doing it manually, then Miguel's response is probably best. If you are using data annotations, then use the Validator class to validate the selected item in the DataGrid. But in Silverlight 3 +

Re: RTF in silverlight

2010-05-14 Thread Chris Anderson
Hi Steven I wrote an article (for Silverlight 2, but still valid), which covers creating an IFrame and displaying HTML/PDF/Word/etc inside it using their browser plugins: www.silverlightshow.net/items/Building-a-Silverlight-Line-Of-Business-Application-Part-6.aspx. To me, it does look as though i

Re: Out of memory exceptions in VS2010 with Silverlight 4

2010-07-22 Thread Chris Anderson
Yeah, I have this problem too. It's damn annoying. Have you tried just doing a rebuild of the solution instead of restarting VS though? That (often) works for me. Still, it would be better that it didn't exist as a problem. Chris On 23 July 2010 10:20, wrote: > Hi all, > > It's Friday, so

Re: Out of memory exceptions in VS2010 with Silverlight 4

2010-07-22 Thread Chris Anderson
I might just point out, I'm running Windows 7 and get the errors. Kinda agree on your perspective for keeping developers productive though :). Chris On 23 July 2010 10:52, Corneliu Tusnea wrote: > Lol, I don't get it why people get stuck with XP in 32b edition and all > it's limitations. It's

Re: Invalid XML (Key attribute fixed)

2010-07-29 Thread Chris Anderson
Commanding wasn't actually implemented in Silverlight 3, so I'm guessing that's why you're experiencing the behaviour that you are. Silverlight 3 had the ICommand interface, but no controls actually supported it (they didn't have the Command/CommandParameter properties). So you'd expect Expressio

Re: Silverlight RIA Services

2010-08-12 Thread Chris Anderson
Also try deleting the Generated_Code folder from under your Silverlight project's folder. That forces the client side regeneration (which I've personally found more reliable than cleaning / rebuilding the solution). Chris On 12 August 2010 19:27, Tony Wright wrote: > Have you done a clean so

September Sydney SDDN Meeting

2010-09-10 Thread Chris Anderson
witch generated Silverlight app. Followed by an in depth discussion on the wizard process and how this impact’s us as Silverlight developers as we build our RIA’s manually. Regards Chris Anderson ___ ozsilverlight mailing list ozsilverlight@ozsilverlight.com

Re: Opening an OOB App

2010-10-04 Thread Chris Anderson
Ah, nice. Will have to remember that one. Of course you'll need elevated trust to be able to do that, but looks like a good solution. Thanks for sharing Miguel. Chris On 5 October 2010 15:26, Miguel Madero wrote: > Everyone, > > I remember a few months ago at an SDDN meeting we were talking

Re: Opening an OOB App

2010-10-05 Thread Chris Anderson
#x27;t require COM Interop to inspect the file system :) > > > > On Tue, Oct 5, 2010 at 4:09 PM, Chris Anderson wrote: > >> Ah, nice. Will have to remember that one. Of course you'll need elevated >> trust to be able to do that, but looks like a good solution. T

Re: Opening an OOB App

2010-10-05 Thread Chris Anderson
not, install it, then start it. I should also be able to get a > ref to it and communicate with it (using pipes?) or at least have a way to > pass initparams. All of this without elevated trust. > > We should even be able to start another instance of the same OOB App with > just

Re: Opening an OOB App

2010-10-06 Thread Chris Anderson
wn, I'll need Elevated Trust for any of these (start > another app, install it, etc). > > > > On Wed, Oct 6, 2010 at 3:26 PM, Chris Anderson wrote: > >> %programfiles(x86)% only works on Windows 64 bit unfortunately. As far as >> I know, there's not an easy

Re: Bob Muglias & Steve Balmers statements on committment to Silverlight

2010-11-01 Thread Chris Anderson
It's amusing to see how many times Steve Balmer name dropped 'Silverlight' in his post :). Backpedalling ahoy! My concern from the beginning has specifically been with the phrase “Our Silverlight strategy and focus going forward has shifted". Bob says that's not a negative statement in his post,

Sydney SDDN Drinks/Dinner

2010-12-08 Thread Chris Anderson
Due to its proximity to Christmas, we won't be having our monthly meeting for December. Instead, we'll simply be having an informal get together for drinks and dinner this month. Come join us to see out the year, talk all things Silverlight, and buy Miguel more beer than he can drink for all his

Re: Dynamic assembly loading

2011-02-09 Thread Chris Anderson
I'd like to have a talk on MVVM Light at the Sydney SDDN too. Anybody willing to do a talk about it next month? This month, we've got Young Oh talking about Prism + MEF. BTW. I think this is the first email you've sent to the list Carl that hasn't gone into my Spam folder :). Chris On 10 Febr

Sydney SDDN Meeting - This Monday

2011-02-18 Thread Chris Anderson
://www.facebook.com/event.php?eid=166967510017512 Chris Anderson ___ ozsilverlight mailing list ozsilverlight@ozsilverlight.com http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight

Sydney SDDN March Announcement

2011-03-16 Thread Chris Anderson
This month we have two speakers, with Jordan Knight talking about MVVM, and Troy Wilson talking about Incite's advanced implementation using the PivotViewer control. *When:* Monday March 21st, 2011, 6:00 pm to start 6:30 pm *Where:* City Hotel (map

April Sydney SDDN Meeting

2011-04-16 Thread Chris Anderson
This month is a Silverlight 5 extravaganza! We have two speakers - Chris Anderson, and Jose Fajardo. Chris will go through the new functionality added to Silverlight 5 (primarily the business application related features), and Jose will go through the cool new 3D and other graphics related

May Sydney SDDN Meeting

2011-05-13 Thread Chris Anderson
This month we're back at the City Hotel (after being kindly hosted by Ambition Technology last month). We have 2 speakers this month - Peter Gfader talking about his recent project building an auction site in Silverlight, and Jason Schluter on 3D in Silverlight 5. *When:* Monday May 16, 2011, 6:0

Re: Silverlight versions

2011-05-23 Thread Chris Anderson
Have you installed the Silverlight 5 Tools on your dev PC? It *overwrites* RIA Services SP1 with the preview of SP2, as per this blog post: http://jeffhandley.com/archive/2011/04/13/MIX11Releases.aspx. I'm guessing your dev machine is therefore targeting SP2. Of course, the SP2 preview doesn't h

June Sydney SDDN Meeting Announcement

2011-06-15 Thread Chris Anderson
We have 2 speakers this month - Justin King talking about the Microsoft Media Platform, and Jason Schluter on recreating http://script.aculo.us/ in Silverlight.. *When:* Monday June 20, 2011, 6:00 pm to start 6:30 pm *Where:* City Hotel (map) 347 Kent Street (Corner of King Street). Second floor a

Re: Silverlight object not showing - xap downloading but not launching

2011-06-16 Thread Chris Anderson
Hi Simon Do you have a custom preloader (i.e. splash screen), or are you using the default one? I've personally found that custom preloaders are sometimes problematic, with similar issues to what you're reporting. There seems to be a race condition, where if the Silverlight application downloads

Re: Silverlight object not showing - xap downloading but not launching

2011-06-16 Thread Chris Anderson
with the same issue (that I know of) makes me worried about all > those machines that I don’t know of. L**** > > ** ** > > Simon. > > ** ** > -- > > *From:* Chris Anderson [mailto:christheco...@gmail.com] > *Sent:* Friday, 17 June 201

Sydney SDDN - July Meeting

2011-07-16 Thread Chris Anderson
This month we have Jason Schluter presenting on recreating http://script.aculo.us/ in Silverlight. We didn’t get to this presentation last month, so Jason agreed to postpone it until this month. When: Monday July 18, 2011, 6:00 pm to start 6:30 pm Where: City Hotel (map) 347 Kent Street (Corner of

Sydney Meeting - August

2011-08-09 Thread Chris Anderson
This month we have Young Oh presenting on integrating LightSwitch applications with Silverlight applications (and vice versa). With version 1 of LightSwtich officially being released at the end of last month, this is the perfect time for this presentation! *When:* Monday August 15, 2011, 6:00 pm t

Re: Refreshing an SL4 app (client problem?)

2011-09-07 Thread Chris Anderson
It's because the browser is caching the app, and your IIS probably doesn't set any cache expiry headers. Here's some info: http://stackoverflow.com/questions/2281919/expiry-silverlight-xap-file-from-browser-cache-programmatically Chris On 8 September 2011 13:58, Greg Keogh wrote: > Well I sh

Sydney SDDN September Meeting

2011-09-18 Thread Chris Anderson
For those of you wondering about this month's meeting (which normally would be on tonight according to the normal schedule of the third Monday of the month), it's been postponed for a week (to the 26th of September) so that we can get Jose back from BUILD to tell us all the exciting stuff he's lear

Re: SDDN Melbourne - September. Windows 8

2011-09-22 Thread Chris Anderson
Yep, next Monday. Details here: http://www.facebook.com/event.php?eid=109622992478338 Chris On 22 September 2011 17:08, Troy Schuetrumpf wrote: > Anything going on in Sydney ? > > ** ** > > ** ** > > ** ** > > *Troy Schuetrumpf > Software Developer* > [image: Description: cid:3365660919_1

October Sydney SDDN Meeting Announcement

2011-10-13 Thread Chris Anderson
This month we'll have a somewhat informal meeting. I was thinking that it would be good to have a "show and tell" meeting, where those who are willing and able can demonstrate some of their work in Silverlight, WP7, WPF, and LightSwitch. I've got 2 presentations lined up already (I'll show off the

Re: Complex region selection

2012-03-21 Thread Chris Anderson
How about templating a listbox, as demonstrated here: http://richapps.wordpress.com/2009/02/12/advanced-styling-wpf/. That solution is for WPF, but you could try porting it to Silverlight, and would solve your US needs out of the box. Chris On 22 March 2012 12:28, Greg Keogh wrote: > Folks, c

Re: Complex region selection

2012-03-21 Thread Chris Anderson
Well, it's mainly used to demonstrate how much you can customise the ListBox control using a control template, but you've also got the advantage of each state being "selectable" using the functionality already provided by the ListBox control. I think it's quite a neat way to go about the problem.

Re: Another typical problem

2012-03-28 Thread Chris Anderson
What's your startup project? The Web project or the Silverlight one? Maybe your Silverlight project is set as the startup project, hence the issue. Chris On 29 March 2012 11:01, Greg Keogh wrote: > Well it’s happened again. > > ** ** > > I spent two hours this morning refactoring a demo

Re: Regenerating Ria services metadata

2012-04-04 Thread Chris Anderson
Regenerating the metadata is really not something I could see being a good thing. Those classes are created so that you can apply attributes to properties on your models without having to mark up the model classes directly. Therefore, they're designed to be hand-edited, and regenerating them woul

Re: Tracing deployed app

2012-04-22 Thread Chris Anderson
If you look at the event handler for the UnhandledException of the Application object in your App.xaml.cs file, you'll see why. By default, unhandled exceptions are handled differently when a debugger is attached. private void Application_UnhandledException(object sender, ApplicationUnhan

Re: Browser scroll bars

2012-06-26 Thread Chris Anderson
Currently your browser is set to 110% zoom. Does it still exhibit this behaviour if you return it to 100%? Chris On 27 June 2012 11:34, Greg Keogh wrote: > Back again ... I’m plagued by random scroll bars appearing when I resize > IE containing my SL4 app which fills the window (see pic). For

Re: Browser scroll bars

2012-06-26 Thread Chris Anderson
Try using the IE developer tools to play with the head/body styles in the page and find out what's causing the issue. Chris On 27 June 2012 12:39, Greg Keogh wrote: > >Currently your browser is set to 110% zoom. Does it still exhibit this > behaviour if you return it to 100%? > > ** ** >