Jump to content

UnimMemo overlapping lines


likemike

Recommended Posts

3 minutes ago, likemike said:

Sorry, but the command is ignored completely (tried different pixel values) :

Try this:

function painted(sender, eOpts)
{
    var me = sender.inputElement;
    me.setStyle('line-height', me.getStyle('font-size'));
}

 

Link to comment
Share on other sites

Hello!

The problem with overlapping lines in UnimMemo is solved, but I get a similar issue with other components e.g. UnimButtons. Even if I create a UnimButton with a height of 200 px, the caption with a big font (here: font=Tahoma bold size 22) is only shown half (the bottom part is cut off).
If it's again an issue with the extEvents I would like to know where I can get informations to solve such problems in future by myself.

Regards

Mike

 

Link to comment
Share on other sites

×
×
  • Create New...