that addon script only works for windows. For jandroid or jqt, use wd commands instead. eg
wd'clipcopy *foo bar' wd'clippaste' foo bar see jwiki wd commands reference. On Oct 5, 2016 3:12 AM, "Tom Arneson" <[email protected]> wrote: > When I try to use setcliptext in jandroid, I get: > > > > |domain error : cd > > | drop=. GlobalAlloc GHND;1+#y > > > > Script: > > -------------------------------------------- > > NB. J script timestamp.ijs > > NB. Saved: 2016-10-04 13:45 > > > > require '~addons/general/misc/clippaste.ijs' > > > > ts=: 6!:0'YYYY-MM-DD hh:mm' > > > > setcliptext ts > > smoutput '''',ts, ''' is in clipboard' > > -------------------------------------------- > > > > The script works in Windows. JVERSION follows for both platforms: > > > > Engine: j805/j64/windows > > Beta-12: commercial/2016-09-30T15:50:47 > > Library: 8.05.05 > > Qt IDE: 1.5.2s/5.6.1 > > Platform: Win 64 > > Installer: J805 install > > InstallPath: c:/users/tom arneson/downloads/j64-805 > > Contact: www.jsoftware.com > > > > Engine: j805/j64/android > > Beta-12: commercial/2016-10-01T10:10:10 > > Library: 8.05.06 > > J Android: 1.0.11/23 > > Platform: Android 64 > > Installer: unknown > > InstallPath: /storage/emulated/0/Android/data/com.jsoftware.j.android/ > files > > Contact: www.jsoftware.com > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
