AvalonDock and HexEditor don't play nicely with eachother
See original GitHub issueSome sort of weird WPF bug is happening when this Hex Editor and AvalonDock are used together. When you drag a Document-window with a Hex Editor to a different dock, an exception occurs during de GridResizing event.
System.NullReferenceException
HResult=0x80004003
Message=De objectverwijzing is niet op een exemplaar van een object ingesteld.
Source=PresentationCore
StackTrace:
....
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at System.Windows.Application.Run()
at WatchDogsLegion.App.Main()
Not sure if related, the Hex Editor also significantly slows down the application when it is resizing. Looking at the code, a lot is happening during a resize.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
An 'All in One' data-oriented ROM editor
I'm working on an "all in one" hex editor/tile editor/ROM hacking ... These "found objects" can have useful relationships with each other:
Read more >Untitled
Best 80's rap songs of all time. Play star wars battlefront 2 online free no download, Black milk welcome instrumental music youtube?
Read more >Untitled
Rainbow play systems cost, Production notebook, Alternative fashion week columbus 2014 ... El centro california restaurants, Gwen stefani don't speak remix, ...
Read more >Untitled
Infinity haqqislam fluff, Fdr programs great depression, Schweiz am sonntag ... 2005 buick lacrosse reliability, Editors 911tabs, Simbu news live, ...
Read more >VidCoder: Alternative HandBrake GUI for Windows [Archive]
Just recently started using VidCoder x64. & i'm confused by one thing. When i try to demux the file with MKVcleaver or MKVExtractGUI2...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No problem, I’m very glad you have this thing at all! Saves me a lot of trouble having to make it myself 😃
Yea, I was looking for something like a “Pause” and “Unpause” when doing things like this. Perhaps its as easy as that solution?
PS. Suspend/Resume is the proper wording.
I @LennardF1989
Get the last code and launch the AvalonDock sample projet (.Net 4.7)
it’s work fine for me… I hope will be ok for you