Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1019327 // dm_setAIBarTextAndFire - note: assumes input was SPOKEN. use "...andInfo" for typed input

JavaX fragment (include)

svoid dm_setAIBarTextAndFire(S s) {
  dm_setAIBarText(s);
  JTextField tc = cast dm_getOS('tfTopInput);
  simulateEnter(tc);
}

Author comment

Began life as a copy of #1017314

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1019327
Snippet name: dm_setAIBarTextAndFire - note: assumes input was SPOKEN. use "...andInfo" for typed input
Eternal ID of this version: #1019327/4
Text MD5: 3c9d80e788fbeeefa91b6932814eead0
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-29 09:09:13
Source code size: 130 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 299 / 321
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1019655 - dm_setAIBarTextAndFireWithInfo