Re: Problem with catching exceptions on ARM

2014-02-21 Thread Mathias Bauer
Hi, Am 20.02.14 18:27, schrieb Mathias Bauer: I tested, that a simple @try/@catch works (an exception thrown in a function called from the @try block is caught successfully and the program exits normally). But throwing another exception in the function that caught the exception freezes the prog

resizing - inwindow menus

2014-02-21 Thread Riccardo Mottola
Hi, I saw Gregory commited some work and I just had to test it. When I activate the theme, it looks fine! The window grows to accommodate the menu. However, when i resize it, it "snaps back" to the wrong size without considering the menu-bar. Riccardo

Re: Problem with catching exceptions on ARM

2014-02-21 Thread David Chisnall
On 21 Feb 2014, at 10:06, Mathias Bauer wrote: > Am 20.02.14 18:27, schrieb Mathias Bauer: > >> I tested, that a simple @try/@catch works (an exception thrown in a >> function called from the @try block is caught successfully and the >> program exits normally). But throwing another exception in

Re: Problem with catching exceptions on ARM

2014-02-21 Thread Mathias Bauer
Am 21.02.14 11:37, schrieb David Chisnall: On 21 Feb 2014, at 10:06, Mathias Bauer wrote: Am 20.02.14 18:27, schrieb Mathias Bauer: I tested, that a simple @try/@catch works (an exception thrown in a function called from the @try block is caught successfully and the program exits normally)

Re: resizing - inwindow menus

2014-02-21 Thread Fred Kiefer
On 21.02.2014 11:07, Riccardo Mottola wrote: > I saw Gregory commited some work and I just had to test it. > When I activate the theme, it looks fine! The window grows to > accommodate the menu. However, when i resize it, it "snaps back" to the > wrong size without considering the menu-bar. The pr

Re: Problem with catching exceptions on ARM

2014-02-21 Thread Mathias Bauer
Hi, Am 21.02.14 11:06, schrieb Mathias Bauer: The program does not continue if an exception is thrown and caught in a function and then another exception is thrown in that same function and shall be caught in a function above on the call stack (the typical "rethrow" scenario). > From debuggin

Re: resizing - inwindow menus

2014-02-21 Thread Gregory Casamento
I'll make this change and fix the issue. Greg On Fri, Feb 21, 2014 at 10:35 AM, Fred Kiefer wrote: > On 21.02.2014 11:07, Riccardo Mottola wrote: > > I saw Gregory commited some work and I just had to test it. > > When I activate the theme, it looks fine! The window grows to > > accommodate th