You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scite-i...@googlegroups.com
When executing lua command with io.popen(), on Linux it's silent, but on Windows cli windows pops up and hides quickly afterwards. Same for os.execute()
Is there a way to hide window popups?
zetah
unread,
Jan 4, 2013, 6:40:42 PM1/4/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
So it can be avoided by using extman lua script and additional dll, then use spawner.popen(). But unfortunately it gets funky for non trivial command lines. For example running Saxon Query (.NET) hangs Scite, while io.popen() finishes as expected. Then it blocks GUI, but it's better then nothing.