Hi,
For WPF, we supply numerous samples in our xamFeatureBrowser and xamShowcase, which are included with the NetAdvantage for WPF download. Also, we created a WPF exemplar called Tangerine, That is a full-fledged application and includes several papers to help you learn WPF in a realistic scenario.
If you have specific samples you think we should add to our browsers, please do share.
HTH,
I agree with mball.
I'm trying to compile some of the sample code in the xamFeatureBrowser. I figured then I could tweak the code and start to get a sense of how things worked.
However, - and I might be missing something obvious here - looking through the xamFeatureBrowser charting samples all of the source code examples reference have a reference to something like ResourceDictionary Source="..\..\Resources\xamChart\Default\Chart3D.xaml". I can't find that file, and so I can't get the sample code to compile at all.
I assume that the referneces farther down in the source code to things like, Style="{StaticResource PieRotation}" are refencing resources in the missing file.
Any help would be great - this is cool stuff and I'd like to get it working.
Guys,
I just installed NA for WPF 7.2 (from the Web site and using standard keys to emulate your experience as closely as possible). I have to say I thought it was pretty smooth.
From the Quick Start, I used the Open the xamFeatureBrowser Project Folder link in the Experience NetAdvantage for WPF section. After quickly upgrading the project to VS 2008, I look at the project files, and the Chart3D.xaml is right there in the resources\xamChart\Default folder.
I did a CTRL-F5, and it ran just fine. Clicked through some of the chart and ribbon samples w/ no problems.
I've attached the Chart3D.xaml to this message to help you keep moving, but I'm curious how it is that you're not finding the stuff that is right there for me. How were you using/looking at the samples such that you couldn't find the XAML? I'm not being critical or doubting your experience; I want to understand what's going on so we can maybe make it better/easier.
The feature browsers are supposed to be about as granular as we can get. They demonstrate how to use particular features of our controls, and features are pretty much always targeted at particular scenarios (that are driving the feature requirement). So you should be able to use those samples to understand and possibly even copy & paste in your own solutions.
Of course, if we don't have the sample you're after, tell us concretely what you want. Then at least we can see about adding it or writing an article, blog, or something. But be as specific and concrete as possible.
My IG/WPF experience goes back and forth from one extreme to another:
I concur with the above posts about including more "snippets". What already exists is quite good - lots of useful information is out there, but there's always room for improvement
When I'm going through the IG sample code/Tangarine exemplar looking for something simple often feels like I'm digging through the entire MS Office source code just to find out how to format a number. I've learned the most by piecing all the little snippets suggested in the forums and how they function, & learning how they work together, THEN the source codes and exemplars start making more sense. One of your competitors documentation includes a lot more of "here's a bunch of snippets/FAQ's on how to....." Maybe IG can do the same and also include the common stuff being asked in the forums.
Ambrose,
That's perfect - thank you. I had been looking in C:\Program Files\Infragistics. I didn't realize the installer just put the files right in the documents folder. Thanks for the (now very obvious) pointer.
Robert
Your feedback has been taken and appreciated. I apologize if my further attempts to help have been viewed as argumentative.
My intent is to help you as immediately as possible by providing pointers to our docs that might help you solve that scenario and hopefully explain that there is a fair amount of depth that will, if one took the time, give you a very good understanding of our WPF controls and even WPF itself, as it is different from both Win and ASP.NET in different ways.
For what it is worth, I found that styling topic by a link from the topic on Field Labels, specifically dealing with how you can style them (second to last paragraph). I clicked on LabelPresenterStyle, which has a link to the aforementioned styling topic. I am sharing this just so you and others know the context and how to get there (for future reference).
As I said, while I acknowledge we may not have a specific example showing how to specifically style field labels, we do have guidance on how to style pretty much everything, and that applies to field labels. In the (current) absence of the specific example you have suggested, my hope is that this will help you get to where you need to be. If not, I apologize. As I said, I am still looking into finding and/or creating the specific example that you suggested.
It does not mention field labels. My original post detailed very specifically the scenario that was problematic, and at any rate was in response to the question of what sort of examples were needed. I do not necessarily need advice, though it is appreciated, but was giving feedback as to what would be helpful in the future. You can take that feedback, or not, but at question is not whether your docs and examples are good, but how they might be improved.
I was talking about the whole WPF developer's guide being meat, not just that one topic. It did seem to me that that topic, though, addressed how to style the field labels. I am also looking into a more specific answer for you, too.