Click here to Skip to main content
15,912,578 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Can't get UriKind.Relative to work SOLVED! Pin
fjparisIII16-Oct-09 14:33
fjparisIII16-Oct-09 14:33 
GeneralRe: Can't get UriKind.Relative to work SOLVED! Pin
Mark Salsbery16-Oct-09 14:46
Mark Salsbery16-Oct-09 14:46 
GeneralRe: Can't get UriKind.Relative to work SOLVED! Pin
fjparisIII16-Oct-09 15:38
fjparisIII16-Oct-09 15:38 
QuestionNothing displayed when set a line to DashStyles.Dot Pin
CooperWu15-Oct-09 4:58
CooperWu15-Oct-09 4:58 
AnswerRe: Nothing displayed when set a line to DashStyles.Dot Pin
Mark Salsbery15-Oct-09 8:04
Mark Salsbery15-Oct-09 8:04 
QuestionControl Limitation Pin
Saiyed Alam14-Oct-09 18:39
Saiyed Alam14-Oct-09 18:39 
AnswerRe: Control Limitation Pin
Ian Shlasko15-Oct-09 3:47
Ian Shlasko15-Oct-09 3:47 
QuestionMenuItems not showing properly Pin
Shelby Robertson 14-Oct-09 4:56
Shelby Robertson 14-Oct-09 4:56 
AnswerRe: MenuItems not showing properly Pin
Mark Salsbery14-Oct-09 7:51
Mark Salsbery14-Oct-09 7:51 
GeneralRe: MenuItems not showing properly Pin
Shelby Robertson 14-Oct-09 8:00
Shelby Robertson 14-Oct-09 8:00 
GeneralRe: MenuItems not showing properly Pin
Shelby Robertson 14-Oct-09 13:12
Shelby Robertson 14-Oct-09 13:12 
GeneralRe: MenuItems not showing properly Pin
Mark Salsbery15-Oct-09 7:14
Mark Salsbery15-Oct-09 7:14 
GeneralRe: MenuItems not showing properly Pin
Shelby Robertson 15-Oct-09 7:16
Shelby Robertson 15-Oct-09 7:16 
QuestionTreeView Parent Control Pin
Adriaan Davel14-Oct-09 1:55
Adriaan Davel14-Oct-09 1:55 
QuestionProgress bar on loading a page Pin
ravi.vellanky13-Oct-09 20:13
ravi.vellanky13-Oct-09 20:13 
AnswerRe: Progress bar on loading a page Pin
Mark Salsbery14-Oct-09 7:39
Mark Salsbery14-Oct-09 7:39 
GeneralRe: Progress bar on loading a page Pin
ravi.vellanky14-Oct-09 18:21
ravi.vellanky14-Oct-09 18:21 
GeneralRe: Progress bar on loading a page Pin
Mark Salsbery15-Oct-09 6:57
Mark Salsbery15-Oct-09 6:57 
GeneralRe: Progress bar on loading a page Pin
ravi.vellanky19-Oct-09 18:43
ravi.vellanky19-Oct-09 18:43 
GeneralRe: Progress bar on loading a page Pin
Mark Salsbery20-Oct-09 6:26
Mark Salsbery20-Oct-09 6:26 
QuestionSilverlight Background color problem Pin
Blikkies13-Oct-09 0:13
professionalBlikkies13-Oct-09 0:13 
AnswerRe: Silverlight Background color problem Pin
Mark Salsbery13-Oct-09 6:17
Mark Salsbery13-Oct-09 6:17 
GeneralRe: Silverlight Background color problem Pin
Blikkies13-Oct-09 9:46
professionalBlikkies13-Oct-09 9:46 
QuestionWPF Large image grid - best control to use? Pin
Bex_300012-Oct-09 23:52
Bex_300012-Oct-09 23:52 
QuestionDraw database diagram using Silverlight Pin
Jay_se12-Oct-09 10:59
Jay_se12-Oct-09 10:59 
Hi
I am having the requirement like drawing the database relationship diagram.
Please find the sample image in the below path.
http://siebelunleashed.com/wp-content/uploads/2008/06/informaticasourcequalifierscreenshot.png

1. By default, each table icon is in the minimized state & is displayed as a clickable button.
2. If the user click on it, it will be maximized & all the columns displayed (with scroll, if number of columns exceeds its maximum limit)
3. The user can move the icons anywhere around the UI boundaries.
4. The user can minimize it back to an icon by clicking on the minimize botton.
5. There is a connector between related tables (primary/ foreign key relationship) Column wise connector is not required in my case. Only one connector between the related tables is required.
6. If the user clicks on the connector, the relationship details will be displayed in a popup window.

How can we implement the same in Web UI using Silverlight?

Till now, I have tried with WCF for the database connectivity & drawn few movable images (Image control with mouse event handlers) and connectors (line control) between them by created all the controls dynamically from code behind file (xaml.vb)

Kindly help us with your valuable suggestions on this. Smile | :)

Thanks
Jeyakumar

Jey

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.