A flex Store app errors

Hi,
I have tried so many times to get this to work but i cant
seem to get it... it looks fine in the video but not me???
the video i watched is on the main flex page "See a Flex App
built"
this is the error im getting....
1172: Definition assets:PhoneRenderer could not be found.
1202: Access of undefined property PhoneRenderer in package
assets.
here is my code...
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="horizontal" creationComplete="pSrv.send()" width="100%"
height="100%">
<mx:Panel width="100%" height="100%" layout="horizontal"
id="p">
<mx:TileList width="100%" height="100%" id="tl"
dataProvider="{pSrv.lastResult.catalog.product}"
itemRenderer="assets.PhoneRenderer"></mx:TileList>
</mx:Panel>
<mx:HTTPService id="pSrv" url="data/catalog.xml"/>
</mx:Application>
now why does it work you him and not me... im so frustrated
please help me
Thank you

Is anyone form adobe going to respond on this????
i have called and they told me i would get an answer here ...
looks like thats not going to happen???? THIS SUCKS!!!

Similar Messages

  • HT1338 App Store app error msg

    In the Safari 6.0.2. updating process, App Store returns "The operation couldn’t be completed. (NSURLErrorDomain error -3001.)(102)" - What's this?

    Hi,
    See this Thread
    https://discussions.apple.com/message/20192895#20192895
    (there seems to have been an issue with the Apple Servers but the first reply in this threads list ana Alternative Apple Site)
    9:43 PM      Friday; November 2, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • IPad app store "unknown error" message when updating app

    iPad app store "unknown error" message appears when updating app

    Kathryn,
    Had the problem also.  Found in the forums and it worked for me:
    go to settings
    go to app store or "store" on my ipad
    click on the apple id
    sign out
    sign in, again with id and password
    then do update.
    Hope this helps.

  • Tutorial - Create a blog reader Store app (C++) - Error:The name does not exist in the namespace!

    I'm trying to create my first store app based on msdn's sample.
    Link to the sample:
    https://msdn.microsoft.com/pl-PL/library/windows/apps/hh465045.aspx
    I have problem doing last step (number 3) of part 3.
    In code below in file App.xaml the compiler get the error "The name 'FeedDataSource' does not exist in the namespace 'using:SimpleBlogReader'"
    <Application
    x:Class="SimpleBlogReader.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:SimpleBlogReader">
    <Application.Resources>
    <local:FeedDataSource x:Key="feedDataSource"/>
    </Application.Resources>
    </Application>
    In the file App.xaml.h I added line #include "FeedData.h", and FeedData.h  looks like:
    //feeddata.h
    #pragma once
    #include "pch.h"
    namespace SimpleBlogReader
    namespace WFC = Windows::Foundation::Collections;
    namespace WF = Windows::Foundation;
    namespace WUIXD = Windows::UI::Xaml::Documents;
    namespace WWS = Windows::Web::Syndication;
    /// <summary>
    /// A FeedDataSource represents a collection of FeedData objects
    /// and provides the methods to retrieve the stores URLs and download
    /// the source data from which FeedData and FeedItem objects are constructed.
    /// This class is instantiated at startup by this declaration in the
    /// ResourceDictionary in app.xaml: <local:FeedDataSource x:Key="feedDataSource" />
    /// </summary>
    [Windows::UI::Xaml::Data::Bindable]
    public ref class FeedDataSource sealed
    private:
    Platform::Collections::Vector<FeedData^>^ m_feeds;
    FeedData^ GetFeedData(Platform::String^ feedUri, WWS::SyndicationFeed^ feed);
    void DeleteBadFeedHandler(Windows::UI::Popups::UICommand^ command);
    public:
    FeedDataSource();
    property Windows::Foundation::Collections::IObservableVector<FeedData^>^ Feeds
    Windows::Foundation::Collections::IObservableVector<FeedData^>^ get()
    return this->m_feeds;
    property Platform::String^ CurrentFeedUri;
    void InitDataSource();
    void RetrieveFeedAndInitData(Platform::String^ url, WWS::SyndicationClient^ client);
    How to solve this problem?

    You're testing this too early. You haven't yet finished writing code that your current code depends on. Feeddata.cpp won't build, so you can't use the data object that hasn't yet been created.
    In particular, feeddata.cpp doesn't build since it has many references to items which get added in later steps.
    For example, TextHelper is added in part 5 and App::RemoveFeed is added in part 10.
    You'll need to either wait until you've implemented those before you test or comment out the calls to the unimplemented features until they're done. TextHelper looks like it adds quite a bit and you're almost there, but you can probably get away with commenting
    out the calls to RemoveFeed and GetTitlesFromUri for now.

  • How to get rid of #2038 error in a flex iphone app

    I have created an flex mobile app in which I want to save a file in pdf format in an ipad/iphone (any IOS device) but while saving that file its throughing #2038 error. And another thing I don't want to save the pdf file in applicationStorageDirectory, because after saving the file I want use that pdf file. Here is my code.
    var file:File = File.documentDirectory.resolvePath("indicators.pdf");
    if (file.exists)
    file.deleteFile(); //delete it if exists
    //create a file stream to be able to write the content of the file   
    var fileStream:FileStream = new FileStream();
    var popUpPage:AlertPage = new AlertPage();
    try
    //open the file stream and set for Write
    fileStream.open(file, FileMode.WRITE);
    //writes the bytes
    fileStream.writeBytes(pdfBytes, 0, pdfBytes.length);
    //close the stream
    fileStream.close();
    PopUpManager.addPopUp(popUpPage,this,true);
    popUpPage.lblAlert.text = "indicator saved in pdf format = "+ file.nativePath;
    PopUpManager.centerPopUp(popUpPage);
    this.visible = false;
    catch(err :Error)
    PopUpManager.addPopUp(popUpPage,this,true);
    popUpPage.lblAlert.text = err.message + "  "+ file.nativePath;
    PopUpManager.centerPopUp(popUpPage);

    This doesn't look like a problem with Acrobat forms.

  • Suddenly started receiving a error message when checking for updates in app store nsurlerrordomain error - 1012 how to fix?

    Suddenly started receiving a error message when checking for updates in app store nsurlerrordomain error - 1012 how to fix?

    Thanks Linc I will sit tight for a while to see what happens before chasing up customer service.  Cheers.

  • Error while using apple store app for purchase

    Hi,
    I was using an apple store apps to make the purchase at irvine spacktrum apple store, I bought a PNY USB Flash Drive 8GB using the apps to make the payment. Some how it was giving me errors when the apps asked my 3 digits credit card security number, so I call the sales rep at the store, he saw the same error and he said there might be error issue with the server, so I gave him the PNY for the purchase, he scaned it with his sales device and swiped my credit card.
    But just now I look at my Wells Fargo account and I'm seeing 5 of the same transections but then I only make ,1 purchase.
    I wish you could fix this issue with my bank, or I will dispute the 4 transaction with the reason of multiple charge over a purchase.
    I wish the apple store app can be fix, if there is an error do not takes somebody's money, that way people will trust the app to make the purchase in store.
    My reciept number is *R1466574228*
    Thanks
    Buddy Liem

    I've also been trying this for several hours. I get to the point of choosing between the 16GB and 32 GB phones (so, after it has validated my eligibility with at&t and determined the correct pricing) and it just displays a pop-up that says "Error" (no further explanation). Color me completely unimpressed.
    Message was edited by: Just J

  • Solution for Windows Store app "projectname.exe" does not contain a static 'Main' method suitable for an entry point . Error.

    Hi,
    I'm developed a blog reader for windows 8 store app. It was perfectly worked before. But suddenly it started to miss behave and I got an
    error. No other errors were there other than that.
    Error 
    Program c:\Users\.........\Desktop\Blog_Reader\Blog_Reader\obj\Release\intermediatexaml\Blog_Reader.exe' does not contain a static 'Main'
    method suitable for an entry point. 
    C:\Users\..........\Desktop\Blog_Reader\Blog_Reader\CSC    Blog_Reader
    But I found the solution while I fixing it.
    Solution for that is like below.
    Go to your App.Xaml and Right-Click thenGo to Properties
    Check whether the Build Action is
    ApplicationDefinition
    If not change it to ApplicationDefinition.
    Clean the code (solution) and Deploy
    Now the error is fiexed.

    Hi Robana, 
    Good sharing on the Technet. 
    This will definitely benefit other who may encounter the same issue as yours.
    Thanks for your sharing again. 
    Kate Li
    TechNet Community Support

  • Keeping getting an error with-in the App Store. Error 100 saying that my payment can't be received at the time. I updated to Mountain Lion to download the new Logic Pro X. Now left with now recording software and it's not letting me buy the new one.

    Keeping getting an error with-in the App Store. Error 100 saying that my payment can't be received at the time. I updated to Mountain Lion to download the new Logic Pro X. Now left with now recording software and it's not letting me buy the new one.
    iMac, OS X Mountain Lion (10.8.4), trying to get Logic Pro X

    Hello jst84,
    The following article may be helpful in getting your purchase to complete.
    Mac App Store: "An unknown error occurred (100)" when purchasing
    http://support.apple.com/kb/TS3637
    Cheers,
    Allen

  • Newstand in app purchase made in DPS is appearing in store with "error" below instead of the purchase price/download.

    Newstand in app purchase made in DPS is appearing in store with "error" below instead of the purchase price/download. Not sure why, as the product ID number matches up between itunesconnect and DPS. Any idea how to fix?

    same here. this thread suggest that it's carrier related issue
    http://supportforums.blackberry.com/t5/Payment-Service/Error-quot-The-Item-you-requested-is-invalid-...
    Twitter: @gyubok

  • Download error when renting a movie off the iTunes store app

    Hi, I tried to rent a movie off the iTunes store app today(I have rented before with no problems), but when it was in the processing stage it started saying Download error. Tap to retry. Now its taken up 1.3 gigs of space but it never finish processing so its not there. Very frustrating and i cant fix it.

    Apple Tech support doesn't respond here. This is a user-to-user forum.
    You can always restore your Touch to get the memory back. And as, of course, you have everything properly backed up (you do, right?), you can just reload when you're done. I don't know as there is a faster solution.
    Best of luck.

  • Error in FTP sender -Error during STOR/APPE

    Hi,
    I am working on IDOC- File.
    I am getting the following error in Communication channel,
    Error occurred while connecting to the FTP server "server name": java.io.IOException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 550 STOR fails: /Filename. User not authorized.
    Please advise me.
    Regards,
    Manoj

    Manoj,
    Please refer the thread, the same issue has been solved.
    Re: FTP: File receiver cc error...Looks pretty simple...Can U solve this
    Best regards,
    raj.

  • Error during STOR/APPE epilogue: com

    Hi Experts,
    Getting below error for FTP channel frequently.
    java.lang.IllegalStateException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 426 Transfer failed.
    After sometimes the message automatically get processed.
    Checked we got this error for 2 channels simultaneously for  same host and port but different folder.
    But messages got processed latter.
    This issue is occurring frequently. Can anybody suggest what is the reason and what is the permanent solution for this error.

    SAP PI FTP error 426 for windows IIS
    you might want to read that thread

  • Error during STOR/APPE epilogue

    Hi,
    We had this error in XI with an interface:
    Exception caught by adapter framework: java.lang.Exception: ftp access error: java.io.IOException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted
    Any idea?
    Thanks

    Esther,
    FTP connection to target has got  disconected. check the target FTP is up or not.

  • IDOC to FILE-Error during STOR/APPE epilogue

    Hi all
        I am doing IDOC to File scenario. When trying to save the file in FTP path it throwing error like
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error occurred while connecting to the FTP server  java.lang.IllegalStateException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 221 Scanning for virus  Transfer complete.

    s i can able to connect FTP server from PI server...But it showing some message like
    GSSAPI error minor: Unknown code krb5 195
    GSSAPI error: initializing context
    GSSAPI authentication failed
    504 AUTH KERBEROS_V4 not supported.
    KERBEROS_V4 rejected as an authentication type
    But its getting connected..
    Regards
    Sathish

Maybe you are looking for

  • Problem with generate sine 50 Hz

    I have a problem with generate sine voltage with freq 50 Hz. I form waveform with this frequency and sent in to the "AO Write" with update rate equal waveform lenght*frequency. And so I have a cycle of my program 20 ms, but I need a cylce 5 ms. How I

  • Three finger swipe with touchpad

    I've recently installed Arch Linux on my 4,1 Macbook Pro alongside MacOSX.  Almost everything is working well except that I can't get applications (i.e. Firefox) to recognize three finger gestures.  My touchpad definitely supports this mode in MacOSX

  • Charging Zen Stone 1GB Player via Laptop USB P

    Greetings to the forum. I tried to charge my new Zen Stone GB player via my laptop's USB port. Even though the charge indicator went solid, I got only about three minutes out of the player. I then repeated the process, and the player charged perfectl

  • Direct BW Query Connectivity Option in Xcelsius

    Hi Experts, I have just attended Tech Ed-2009 , and found that Xcelsius offer the direct connectivity to Bex Query. Which Xcelsius version offer this functionility ? I have Xcesius Enterprise - 2008 at Sp-2 level , however i don't see any direct conn

  • Executing Procedure through Jobs

    I have a UI where user can enter a sql statement as well as a procedure (somewhat ADHOC query type)..The sql statement or the procedure is stored in a table in a column and a job is created to execute the statement on a particular day. whenever the j