Forum Replies Created

  • Henk Noppe

    Member
    November 8, 2019 at 8:08 am in reply to: Popup Menu toolbar button to Window Communication

    Hi Mark,
    I just downloaded the repository in a different directory and I could import the library without any problems. I used Omnis Studio 8.1.7.1

  • Henk Noppe

    Member
    November 1, 2019 at 6:54 pm in reply to: Popup Menu toolbar button to Window Communication

    Thanks for looking into this Mark,
    I made a small library which demonstrates this problem and published it to GitHub: https://github.com/frogli-omnis/ToolbarPopupList
    Let me know what you think of it.

  • Henk Noppe

    Member
    July 4, 2018 at 11:02 am in reply to: Shared Library

    mm, k never used that option. Maybe one of the Omnis people can answer this. Otherwise contact support they definitely can tell you more about this property.

  • Henk Noppe

    Member
    July 3, 2018 at 12:35 pm in reply to: bintobase64()

    Hi Dario,
    I did some experimenting and came up with the following code:

    Calculate charValue as ‘Hello World’
    Do chartoutf8(charValue) Returns binValue
    Do bintobase64(binValue) Returns base64Bin
    Do utf8tochar(base64Bin) Returns base64value
    ; base64value will be SGVsbG8gV29ybGQ=

    I am not sure why you do not get a character out of the bintobase64 function. Would make more sense to me, but maybe one of the Omnis Software fellows who are lurking here (or anyone else) can shed some light on this topic…
    Grtz Henk

  • Henk Noppe

    Member
    July 3, 2018 at 9:22 am in reply to: bintobase64()

    Hejhej Dario,
    How is the contents of lBinVar constructed? Has lBinVar the datatype binary?
    grtz Henk

  • Henk Noppe

    Member
    July 3, 2018 at 9:02 am in reply to: Shared Library

    Hejhej Ghiara,
    Could you explain a bit more what you mean by sharing libraries. And which version of Omnis Studio 8 are you using and which version of MacOS?
    grtz Henk