diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-170EDC68-77C7-4FD9-A81E-C9F75698F7A3.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-170EDC68-77C7-4FD9-A81E-C9F75698F7A3.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,35 @@ + + + + + +Implementing +support for scalable UIFor the correct control to receive touch events, you must implement +support for scalable UI. +

In Touch UI devices, supporting scalable UI is even more crucial than before. +Traditionally, the problem was that the application did not scale to fit the +screen size correctly.

+

For more information on scalable UI, see Scalability section.

+

In Touch UI, there is also another consideration, the Symbian platform +may not receive touch events, or it may receive touch events for the incorrect +control, because there is a problem with knowing the correct location of the +touch event.

+

The following figures illustrate code required for handling scalable UI +events.

+ +Scalable UI implementation in control + + + +Scalable UI implementation in UI controller + + +

For further implementation information, see Handling +layout change events.

+
\ No newline at end of file