O.P. Building a GUI?
Basically I want to try exactly what the subject suggests - create a standard graphical user interface with buttons, editboxes, context menu's, etc. for my JScript/MPL app.
Currently, my understanding is that there are two ways of doing this:
1. Create an ActiveX Control in your compiler that you then declare & create an instance of in your JScript. Presumably you'd compile a DLL?
2. Use JScript .NET and create a Windows Form (somehow).
I'm also aware of a tool specifically for MPL that allows you to specify a GUI in XML. I tried it out, it sucked quite badly (but was pre-beta I believe), and so haven't revisited it since.
Does anyone know if there are any other options?
-Zero
|