Click here to Skip to main content
16,016,605 members
Home / Discussions / WPF
   

WPF

 
QuestionAnimated button in WPF Pin
Pawel Gielmuda12-Feb-08 2:03
Pawel Gielmuda12-Feb-08 2:03 
GeneralRe: Animated button in WPF Pin
Pawel Gielmuda12-Feb-08 2:03
Pawel Gielmuda12-Feb-08 2:03 
GeneralRe: Animated button in WPF Pin
newc112-Feb-08 3:55
newc112-Feb-08 3:55 
GeneralRe: Animated button in WPF Pin
Pawel Gielmuda12-Feb-08 4:12
Pawel Gielmuda12-Feb-08 4:12 
GeneralTree view Pin
IWannaTalk11-Feb-08 21:23
IWannaTalk11-Feb-08 21:23 
GeneralRe: Tree view Pin
User 27100912-Feb-08 2:31
User 27100912-Feb-08 2:31 
GeneralRe: Tree view Pin
IWannaTalk12-Feb-08 2:45
IWannaTalk12-Feb-08 2:45 
QuestionCommand performance problem Pin
Super Lloyd11-Feb-08 13:13
Super Lloyd11-Feb-08 13:13 
With a bit of hack we were able to use command to return the current value of the target (as well as IsEnable), so we could nicely update color pickers, etc... on the control tool bar.

Now the problem is we use lots of command in our application (about 300).

And every time the user key one char in we do heavy processing as well (relayouting and repainting all visual information), and now that we have command, on top of the heavy text processing we've got all command updating (it's the behavior of the input manager to fire up an update of the command sources on key up).

So... since we moved to command we suffer huge performance problem due to the above reason.
Is there a way to disable command updating for a little while (while typing text) or.

In fact, ideally, I would like to disable only some command updating (whereas text command should still update...)

Any tip?
GeneralRe: Command performance problem Pin
User 27100911-Feb-08 13:45
User 27100911-Feb-08 13:45 
GeneralRe: Command performance problem Pin
Super Lloyd11-Feb-08 14:18
Super Lloyd11-Feb-08 14:18 
GeneralRe: Command performance problem Pin
User 27100911-Feb-08 14:21
User 27100911-Feb-08 14:21 
GeneralRe: Command performance problem Pin
Josh Smith12-Feb-08 7:41
Josh Smith12-Feb-08 7:41 
GeneralRe: Command performance problem Pin
User 27100912-Feb-08 7:43
User 27100912-Feb-08 7:43 
GeneralRe: Command performance problem Pin
Josh Smith12-Feb-08 7:45
Josh Smith12-Feb-08 7:45 
GeneralRe: Command performance problem Pin
User 27100912-Feb-08 7:47
User 27100912-Feb-08 7:47 
GeneralRe: Command performance problem Pin
Josh Smith12-Feb-08 7:48
Josh Smith12-Feb-08 7:48 
GeneralRe: Command performance problem Pin
User 27100912-Feb-08 7:50
User 27100912-Feb-08 7:50 
GeneralRe: Command performance problem Pin
Josh Smith12-Feb-08 7:56
Josh Smith12-Feb-08 7:56 
GeneralRe: Command performance problem Pin
Pete O'Hanlon12-Feb-08 11:24
mvePete O'Hanlon12-Feb-08 11:24 
GeneralRe: Command performance problem Pin
User 27100924-Feb-08 18:29
User 27100924-Feb-08 18:29 
GeneralRe: Command performance problem Pin
Super Lloyd24-Feb-08 18:58
Super Lloyd24-Feb-08 18:58 
GeneralRe: Command performance problem Pin
User 27100924-Feb-08 19:01
User 27100924-Feb-08 19:01 
GeneralFlickering text Pin
Mircea Grelus10-Feb-08 4:23
Mircea Grelus10-Feb-08 4:23 
GeneralRe: Flickering text Pin
User 27100910-Feb-08 8:10
User 27100910-Feb-08 8:10 
GeneralRe: Flickering text Pin
Mircea Grelus10-Feb-08 10:00
Mircea Grelus10-Feb-08 10:00 

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.