Bugzilla – Bug 428759
ToolBar: Begin implementation
Last modified: 2009-01-21 15:58:38 UTC
Begin initial work on ToolBar including navigation for automation tree, and develop initial unit tests.
Mass change of QA contact. Sorry for bugspam. Update your watch-lists.
Moving all of these to P4 to show that they have been triaged. Will be reprioritizing these properly tomorrow.
Worked on ToolBar provider and behaviors.
Created attachment 257630 [details] patch uploaded. Invoke() needs more work.
OK to commit.
Committed in r120678 & r120679.
Is this bug fixed now? If not, what are the outstanding issues?
Created attachment 264052 [details] Implemented Invoke(). a SWF patch blocks this.
(In reply to comment #8 from Neville Gao) > Created an attachment (id=264052) [details] > Implemented Invoke(). Can you update your Invoke() to use Control.BeginInvoke? otherwise weird stuff would happen because of threads.
ToolBarButton is Provider.Component, seems there is no InvokeRequired & BeginInvoke methods.
In this case seems that you will have to use SWF.ToolBar.BeginInvoke, of course this means you will need to use the ToolBar including the ToolBarButton.
Created attachment 264690 [details] Updated Invoke() event
(In reply to comment #12) > Created an attachment (id=264690) [details] > Updated Invoke() event OK to commit.
Committed in r123297.
Dependency Fixed.