Selection of the menu XML text problem

Hi all

I built a video menu xml that displays a simple text of my XML document in a movieclip that is added to a sprite called btnContainer, the btnContainer is then added to the scene. Once these buttons are selected, they load the appropriate video. The problem I have is that I want the selected button to change color. There are three different XML files loaded according to 3 static buttons on the stage, that is to say 2009 / 2008 / 2007. By default the code 2009 XML file is loaded. My code works fine the first time that the script runs - when one of the XML buttons is selected it changes color and returns all other buttons to their default color - but when I click on the button 2008 or 2007 and load their XML files, and the buttons do not change their color. Then when I click on back button 2009 and 2009 XML load button changes color but the rest of the buttons do not change in their default state? My code is below

Thanks in advance for any help

Fl.video import. *;

Import gs.*;

Gs.easing import. *;

//----------------------------------VARIABLES--------------------------------

var vid:FLVPlayback;

vid = new FLVPlayback();

VID.source = "video/press_long_beach_2009.flv";

VID. Width = 480

VID. Height = 360

VID. Skin = "SkinUnderPlayStopSeekMuteVol.swf";

vid.skinBackgroundColor = 0 x 000000;

vid.skinBackgroundAlpha =.5

addChild (vid)

VID.x = 385

VID.y = 80

var myLoader:Loader = new Loader();

var container: MovieClip = new MovieClip;

var xml = new XML;

var xmlList:XMLList = new XMLList;

var xmlLoader:URLLoader = new URLLoader;

var dateLoader:Loader

var dateBtn:mcDateBtn

var items_array:Array = new Array();

var btnContainer:MovieClip = new MovieClip;

var boxContainer:Sprite = new Sprite();

//-------------------------------------------ADD LISTENERS------------------------------

xmlLoader.load (new URLRequest("data/2009videos.xml"))

xmlLoader.addEventListener (Event.COMPLETE, xmlComplete)

yearBtnContainer.btn09.addEventListener (MouseEvent.CLICK, showYearBtns)

yearBtnContainer.btn08.addEventListener (MouseEvent.CLICK, showYearBtns)

yearBtnContainer.btn07.addEventListener (MouseEvent.CLICK, showYearBtns)

//------------------------------------------FUNCTIONS------------------------------------

function showYearBtns(event:Event):void

{

if (this.contains (btnContainer))

{

for (var i: int = 0; i < xmlList.length (); i ++)

{

btnContainer.removeChildAt (0);

}

}

if(event.target == yearBtnContainer.btn09)

{

xmlLoader.load (new URLRequest("data/2009videos.xml"))

}

other if (event.target == yearBtnContainer.btn08)

{

xmlLoader.load (new URLRequest("data/2008videos.xml"))

}

other if (event.target == yearBtnContainer.btn07)

{

xmlLoader.load (new URLRequest("data/2007videos.xml"))

}

}

function xmlComplete(event:Event):void

{

xml = XML (event.target.data);

xmlList = xml.children ();

for (var i: int = 0; i < xmlList.length (); i ++)

{

trace ("working")

dateBtn = new mcDateBtn;

items_array.push (dateBtn);

btnContainer.addChild (dateBtn)

dateBtn.x = 20;

dateBtn.y = i * 60 + 100;

dateBtn.name = xmlList [i] .attribute ("videoURL")

dateBtn.dateTxt.htmlText = xmlList [i];

dateBtn.dateTxt.wordWrap = true

dateBtn.dateTxt.width = 270;

dateBtn.dateTxt.height = 90;

dateBtn.dateTxt.background = true;

dateBtn.dateTxt.backgroundColor = 0 x 333333;

dateBtn.mouseChildren = false;

dateBtn.buttonMode = true;

dateBtn.id = i;

dateBtn.addEventListener (MouseEvent.CLICK, showImage)

trace ('underneath')

}

addChild (btnContainer)

}

function showImage(event:MouseEvent):void

{

for (var j: int = 0; j < xmlList.length (); j ++)

{

//trace(event.target.id)

if(j==event.currentTarget.id)

{

trace ("working color")

TweenLite.to (event.target,.3, {tint: 0xFFDB00, ease:Strong.easeOut});})

}

to another if(!event.currentTarget.select)

{

trace ("working without color")

([ //trace(items_array[i])

items_array [j]. Select = false;

items_array [j] .mouseEnabled = true;

TweenLite.to (items_array [j],.5, {tint: 0xFFFFFF, ease:Strong.easeOut});})

}

}

vid.source = event.target.name

}

It's not like you're clearing items_array()

Tags: Adobe Animate

Similar Questions

  • I need to select all the blocks of text in a document and align text blocks in the back pages left frame margin and the text in the pages front to the right margin.

    Hello

    Am new to Java script.

    Can someone help me out here, I need to select all the blocks of text in a document and align text blocks in the pages back to the left margin frames and text in pages recto at the right margin.

    Thank you
    Harish

    Hi Harish,

    Try this.

    var doc =app.activeDocument,
        _pages = doc.pages;
    doc.viewPreferences.rulerOrigin = RulerOrigin.pageOrigin;
    for(var i =0;i<_pages.length;i++)
    {
            txfms = _pages[i].textFrames.everyItem().getElements();
            for(var j =0;j
    

    Kind regards

    Cognet

  • by selecting all the blocks of text on all visible layers

    I want to select all the blocks of text on all visible layers.

    the script below will select all the blocks of text, even in groups, but if the layer with the text is invisible the script error. (target layer cannot be changed)

    If (app.documents.length > 0) {}

    var doc = app.activeDocument;

    var numTextFrames = 0;

    for (i = 0; i < doc.textFrames.length; i ++) {}

    textArtRange = doc.textFrames [i];

    textArtRange.selected = true;

    }

    }

    So I made this script to select blocks of text on only visible layers, but now missing text belonging to a group.

    var layerCount = activeDocument.layers.length;

    var docSelected = activeDocument.selection;

    for (i = 0; i < layerCount; i ++)

    {

    currentLayer = activeDocument.layers [i];

    If (currentLayer.visible == visible)

    {

    for (j = 0; j < currentLayer.textFrames.length; j ++) {}

    textArtRange = currentLayer.textFrames [j];

    textArtRange.selected = true;

    }

    }

    }

    can someone tell me why it is not some frames of text bound in a group when made this way and is it possible to get all managers of related texts selected on all visible layers?

    Thank you

    Duane

    Try this:

    if (app.documents.length > 0 ) {
        var doc = app.activeDocument;
        var numTextFrames = 0;
        for (  i = 0; i < doc.textFrames.length; i++ ) {
            try {
            textArtRange = doc.textFrames[i];
            textArtRange.selected = true;
            } catch (e) {}
            }
        }
    

    Have fun

  • Windows Mail cannot send a Web page or a link to an email address. They are not selectable in the menu dropdown.

    original title: WINDOWS MAIL

    I USE WINDOWS MAIL.  I CAN RECEIVE AND SEND email, BUT WHEN I TRY to SEND a PAGE OR a LINK TO ANOTHER email this ADDRESS ARE NOT highlighted in THE MENU DEROULANT, SO I CAN'T SEND THEM.

    See if this can help, its OE but the problem is the same: Microsoft Knowledge Base. Q306098

    See the section on changing the Windows registry and replace Windows Mail in paths where it says Outlook Express as follows:

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    322756 (http://support.microsoft.com/kb/322756/) how to back up and restore the registry in Windows

    To add the data string to the default mail client key:

    1. Start the registry editor; Click Start, click run, and type regedit.
    2. Look for the following key in the registry:
      Mail HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Windows
    3. In the left pane, click Windows Mail. Both values should be displayed in the right pane: one is by default, which has a value of Windows Mail, and the other DLLPath, that contains the path to Msoe.dll on your computer.
    4. If the DLLPath value is not present, click Edit, point to newand then click string value.
    5. New value #1 appears, with the selected text. Type DllPath, and then press the ENTER key.
    6. Double-click the new value of DLLPath to open it. In the value data box, type the path to the Msoe.dll file on your computer, for example:
      : \PROGRAM FILES\Windows Mail\MSOE. DLL
    7. Click OK, and then quit the registry editor.
    8. Try to send a mail to a link or another program

    Also make sure WinMail is default under control panel | Default programs.

    Steve

  • How to replace a part of the structure XML text with an image.

    I need to replace specific items within my XML structure with a picture and I have problems using the existing XML structure for that.

    I was expecting something as simple as myDoc.xmlElements [0] .xmlElements [0] .xmlElements [0] .silence = new File ("MyImgPath.ext");

    I can use GREP to search the text of each item in my XML structure I want to replace the text, place the image and the result is what I want.  However, in the rare case where the same text as the header, is in one of the paragraphs he too would be replaced by the image and we can have.

    My XML structure is slightly more complicated, but this example contains the necessary elements:

    > Root

    > Group

    > Header

    > Article

    Well, I managed to find a solution to my problem.  I don't know if it's the best way to go about this, but it works for me.

    myDoc var = app.open ('/ / the/path/to/my/doc ', OpenOptions.OPEN_COPY);

    var myDoc.xmlElements = myXML [0] .xmlElements [x] .xmlElements [0];

    var myImg = new FIle ('//path/to/my/image');

    myXML.contents = "; To clear all the text

    myDoc.select (myXML); Selects the xmlElement

    myDoc.selection [0] .insertionPoints [0] .place (myImg); Place the image in the selection

  • What happened to 'bookmark this page' selection in the menu "Show bookmarks" on the right?

    Now, I have to:
    1) click the Blue Star stupid to get the menu to place my new bookmark where I choose to do instead of going to unsorted bookmarks again...
    OR
    (2) raise or having the menu bar and click on the menu choice "Bookmarks" to "bookmark this page", which shows what I would call the menu choice or sorting which allows me to access my bookmarks menu...

    .. where I wanted to go to a bookmark, AND I get to select 'choose', which is what I used to do when you add a bookmark.

    I want the selection 'bookmark this page' return on the "Show bookmarks" list on the right... where it belongs. Why everyone wants to keep hide useful tools?

    29 Firefox STINKS and I got in trouble from the beginning... and since the mistake of reset.
    I now have a record of things that I have no idea what to do what while resetting, I got "Oooops it's embarrassing, we have a problem" or something. Clues about what to do with all these 'junk' (now to me) might also be useful.

    You can press Ctrl + D if you still want to see the popup Page Bookmarked.

    The following add-on makes bookmarking easier in different ways. Among other things, he is able to remember the last folder.

  • In first items 14 scene selection from the Menu movie (Motion, holiday, Christmas frame) does not bind the scene 6 main Menu page. It places the scene 6 2 Menu scenes, but unrelated to the other, the main or scene selection Menu. What it

    How can I edit a movie Menu template? I use a Motion - celebrations and events - model of menu for Christmas related to 6 scene markers. Five scenes are represented by a thumbnail and name on 1 Menu scenes that appears when the button on the main menu page scene selection is reached. However, the scene 6, which has also a sticker and marker corresponding scene, is on another page (Menu 2 scenes) that does not link to the home page (does not appear in the scene selection Menu that has just 5 thumbnails and an arrow to return to the main Menu). In the area of work under the clip monitor Main Menu 1, Menu 1 and Menu 2 of scene scene appear together and by clicking on the thumbnail in the scene 2 menu the link to the clip 6 works except when Preview Disc is played, in which case the Menu 2 scene disappears. The scene marker is correctly linked, it just does not appear in the menus of the finish. The first five items of the Assembly (related to the scene selection menu) are all the video clips, but the 6th clip is a slide show. I read several threads on menus but found no mention that a slide show scene marker is treated differently by a menu template. Is it? The 5 first clips are all in the format AVI - DV with imported project files previously saved in this format, so that they could be related and engraved on a DVD. The slideshow is imported from PSE14 and 6 attached clips have already been burned successfully on disk (without menu) as a try-out. However, I was not satisfied with the resolution, then saved individually at the only other resolution DVD - SD576. Now I'm stuck at getting this sort menu. I operate 10 WIN. Any help will be accepted with gratitude.

    Hi, thanks for your response. I can rephrase the question very easily: why I've been so stupid? My problem was that I couldn't see a link in the menu between the Menu scenes 2 template and the main Menu. It turns out that the link was there all the time (a sideway arrow just above the main Menu link) but I thought he was part of the link from the main Menu and never clicked on it. When I burned my project to a disc and played on television, the sideway arrow was a different color and, of course, another link... the link I was looking for. Then, my apologies, problem solved, lesson learned - click on everything you see. Thank you. And I was very happy since the upgrade to 14 before except when it makes me feel stupid, which is frequently.

  • Question on the selection of the Menu auditor of

    Hello

    I got an exception
    Exception in thread "AWT-EventQueue-0"
    during the race the under program, please explain why this exception is coming.

    Select the menu account and then deselect that an exception happens how to solve this problem and to explain what is the reason for the exception.
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class allframes {
         
         
         JFrame frame=new JFrame("Hello World");
         JDesktopPane pane;
    public static void main(String[] args) {
         new allframes();
    }
    public allframes(){
         
         pane=new JDesktopPane();
         try{
              String str=JOptionPane.showInputDialog("Enter the Number of frames");
              int j=Integer.parseInt(str);
              for (int i = 1; i < j; i++) {
                   JInternalFrame iframe=new JInternalFrame("Frame"+i,true,true,true,true);
                   iframe.setBounds(i*20,i*20,150,100);
                   pane.add(iframe);
                   iframe.setVisible(true);
                   iframe.setToolTipText("Frame"+i);
              }
         }
         catch(Exception e){
              JOptionPane.showMessageDialog(null,"Enter a valid no");
              System.exit(0);
         }
         JMenuBar bar=new JMenuBar();
         JMenu menu=new JMenu("Count");
         JMenuItem item=new JMenuItem("Hello");
         JMenuItem item2=new JMenuItem("Raja");
         menu.addMenuListener(new hi());
         menu.add(item);
         menu.add(item2);
         bar.add(menu);
         frame.add(pane);
         frame.setJMenuBar(bar);
         frame.setSize(600,600);
         frame.setVisible(true);
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    }
    class hi implements MenuListener{
         public void menuSelected(MenuEvent e){
              int k=pane.getAllFrames().length;
              JOptionPane.showMessageDialog(null,"the no of frames are"+k);
              
              
              
    //          int n = JOptionPane.showConfirmDialog(null,"sel  message");
    //          System.out.println("sel " + n);
         }
         public void menuDeselected(MenuEvent e){
              JOptionPane.showMessageDialog(pane,"Menu is deselected");
              System.out.println("desel");
    //          int n = JOptionPane.showConfirmDialog(null,"de sel  message");
    //          System.out.println("sel " + n);
         }
         public void menuCanceled(MenuEvent e){
               JOptionPane.showMessageDialog(null,"Menu is canceled");
    //          System.out.println("sel " + n);
         }
    }
    }
    Edited by: RajivGuna may 18, 2011 12:04

    RajivGuna wrote:
    Hello

    I got an exception

    And intended to tell us which exception has occurred, or is it a trade secret?

    How to ask questions in an intelligent way

    DB

    Edit:
    http://www.Oracle.com/technetwork/Java/codeconvtoc-136057.html

    Published by: Darryl Burke

  • The context of the menu hard drive problems - cannot remove the point of garbage

    When right click on a drive (icon in the Explorer...) upwards appears familiar context menu.  The mine this counts as an item listed in the menu: \REGISTRY\]USERS\S-1-5-21... (many more numbers and letters).

    I tried all the obvious stuff, including transplant, without successful surgery - looking for the above string is futile. Manually check each Drive\shellex\ContextMenuHandlers.  Note that all other menus are very well.

    How can I get rid of this, and more importantly, how did get there in the first place?

    A second problem of context has also been raised: no Winrar command is listed. Notta.  Again, tried the obvious shots including UN and re - install Winrar.  A touch of Winrar is curiously the ContextMenuHandlers for folder, etc.  Why can't I see the usual orders of Winrar?

    I look forward your answers :)

    Without a subject "MISTLETOE" here, I've chosen 'Performance'... hope this is correct.

    I found the answer: by using a context menu editor, I have disabled all non-microsoft components.  This fixes the problem with context menus HD (disk), but (as it turns out that) some file types have the same string of garbage in their menus!  While the rar, flv, txt

    cfg files do not have this problem, exe, jpg, gif etc. are not! I applied the same method for the shortcuts in the menu "files" context and voila, it worked.

    The offending program is of Stardock Iconpackager. HOW and WHY it has messed up my menus, I have no idea, but I would ask people to Stardock for a response.

    See you soon

  • Tag level paragraph missing in the menu scrolling text

    I am the first tutorial with coffee of Katie (written version) and I noticed that when I click on the text, Miss me two things in the drop-down list; they are called level paragraph tags.  I downloaded Muse just 7 days ago.  I use a PC, not a Mac.  How can I know or do?  Thank you, Julie

    Hi Julie

    The icon for both fields are changed, so now in Muse, you will see another icon for these two areas, "pointer hand on abc" the style of text of the hyperlinks and another is tag level paragraph that you can set by selecting the text.

    Please see these documents that explains:

    http://www.adobepress.com/articles/article.asp?p=1925239&seqNum=3

    style http://TV.adobe.com/watch/Learn-Adobe-Muse-CC/Working-with-text-styles-Create-a-paragraph-/

    http://helpx.Adobe.com/Muse/using/creating-using-character-paragraph-styles.html

    Thank you

    Sanjit

  • All selections in the menu Filter and settings in the picture menu appear in gray"

    A colleague scanned a photo he sent to me to change it and try to improve it, but all I want to do is grey so I can't select it and I can't understand why. Maybe it has to do with how she has scanned?

    It is CMYK, 300 dpi and 8-bit.

    I want to sharpen and adjust the hue/saturation, but they are greyed out.

    No one knows why this is happening and how I can work around this problem so I can make the changes I need to do?

    Thank you

    I just thought of it. The layer was not selected in the layers palette. Once I chose it, everything I needed was not dimmed more.

    Still, I can't help but think that a picture that has only one layer this layer selected by default.

  • opening a page in a browser when a choice is selected in the Menu

    The element of choice is defined in MXML as

    < label menuitem 'Help' = >
    < label menuitem = "Documentation" data = "documentation.swf" / > "
    < / menuitem >


    Code on what to do when selected is

    < mx:ApplicationControlBar id = 'bar access' x = "0" y = "0" dock = "false" visible = "false" width = "100%" >
    "" < mx:MenuBar id = "appNavigation" dataProvider = "{appNavigation_dp}" labelField="@label" iconField="@icon" itemClick = "menuBarButtons (event); "/ >

    < / mx:ApplicationControlBar >

    Function called menuBarButtons is

    private void menuBarButtons(event:MenuEvent):void {}
    var pageName:String = event.item.@data;

    {Switch (pagename)}

    case "Documentation":
    var url: URLRequest = new URLRequest ("http://www.mydocumentation.com'");  
    navigateToURL (url, '_blank');


    break;

    }

    I did imports required such as

    import flash.net.navigateToURL;
    import flash.net.URLRequest;
    to import flash.net.URLVariables;

    When I click on the Documentation option in the menu, no new URL opens
    while I expect a page whose URL http://www.mydocumentation.com to be
    Open

    What Miss me?

    Any suggestion would be appreciated.

    Try

    var pageName:String = event.item.@label;
    

    Instead of

    var pageName:String = event.item.@data;
    
  • Change of image in the selection of the menu drop-down

    I am very new to LiveCycle ES 8, trying to get what I think can be called a dynamic image. When you select a value in the menu drop down, the image changes on the other page, to adapt to the value selected in the previous page. I'm not a programmer, I'm ready to do what I can to make this work. Any help would be greatly appreciated. Thank you.

    Hello

    It is possible to achieve what you want. You will need a few items:

    • drop-down list object script;
    • objects 'image', one for each image you want. It would be set to hidden.
    • object 'imageField. You should only one of them. The initial value is null. The script in the menu dropdown will fill the imageField with the object of the appropriate image.

    When you configure the drop-down list, it may be convenient to specify values in the binding tab (for example, 1, 2, 3,...). Then, in the script, you can view the numbers rather than the strings that the user sees in the drop-down list.

    The imageField1 must be set to access read only in the initialize event:

    This.Access = "readOnly";

    This will prevent the user of the substitution of the image.

    When you configure the image1, image2, image3 objects make sure you check the "embed image data', users can not have images available to them.

    You can put similar Javascript in the event of release from the drop-down list:

    If (this.rawValue == 1) {}

    imageField1.rawValue = image1.value.image.value;

    } ElseIf (this.rawValue == 2) {}

    imageField1.rawValue = image2.value.image.value;

    } ElseIf (this.rawValue == 3) {}

    imageField1.rawValue = image3.value.image.value;

    }

    Good luck

    Niall

    PS because the drop-down list object and image objects are on different pages, you will need full references. If the drop-down list is located on page 1 and the pictures on page 2, the reference should look like:

    Page2.imageField1.RawValue = page2.image1.value.image.value;

  • Auto-fill text box values field based on the selection of the menu drop-down

    Try to fill in address, city, province, zip from text fields based on the selected option in a select form field. The following code works fine in Internet Explorer, but in Chrome or Firefox, after selection, text, the fields are filled with the word "undefined."

    I found a PHP script Jquery here version that would probabably do the trick.
    http://StackOverflow.com/questions/3657127/jQuery-populate-text-input-from-table-based-on-select-Valeur

    Maybe someone has a version of CF. they could share?

    Thanks in advance to anyone who can point me to a solution for this code, or a better way to fulfill my need.

    <!--> destinations with address auto-fill, city, etc.
    < script type = "text/javascript" >
    function selectAddress (list) {}
    take the first element is empty
    If (list.selectedIndex > 0) {}
    var locationID = list.options [list.selectedIndex] .value;
    locationAddress var = list.options [list.selectedIndex] .locationAddress;
    var locationCity = list.options [list.selectedIndex] .locationCity;
    var locationState = list.options [list.selectedIndex] .locationState;
    var locationZip = list.options [list.selectedIndex] .locationZip;
    document.getElementById('locationID').value = locationID;
    document.getElementById('locationAddress').value = locationAddress;
    document.getElementById('locationCity').value = locationCity;
    document.getElementById('locationState').value = locationState;
    document.getElementById('locationZip').value = locationZip;
    }
    }
    < /script >
    < b >
    < td align = 'right' bgcolor = "#FFFFFF" valign = "top" > Destination name < table >
    < td align = "left" bgcolor = "#FFFFFF" valign = "top" >
    < select name = "locationID" onChange = "selectAddress (this)" class = "smallforms" > "
    < option value = "" > SELECT the DESTINATION ››› < / option >
    < cfoutput query = "allLocations" >
    "" < option value = "" #locationName # "locationAddress =" #allLocations.locationAddress # "locationCity =" "#allLocations.locationCity #" locationState = "#allLocations.locationState #" locationZip = "#allLocations.locationZip #" > #locationName # < / option >
    < / cfoutput >
    < / select >

    Others: cfinput name = "destinationNameOther" type = "text" class = "smallforms" size = "75" >
    < br / >
    < input id = "locationID" name = "locationID" type = "hidden" > < br >

    Address: < input class = "smallforms" id = "locationAddress" name = "locationAddress" type = "text" size = "30" >
    City: < input class = "smallforms" id = "locationCity" name = "locationCity" type = "text" size = "20" >
    State: < input class = "smallforms" id = "locationState" name = "locationState" type = "text" size = "2" >
    Postal code: < input class = "smallforms" id = "locationZip" name = "locationZip" type = "text" size = "8" > < br / >
    < br / >
    < table > < /tr >

    In your last code done selectAddress refers to "index" but I'm not declared or assigned. I think that you are missing 'var index = list.selectedIndex;' statement.

  • Retract the selection of the Menu Action for EQ - that require configuration?

    We are currently on version 6.1.0.1 - under menu eQ eQ sent action is the action of 'Home'. When I select this action for a "InProgress eQ", nothing happens and the eQ status does not change.

    When I searched the configuration, navigation, administrator and eQ documentation, I found no information on action BACK up to release 6.1.1.x

    I would like to know how to configure this action in my current version. Information is not in the 6.1.0 documentation that I can use to do this action menu selection works as expected?

    Hi Beckie,

    It is a known problem, the function of "Withdrawal" is not supported in the version 6.1.0.x. sorry to bring confusion. We will remove this button in a later version of 6.1.0.x.
    However, this feature is fully supported in the version 6.1.1.x. so please try on 6.1.1.x server.

    Thank you
    Jessie

    Published by: Jessie C March 5, 2013 02:59

Maybe you are looking for