Flex 4.6 for mobile, mx classes seem to be missing. (in my case the Repeater)

Hello, I just started with Flex 4.6 for mobile.
I was reading that flex for mobile has been improved for performance on mobile.
If this update, they removed the mx classes? For exmple I wanted to try this tutorial:

(using a Repeater)

http://help.Adobe.com/en_US/Flex/using/WS2db454920e96a9e51e63e3d11c0bf6443d-7ffc.html

But it seems that I am getting the error could not resolve < mx:Repeater > and it should be in mx.core but I can't
found anywhere.  I also tried different namespaces in my mxml as:

' xmlns:mx = ' http://www.Adobe.com/2006/MXML "or xmlns:controls =" mx.core. * "" or xmlns:mx = "library://ns.adobe.com/flex/mx"

I don't have all the results in this way.  Does anyone have an idea how to get access to the Repeater class? Also, Miss me the

MX of dataProvider class.

Kind regards

Chris

That is right.  Only Spark components are optimized for mobile devices and have touch support.

Tags: Flex

Similar Questions

  • PRO Player for mobile

    Hej,

    I have Adobe CC on mobile but I don't see Adobe Reader in the list of the app. I need to edit documents on mobile. What can I do?


    Thanks for your help

    In fact, this is not quite correct. If you are a CC subscriber, you can log into the Adobe Acrobat DC for mobile. You get a feature improved with your subscription. A few examples:

    iPhone/iPad/Android /.

    Organize Pages - Rotate, delete, and rearrange the pages of a PDF document.

    Scan - convert an image from your photo album or photo to PDF

    Export - convert a PDF file to one of several (usually Office) formats such as word, ppt, excel...

    Create - create a PDF from another document format

    iPad only

    Edit - also, the iPad has the possibility to modify, delete and change the text in a PDF document. It is quite new feature and there are limits on these new devices, but it is worth trying!

    Free for all the world

    In addition, there are capabilities free even subscribers can use as form filling, signature, commenting, syntax highlighting, drawing annotations and reading/viewing.

    You can get the Adobe Acrobat Reader software for mobile here:

    http://get.Adobe.com/reader (redirects to the app store suitable for your operating system)

    Once you have Acrobat, you can visit the 'My account' section, sign in using your CC user id and you should unlock all the features of remuneration above. Please let me know how it goes!

  • E-mail notifications by email for mobile flex project

    Hello

    How write code for mobile flex notification in playbook?

    I was unable to find anything in the software development kit that would allow only you to access notifications icons in the ASDocs.

    PlayBook SDK 1.1.0

  • Flex for mobile

    So, since I'm a mobile developer, I'm always looking for new ways to target the largest number of platforms as efficiently as possible. That's why I had to try Air for mobile phones, although I have no experience with flex or flash.

    However, all of the tutorials assume that I am able to choose a new mobile project of flex in Flashbuilder 4. Well, I'm not, there's no mobile flex model available for me. So, my question is which of all these adobe products that are able to create mobile applications?

    I already tried Flashbuilder, Flex SDK, Air SDK but no luck with one of them!

    Concerning

    You can use Flash Builder 'Burrito' preview version for mobile project templates.

  • Help, I bought LR 6 for my office but seems to be LR for mobile!

    I thought I bought an upgrade to fund 5 LR LR 6, not a mobile version of Lightroom, where the trial period ends after 30 days. But that's what my installed LR says now. I really hope that my installed LR will continue to work as a desktop program also after the trial period, do not force me to add any subscription what so ever. Am I wrong?

    Please, confirm what I paid for!

    Best regards

    Staffan in Sweden

    Staffan, salvation

    You have 6 Lightroom installed on your computer.

    According to the motive of Lightroom, it provides you with a 30-day track to use Lightroom for mobile. You can go ahead and use it if you wish.

    Lightroom 6 will continue to work on your computer even if you have no mobile Lightroom.

    ~ UL

  • Flex for mobile - scrolling groups

    Hello

    I have a VGroup that is prettly long vertically. How can I activate the bouncy thereon scroll please?

    Thank you.

    The spark component Scroller has the skin even for mobile and office projects.  The ScrollerSkin itself is fairly optimized already since it contains only a HScrollBar and VScrollBar and the skins of these two components are optimized on mobile.  Feel free to use a Scroller in a mobile project.

  • ADF mobile component SelectOneChoice seems disabled on my amx page

    Hello experts,

    I have a class that loads selectItem table for the SelectOneChoice component.

    In my amx page, I set the value selectItems as pageFlowScope.productDefBean.serviceCategorySupplier.selectItemList as below. When I debug application I see getSelectItemList returns the array with elements as expected on my custom ServiceCategorySupplier.

    But mobile screen waiting countinously.

    "< amx:selectOneChoice value =" #{bindings.selectItemList1.inputValue} "label =" #{bindings.selectItemList1.label} "id ="soc2">

    < amx:selectItems value = "#{pageFlowScope.productDefBean.categorySupplier.selectItemList}" id = "si3" / > "

    < / amx:selectOneChoice >

    If I create DataControl of ServiceCategorySupplier class and use on my page as links, mobile screen is not locked. Component SelectOnceChoice seems this time to the people with reduced mobility. You can see tag amx with this case.

    "< amx:selectOneChoice value =" #{bindings.selectItemList1.inputValue} "label =" #{bindings.selectItemList1.label} "id ="soc2">

    < amx:selectItems value = "#{bindings.selectItemList1.items}" id = "si3" / > "

    < / amx:selectOneChoice >

    What could be the problem?

    Thank you...

    import com.accmee.mobile.pojo.ServiceCategory;

    import com.acme.structure.util.datalist.SimpleListSupplier;

    import java.util.ArrayList;

    to import java.util.Collection;

    import java.util.List;

    Import javax.el.MethodExpression;

    Import oracle.adfmf.framework.api.AdfmfJavaUtilities;

    Import oracle.adfmf.framework.api.GenericTypeBeanSerializationHelper;

    Import oracle.adfmf.framework.exception.AdfException;

    Import oracle.adfmf.javax.faces.model.SelectItem;

    Import oracle.adfmf.util.GenericType;

    SerializableAttribute public class ServiceCategorySupplier extends SimpleListSupplier

    {

    public ServiceCategorySupplier (boolean blankItemApplied)

    {

    Super (blankItemApplied);

    }

    public ServiceCategorySupplier()

    {

    Super();

    }

    Public Sub loadList()

    {

    Try

    {

    MethodExpression = me AdfmfJavaUtilities.getMethodExpression ("#{applicationScope.loginBean.loadCategories}", List.class, new class [] {});

    List categories = (List) me.invoke (AdfmfJavaUtilities.getAdfELContext (), new Object [] {});

    itemList.addAll (getConvertedToSelectItemList (categories, true));

    }

    catch (System.Exception e)

    {

    e.printStackTrace ();

    throw new AdfException (e.getMessage (), AdfException.ERROR);

    }

    }

    public String getListName()

    {

    return of the 'categories ';

    }

    public static Collection getConvertedToSelectItemList (list, boolean blankItemApplied)

    {

    Collection convertedCollection = new ArrayList();

    SelectItem selectItem = null;

    If (blankItemApplied)

    {

    selectItem = new SelectItem();

    convertedCollection.add (selectItem);

    }

    ServiceCategory serviceCategory = null;

    for (int i = 0; i < list.size (); i ++)

    {

    GenericType (GenericType) = list.get (i) serviceCategoryType;

    serviceCategory (ServiceCategory) = GenericTypeBeanSerializationHelper.fromGenericType (ServiceCategory.class, serviceCategoryType);

    selectItem = getConvertedToSelectItem (serviceCategory);

    convertedCollection.add (selectItem);

    }

    Return convertedCollection;

    }

    public static getConvertedToSelectItem (superEntity ServiceCategory) SelectItem

    {

    SelectItem selectItem = new SelectItem();

    selectItem.setLabel (superEntity.getName ());

    selectItem.setValue (superEntity.getId ());

    return selectItem;

    }

    public SelectItem [] getSelectItemList()

    {

    SelectItem [] sItemArray = (SelectItem []) getItemList () .toArray (new SelectItem [getItemList () .size ()]);

    Return sItemArray;

    }

    }

    public class ServiceCategory

    {

    whole ID private;

    private String name;

    description of the private channel;

    private parentCategoryID entire;

    private childCategoryID whole;

    kind of Integer private;

    private transient PropertyChangeSupport propertyChangeSupport = new PropertyChangeSupport (this);

    public ServiceCategory()

    {

    Super();

    }

    public void setId (Integer id)

    {

    Integer oldId = this.id;

    This.ID = id;

    propertyChangeSupport.firePropertyChange (oldId, "id", id);

    }

    public void addPropertyChangeListener (PropertyChangeListener l)

    {

    propertyChangeSupport.addPropertyChangeListener (l);

    }

    public void removePropertyChangeListener (PropertyChangeListener l)

    {

    propertyChangeSupport.removePropertyChangeListener (l);

    }

    public Integer getId()

    {

    return the id;

    }

    public void setName (String name)

    {

    String oldName = myIdName;

    myIdName = name;

    propertyChangeSupport.firePropertyChange ("name", oldName, name);

    }

    public String getName()

    {

    return the name.

    }

    public void setDescription (description of the chain)

    {

    OldDescription this.description = string;

    This.Description = description;

    propertyChangeSupport.firePropertyChange (oldDescription "description", description);

    }

    public String getDescription()

    {

    return description;

    }

    public void setParentCategoryID (Integer parentCategoryID)

    {

    Integer oldParentCategoryID = this.parentCategoryID;

    this.parentCategoryID = parentCategoryID;

    propertyChangeSupport.firePropertyChange ("parentCategoryID", oldParentCategoryID, parentCategoryID);

    }

    public Integer getParentCategoryID()

    {

    Return parentCategoryID;

    }

    public void setChildCategoryID (Integer childCategoryID)

    {

    Integer oldChildCategoryID = this.childCategoryID;

    this.childCategoryID = childCategoryID;

    propertyChangeSupport.firePropertyChange ("childCategoryID", oldChildCategoryID, childCategoryID);

    }

    public Integer getChildCategoryID()

    {

    ChildCategoryID return;

    }

    public void setSort (kind of integer)

    {

    Integer oldSort = this.sort;

    This.sort = sort;

    propertyChangeSupport.firePropertyChange ("Sort", oldSort, sort);

    }

    public Integer getSort()

    {

    return of sort;

    }

    public void setPropertyChangeSupport (PropertyChangeSupport propertyChangeSupport)

    {

    PropertyChangeSupport oldPropertyChangeSupport = this.propertyChangeSupport;

    this.propertyChangeSupport = propertyChangeSupport;

    propertyChangeSupport.firePropertyChange ("propertyChangeSupport", oldPropertyChangeSupport, propertyChangeSupport);

    }

    public PropertyChangeSupport getPropertyChangeSupport()

    {

    return propertyChangeSupport;

    }

    }

    brgds,

    A litle update worked for me.

    Code snippet below

    Public Sub loadItemList()

    {

    SelectItem selectItem = null;

    itemList = new SelectItem [list.size ()];

    ServiceCategory serviceCategory = null;

    for (int i = 0; i)<>

    {

    GenericType (GenericType) = list.get (i) serviceCategoryType;

    serviceCategory (ServiceCategory) = GenericTypeBeanSerializationHelper.fromGenericType (ServiceCategory.class, serviceCategoryType);

    selectItem = getConvertedToSelectItem (serviceCategory);

    itemList [i] = selectItem;

    }

    }

  • Load a swf in flex movie and access to its classes

    I am a newbie to flash/flex. Think this is the right forum, the Flash Builder forum seems to be for installation only.

    I create a movie in Flash Builder (a map) that has two events. Now, I have loaded into a SWFLoader in flex 4.5 project, he plays and acts fine. I imported a CFC from the same film in the flex project so I could access events. They appear but I can not throw the contents of the MapView class film loader, I need to do to make the method addEventListener for cards of two events. I tried to add that the event listener for both the charger and directly to the content and to root. How can I join the event listener class generator flash in flex?

    Thank you

    Bubba

    Found after 8 1/2 hours of research

    public void mapLoaded (e: Event): void

    {

    If (! mapBar.content.hasEventListener (MapHotSpotEvent.HOTSPOT_EXPANDED))

    {

    mapBar.content.addEventListener (MapHotSpotEvent.HOTSPOT_EXPANDED, mapExpanded);

    mapBar.content.addEventListener (MapHotSpotEvent.HOTSPOT_CLICKED, mapExpanded);

    var flx:Object = e.target.getChildAt (0);

    var bar: * = flx.getChildAt (0);

    bar.content.addEventListener (MapHotSpotEvent.HOTSPOT_EXPANDED, mapExpanded);

    bar.content.addEventListener (MapHotSpotEvent.HOTSPOT_CLICKED, mapExpanded);

    }

    }

  • convert adobe flex web app for playbook air application?

    Hey, I am very new to this sort of thing and was using a Visual tool to help me create applications web flex. My question is can I convert these to operate as air apps on the playbook?

    Given that I don't really know action script.

    Also, can you recommend any good books, tutorials, or interactive Web sites that would help me to learn action script? Thank you!

    Some MX controls (OK, a lot) are not supported under the BB SDK.  For example, mx. Alert does not work, you must use the AlertDialog QNX class.  See docs QNX to:

    http://www.BlackBerry.com/developers/docs/airapi/1.0.0/index.html

    In addition, FlashBuilder is the IDE that is supprted, Flex Builder (3.x) is not supprted.  FlashBuilder 4.x is what you need, but which is not supported under Linux.  You should be able to download the 0.9.1 BB SDK for Linux and the use of the CLI version for a project of will.

    If you are a Flex application, you need to change the root node of a node (Application or WindowedApplication) AIR (if not already done).  If so, act like and more taking orders from MX which are not supported, I keep your business logic and simply change the front-end server with native controls of QNX/BB.

    But first, I would try just get a "Hello World" application to compile and run as an AIR application and then send it on the Simulator to get their feet wet.  then see what it would take to get your application scope.

    Hope that helps.

  • Button in the navigation bar for mobile view is empty

    For mobile display nav bar button contains no content. Target data may be wrong... it is automatically generated so I think that it is a component "bootstrap". I don't have a clear idea as to how this key captures the nav info.

    I made one of these before and Dreamweaver generated auto button with all nav links

    Ok. Here's the code.

    < head >

    < link rel = "stylesheet" type = "text/css" href = "mystyle.css" >

    < / head >

    < body >

    < nav class = "navigation bar default navbar, navbar-reverse" >

    < div class = "container-fluid" >

    <!-brand and toggle get grouped together for better mobile display->

    < div class = "bar navigation-header" >

    < button type = "button" class = "toggle navigation bar has collapsed" data-toggle = 'collapse' data-target="#bs-example-navbar-collapse-1" > < span class = "sr only" > toggle navigation </span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < span class = 'bar icons' > < / span > < / button >

    < has class = "brand navigation bar" href = "#" > welcome to the store online Selva Studios < /a > < / div >

    <!-collect the nav links, forms, and other content to alternate->

    < div class = "navbar-collapse collapse" >

    < ul class = "navbar-nav nav" >

    < li > < a href = "#" > about the artist < /a > < /li >

    < li > < a href = "#" > South flowers < /a > < /li >

    < li > < a href = "#" > sunflowers < /a > < /li >

    < li > < a href = "#" > Original Art < /a > < /li >

    < li > < a href = "#" > sea & shells < /a > < /li >

    < li > < a href = "#" > coastal birds < /a > < /li >

    < /ul >

    < / div >

    <!-/ .navbar-collapse->

    < / div >

    <!-/ .container-fluid->

    < / nav >

    <!-/ .navbar-collapse->

    < / div >

    <!-/ .container-fluid->

    < / div >

    < / div >

    <!-/ .container-fluid -.

    navigation-default bar is dark text on a light background.

    reverse navigation bar is a light text on dark background.

    Choose one or the other.

    Your ID target data does not match anything.

    Try this:

    Nancy O.

  • Are PDF Portfolios dead for mobile devices?

    Can you tell me if Acrobat CDS PDF Portfolios are convenient for viewing on mobile devices, especially for Android and retail?

    I was a big fan of highly customized PDF portfolio in Acrobat 9 and X era.  Now, I'm trying to get plain-vanilia Acrobat DC PDF Portfolios to work in mobile devices, including Android.  It seems futile.

    PDF portfolios don't will NOT be open and display in any popular mobile browser?

    Or is there a way to make that happen?  (I tried 'share links' of Google Drive, OneDrive and DropBox, but rather than consider the PDF Portfolio, it appears a message saying the visitor to download the PDF file to view it on their device.)

    PDF portfolios will be only open and view in Acrobat Reader for Android?

    I am tired of several popular applications for Android PDF Viewer.  None of them could open a PDF portfolio.  Or am I missing something?

    I think I'm spinning my wheels on trying to use this technology once and large (on the desktop for the distribution) and the display on Android devices.  Am I wrong?

    Thank you for your attention and your time.

    Sincerely, Preston

    The description of what makes a PDF portfolio work in a PDF are public and have been for many years. But as far as I know, none of the authors of software has nothing with this info, so portfolio view only happens in Adobe software. Unfortunately, it is up to the authors of all what other software. Now, it is not surprising that portfolios have been ignored for years, because for years the portfolios only we did used Flash. Times change, but it may be too late for the portfolios.

  • Lightroom CC do not sync for mobile more

    Lightroom CC 2015.3

    iMac 21.5 inch, mid-2011, 2.5 GHz Intel Core i5, 8 GB memory, AMD Radeon HD 6750 M 512 MB

    Beta Version OS X El Capitan 10.11

    Lightroom for mobile on iPhone 6 (4.8 GB available) and 3 (26.2 GB available) iPad IOS version 9.2.1 (13D 11)

    upper left above my name, says "synchronization 157 photos" for the last 2 weeks.

    I bought this so I could sync my photos for mobile, but I had nothing else problems from the outset. I understand that at the beginning, there are large amounts of pictures to download and I've been patient. I now have 71 albums more or less in sync, it worked well enough for a while, subject to changes appear almost immediately on platforms, but now synchronize no longer those newer.

    OK, well, I didn't have to remove all the images, I just had to lightroom CC shuts down completely and reopen it. then he started again the synchronization. have not checked on all of my collections, but it seems to have worked for one I have problems with. I had spent 189 photos unordered until 25 sorting and edited.

  • Tutorial on the edition of Flex/Air app for Mac App Store, or simply using Developer ID for general distribution

    Everyone set up a tutorial on the publication of a Flex/AIR application for distribution as an OSX desktop application, or through Mac App Store, or just simply using the developer Certificate ID?

    In my time as a Flex developer, I've seen some well documented things and some that you had to dig for, but find clear instructions on this is really hard! I would have thought post your Flex/AIR application as a standalone application (captive runtime) users directly or through the Mac App Store (Apple Developer ID certificate signature) would be something that many people are trying to do. But most of the useful post there are dated or incomplete, as well as specifically targeted to iOS. In addition, whenever the AIR SDK changes it seems that many of the recent posts are no longer valid at certain stages.

    Many thanks for anyone who can provide some pointers or suggestions!

    The page of the official doc on presentation of the Mac App Store has been updated there is a little more than two months, recent changes in the recent SDK:

    http://helpx.Adobe.com/Flash-Player/KB/posting-air-app-Mac-app.html

    It must be current, even if I think I see typo in one of the appeals of command line that mentions "textcodesign", when it should just be "codesign".

  • Using Flex Performance Profiler for profiling Flex with Java Applications

    Hello

    I intend to use the Flex Profiler to profile my request.
    I have developed a model of application using Flex MXML, ActionScript classes for events and Cairngorm, Java , Oracle database and Blazeds.

    Can I use Flex Performance Profiler to profile my request. ??

    I ask this question as I have ad read the threshold to Adobe site and my Application includes java methods

    "You can use the Profiler to profile ActionScript 3.0 applications.

    Can someone please tell me what this means? and I can use the Performnace Flex Profiler.

    Season me please.

    If you want to evaluate the response time when you call a service, you can use Charles Web Debugging Proxy as it is able to control the calls using the AMF protocol.

    If you want to monitor is the ActionScript objects from Java in the class that retrieves the result in the service, you can use the Flex Profiler.

  • Are there plans to add "XMARKS" for mobile Firefox? I want to migrate from Dolphin. I have the premium version of the "LASTPAST / XMARKS ' installed on

    Are there plans to add "XMARKS" for mobile Firefox?
    I want to migrate from Dolphin.
    I have the premium version of the "LASTPAST / XMARKS ' installed on 4 platforms.

    I noticed that a user has requested to have problems to install XMARKS. I couldn't find this add on. I have it on my computers Windows Firefox. I also have it on my mobile devices.
    Thank you.
    Dick Proulx

    Hello luckyduck, as is the case with xmarks too, the overwhelming majority of the addons is not created by mozilla, but by independent third-party developers. so if you want to know if it is planned an extension for firefox on android porting or have other requests for features, please communicate with the developers involved directly in order to get a better answer. Thank you for your understanding!

Maybe you are looking for