[Xswt-developer] XSWT compiler
Brought to you by:
dvorme
|
From: David O. <dj...@co...> - 2006-06-26 17:17:44
|
Just a quick note: For the first time in about 3 years, I actually used the XSWT compiler for production code last Friday. Amazingly, it worked nearly perfectly. Here's the glitch we found: XSWT used to require a top-level Composite from which everything had to be a child. The new syntax doesn't require this and the compiler doesn't currently know how to assign a consistent variable name to the top-level parent Composite in the source code. So w= e just added a top-level Composite container in the XSWT code. Otherwise, everything worked perfectly. :-) Best regards, Dave Orme |