remove focus from DirectEntry field

Clicking on the background off a DirectEntry field doesn’t remove focus from it, which means any global keyboard commands will still be sent to the text box.

same problem over here.
david? =) please bless us with another fix 8)

I’ll do what I can, but we’re in the middle of some serious crunch time over here, so I haven’t had much chance to do more than read the forums lately–I don’t have much opportunity these days to do any coding or debugging other than what’s strictly in front of me.

But, hmm, I think if you create an invisible DirectFrame that covers the whole window, and is behind everything, then your click on the background will actually be a click on this object, which will take focus from your DirectEntry.

David