Click here to Skip to main content
15,886,724 members
Home / Discussions / WPF
   

WPF

 
QuestionIs there a way to run wpfbrowser application in linux? Pin
Krishnraj9-May-09 0:28
Krishnraj9-May-09 0:28 
AnswerRe: Is there a way to run wpfbrowser application in linux? Pin
Philipp Sumi9-May-09 0:47
Philipp Sumi9-May-09 0:47 
QuestionEvent Handling Pin
#realJSOP8-May-09 5:35
mve#realJSOP8-May-09 5:35 
AnswerRe: Event Handling Pin
Nish Nishant8-May-09 6:25
sitebuilderNish Nishant8-May-09 6:25 
GeneralRe: Event Handling Pin
#realJSOP8-May-09 6:30
mve#realJSOP8-May-09 6:30 
GeneralRe: Event Handling Pin
Nish Nishant8-May-09 6:53
sitebuilderNish Nishant8-May-09 6:53 
GeneralRe: Event Handling Pin
Mark Salsbery8-May-09 7:36
Mark Salsbery8-May-09 7:36 
GeneralRe: Event Handling Pin
#realJSOP8-May-09 10:54
mve#realJSOP8-May-09 10:54 
Well it is actually a bad design decision (good thing this isn't production code). I didn't want a full-on toolbar because of the decorations that are added to them by default (and I really didn't have time to figure out how to hide them). So, I created a user control that serves as the toolbar. Bad idea, because I now have the implementation crap to deal with in terms of being able to see the button from (a) the window that contains the control and b) tabs in the window that contains my faux-toolbar user control.

I was sitting around today getting pissed off at WPF, and re-implemented the faux-toolbar as a stackpanel/grid combination, this time, directly on the window instead of as a user control. This means I still have to make the buttons public, or manually implement an event forwarding mechanism, and as indicated, I know the technically most correct action to take, but the lazy redneck in me is satisfied with making the buttons public. I was just wondering if I was missing a concept of routed events, and apparently, I'm not. It's the same old sh*t with a shiny new name and an obscure reason for existing.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


AnswerRe: Event Handling Pin
Philipp Sumi8-May-09 6:41
Philipp Sumi8-May-09 6:41 
GeneralRe: Event Handling Pin
Nish Nishant8-May-09 6:57
sitebuilderNish Nishant8-May-09 6:57 
GeneralRe: Event Handling Pin
Philipp Sumi8-May-09 7:00
Philipp Sumi8-May-09 7:00 
AnswerRe: Event Handling Pin
Pete O'Hanlon9-May-09 0:37
mvePete O'Hanlon9-May-09 0:37 
QuestionCreate pixel dimensions of a text string Pin
califax2k8-May-09 5:02
califax2k8-May-09 5:02 
AnswerRe: Create pixel dimensions of a text string Pin
#realJSOP8-May-09 5:42
mve#realJSOP8-May-09 5:42 
GeneralRe: Create pixel dimensions of a text string Pin
califax2k10-May-09 21:24
califax2k10-May-09 21:24 
QuestionBasedOn Property Pin
#realJSOP8-May-09 2:52
mve#realJSOP8-May-09 2:52 
AnswerRe: BasedOn Property Pin
Pete O'Hanlon8-May-09 4:47
mvePete O'Hanlon8-May-09 4:47 
GeneralRe: BasedOn Property Pin
#realJSOP8-May-09 5:32
mve#realJSOP8-May-09 5:32 
AnswerRe: BasedOn Property Pin
Mark Salsbery8-May-09 7:45
Mark Salsbery8-May-09 7:45 
QuestionVideo Conferencing Application in wpf Pin
JS 20088-May-09 0:48
JS 20088-May-09 0:48 
AnswerRe: Video Conferencing Application in wpf Pin
Pete O'Hanlon8-May-09 1:02
mvePete O'Hanlon8-May-09 1:02 
AnswerRe: Video Conferencing Application in wpf Pin
Mark Salsbery8-May-09 7:37
Mark Salsbery8-May-09 7:37 
QuestionGenerate Dynamic XAML Pin
the_jat7-May-09 19:42
the_jat7-May-09 19:42 
AnswerRe: Generate Dynamic XAML Pin
Pete O'Hanlon7-May-09 22:32
mvePete O'Hanlon7-May-09 22:32 
QuestionCreate datetime, time and duration control? Pin
salon7-May-09 19:34
salon7-May-09 19:34 

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.