!7 static long timeout = 5000; static int maxEntries = 10; p-substance { autoRestart(); smartBot_autoComplete_defaultMaxEntries = maxEntries; smartBot_autoComplete_defaultHardTimeout = timeout; final AutoComboBox3 box = autoComboBox3(f smartBot_autoComplete); setFontSize(box, 20); setComboBoxListFontSize(box, 20); onEnter(box, r { openPlatformBrowser(smartBot_topicLink(getText(box))) }); setY(200, showFrameFlat_minWidth(500, box)); }