[lazarus] Patch for LM_SHOWMODAL (Win32) and fix for TApplication.GetTitle
Karl Brandt
pascalive at bol.com.br
Sat Aug 9 09:47:04 EDT 2003
I'm sending a patch that implements/fixes LM_SHOWMODAL in win32.
I also noticed a bug in TApplication.GetTitle:
It was returning wrong values.
To fix, just replace
Delete(Result, Length(Result) - Length(Ext) - 1, Length(Ext) + 1);
with
Delete(Result, Length(Result) - (Length(Ext) - 1), Length(Ext));
BTW, how can i inspect string variable with fp/gdb?
karl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zip00027.zip
Type: application/octet-stream
Size: 1032 bytes
Desc: "modal.zip"
Url : http://localhost/pipermail/lazarus/attachments/20030809/51180daa/zip00027.obj
More information about the Lazarus
mailing list