Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Martin Schreiber
Am 29.02.2012 12:17, schrieb Julio Jiménez: Hi Martin I attach an exemple when I can reproduce the problem (running under windows) The problem is that the transientfor window handle of the dialog will be destroyed by another modal event loop. I'll try to handle this case. A workaround is to

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Martin Schreiber
On Thursday, 1. March 2012 11.26:18 Julio Jiménez wrote: mseguiintf.pas(2994,24) Error: Incompatible types: got twindow expected LongWord mseguiintf.pas(5047) Fatal: There were 1 errors compiling module, stopping I know, will be fixed soon. Should compile on win32. Martin

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Julio Jiménez
Free Pascal Compiler version 2.6.0 [2011/12/25] for i386 Copyright (c) 1993-2011 by Florian Klaempfl and others Target OS: Win32 for i386 Compiling mseide.pas Compiling C:\Dev\mseide-msegui\lib\common\designutils\mseskindesign.pas Compiling C:\Dev\mseide-msegui\lib\common\kernel\mseskin.pas

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Julio Jiménez
Forget it.. .wrong mseide version :( Sorry 2012/3/1 Julio Jiménez juj...@gmail.com Free Pascal Compiler version 2.6.0 [2011/12/25] for i386 Copyright (c) 1993-2011 by Florian Klaempfl and others Target OS: Win32 for i386 Compiling mseide.pas Compiling

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-03-01 Thread Martin Schreiber
On Thursday, 1. March 2012 12.12:43 Julio Jiménez wrote: Working fine (linux and windows). This too? BTW, Compiled in windows and now the first dialog is workiing fine... but the second not (if you press accept, a second dialog is executed from the procedure  executed by the menu) I did not

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-02-29 Thread Julio Jiménez
Hi Martin I attach an exemple when I can reproduce the problem (running under windows) To test it.. execute Menu Two-Test-ok shows the dialog ok Menu Two-Something-Rundialog fires an exception It seems happens with a submenu inside a menu. I hope you can reproduce it too. Thank you.

[MSEide-MSEgui-talk] Possible bug in windows version

2012-02-28 Thread Julio Jiménez
Hi Martin. I have a running application under linux and no problems, I compiled it for windows (windows xp) and I get an exception trying to show a dialog in modal. Curious this only happens when I run the dialog from the main form. If I run the dialog from another form all is fine. I had to

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-02-28 Thread Martin Schreiber
Am 28.02.2012 12:15, schrieb Julio Jiménez: Hi Martin. I have a running application under linux and no problems, I compiled it for windows (windows xp) and I get an exception trying to show a dialog in modal. Curious this only happens when I run the dialog from the main form. If I run the

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-02-28 Thread Julio Jiménez
MSE git master The exception is: Signal received. Signal:SIGSEGV, Sgmentation fault. file: C:/mseide-msegui/lib/common/kernel/msegui.pas: 15940 Function: TINTERNALAPPLICATION__ENDMODAL procedure tinternalapplication.endmodal(const sender: twindow); begin with sender do begin if fmodallevel 0

Re: [MSEide-MSEgui-talk] Possible bug in windows version

2012-02-28 Thread Julio Jiménez
I have issues showing another dialog, in this case the exception is: can not resize window twindow . All is fine running under linux. 2012/2/28 Martin Schreiber mse00...@gmail.com Am 28.02.2012 12:15, schrieb Julio Jiménez: Hi Martin. I have a running application under linux and no