!7 static long timeout = 5000; p-substance { autoRestart(); final AutoComboBox3 box = autoComboBox3(f makeEntries); // setFontSize(box, 20); // destroys the autocomplete functionality?! setFontSize(textFieldFromComboBox(box), 20); showForm("", box); } static L makeEntries(S s) { Map map = jsonDecodeMap(loadPageWithTimeout("http://smartbot.botcompany.de/autocomplete/" + urlencode(s), timeout)); S follow = getString(map, "follow"); if (empty(follow)) ret ll(); ret ll(s + follow); }