2
|
1 |
friendlyName=Preview Pop-Up
|
|
2 |
information=An information preview pop-up control that can be shown if the screen is large enough, \
|
|
3 |
and can respond to pointer events.
|
|
4 |
className=className
|
|
5 |
location=location
|
|
6 |
size=size
|
|
7 |
sizeDescription=size in pixels
|
|
8 |
backColor=background color
|
|
9 |
backColorDescription=If true, overrides the background color for the pop-up
|
|
10 |
asynchronous=asynchronous
|
|
11 |
asynchronousDescription=If true, use the preview pop-up provider for when content building is lengthy
|
|
12 |
ELayoutDefault=default graphics
|
|
13 |
ELayoutDefaultDescription=Default graphics are used
|
|
14 |
ELayoutSubMenu=sub-menu graphics
|
|
15 |
ELayoutSubMenuDescription=Sub-menu graphics are used
|
|
16 |
EPermanentMode=permanent mode
|
|
17 |
EPermanentModeDescription=Pop-up stays visible until hidden
|
|
18 |
EFixedMode=fixed mode
|
|
19 |
EFixedModeDescription=Fixed position and size are used
|
|
20 |
EExcludeFrames=exclude frames
|
|
21 |
EExcludeFramesDescription=Frames and heading area are excluded in fixed mode
|
|
22 |
showDelay=show delay seconds
|
|
23 |
showDelayDescription=Delay in seconds used before showing the pop-up
|
|
24 |
hideDelay=hide delay seconds
|
|
25 |
hideDelayDescription=Delay in seconds used before hiding the pop-up
|
|
26 |
headingText=heading text
|
|
27 |
headingTextDescription=Optional heading text
|
|
28 |
resourceChanged=resourceChanged
|
|
29 |
resourceChangedDescription=Handles changes to shared resources, like colors or fonts (MCoeResourceChangeObserver::HandleResourceChange)
|
|
30 |
sizeChanged=sizeChanged
|
|
31 |
sizeChangedDescription=Handles change in the container's size, e.g. by laying out children (CCoeControl::SizeChanged)
|
|
32 |
draw=draw
|
|
33 |
drawDescription=Handles drawing the container and children (CCoeControl::Draw)
|
|
34 |
positionChanged=positionChanged
|
|
35 |
positionChangedDescription=Handles change in position of the container (CCoeControl::PositionChanged)
|
|
36 |
handlePointerEvent=handle pointer event
|
|
37 |
handlePointerEventDescription=Handles a touch event (CCoeControl::HandlePointerEventL)
|
|
38 |
handleLongTapEvent=handle long tap event
|
|
39 |
handleLongTapEventDescription=Handles a long tap event (MAknLongTapDetectorCallBack::HandleLongTapEventL)
|
|
40 |
previewPopUpShown=preview pop-up shown
|
|
41 |
previewPopUpShownDescription=Handles the event occurring when the preview pop-up is shown \
|
|
42 |
(MAknPreviewPopUpObserver::HandlePreviewPopUpEventL)
|
|
43 |
previewPopUpHidden=preview pop-up hidden
|
|
44 |
previewPopUpHiddenDescription=Handles the event occurring when the preview pop-up is shown \
|
|
45 |
(MAknPreviewPopUpObserver::HandlePreviewPopUpEventL)
|
|
46 |
generalContainmentError=A preview popup can''t contain objects of type ''{0}''. Use labels and images as content.
|