pstoppani
Newbie
Posts:
Registered: 1969-12-31
Member Is Offline
|
posted on 2006-11-10 at 07:36 PM |
|
|
2.1 SDK Released
We're pleased to announce the latest version of the SDK and included UIE Developer integrated development environment.
http://developer.uievolution.com/developer/download.php
NEW FEATURES
Version 2.1 (Fall 2006)
o UIE Developer is now supported on Mac OSX 10.4 and Windows XP SP2
o Japanese Internationalization
o Samples are now saved and can be deployed
o Tomcat is no longer installed with UIE Developer. Go to http://tomcat.apache.org for
links and information on installing Tomcat.
o System-level Java JVM is no longer installed with UIE Developer. UIE Developer uses a private JVM that is installed when the application is
installed.
o Added Device Skins
o Improved UJML source editor
- Auto-completion of UJML tags on entering ‘<’, providing the source file includes a valid DTD.
- Syntax coloring.
- Code collapse/code folding.
- Auto-completion inside script blocks.
- Auto-completion of functions and events after pressing ctrl-space.
- Auto-completion of variables after entering the first letter. -The potential list will be narrowed with each additional letter.
- Auto-completion of entities after entering ampersand ( & ). The potential list will be narrowed with each additional letter
- Customization of UJML Editor settings globally, by setting values through Preferences > UIE Developer > UJML Editor.
- Error Markers shown in source file
Please note that you will need to install this version rather than simply using the update service.
|
|
|
uiengineda
Member
 
Posts: 108
Registered: 2006-1-25
Member Is Offline
|
posted on 2006-11-12 at 08:50 PM |
|
|
I'll try it.
|
|
|
uiengineda
Member
 
Posts: 108
Registered: 2006-1-25
Member Is Offline
|
posted on 2006-11-14 at 04:19 AM |
|
|
New UJML editor. It's cool!
Is SDK2.1 based on Eclipse3.2?
Why the dtd is changed from 2.0?
on 2.0
<!ELEMENT transition (comment?, display?, play?, resources?, delay?, variables?, (execute | script)?, events?)>
on 2.1
<!ELEMENT transition (comment?, display?, resources?, play?, events?, delay?, variables?, (execute | script)?)>
|
|
|
ryana
Moderator
    
Posts: 54
Registered: 2006-1-18
Member Is Offline
|
posted on 2006-11-14 at 09:17 AM |
|
|
In 2.0, the events tag was after the script tag, this gave the impression that a component initialized in the script block will be available in the
events block. This is not the case, as the events block had already been evaluated. This was a bug that several developers complained about.
The DTD change in 2.1 reflects the actual order in which tags are evaluated.
|
|
|