-
2 Feb 2012 4:44 AM #1
Adding writer to proxy
Adding writer to proxy
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
-
2 Feb 2012 12:25 PM #2
Mike -
Writer support is not yet implemented. It will be coming soon.Aaron Conran
@aconran
Sencha Architect Development Team
-
4 Feb 2012 2:17 AM #3
Hi,
Are there any ways to import a component or something like that, to implement "writer" until your done ?
Thanks you
-
4 Feb 2012 9:38 AM #4
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.Aaron Conran
@aconran
Sencha Architect Development Team
-
4 Feb 2012 10:08 AM #5
Thanks I'll try that.
-
15 Feb 2012 11:18 AM #6
Changing reference
Changing reference
Hi there.
what do you mean by 'changing reference' in designer??
thanks
b.
-
15 Feb 2012 11:34 AM #7
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.Aaron Conran
@aconran
Sencha Architect Development Team
-
15 Feb 2012 11:38 AM #8
Changing reference
Changing reference
awesome.
thanks for all of your help.
ben.
Success! Looks like we've fixed this one. According to our records the fix was applied for
DSGNR-1310
in
Architect 2.0.


Reply With Quote