Page 1 of 1
[patch_done] UpdateSql Editor in Lazarus
Posted: 06.06.2008, 23:21
by Edwin
Hello,
To make the UpdateSql Editor work in Lazarus, you have to remove
"TextHeight = 13" from ZUpdateSqlEditor.lfm.
Regards,
Edwin
Posted: 07.06.2008, 20:32
by mdaems
Done. svn rev 377.
Did they remove this property? Do you think it's necessary to add a replacement for this property?
Maybe you better post this kind of stuff in the bug tracker next time. Easier to track for me.
Mark
Posted: 03.09.2008, 02:36
by diwakoe
Hi,
How to patch my downloaded zeos 6.6.3-stable with this patch. I already open ZUpdateSqlEditor.lfm but can not find TextHeight = 13 properties.
Sorry newbie question.
Thanks,
Diwa
Posted: 03.09.2008, 06:42
by diwakoe
I found this properties on ZUpdateSqlEditor.dfm not ZUpdateSqlEditor.lfm. Now UpdateSql dialog show up.
Thanks,
Diwa