Jump to content
Software FX Community

one_user

Members
  • Posts

    4
  • Joined

  • Last visited

one_user's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. True. But I want it all. StackedTestCharts.zip
  2. I don't have much detail as I'm just toying around with some thoughts right now. In general, I'm looking at powershell as a scripting/extension mechanism for my application. So I'm not looking for super-tight integration. Just good-enough to provide an escape valve for things that aren't in some other way supported out of the box. I've put in the hooks to associate scripts with my various UI extension points and execute them through a pipeline. One of the things that would be a natural is to enable the addition of new reports/views in my application. I or my users would be able to write a little bit of powershell that would gather the data, pipe it to out-chart and have it appear in the appropriate window. Could be in a dialog box sometimes. Could be in a tab as part of one of my views, etc. Everything's there except that when the script executes, the window pops open separately. There are probably some tricks I could use to go capture it but it would be much more natural to just pull it in. As to what functionality I'd duplicate to do this myself, it's really a question of how much flexibility I want to offer. Since I want this as an extension mechanism, I want a lot of flexibility. Some extensions might want graphs, others might want gauges. Others might want both. Some might render entirely different kinds of interfaces. Some will have logic associated with clicking on parts of the graph, etc. Which is where powershell and power gadgets are interesting - I can offer all that without having to build a lot of plumbing myself. Except for this one little problem.
  3. Thanks for the pointer. I'm looking to do something a bit more hybrid. I could use ChartFX directly but in the end I'd wind up re-implementing much of the functionality that's in the PowerGadgets layer. If there's no way, that's kind of unfortunate. It doesn't seem like it should be that hard if for example out-chart would allow us to specify its container rather than creating one of its own (sort of like -group but more general).
  4. Is it possible to drop a chart in an existing Windows Form? If yes, how? If no, any plans?
×
×
  • Create New...