Day 5 excercise 5 Air bug

I have run across a rather tiring error in this exercise.
when i Try to run the completed DeskTopNotification adobe air
application the window for the program fails to appear on my
desktop. No errors appear when I save the file, also I tried
running the ODT Air file and it showed up as expected so Air itself
isn't the problem. is there some string of code that I forgot to
include in the following?

Was anyone ever able to resolve this?  I'm encountering the same issue.

Similar Messages

  • Adobe: AIR bug preventing us from upgrading to AIR 3.x

    Adobe, since you released AIR 3.0 there's a bug that causes embedded PDFs to expand beyond the application window's width. The bug is detailed here.
    In AIR 3.1 the issue hasn't been fixed, nor does the release notes say it's a "known issue". This concerns me since the bug was logged well before AIR 3.1 was released. I have asked for an update on the ticket but had no response, so currently I don't know whether this issue will be fixed before the AIR 3.2 release.
    We cannot use AIR 3.x because it prevents us from reading PDFs and the workaround provided does not work for us. Can anyone tell me what's happening about this issue please?

    We are looking at the bug https://bugbase.adobe.com/index.cfm?event=bug&id=3000289 for upcoming release project.
    thanks,
    Hitomi

  • Very strange Adobe AIR bug...

    Hi,
    I have an AIR application that makes some http calls -- simply enough.  This works when I run the app in Flex Builder but after I package the application and run the exe, the calls are never made.  Even stranger, if I add an alert before the call in the method, then the http call is made.  This makes no sense to me and I was wondering if someone could help shed some light on this.  The code is below:
    My config is as follows:
    Flex 3.3 SDK
    AIR 1.5
    Cairngorm
    Thanks!!
    public function refreshCurrentStatusPanel():void{
    //Alert.show("bears");
            var event:SetDateEvent = new SetDateEvent();
            event.dispatch();
            var event2:GetCurrentStatusEvent = new GetCurrentStatusEvent();
            event2.dispatch();
            var event3:GetDailyMaxMinEvent = new GetDailyMaxMinEvent();
            event3.dispatch();
            var event4:GetRawGraphEvent = new GetRawGraphEvent();
            event4.dispatch();
    <mx:Button id="btnRefresh" toolTip="Refresh"
                            icon="@Embed('assets/refresh.png')"
                            width="18"
                            height="18"
                            click="refreshCurrentStatusPanel()" />

    We are looking at the bug https://bugbase.adobe.com/index.cfm?event=bug&id=3000289 for upcoming release project.
    thanks,
    Hitomi

  • Day View- Options Bug

    Does anyone else have a port problem with the Options Tab when in the Day View on the Calendar? For us, it points to the wrong port, its the ONLY link that does this... :)

    What rev of UWC are you running? I'm seeing this bug right now too on 118540-18.
    If I open UWC, go to the calendar tab, day view, then click on the options tab, I see a javascript error:
    http://host.domain:port/history.html?http://host.domain/uwc/base/CalendarPreferences, Line 257
    'location' is null or not an object
    Then I see a blank page :-(
    I'll check with UWC folks and file a bug if there isn't one already.
    - Josh

  • Day of year bug - format date/time string and scan from string?

    I've noticed that the day of year returned by "Format Date/Time String.vi" starts with a value of 1 for Jan-1 while "Scan from String.vi" wants a 0 index.  Is this a bug or feature?  
    (I'm using Labview 2010 Service Pack 1)

    I think the best idea is to use seconds since for your arithmetic, because it is going to be the most consistent and robust solution. Knowing that a day has 86400 seconds is all that is needed and you won't run in possible inconsistencies with date time implementations caused by our anything but logic calender. I would hazard that the functionality of converting a timestamp into year and day of year and back is impossible to make consistent without sacrificing other possibly conflicting transformation in the Timestamp into String and Timestamp from String manipulations.
    "Seconds since" being the actual base unit in all LabVIEW timestamps, it is best to do any arithmetic on it in this base unit.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • AIR bug with iOS fullscreen video! (easy repro)

    Here's a bug with fullscreen AIR apps not dealing with iOS fullscreen video resize. Easy repro:
    1. Create an mc with a background graphic aligned with the top and bottom of the stage. (This is so you can easily see the bug.)
    2. Add a stageWebView and load an html page with embedded video. (or just load a video directly)
    3. Play video and enable fullscreen mode.
    4. Rotate device 90 degrees while in fullscreen mode and then hit "Done" button to return to stage (exit fullscreen).
    5. BUG: Stage is now "pushed down" and off-screen. (even though the mc still traces x = 0)
    Conclusion: the display bug occurs when the user exits the iOS native player fullscreen mode from a different orientation then they started with (common if the original aspect ratio was portrait)
    Can someone else please confirm this? (The amount of stage "push" appears to corrolate with the height of the iOS status bar.)
    Thanks.
    PS. You don't necessarily need to load an html page. You can just have stageWebView load a video directly and experience the same result.
    PPS. I also tried using the new UIWebView Native Extension and am seeing the same thing, so this is really looking like an AIR/Flash bug with the iOS native player.

    A simpler summary for this issue:
    If the device has been rotated since entering Fullscreen native player, a fullscreen app will be "pushed downwards" and off-screen slightly.
    BUG: Adobe AIR app does not stay in fullscreen mode after such and event, ruining graphic UI for fullscreen apps.
    Simple workaround: listen for on orientationChange and if stage.displayState == StageDisplayState.NORMAL, set to stage.displayState = StageDisplayState.FULLSCREEN.
    However, iOS native player will lose traditional status bar appearance (and risk rejection by Apple??)
    Complex workaround (as mentioned earlier) will keep the native player's status bar but result in the app's screen "flashing" upon resizing the stage.
    Please help fix this bug by commenting in my bug report. Thanks again.
    https://bugbase.adobe.com/index.cfm?event=bug&id=3486264

  • Air bugs: Air apps wont open

    Hello,when I try the run any of my air apps. It wont open. I installed Magix Music Maker prior to this event. All my apps ran properly before this event.. My operating system is Windows 7. I have Adode Air installed on my computer. I have an Intel i3 2.10 GHz core processor. 4 gigs of memory.

    1. Settings>Safari>Clear History, Cookies and Data
    2. Hold the Sleep/Wake and Home button down for about 10 seconds until you see the Apple Logo

  • Adobe Air Bug: embedded .flv in .swf does not start - Connection Error

    Hi,
    I have embedded an .flv video into an .swf (using Captivate CS5)
    Then I use Dreamweaver and insert the swf into html.
    So far everything works ok, the video is displayed.
    Now I create an Air File in Dreamweaver.
    Result; The video is not displayed. Message: "Connection Error"
    I am not a programmer. Do I have to change the .xml file or is there any other fix for this?
    Thank you very much!
    Claus

    This would be somewhat usefull if we where calling the FLV from javascript.  However, both Clause and I are calling the flash object from the object tag. This is the default from Dreamweaver and also the prefered method for embeding a swf (my case) into a HTML Air app.  The codebase I am using to create my Air app is modified html5 from the client's current website.  (they would like this app to "look and work like the site")
    For me, all is good exept the video.  This app has to work offline or I'd just call the video from the website.
    Is there a working example somewhere out there we can look at?
    Life would be so much simpler if AIR supported the <video> tag in the webkit html engine.  I'll use h.264. I promise!
    Chris

  • Day 4 - possible bug

    In day 4 when I finish section "Use an inline item renderer" and when I try to increase/decrease NumericStepper I get exception with this message:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at mx.controls::DataGrid/createItemEditor()[E:\dev\4.0.0\frameworks\projects\framework\src\m x\controls\DataGrid.as:4325]
        at mx.controls::DataGrid/itemEditorItemEditBeginHandler()[E:\dev\4.0.0\frameworks\projects\f ramework\src\mx\controls\DataGrid.as:5237]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.core::UIComponent/dispatchEvent()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\co re\UIComponent.as:12266]
        at mx.controls::DataGrid/commitEditedItemPosition()[E:\dev\4.0.0\frameworks\projects\framewo rk\src\mx\controls\DataGrid.as:4093]
        at mx.controls::DataGrid/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\framework\src\ mx\controls\DataGrid.as:1804]
        at mx.controls.listClasses::ListBase/validateDisplayList()[E:\dev\4.0.0\frameworks\projects\ framework\src\mx\controls\listClasses\ListBase.as:3962]
        at mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.0.0\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:663]
        at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:736]
        at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]

    Hi Gsavkic,
    We ran throug the exercise with no errors.  It might be possible that you are clicking in the wrong place or missed a step which is causing the DataGrid control to have a null value.  Could you tell us exactly where you get the error (at which step to be precise)?

  • Macbook air bug

    Hi all of you!
    i have 2010 macbook air.
    When i connect it to my thunderbolt display, it comes laggy. When i disconnect it it return more fast.
    Did you know what is the problem exactly?
    Sorry for my bad english

    If you do a search you will find other reports of the sound I/O disappearing. It may be a hardware issue. Check out this thread:
    http://discussions.apple.com/thread.jspa?messageID=9648215&#9648215

  • IPad Air bug

    When I click on the 'Wallpaper & Brightness' twice, it throws me out to the homescreen.
    Is there a fix for this?

    Try a Restore...
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download
    Note:
    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    If you try all these steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • I bought Married to Jonas season pass and the newest episode that aired last night is not available. Normally the episodes are available the next day. This one is not even on the Married to Jonas download page. Will it be available and when?

    Normally the episodes are available to download the day after airing date. But this time, the episode that aired last night is not available to download. I'm just wondering if that episode for Married to Jonas will be available in a later date or not. I did purchase the season pass.

    I created a support incident Saturday or Sunday.
    Their first response by email asked
    "... include your purchase's order number in your reply. You can find your order numbers on your email receipts and in your Purchase History. If you need to review your Purchase History, follow the steps in this article: http://support.apple.com/kb/HT2727 ...."
    They made it sound like it was my problem they would help me figure out. They already had my Apple ID so I don't know why they couldn't find the info. My luck they sent the email at 7:30 last night. The person working on my case only works Sunday - Thursday 4:30 - 11:30 pm so it will be tonight before they get my response. Nobody else can work on the problem? Come on Apple!
    I mentioned this thread so they may or may not look here also.
    Still very unimpressed with Apple TV process quality and the huge customer support hole. It's like they're completely unprepared for mistakes. Everybody and every company makes mistakes.

  • What is the procedure for logging a Bug in AIR?

    I believe that a bug exists in AIR v1.0 when running a SWF
    created using ActionScript 2 (for FlashPlayer 8) - what is the
    process for reporting it or getting it fixed?
    This is a serious problem for my customer, as they are
    presently stuck to using AIR Beta 3 (which will expire)
    The AIR App that was working under FlexBuilder3 Beta 2 &
    Beta 3.
    In AIR v1, I now get an error during debug:
    ReferenceError: Error #1056: Cannot create property
    __OnEnterFrameBeacon on _main_mx_managers_SystemManager.
    It happens after button click in the SWF (loaded by
    SWFLoader)
    After I get this error, The SWF seems to 'lose itself', i.e.
    the screen goes a bit 'haywire'' (both running in debug and as an
    installed AIR Application). If I run the SWF without AIR it works
    fine
    Thanks,

    AIR bugs can be reported at www.adobe.com/go/wish.
    regards,
    Oliver Goldman | Adobe AIR Engineering

  • AIR for IOS, ApplicationDomain problem: Error #2007: Parameter Possible symbol clash in multiple swf

    I am exporting a game for IOS in Flash CS6.
    I have isolated classes, except a framework for static utilities that do not clash, but I still get this message when exporting for IOS.
    AIR for desktop, even with ApplicationDomain.currentDomain works and does not give any error. Same on android.
    When I export the same exact project for IOS, it triggers that error randomly in different parts.
    All related with a call to a method on superclass, the instantiation of an internal class, or of a Vector typed to a custom internal class.
    TypeError: Error #2007: Parameter Possible symbol clash in multiple swfs, abcenv must be non-null.
    The line that triggers the error:
    return new RouletteChoserItemDev(num, data);
    Any help is appreciated.
    UPDATE
    I have changed the code into:
    var item:RouletteChoserItemDev;
    var MyClass:Class = RouletteChoserItemDev;
    item = new MyClass(num, data);
    Now I get this funny error:
    Error #1034: Type Coercion failed: cannot convert device.plugins.rouletteLobby::RouletteChoserItemDev@6284bc9 to .
    Yes, cannot convert to ".", a dot!

    *FOUND A SOLUTION*
    The way ApplicationDomain.sameDomain works on Android and Desktop, and on IOS, IS DIFFERENT!!!
    I probably have to file this under AIR bugs.
    Anyway:
    - In loaded SWFs, classes which are not already stored in parent SWF CANNOT be instantiated.
    I.E.
    var c:MyClass = new MyClass(); // Will not work
    var c = new MyClass(); // Will not work
    var c:MyClass = getDefinitionByName("fullpackage.MyClass"); // Will not work
    var c = getDefinitionByName("fullpackage.MyClass"); // WORKS!!!!!
    var c:DisplayItem = getDefinitionByName("fullpackage.MyClass"); // WORKS!!!!!
    So, it seems that classes stored in local loaded SWF will not be accessible directly. Even though tracing it trace(MyClass) works well, the class cannot be used in code in any place. Variables cannot be typed, and class can only be instantiated with getDefinitionByName();
    All this, is true ONLY on IOS, same exact project and settings, will not trigger any error in AIR for Desktop or for Android.
    But since obviously we use the same codebase for all devices, this IOS *feature* has to guide the way we code, even though we break a few important OOP best practices.
    Hope I spared someone else the 3 days including an entire weekend I had to invest to find this out.

  • Aperture ... Bug .... timezones and smart albums

    Hello everyone,
    i've just jumped into the mac world a week ago, just bought my first macbook ! Yeah !
    I decided to give Aperture a try, and given i've played with it now for 2 days, if this bug I found is really there, NO WAY am I going to pay for such software !
    I've been using Picasa on PC for the past couple years now.
    Its handling my photo library extremely well: over 50gb of photos, 10 years worth of photos.
    So after looking at all the Aperture videos on the apple site, I decided to give it a try to replace my picasa, since there is no picasa for my new mac.
    The bug I found (and I'm a newbie !, 2 days of playing, struggling to import my pictures, and bam ... bug .... hummmm).
    I tried importing only 1 folder in my library.
    I'm french and this summer, went to USA for holiday. Western deserts and all.
    So, I took my folder:
    2008 08 09 - USA Grand West
    And tried importing it.
    It contains around 100 photos of the 1st 3 days of the trip.
    My camera was set to French time, so at import I appreciated the "Change time thingy" and set it to Los Angeles time.
    Did the import in a new project.
    Great.
    All pictures in the project. Exif Date updated to los angeles time. GREAT !
    Now.
    I want to have them show up on a day to day basis.
    So, I created smart albums giving the date I wanted.
    August 9 2008, August 10 2008 and August 11 2008.
    It DOES NOT WORK ! BUGGGGGGGG
    photos taken on the 3rd day, having correct EXIF date metadata, show 11/08/2008 for the date (correct), however they are not shown in the August 11 2008 album !
    They are shown in the August 12 2008 album !
    Reason !
    The smart album is using the wrond date. The French one.
    Since there is 11 hours difference.
    Some late August 11 (Los Angeles time) pictures are pushed to August 12 (early morning French time).
    Am I the only one with this bug ?
    The only fix I found for now that works, is adding 3 rules to the smart albums:
    - exif: day of the month = 11
    - exif: month of the yar = 08
    - exif: year = 2008
    That works.
    However there is NO WAY, i'm setting up 50gb worth of smart albums having to apply 3 specific rules to compensate for a bugged out calendar rule that does not work.
    Any ideas ? fixes ?
    Thanks
    Regards
    Tim

    Hum, i'm not sure I understand what is going on, or what you are describing.
    you say: "... Aperture is correct in it's assertion the image was taken on 12th"
    I dont understand.
    When i've done the import, and look at that pictures metadata, the date/time is corrected. It shows up as 15:42 20080811 (youre writting).
    So if the metadata is correct, I really dont understand how the computers time and timezone has any effect on the smart albums ... could you explain ?
    Unless what you are suggesting, is that the smart album date is applied to the computers time zone, and thus when searching for the files, it automatically does a conversion of the time of the picture to fit the computers timezone => thus my 15:42 20080811 set to Los Angeles time zone, is researched using a French timezone and thus found on 00:42 20080812 ?
    Wow, if so, this would be a stretch !
    And if this is the answer, I do not understand the "feature" to import using a different time zone, and not be able to search according to it ?
    There is effectively no point?
    In respect to the workaround you describe. Its effectively what I did, I sorted using 3 criterias: exif day of the month = 11, month of the year = 08, year = 2008. And for some reason that works !
    Would there be another workaround? Instead of using the TimeZone panel, import them untouched, and doing a batch Time change on the pictures once imported and leaving them at the same Paris timezone, but compensating for 9 hours, effectively, bringing them to 15:42 Paris time, instead of Los Angeles time ?
    If my memory is correct when having played with this, the batch time modification, did not compensate the days: Effectively, clicking 9 times on the down arrow when showing 00:42 12th did not change the 12th into an 11th ...

Maybe you are looking for