Hi there,
Maybe I´m only confused cause of this great IDE - but i can´t find the writer class which i want to add to my model proxy!? The reader is available - but not the writer...
Has anyone a suggestion for me?
Thanks & cheers,
Mike
Printable View
Hi there,
Maybe I´m only confused cause of this great IDE - but i can´t find the writer class which i want to add to my model proxy!? The reader is available - but not the writer...
Has anyone a suggestion for me?
Thanks & cheers,
Mike
Mike -
Writer support is not yet implemented. It will be coming soon.
Hi,
Are there any ways to import a component or something like that, to implement "writer" until your done ?
Thanks you
As a temporary workaround, you could subclass the store/model outside of the designer and then use that subclass inside the designer.
For example if you have a model called "User" you could subclass outside of designer and call it "UserWithWriter". Then inside of designer you would change the reference from User to UserWithWriter.
Thanks I'll try that.
Hi there.
what do you mean by 'changing reference' in designer??
thanks
b.
Where you bind the model to the Store, instead of selecting User from the dropdown you would use the subclassed version UserWithWriter.
That being said, this point is no longer valid. Todays build 286 now includes writer support.
awesome.
thanks for all of your help.
ben.