Is there a command line argument to launch jqt and run a script and hide
the ide ?

For example: bin\jqt.exe "addons/demos/wd/life.ijs"


I poked around the jqt source and couldn't figure it out

  if (jdllproc || (!jdllproc && (void*)-1!=jdlljt)) showide(false);
#ifdef QT_OS_ANDROID
  if (AndroidPackage=="com.jsoftware.android.qtide")
    showide(true);
  else
    showide(false);
#else
  if ((!jdllproc) && (!ShowIde) && Forms.isEmpty()) return 0;
#endif
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to