Hello! I'm trying to implement a custom property using dojo, but when I try to save (i.e. blur) I get a red box in edit-mode with the text "Offline can't save", I also ge this when trying to use the "PropertyStringList", which is included in the Alloy project.
If I add a breakpoint on Value's setter in "PropertyStringList", when I blur the textbox it hits that breakpoint and contains the text entered in the textbox.
Hello! I'm trying to implement a custom property using dojo, but when I try to save (i.e. blur) I get a red box in edit-mode with the text "Offline can't save", I also ge this when trying to use the "PropertyStringList", which is included in the Alloy project.
If I add a breakpoint on Value's setter in "PropertyStringList", when I blur the textbox it hits that breakpoint and contains the text entered in the textbox.
Anyone, have any clue why it isn't saving?
Regards, Tobias