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-1BAF17A9-B71B-5003-AEB5-4631F019C6AC" xml:lang="en"><title>Fixed |
|
13 and Floating Windows</title><shortdesc>This section explains the fixed and floating FEP windows.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <section id="GUID-0DE8957D-8462-4662-A89F-501C7B3B4DA8"><title>The fixed window</title><p>The |
|
15 FEP architecture does not enable FEP to negotiate with the application beneath |
|
16 them for division of screen area. </p></section> |
|
17 <section id="GUID-C1D818DC-1422-451B-9052-D1C35F64524D"><title>The floating |
|
18 window</title> <p>To make the control of FEP window float above the application, |
|
19 and even above any dialogs or pop-up windows that the application launches, |
|
20 use the following code in the construction of control routine: </p> <codeblock id="GUID-C7EB4E51-4B26-5F2B-B4D4-29C8E6AE6B35" xml:space="preserve">DrawableWindow()->SetOrdinalPosition(0, ECoeWinPriorityFep);</codeblock> </section> |
|
21 </conbody></concept> |