On 3/19/13 11:46 AM, "Madhu Dutta" <iammadhusudan...@gmail.com> wrote:

> can you provide me any example..
I don't have one handy, but if I had:
<NavigatorContent>
    <Label text="Choose Country:" />
    <ComboBox id="countryCB" change="model.country=countryCB.selectedItem"/>
</NavigatorContent>

Then the print review might look like:

<Group>
    <Label text="Country:" />
    <Label id="countryCB" text="{model.country}"/>
</Group>

If both views are bound to the same data model, then the print preview is
automatically updated.

> 
> On Wed, Mar 20, 2013 at 12:14 AM, Alex Harui <aha...@adobe.com> wrote:
> 
>> Not sure I understand the question, (and please use us...@flex.apache.org
>> for SDK usage questions as opposed to SDK development questions), but I
>> generally have a separate container and widgets that I use for print
>> preview
>> instead of trying to re-use the interactive container and widgets.
>> 
>> 
>> On 3/19/13 11:24 AM, "Madhu Dutta" <iammadhusudan...@gmail.com> wrote:
>> 
>>> hi everyone,
>>>                       please do something for print preview section for
>> web
>>> application. can we control the print preview section in flex for all
>>> components?
>> 
>> --
>> Alex Harui
>> Flex SDK Team
>> Adobe Systems, Inc.
>> http://blogs.adobe.com/aharui
>> 
>> 
> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to