i want make a app with xul but some functions and logic in a stable exe file. run the exe with xulapp that to do something and get the result given to the xul application, how should i do ,thanks
相关问题
- Get PostData as in FireBug
- Query URL for Log In Status, javascript
- XUL prefwindow size problems
- Access the Add-on SDK from within a traditional XU
- How to place a Xul window as “Always On Top”?
相关文章
- In a Firefox extension, how can I copy rich text/l
- Simplest way to launch Firefox, drive 3rd party si
- How to map response to request when using “http-on
- Running unit tests of JavaScript code from XUL - w
- Can I set the background color in a Firefox extens
- Calling a method from XBL
- How to properly receive the DOMContentLoaded event
- How to create firefox3 sidebar?
You can invoke another application using nsIProcess, but you can't easily obtain a result, except for the exit value. Attempts are being made to get a proper IPC component that will allow you to write to the process stdin and read from its stdout and stderr but this is not yet available in releases of XULRunner.