better use view stack for code separation and minimizing dependency.
On Mon, Mar 3, 2014 at 1:01 AM, Oleg Konovalov wrote:
> Hi,
>
>
>
> I have a popup where user enters data,
>
> currently implemented as TitleWindow with a ViewStack and several
> NavigationContent containers,
>
> having Forms
Hi,
I have a popup where user enters data,
currently implemented as TitleWindow with a ViewStack and several
NavigationContent containers,
having Forms with a bunch of components.
When user clicks submit, it does validation and saves entered data to the
database.
I could have implemented