Hi, here's another minor patch to get VE and SWT to work better
together. The problem is that no write method is set in this call, so I
added a check.
Maybe we should fix the cause of the NPE instead of checking for it?
I posted another patch in the newsgroup before I realized there was a
dev list.
Again, I've very little knowledge on whats going on under the hood. For
example when adding a FormAttachment there seem to be some mixup on how
to set it to the FormData.
The correct syntax is for example "formData.left = formAttachment;" but
VE creates "formData.left(formAttachment);". Where it goes wrong I've no
idea, so if someone could enlighten
me I would be grateful!