Various extension modules for Olex2 are currently under development. If you are interested in testing these, please sign up below! Please do not use temporary emails - we may need to contact you in the case of new releases or features update. e-mail $+ html.Snippet("gui/snippets/input-text", "name=modules_email", "width=100%", "value=spy.GetParam('user.email')", "onchange=spy.SetParam('user.email',html.GetValue('~name~'))", "onleave=html.call('~name~.onchange')") $- Reference $+ html.Snippet("gui/snippets/input-text", "name=modules_reference", "width=100%", "value=spy.GetParam('user.modules.reference')", "onchange=spy.SetParam('user.modules.reference',html.GetValue('~name~'))", "onleave=html.call('~name~.onchange')") $- Modules $+ html.Snippet("gui/snippets/input-combo", "name=available_modules", "width=100%", "items=spy.plugins.gui.getModuleList()", "value=spy.plugins.gui.getCurrentModuleName()", "onchange=spy.plugins.gui.update(html.GetValue(~name~))", "onreturn=html.call(~name~.onchange)", "readonly=false") $- $spy.plugins.gui.getInfo() #ignoreif --> Install offline module in ZIP format. #ignoreif --> Network commincation is disabled $+ html.Snippet("gui/snippets/input-button", "name=MODULES_ENABLE_NET", "value=Enable", "fit=true", "flat=false", "onclick=spy.SetParam('olex2.network', 'True')>>html.Update") $- #ignoreif -->