3 # LargeMedium SmallPosted on only to view the technical questions frequently asked by the author1. Is spket ide free of charge? Spket IDE is free to use for non-commercial purposes. If used for commercial purposes, it costs $29.90 (USD) for a single user license. 2. Can I install spket ide as a plug-in for other products? Yes. Make sure these products are based on eclipse3.2.2 (or higher. You can obtain the version information and click "help"-> "about..." in the menu. Then, click the eclipse image to see which platform version is used. If you do not know how to install the plug-in, check it here or here. 3. coding is not completed in the XUL editor. Download XUL schema, decompress the package, and copy *. XSD to the {inst_dir} \ plugins \ com. spket. grammars \ Mozilla \. folder. Reference: Here is license and restriction. 4. How to access your favorite resource chrome in the editor: // Browser /... Use the menu "window"-> "preferences...", select "spket"-> "extensions", and enter the Firefox directory. Then you can access the resources in the Firefox directory, not in the project: And XBL creation: 5. How to Set Laszlo as code assistance? Use the menu "window"-> "preferences... ", select" spket "->" Laszlo "and enter the Laszlo directory (for example," d: \ 20.vr \ LPS \ Server \ lps-4.0.0 "). 6. Use extjs 2.0 to complete spket work Put the following code into the File Ext. JSB tag</Project>Before Copy content to clipboardCode: <target name="Ext Base"> <include name="core\Ext.js" /> <include name="adapter\yui-bridge.js" /> <include name="yui\yahoo.js" /> <include name="yui\dom.js" /> <include name="yui\event.js" /> <include name="yui\connection.js" /> <include name="yui\animation.js" /> </target> 7. Where is the Yui package in flash? Yahoo! User Interface library (Yui) Is a tool and control library written in JavaScript. It uses Dom scripts, DHTML, and Ajax to construct web programs with rich interaction functions. Yui also includes several Cores . All components in Yui have been released as open source. They comply with the BSD Protocol and are free to use. You can download the complete project file from the SourceForge site (# version 2.3.1 is the latest Yui package), including relevant documents and examples. |