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 then begin
   if not appinst.terminated then begin
    fmodalinfopo^.modalend:= true;  <------------------------------ here
   end;
   dec(fmodallevel);
  end;
 end;
end;

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 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 install fpc and
> > mseide in windows to debug it.
> >
> Which exception, which MSE version?
>
> Martin
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>



-- 
Julio Jiménez Borreguero
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to