edit - solved

  1. D

    B4J Question [Solved] Need help with Canvas.DrawText.

    I'm at a loss here. I need to dynamically draw text with Canvas.DrawText, and while it works the first time around, when the text is changed it overlaps. I've tried: Canvas.ClearRect() Canvas.DrawRect() - with fx.Colors.Transparent Setting views invisible and visible again Adding and removing...
  2. J

    iOS Question EDIT SOLVED - [customview] Numpad keys responding inconsistently

    I am seeing erratic responses from custom numeric keypads when implemented in an application. It tests fine in stand-alone tests but when put on a panel in an app for the custom numeric pad the responses are inconsistent. To test I added 10 Numpad views on a panel and tested all different ways...
Top