[OPEN] [#470] Examples: TaskManager->Basic->Overview mask issue

  1. #1

    [OPEN] [#470] Examples: TaskManager->Basic->Overview mask issue

    The mask doesn't show correctly when the task executes. I changed .getBody() to .body and it looks correct now.

                        <DirectEvents>
                            <Update OnEvent="RefreshTime">
                                <EventMask 
                                    ShowMask="true" 
                                    Target="CustomTarget" 
                                    CustomTarget="={#{ServerTimeContainer}.getBody()}" 
                                    MinDelay="350"
                                    />
                            </Update>
                        </DirectEvents>
    CustomTarget="={#{ServerTimeContainer}.body}"
    Last edited by Daniil; Apr 16, 2014 at 3:46 PM. Reason: [OPEN] [#470]
  2. #2
    Hi Chris,

    Thank you for the report.

    For v2 I just replaced "getBody()" with "body" in the example.

    For v3 we need to review this API inconsistency.
    https://github.com/extnet/Ext.NET/issues/470
  3. #3
    Good enough. Please close the thread.

Similar Threads

  1. [CLOSED] Examples: TaskManager : Basic : Poll Server
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 22, 2013, 4:22 PM
  2. [CLOSED] Examples: Component Overview (2nd issue)
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 27, 2012, 2:23 PM
  3. [CLOSED] Examples: Component Overview
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 27, 2012, 12:06 PM
  4. [CLOSED] http://examples.ext.net/#/Toolbar/StatusBar/Overview/ Character count
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 12, 2011, 4:41 PM
  5. Error in example PropertyGrid > Basic > Overview
    By george.paoli in forum Bugs
    Replies: 1
    Last Post: Nov 17, 2010, 9:05 PM

Posting Permissions