ellipses

  1. stevel05

    B4J Code Snippet [DSE] SetLabelTextOverrun behaviour.

    It seems more appropriate to post small Designer Script Extensions here so here another one. Set the TextOverrun behavior for a Label. Usage: {Class}.SetLabelTextOverrun("CENTER_WORD_ELLIPSIS",Label2,Label3) {Class} is whichever class you put the method in. You can set the same behaviour on...
  2. H

    Android Question ToastMessageShow() displays ellipses...

    Noticed that ToastMessageShow() displays only the first line of text and ellipses (...) for multiline large text messages. This is after updating to B4A v11 and Target sdk 30. Any ideas on how to resolve this?
Top