equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-D78B510E-3F5C-4B5D-B53F-917F2DAF6C6A" xml:lang="en"><title>Mixing |
|
13 dialog and other application architectures</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <p>The dialog-based architecture can be combined successfully with the |
|
15 other architecture types as long as dialog-based views are only used at the |
|
16 end points of the navigation structure. </p> |
|
17 <p>Avkon supports view switching within an application and, more significantly, |
|
18 view switching between applications. This feature raises issues for modal |
|
19 dialogs, such as Avkon forms and queries. When there is such a modal dialog |
|
20 open, possibly with new data entered, and another application view is switched |
|
21 to (presumably by another application), then the data associated with the |
|
22 open dialog may have to be disposed of.</p> |
|
23 </conbody></concept> |