[Fxruby-users] dialog doesn't recieve focus
Status: Inactive
Brought to you by:
lyle
From: Simon S. <ne...@ad...> - 2004-05-25 18:54:10
|
The attached code should reproduce the problem. I spawn an filedialog like this, but it doesn't recieve focus. dialog = FXFileDialog.new(self, "pick file") break if dialog.execute == 0 The problem is that the examples distributed with fxruby works, and mine doesn't. I have tried the whole day to figure out what could be the reason. I have look at how FXDialogBox.execute was implemented and played around trying to hide the parent.. but no luck either. I simply cannot spawn the dialogbox with focus. Any hints will be appreciated :-) -- Simon Strandgaard |