discorax

296
Reputation
133 views

Registered User

Name discorax
Member for 1 year
Seen Nov 18 at 4:31
Website
Location Seattle, WA
Age 30
I am fluent in the language and skills of designers, developers, and project managers and can communicate between or act as any of the three.
Interactive Designer/Developer
Flash, Silverlight, WPF, PHP, Javascript, HTML/CSS
2d
awarded  Popular Question
Nov
13
comment Which has better rendering performance, Stackpanel or Canvas+TranslateTransform? WPF/Silverlight
I agree, that's why I only use RenderTransform.TranslateTransform when I need to animate in some way. Simple layout StackPanel is much easier! :)
Nov
12
asked Which has better rendering performance, Stackpanel or Canvas+TranslateTransform? WPF/Silverlight
Nov
6
comment How do you make sure WPF releases large BitmapSource from Memory?
This approach looks promising so far. I'll continue to test.
Nov
6
comment How do you make sure WPF releases large BitmapSource from Memory?
Ahh..it compiles when I use BitmapImage instead of BitmapSource. Now, how will that cause problems? :)
Nov
6
comment How do you make sure WPF releases large BitmapSource from Memory?
BitmapSource source = new BitmapSource() won't compile and I'm not sure why. Throws this error: Error 4 Cannot create an instance of the abstract class or interface 'System.Windows.Media.Imaging.BitmapSource'
Nov
5
asked How do you make sure WPF releases large BitmapSource from Memory?
Oct
23
awarded  Yearling
Oct
18
comment WPF WebBrowser (3.5 SP1) Always on top - other suggestion to display HTML in WPF
found a good way yet? i've run into the same problem.
Oct
18
comment DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
a reworking of the Clock class seems to have fixed some of the issues. Since I put a bounty on this question I had to accept an answer, however, the DispatcherTimer issue is still outstanding. I hoped that someone with experience working with multiple threads would chime in, but was not to be. Thanks for your help.
Oct
13
revised DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
edited tags
Oct
13
comment DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
I've rebuilt the Clock class to include a DisposeTimer method which I call right before I remove the Clock instance from the Visual Tree. I'm running a test right now to see if that solves the issue. I'm keeping my fingers crossed.
Oct
13
comment DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
There is no XAML to speak of. I'm creating all the elements in the code behind and adding them to a root canvas at runtime. The Clock class extends the Canvas class.
Oct
12
comment DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
That's a good suggestion. I did that and it seems to accelerate the problem. There is one other detail I'm creating an instance of the Clock class each time, that's the constructor I refer to. It's possible that the Clock object is not being collected by GC properly which may be the culprit.
Oct
12
comment DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
@Greg I added that part now too. It updates every second.
Oct
12
revised DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
added 326 characters in body; added 168 characters in body
Oct
12
revised DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
added 1179 characters in body
Oct
12
comment DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
funny, you should mention that. That's exactly where I started, in fact my first question had exactly that so I'll add it back in.
Oct
12
comment WPF: Building a Queue in a Thread with Timers
A sequencer! Great, thanks!
Oct
12
comment Comparing Timer with DispatcherTimer
I am having a problem with DispatcherTimer eating up processor over time. Is there a good way to handle that?
Oct
12
revised DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
deleted 701 characters in body; edited tags; edited title
Oct
11
revised DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
added 40 characters in body
Oct
10
revised DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
Adding a possible solution.
Oct
10
asked DispatcherTimer eating up CPU over time causing WPF visual not rendering properly
Oct
7
answered I want to control a flash video (swf) playing automatically
Oct
7
comment How to show streaming videos in flash in iPhone application
@qntmfred yeah, compiled streaming video would be a neat trick! I bet Jon Skeet could pull it off! ;)
Oct
6
answered How to show streaming videos in flash in iPhone application
Oct
6
comment transparent gif help
Tell your client to stop supporting IE6. desizntech.info/2009/02/…
Oct
6
answered transparent gif help
Sep
29
comment WPF: Add Page w/functionality into a Window at runtime as XAML
inject, I don't think so, I just want to access some of the methods contained in the code behind as well as access some of the XAML elements like Storyboards.
Sep
29
comment Displaying Time Zones in WPF/C#. Discover Daylight Savings Time Offset
Title fixed, remove -1?
Sep
29
accepted Displaying Time Zones in WPF/C#. Discover Daylight Savings Time Offset
Sep
29
revised Displaying Time Zones in WPF/C#. Discover Daylight Savings Time Offset
someone was bitchy about the title months after it was answered.
Sep
29
comment WPF: Add Page w/functionality into a Window at runtime as XAML
do you know if you can access properties inside c for instance, Start/Stop storyboards?
Sep
28
revised Displaying Time Zones in WPF/C#. Discover Daylight Savings Time Offset
deleted 71 characters in body
Sep
28
revised Displaying Time Zones in WPF/C#. Discover Daylight Savings Time Offset
added 75 characters in body
Aug
18
answered Generate BitmapSource from UIElement
Aug
11
answered WPF: Add Page w/functionality into a Window at runtime as XAML
Aug
11
asked WPF: Add Page w/functionality into a Window at runtime as XAML
Jul
21
answered WPF ClickOnce file issues. (XBAP/WPF/ClickOnce Gurus in.)
Jul
10
awarded  Self-Learner
Jun
30
awarded  Popular Question
Jun
29
awarded  Nice Answer
Jun
24
awarded  Popular Question
Jun
8
awarded  Notable Question