[lazarus] Work being done

Marc Weustink Marc.Weustink at cuperus.nl
Thu Feb 17 06:13:14 EST 2000


+ From: Vincent Snijders [mailto:vsnijders at zonnet.nl]
+
+ > As to a previous question I had : Does Lazarus under
+ > Windows display the same problem with the highlighting
+ > in mwCustomEdit ?

What highlight problems. Under Linux it seems to have a problem with
getting(or drawing) focus. (Everything is draw grey)

+
+ I tried to run lazarus under Windows but when I opened the + testform an
illegal font was loaded and the program ended
+ with an access violation:
+ from the console output:
+   Gdk-WARNING **: gdk_font_load: font name
+   -*--normal-r-*-*-0-*-*-*-*-*-*-*  illegal
+ An unhandled exception occurred at 0x00423EC2 :
+ Access violation

Hmm... this seems to be an inconsistency between the win32 and the linux
gdk. Under linux it reports that the requested font can't be loaded.
You get this when you try to load a not existing font and the assume it is
loaded and try to copy it (all with API funcs). This is what mwEdit does
very often.

Marc






More information about the Lazarus mailing list