In the chm help file, the examples for the toolBar say :
This toolBar has a toolBarItem, a toolBarSwitch, atoolBarButton, and a toolBarSeparator. Note that this toolBar can be dragged anywhere in the application.
<b:toolBar e:behavior="drag" dragBehavior="move">
<b:toolBar e:behavior="drag" dragBehavior="move">
which is of course wrong. It can take a long time for a newbie to find out what's missing here.
Bernhard

Please fill me in! What is
18 May, 2008 - 23:29 — ghicaPlease fill me in! What is missing?
The toolBar in the example can indeed be dragged anywhere on the page in which it is placed.
Cheers, Ghica.
I was referring to the chm
19 May, 2008 - 12:39 — fishermanI was referring to the chm help file, not an executable example. The code has to be
<b:toolBar e:behavior="b:drag" dragBehavior="move">(The b: is missing).Bernhard
Re: missing prefix in code snippet
19 May, 2008 - 15:07 — SergeyBernhard,
Thank you for observation. The code snippet has been corrected.
Sergey/
Thanks, Sergey and
19 May, 2008 - 22:50 — ghicaThanks, Sergey and Bernhard.
I would like to mention that most examples in the chm are executable. Just copy and paste it into a startup file and you can run the example.
Also this one runs fine in my test set-up, even without the b:. Well, that is still something to look into.
Cheers, Ghica.