Re: Org Charts in .NET/WPF?

2010-09-09 Thread Joseph Cooney
Try the 'tree' layout in graph# on graphsharp.codeplex.com Sent from my iPhone On 10/09/2010, at 4:10 PM, Dylan Tusler wrote: > __ > > > Has anyone done any dynamic Org Chart work in WPF or Silverlight/ASP.NET? > > I'm wonderin

Org Charts in .NET/WPF?

2010-09-09 Thread Dylan Tusler
-- Has anyone done any dynamic Org Chart work in WPF or Silverlight/ASP.NET? I'm wondering if there are any resources out there already worth investigating. Dylan Tusler. - To find out more about the Sunshine Coast Regional Council, vi

RE: DataGridView CheckBoxColumn problem (SOLVED)

2010-09-09 Thread Greg Keogh
>Here is the code that does the trick for me. Your code has overloads and properties that are not available to me, but after adjusting it to compile, IT WORKS! I tried code very similar to yours in my experiments, but I don't think I actually extracted the cell value, flipped it and set it agai

Re: DataGridView CheckBoxColumn problem

2010-09-09 Thread Girish Madan
Greg, Here is the code that does the trick for me. private void MyDataGrid_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e) { DataGrid senderGrid = sender as DataGrid; DataGrid.HitTestInfo hti = senderGrid.HitTest(e.X, e.Y); if (hti.Type == DataGrid.HitTestType.Cell

RE: DataGridView CheckBoxColumn problem

2010-09-09 Thread Greg Keogh
Ian et al, I have officially given up on this issue. I'm defeated and I told the customer that it would waste money if I kept researching it. I could replace the CheckBox column with my own bound column type that draws itself to make some kind of mock CheckBox, but that would take hours of work

Re: [SQL Question] Creating a computed field on a table on insert

2010-09-09 Thread mike smith
On 9 September 2010 13:53, silky wrote: > On Thu, Sep 9, 2010 at 1:50 PM, David Connors wrote: > > On 9 September 2010 13:49, silky wrote: > > > > > > Okay. > > > > > > Thank you for clarifying. > > > > Who are you and what have you done with Silky? > > It's obvious that I don't care about your

RE: argument style, was Re: Access Database Replication

2010-09-09 Thread Greg Keogh
hundreds? influential? worldwide? (apologies for all those questionmarks, to whomever was commenting on them t'other day It pleases me to imagine this is true – Greg