Hi all, >> By Widget I mean something that I can install to my desktop, and have it >> stay there without having to use the browser, or use an IDE to compile >> and run it. > >OK. That's very OS-specific. You may be able to do this with a Pivot app, but the Pivot platform does not include support for doing so.
This is more a Deploy-related problem than a Pivot issue ... and you can use usual Java options for deploy such Applications/RIAs/IIAs, for example you can deploy with a zip, a Setup inside a jar (or an exe for Windows or an sh for Linux), and for example you can use Java Web Start to download your application the first time and have it working outside the browser and maybe then working off-line if desired. Under examples (under trunk) you can find some deployment example, but if we can help, ask to us. Bye, Sandro -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/widgets-tp2923280p2923632.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
