refresh a chart after adding a new series?

This must be really simple and just something miss me. Suppose I have a chart, and I add 2 serial lines and then the visible diagram (well, make all visible via "this.visible = true"). great, everything works. BUT, if I add a 1 series, the value of this.visible = true, and then later add another series (via chart.push (seriesObject)) the display does not update with the new series.

I guess there is just something simple, I have to do to cause the notification to occur and updates occur. Help!

has worked like a charm. just put in action script, this pointer is useful.

see you soon

Omar

Tags: Flex

Similar Questions

  • How to refresh the Listview after adding a new item

    Hello

    I have the following list:

     ListView {
                                        id: channelsList
    
                                        dataModel: categoryModel
    
                                        listItemComponents: [
                                            ListItemComponent {
                                                type: "item"
                                                StandardListItem {
                                                    title: ListItemData.name // Channel name
                                                    imageSource: ListItemData.imageFile
                                                    status: ListItemData.id
    
                                                    id: channelItemId
    
                                                    contextActions: [
                                                        ActionSet {
                                                            //title: contentView.title
                                                            ActionItem {
                                                                title: "Add to Favorites"
    
                                                                onTriggered: {
                                                                    console.log(ListItemData.id + " will be added to the Favorites");
                                                                    //categoryModel.addFavorite(ListItemData.name, ListItemData.imageFile, ListItemData.id);
                                                                    channelItemId.ListItem.view.viewTriggered(ListItemData.name, ListItemData.imageFile, ListItemData.id);
                                                                }
    
                                                            }
    
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
    
                                        onTriggered: {
                                                var chosenChannel = dataModel.data(indexPath);
                                                console.log("indexPath: " + indexPath);
    
                                                var playingPage = playpagedef.createObject();
    
                                                playingPage.chname = chosenChannel.name;
                                                playingPage.cid = chosenChannel.id;
                                                playingPage.init();
    
                                                Qt.nav.push(playingPage);
    
                                        }
    
                                        attachedObjects: [
                                            // The bucket categoryModel is a non visible object so it is set up as an attached object.
                                            // The categoryModel itself is a QListDataModel defined in categorymodel.h and registered
                                            // as a type in the creation of the application.
                                            CategoryModel {
                                                id: categoryModel
                                                // The path to the JSON file with initial data, this file will be moved to
                                                // the data folder on the first launch of the application (in order to
                                                // be able to get write access).
                                                jsonAssetPath: "models/channels.json"
    
                                                // The filtering is initially set to "Category 1" to show category channels
                                                filter: label.text
                                            },
    
                                            ComponentDefinition {
                                                id: playpagedef
                                                source: "PlayingPage.qml"
                                            }
                                        ]
    
                                        function viewTriggered(name, imageFile, id)
                                        {
                                            categoryModel.addFavorite(name, imageFile, id);
                                            categoryModel.clear();
                                        }
    
                                    }
    

    and the categoeymodel.h is as follows:

    #ifndef _CATEGORYMODEL_H
    #define _CATEGORYMODEL_H
    
    #include 
    #include 
    #include 
    #include 
    
    using namespace bb::data;
    
    // The category categoryModel is based on the QListDataModel template, which in turn
    // implements the abstract DataModel class.
    typedef bb::cascades::QListDataModel CategoryListModel;
    
    /* CategoryModel Description:
     *
     * CategoryModel class for the Category List application, the data categoryModel
     * reads and write from a JSON file that keeps all item data
     * for the list.
     */
    class CategoryModel: public CategoryListModel
    {
    Q_OBJECT
    
    Q_PROPERTY(QString filter READ filter WRITE setFilter NOTIFY filterChanged)
    
    Q_PROPERTY(QString jsonAssetPath READ jsonAssetPath WRITE setJsonAssetPath NOTIFY jsonAssetPathChanged)
    
    public:
        /**
         * Constructor that sets up the recipe
         * @param parent The parent Container, if not specified, 0 is used
         */
        CategoryModel(QObject *parent = 0);
        ~CategoryModel();
    
        QString filter();
    
        void setFilter(const QString filter);
    
        QString jsonAssetPath();
    
        void setJsonAssetPath(const QString jsonAssetPath);
    
    signals:
    
        void filterChanged(QString filter);
    
        void jsonAssetPathChanged(QString jsonAssetPath);
    
    public slots:
        void addFavorite(QString channelName, QString channelImageFile, int channelId);
    
    private:
        bool jsonToDataFolder();
    
        // Property variables
        QString mFilter;
        QString mJsonAssetsPath;
        QString mJsonDataPath;
    
        // A list containing all data read from the JSON file
        QVariantList mData;
    
        //Invocation variables
        bb::cascades::Invocation* mInvocation;
    };
    
    #endif // ifndef _CATEGORYMODEL_H
    

    My problem is that the listview is not get automatically updated when a new item is added to the datamodel (a favorite channel is added). I have to exit the application and restart to see the updated list.

    categoryModel.addFavorite(name, imageFile, id);
    categoryModel.clear();
    

    categoryModel.clear ();

    does not work. I get:

    Asset: / / / hand. QML:180: TypeError: result of expression 'categoryModel.clear' [undefined] is not a function.

    I would like to know how to achieve using approach "more correct".

    QListDataModel does not expose its internal storage directly. It is possible to reconstruct the map by performing an iteration in a loop (with the help of data() and size() methods), the dataModel entries:

    http://developer.BlackBerry.com/Cascades/reference/bb__cascades__qlistdatamodel.html

    but I don't see how this could help. If the filtered data is changed, it must be merged with the original sort data.

    Why the original approach has not worked?

    I could not understand from the description appearance of the interface user, please post a screenshot if possible.

  • Class not found exception after adding a new image in the folder resources.

    The app works perfectly well on the Simulator and the device. After adding a new set of images, he began to show in every race, on the Simulator and the device, a class not found exception.

    When you try to delete some images to find the cause, I get different classes not found when executing. Compilation and packaging the application generate warning or error. They even get signed. Some of the classes are not exception I get:

    Java.lang.StringBuilder

    NET. RIM. Device.API.UI.UIApplication

    I'm guessing this has something to do with the size of the total image, since the size of each range image from 100 KB to 300 KB, and we talk about only 25 or 30 images in total. Adding image outside of the 'res' folder does not generate the error, but the image is not added to the final files.

    In addition, this application is not large, but when compiling and packaging of the app, it generates and signs 125 cod files. Is this normal?

    I use Eclipse 3.6 (Helios) and BB SDK 5.0.0.25 won win 7

    Any help will be appreciated. Thank you.

    Have you seen this?

    http://supportforums.BlackBerry.com/T5/testing-and-deployment/the-maximum-size-of-a-BlackBerry-smart...

    I would recommend that you download these kinds of resources and put them on the SD card if you take a storage capacity that users will want to keep available for email and others.

  • Add new values for the axis desabscisses when adding a new series

    Hi all

    I work with and I found myself with a problem when I try to add new series.

    < mx:ColumnChart id = "cChart" height = "100%" width = "100%" dataProvider = "{dataChart}" showDataTips = "true".
    >
    < mx:horizontalAxis >
    < mx:CategoryAxis id = "cAxis" categoryField = "{name}" / >
    < / mx:horizontalAxis >
    < mx:series >
    < mx:ColumnSeries yField = xField "{field}" = "{name} field" displayName = "{displayName}" / >
    < / mx:series >
    < / mx:ColumnChart >

    DataProvider is a table something like this:

    -Datachart - > [nameField:A, area: 20;]

    nameField:B, field: 30;

    [nameField:C, field: 80]

    In my application, user boxes add new series after the graph is created. For example, imagine that he wants to put on the table of following values:

    -Datachart - > [nameField:A, area: 13;]

    nameField:B, field: 62;

    nameField:D, field: 30

    [nameField:E, field: 92]

    Now, start the problem:

    When the graph is (adding series with ACE) refresh the values on the axis desabscisses are the same 'old'. In these cases ('A', B', 'C'), but the new do not appear (',' E').

    Is there anyway to fix this?

    Replace this part:

    var currentChart:Array = cChart.series;
    currentChart.push (series1);
    cChart.series = currentChart;  This code do nothing!

    with

    var currentChart:Array = cChart.series.reverse () .reverse ();
    currentChart.push (series1);
    cChart.series = currentChart; But this one does!

    This is to ensure that you will create a NEW array instead of use the reference to the former.

  • Re-evaluate the relationships after adding a new instance of the entity

    Hi all

    I have an 'X' entity for which global > X 1:M relations are evaluated on the screens. For example, after we collect the instances of 'X', the next screen ask you, out of all the X, which is a member of the relationship there. The interview continues.

    The question we now face is that if the user decides to add an additional instance of 'X' after having answered the relationship screen, screen relationship there does not appear once more.

    Ideally, we would like this screen once more, now that the extra 'X' was added, since it is theoretically 'unknown', they are also in the relationship Y or not. Instead, the debugger shows the relationship there is known and empty for the new 'X' entity instance.

    Is it possible to have this screen once more, once the new instance of the entity?

    Thanks for your help,

    -Julien

    Julien,

    The solution for this is not quite easy. Once the relationship is known to 'Y', the screen will be visited not unless the user chooses explicitly (usually data review screen).

    Event Manager solution

    A solution is to implement an event handler that sets the relationship 'Y' Unknown when the user adds a new 'X' entity. This requires custom code. See 'Events and event handlers' in the Guide of the developer of automation Oracle policy

    The entity implied solution

    Another (perhaps easier) solution is to infer the relationship 'Y' and collect information on the same screen that 'X' entities are added. This is best illustrated by an example.

    For the entity 'X', I'll use "person" global to the containment relationship no one is 'the people '.

    For relationship 'Y' I will use the global relationship person '' the special people. ''

    On the person entity, I have 2 attributes "name of person" (text) and 'the person is special' (Boolean)

    I have the following rule to infer the relationship '' the special people. ''

    the person is a member of the special people if

    the person is special

    The next step is to ensure that when you add features of person, they state "name of person" and "person is special."

    It will have 2 effects:

    1. the relationship "the special people" will be deducted, that there will be no screen to associate the relationship.

    2. for the collection of instances of the person, the extraordinary selection (or not) will determine members

    I think that the solution infers entity could be your best option. It requires no code and simplifies the interview.

    Hope this helps

    See you soon

    Frank

  • After adding a new account, I can't delete emails from the Inbox for this account.

    I just added a sixth account to my installation of Thunderbird. There was no problem in adding the account and I can send and receive emails without problem. However, I can't delete emails from the Inbox. What should I do to correct this?

    OK, then compact Inbox:

    Right click on Inbox - Compact

    It is recommended that you enable automatic compaction. More information on the compaction in this article.

    http://KB.mozillazine.org/Compacting_folders

    I don't expect more problems with deleting messages after compaction.

    If you still have problems, follow these instructions.

    http://KB.mozillazine.org/Compacting_folders#Real_fix

  • TPG errors after adding a new disk

    Hi, I have a strange problem that affect my

    MBP mid 2012

    -ssd 250 GB optibay + 500 original drive

    -8 gb HyperX

    .. I had a few problems with the installation of Windows 10 (with 7 and old MBP was easy even without Bootcamp), so

    I decided to do

    -a clean install of El Capitan on the ssd (not mounted original toshiba drive)

    -a clean install of windows 10 (player always on my desk)

    all perfect, everything works, but when I put my disc in its own place, 10 Windows won't start and say the classic

    "No boot device - insert boot disk and press any key".

    If I remove any return... and windows boot.

    so I try everything regarding routine maintenance (clear nvram, search for errors in the disk utility and so on)

    When I remember the nightmares of the TPG errors (with old MBP, I got a tri-boot with linux, osx and win)

    and the suspect is the partition number (?): I remember something like '4 max in mixed mode GPT/MBR partition' or something similar

    diskutil list (without the toshiba drive)

    / dev/disk0 (internal, physical):

    #: NAME SIZE TYPE IDENTIFIER

    0: GUID_partition_scheme * GB 250,1 disk0

    1: disk0s1 EFI EFI 209.7 MB

    2: Apple_HFS GB Cannonball 185.2 disk0s2

    3: disk0s3 Apple_Boot Recovery 650.0 MB HD

    4: Microsoft Windows 64.0 GB disk0s4 data base

    sudo TPG - v - r see the/dev/disk0

    Password:

    See the TPG: / dev/disk0: mediasize = 250059350016; SectorSize = 512; blocks = 488397168

    See the TPG: / dev/disk0: MBR suspicious to sector 0

    See the TPG: error: wrong card

    See the TPG: could not open device ' / dev/disk0 ': Undefined error: 0

    Is there something I can do?

    Please don't tell me to reinstall windows... was a pain in the *.

    1. you have a corrupt GPT. Please download Fdisk TPG http://sourceforge.net/projects/gptfdisk/ .

    2 Please after the release of the

    sudo fdisk/dev/disk0

    3. is it possible to leave Windows player in the main Bay and put the other Optibay drive?

  • Impossible to perform a search using a VO after adding a line in OT

    HI guys,.

    I am new to OAF and need your help to solve the current problem that I face.

    We still use JDeveloper 9i (9.0.3.5) and the construction of a custom page for the establishment of a trust hierarchy.

    Background:

    Page has 2 fields of research in region 1, name and organization with of the LOV attached to it. At the same time a region has button to search and clear.

    Below, another region is present which shows the data retrieved via above criteria of search as a table and we also gave a button to add a new line (say add new line).

    We have defined an EO and later a VO based on the same, which is used for this page (from the base of single table).

    Problem:

    When I open a page and search (providing criteria search or search criteria) it returns the correct results. Once I click on the button Add NEW RANK I am able to add a line, and I check back-end. Problem starts after that, I can't make a research post that he keeps on his return / showing same result set that was present on the page after adding a line. I also found that the parameters set by setWhereClauseParam are correct in adding debugging instructions. But once the vo.executeQuery () executed and number of lines returned by vo.getFetchedRowCount is the same as the lines already present on the page (after adding a new line/operation). I've tried passing NULL values to setWhereClauseParam after you perform a commit on the assumption that the VO is not resetting correctly but it did not help.

    Any suggestion for me, experts?

    Code:

    Example of code written for the search button, click,

    public void Manualsearch (pageContext OAPageContext)

    {

    String S2 = pageContext.getParameter ("OrganizationCode");

    String S3 = pageContext.getParameter ("Employee");

    System.out.println ("test2" + S2);         System.out.println ("test3" + S3);

    OAViewObject vo = (OAViewObject) getFrBlogApproversVO1 ();

    If (S3! = null & &!) S3. Equals(""))

    {System.out.println ("employee" + S3);

    vo.setWhereClauseParam(0,S3);

    }

    on the other

    {vo.setWhereClauseParam(0,null);  }

    If (S2! = null & &!) S2. Equals(""))

    {System.out.println ("Org" + S2);

    vo.setWhereClauseParam(1,S2);

    }

    else {vo.setWhereClauseParam(1,null);  }

    vo.executeQuery ();

    If (VO.getFetchedRowCount () == 0)

    {System.out.println ("no line") ;}}

    else {System.out.println ("Rows") ;}

    }

    Example of code written for the click on the button Add NEW RANK.

    Public Sub frCreateRow()

    {OAViewObject vo1 = (OAViewObject) getFrBlogApproversVO1 ();}

    If (VO1.getFetchedRowCount () == 0)

    {vo1.setMaxFetchSize (0);}

    Line r = vo1.createRow ();

    VO1. InsertRow (r);

    r.setNewRowState (Row.STATUS_INITIALIZED);

    VO1. Last();

    }

    on the other

    {vo1.last ();

    VO1.setMaxFetchSize (0);

    Line r = vo1.createRow ();

    VO1. InsertRow (r);

    r.setNewRowState (Row.STATUS_INITIALIZED);

    }

    }

    Example of code written to record the click of a button,

    public void save (pageContext OAPageContext)

    {getTransaction () .commit ();}

    throw new OAException ("Lines recorded with success.", OAException.CONFIRMATION);

    }

    Thank you and best regards,

    Mihir Nahar

    I think I found the answer,

    Reason for this behavior of VO is due to below statement highlighted. I just commented the same and it behaves perfectly.

    Hope this helps others in the future.

    Public Sub frCreateRow()

    {OAViewObject vo1 = (OAViewObject) getFrBlogApproversVO1 ();}

    If (VO1.getFetchedRowCount () == 0)

    {vo1.setMaxFetchSize (0);}

    Line r = vo1.createRow ();

    VO1. InsertRow (r);

    r.setNewRowState (Row.STATUS_INITIALIZED);

    VO1. Last();

    }

    on the other

    {vo1.last ();

    VO1.setMaxFetchSize (0);

    Line r = vo1.createRow ();

    VO1. InsertRow (r);

    r.setNewRowState (Row.STATUS_INITIALIZED);

    }

    }

  • Pavilion dv7t-3300: weird behavior after adding the SSD and RAM upgrade

    Has just added a new HD SSD to my note as "disk 1"(the former one is 'disk 0', he has a Win. " 8.1 works). Installed Win. 10 in the new drive and everything has worked well so far. I tried to upgrade the memory, so I bought two Crucial DDR3 1333 with 8 GB memory each, the previos configuration were two 2 GB memory (4 GB total).

    The question is: If you use a single memory (8 GB) everything looks Ok. If I add the other (16 GB total), the new SSD is not recognized, but the old man works as usual. The new drive is not yet recognized after botting from the former (not even from the Disk Manager). Already tried to drag the disks with no luck. There seems to be something with the memory, since everything works with a memory of 8 GB or with two 2 GB memory, but with two memoirs of 8Gb the new SSD seems to be dead

    Advice or similar experiences? Is there something that I am missing?

    So much worse... the SSD seems to be broken or something similar. Does not work on the other PC, then... I guess that this has nothing to do with the memory

    BTW, the 16 GB are works fine

  • Adding a new hard drive on e9180t

    Hi, I have e9180t and I'm considering adding a new hard drive.

    Can my office manage 3 to/6.0 GB/s 64 MB Cache SATA internal hard drive?  I get my full performance out of it?

    I read the possible combinations (http://support.hp.com/us-en/document/c01817977 specification page

    Is there a limit to the capacity of the hard drive?  (up to 2 TB)?

    Can handle a 6.0 GB/s transfer rate?

    I currently have 2 hard drives in the following:

    1 TB - Barracuda (st31000528as) 7200 RPM 32 MB SATA 3.0 GB / s
    500 GB - Maxtor DiamondMax 21 (STM3500630AS) 7200 RPM 16 MB SATA 3.0 GB/s

    If I buy 3 to/6.0 GB/s hard drive and use it as a hard drive, will I use these two hard drives as a secondary hard drives?

    Thank you!

    For those who might be interestd, this is what I found after some digging and calling:

    Since the motherboard that comes with e9180t (ipmtb-tk) is SATA 2, its speed is limited to 3.0 GB/s.   When 6.0 GB/s hard drive is connected, the speed will slow down to 3.0 GB/s.

    You can only use the full 3 TB capabity if your motherboard bios has opportunity to support UEFI interface.  However, most of the motherboards built before 2011 doesn't have this option.  ipmtb-tk is one of them.  However, there is a work around.

    1. go in the bios and check that the interface is set to AHCI (non-RAID).

    2. when the disk partition is loaded, you will be able only to the 2 TB partition.  another partition 750Go seems a separate partition that you cannot change.  Partition the 2 TB the way you want to and install Windows 7 on it.

    3. after that excavation is done, download Seagate Disk Wizard.  Later one of their homepage did not work, however.  You must download this one:

    http://www.seagate.com/staticfiles/support/downloads/discwizard/DiscWizardSetup-14382.en.exe
    

    I don't know why they don't have this default link on their home page when you go to download DiscWizard.

    Once the wizard disk is installed, it will pick up the 750Go that you weren't able to before partition as a new drive and now will allow you to partition.   (Keep the MBR instead of TPG setting, format it to NTFS)

    Once you partition using the tool, Viola!  a new drive with 750 GB of space has been added as a new drive.

  • ButtonField is not visible in the Simulator after adding to the HorizontalFieldManager?

    Hi iam trying to view an EditField and and a 'go' button beside it in the same line.  So I added them to horizontal FieldManager but in sumulatro only the search is coming and button is not visible.  If I add the button to directly _mainscreen that it is displayed in the following line. So, how do I make visible button after adding to the HorizontalFieldManager?

    Please give your support. Thanks in advance.

    private BrowserFieldDemo()
    {
    EditField edit = new EditField("", "search",10, EditField.FILTER_DEFAULT);
    HorizontalFieldManager searchBar = new HorizontalFieldManager();
    searchBar.add(edit);
    searchBar.add(buttonField);
    _mainScreen.add(searchBar);
    pushScreen(_mainScreen);
    }
    

    You can also limit the size of your EditField to leave room for your BitmapField.  In theory, you need only substitute getPreferredWidth() for your EditField, but you may have to substitute layout() as well.

    You can see an example of the fact of a ButtonField in this thread.

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&message.ID=7430

    You can also find this useful Thread If you want to go in the direction of Manager:

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&message.ID=3745

    I found the code snippet according to who uses the layout to make sure you have 20 pixels to the right of the field:

    Protected Sub layout (int maxWidth, maxHeight int) {}
    Super.Layout (Display.getWidth () - 20, this.getHeight ());
    setExtent (Display.getWidth () - 20, this.getHeight ());
    }

  • Error when adding a new section with SQL in application websheet

    Get the following error while adding a new section with inside on an existing page SQL query in websheet request.

    ()This is the first time I tried to add a SQL query to an article in a websheet. Is that suppose to work?)

    You can see that access SQL and PL/SQL is already enabled for this application websheet.


    After trying many things, I found the 'access SQL and PL/SQL' must be enabled at the level of the APEX INSTANCE also.

    This is how to do it:

    (1) connect APEX as a forum admin with the following credentials:

    workspace: internal

    user ID: admin id defined during the installation of the apex (usually, it will be admin only)

    password: admin password set during the installation of the apex

    2) click manage the Instance > feature Configuration

    (3) select Yes to enable access SQL in Websheets

  • Bridge does not refresh the thumbnails after changes in ACR.

    Bridge does not refresh the thumbnails after changes in ACR. Cultures made in ACR do not show more. I think it started after new ACR update. I have the last bridge and ACR and Photoshop.

    I thought about it. I have reset the settings of the bridge by pressing Command-Option-shift and then started bridge on my Mac. I lost my sight, I got but should display what I want to see again. But it solved the problem of the bridge not updated after modified ACR.

  • VCA serious question in a cluster after adding servers active DRS blades M630 Dell

    Hi guys,.

    I hope that you will be able to help me with this strange question that I feel right now.

    A couple of details first on our environment:

    • vCenter 5.0 U3
    • ESXi 5.0.0 - 2509828
    • 6 guests active DRS cluster
    • 4 hosts are Dell M620, E5-26XX v2 processor blades
    • 2 hosts are blades M630 Dell with processors of E5-26XX v2
    • VCA mode is currently set at "Westmere".
    • All ESXi hosts are fully patched using AUVS

    Before adding the new M630 blades to the cluster it any of the issues with the DRS or VCA, outside the constraints of resources, and the 4 blades M620 we are able to correctly migrate the virtual machines back.

    I could add the M630 blades to the cluster without problem and without errors or warnings have been issued. A week or so later, I noticed more deviations of DRS desired on the cluster. More inspection I noticed that quite a large number of virtual machines showed N/A beside VCA mode and I was not able to migrate them to any host on the cluster.

    Thinking it could be a bug of sorts, I turned off all the virtual machines in the cluster and run a script that resets the CPUID at default. In addition, as a measure of precaution, I restarted the vCenter server and ensures that the database has been effective. The hosts are synchronized time with an NTP source and fits perfectly on both hosts.

    After feeding all the VMS, I rebooted the M630 servers and inspected the BIOS settings to ensure that virtualization and NX/XD is enabled. With all virtual machines powered off, I was able to change the levels of the VCA to any available without warnings setting.

    When everything has been turned back on I noticed a strange behavior in the cluster.

    Virtual machines that are running on M620 blades show the right level of CVS and I am able to migrate them to all servers in the cluster. Once that they migrate to the blades M630, VCA state change s/o and I am unable to migrate anywhere, not even the other M630 blade in the cluster.

    The error that I am shown during the verification step is:

    The operation is not allowed in the current state of the connection to the host. Host CPU is not compatible with the requirements of the virtual machine to cpuid level 0 x 1 host bit ' ecx' register: 0000:0010:1001:1000:0010:0010:0000:0011 required: x 110: x01x:11 x 1: 1xx0:xx11:xx1x:xxxx:xx11 inconsistency detected for these characteristics: * General incompatibilities; see section 1993 of possible solutions.

    Dig deeper in my investigation, I came across this KB: 1034926[1]

    I checked the M620 user guides and the M630 and parameters mentioned in the KB should be enabled by default. Unfortunately, I have no way to check the BIOS settings because I can not all M630 blades enter into maintenance mode without turning off the virtual machines running on them and another maintenance window one day after previous, we're going to be deprecated. In addition, the error is not the same as that of the KB and my goal is to collect as much information before entering another window of maintenance requiring downtime.

    I hope that you will be able to provide any new perspectives or opening my eyes to things that I may have missed.

    Thanks in advance.

    The processor in this system is a v3 E5-2660, not an E5-26xx v2.  ESXi 5.0 doesn't know how to use the features of this processor FlexMigration.  I think that the first version of ESXi to support this processor is ESXi 5.1U2.

    Unfortunately, I do not see a workaround for ESXi 5.0 solution.

  • video quality goes bad after adding an effect first pro 6! Help, please?

    Hello

    The video is getting screwed after adding effects first pro 6! effects as - Transitions, text etc. Please let me know what I should do to fix this problem.

    Thank you and best regards,

    Bilel

    The red line indicates your computer hardware will have trouble reading in real-time in the section which is red and not yellow. But it must export very well, it's something completely different for a smoother playback that you'll just have to lower the quality of reading to say 1/4. Currently I see in your monitor window of the program, just under the left hand of Mr.... together to 1/2. When you get off the parameters of playback quality degrades the quality of the image in the monitor, but smooth playback. Or affect the appearance of the exported file, just reading while editing.

    And Yes, visited a section of the timeline of the PrPro forces to create previews (only quality screen, no export quality) for the part of your sequence, you select and tell him to go. It then creates insights that can be used depending on your setting of playback quality (Full, 1 /, 1/4...) for a smooth and clean your clip with applied effects view. The effects of the change, you will need to perform a new render an article, of course.

    Neil

Maybe you are looking for