Jump to content

Oliver Morsch

uniGUI Subscriber
  • Posts

    356
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Oliver Morsch

  1. 1. Take the (uploaded) image and encode it into base64.

    2. Create a data URI by replacing "[Base64EncodedString]" with the the base64 encoded image in the following html code:

    <img src="data:image/jpeg;base64,[Base64EncodedString]" />

    3. Insert this html code into htmlmemo.

  2. On 12/20/2021 at 4:33 PM, likemike said:

    The real problem is, that the component UnimNumberEdit doesn't work as expected.
    When you set decimals to 2 the virtual keyboard on the mobil device only shows the numbes 0-9 without decimal point or comma. So it's impossible for the end user to fill in a decimal number like 123,45.

    I cannot understand, why it takes so long to fit this bug.

    With which mobile device did you test?

×
×
  • Create New...