[_menuBar dismiss];//in dismiss , bShow = no after .3s
while (_menuBar.bShow)
{
[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]];
while (_menuBar.bShow)
{
[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]];
}
//do this after .3s