Re: [us...@lists.monobjc.net] Sheet visible after doing EndSheet

2010-01-19 Thread Laurent Etiemble
Hello, Ok, I found was went wrong. In order to fix the concurrent access on code generation (reported by Duane), I have included the messaging invocation into the guarded block, thus leading to a deadlock in case of cross-thread calls. Shame on me... I will try to push a release as soon as possib

Re: [us...@lists.monobjc.net] Sheet visible after doing EndSheet

2010-01-18 Thread Laurent Etiemble
Hello, I think your issue is linked to a bug fix introduced in the latest release: the dynamic code generation is now guarded against concurrent access and it is somewhat messing with your code (I still don't know why, I am investigating). As a workaround, I would suggest you to comment the lines

Re: [us...@lists.monobjc.net] Sheet visible after doing EndSheet

2010-01-12 Thread Laurent Etiemble
Hello, Can you make a small sample application so I can reproduce ? Regards, Laurent Etiemble. 2010/1/12 Mario De Clippeleir : > Hi Laurent, > > I was just trying out the latest version (thank btw) and i have encountered > the following problem : I show a progress indicator in a sheet while i am

[us...@lists.monobjc.net] Sheet visible after doing EndSheet

2010-01-12 Thread Mario De Clippeleir
Hi Laurent, I was just trying out the latest version (thank btw) and i have encountered the following problem : I show a progress indicator in a sheet while i am doing stuff. This used to work with older versions, but with the latest version the progress bar is not updated and the sheet does n