EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
Expand all | Collapse all

RBD 9.5 content assist issue on dojo widgets

  • 1.  RBD 9.5 content assist issue on dojo widgets

    Posted Wed October 14, 2015 01:44 PM

    I have been having problems with content assist on dojo widgets. For example, i added a dojoradio group as follows:

    RadioGroup DojoRadioGroup{
            vertical = false,
            options = ["Single Account","Multiple Accounts"],
            selected = "Single Account"
        };

    I then try to use content assist in an onclick function and it doesnt work (either ctrl+space or context menu option)

    function Button_onClick(event Event in)
        RadioGroup.
    end

    When i put my cursor on the text, i get the following popup error. Not sure if this helps.

    IWN.SYN.2112.e 264/4 Syntax error. Input is not recognized as "settingsBlock"

     

    nick_tn


  • 2.  Re: RBD 9.5 content assist issue on dojo widgets

    Posted Thu October 15, 2015 10:01 AM

    I've found and fixed this. Thanks for reporting it. I will make sure you get the fixtest.

    Jeff.Douglas