App works when exported, but not in FlashBuilder

I have an AIR drag-and-drop app that uses NativeDragEvent.NATIVE_DRAG_ENTER
The app works as intended when I export it for release.   When I run or debug with FlashBuilder the application does not acknowledge files of any type being dragged over it. 
Again, when the application is installed, it works great.  I'm dragging and dropping without issue.  This only happens when I'm running the app from FlashBuilder.  This isn't a big deal, but it is annyoing.
Any ideas?

I suspect this is where my issue lies, but I am not sure how
to fix it. I have attached some code that defines the image
location. I am able to successfully retrieve documents with the
following, is this the same type of scenerio,
http://www.skytitleagency.com/documents/Land_Contract.doc,
except in the images folder ?

Similar Messages

  • Workshop App Works on Admin but Not On Managed Server

    Hi all, I have a very simple test Workshop App that works fine on an Admin server
    but not on a Managed Server. I have all the JMS and JDBC resources that the apps
    need, the console does not complain, they deploy fine, but for some reason I get
    exceptions when deployed to the Managed server but works fine on the Admin server.
    What's the difference between both servers? I start one with startWebLogic.cmd
    and the other one with startManageWebLogic.cmd in the same domain directory. The
    only resource that I have not been able to target to the managed server is WSStoreForwardInternalJMSServercgServer
    which I have no idea what it is or if it matters. Some portions of the app works
    when deployed to the managed server so I know it has deployed fine and some simple
    pages compile and work fine but when using certain JAR files in the lib directory
    I get weird exceptions on the managed server and not on the Admin server.
    I'd appreciate any help.
    Thanks, Jose

    Hi all, I have a very simple test Workshop App that works fine on an Admin server
    but not on a Managed Server. I have all the JMS and JDBC resources that the apps
    need, the console does not complain, they deploy fine, but for some reason I get
    exceptions when deployed to the Managed server but works fine on the Admin server.
    What's the difference between both servers? I start one with startWebLogic.cmd
    and the other one with startManageWebLogic.cmd in the same domain directory. The
    only resource that I have not been able to target to the managed server is WSStoreForwardInternalJMSServercgServer
    which I have no idea what it is or if it matters. Some portions of the app works
    when deployed to the managed server so I know it has deployed fine and some simple
    pages compile and work fine but when using certain JAR files in the lib directory
    I get weird exceptions on the managed server and not on the Admin server.
    I'd appreciate any help.
    Thanks, Jose

  • Flash Movie works when testing, but not in application

    My flash movie works when I "Test Movie" within Flash 8 or
    when I press F12 and open it in the browser, but it only show the
    dynamic text, not the pictures when I place it within my page. The
    dynamic text changes properly but no images are displayed.

    I suspect this is where my issue lies, but I am not sure how
    to fix it. I have attached some code that defines the image
    location. I am able to successfully retrieve documents with the
    following, is this the same type of scenerio,
    http://www.skytitleagency.com/documents/Land_Contract.doc,
    except in the images folder ?

  • Java sound app works on Mac but not on Windows

    I am working on a program that needs to play a sound Clip and it doesn't work on XP but it does on OS/X.
    I've reduced the problem to this simple test program. On my PC, the sound I hear on the speakers is just a little burst of noise, whereas it's fine on my Mac. I used one of XP's system wav files, and verified that it does play normally on the PC via other means (iTunes, etc.). I'm using the latest JDK/JRE everywhere. Here's the sample code. Anything obviously wrong here?
    import java.io.*;
    import javax.sound.sampled.*;
    class ClipTest
        public static void main(String args[])
                try
                    Clip soundClip;
                    AudioInputStream soundStream;
                    File audioFile = new File("CHIMES.WAV");
                    soundStream = AudioSystem.getAudioInputStream(audioFile);
                    AudioFormat format = soundStream.getFormat();
                    DataLine.Info info = new DataLine.Info(Clip.class, format);             
                    System.out.println(format.toString());
                    soundClip = (Clip)AudioSystem.getLine(info);
                    soundClip.open(soundStream);
                    soundClip.start();
                catch (Exception e)
                    e.printStackTrace();
    }

    Solved my own problem: adding a Thread.sleep(1000); after starting the Clip worked. Looks like the app was terminating before the sound could finish playing. Obviously something is different between the way the Mac and XP JRE handles the sound thread with respect to the rest of the app.

  • My app works in IDE but not when packaged as a JAR, advice please?

    Hello,
    I've written my application which seems to work perfectly in my IDE, however when I package the application into a JAR, the JavaVM isn't happy with it. When executed, the JVM crashes somewhere early in my program (I'm guessing when it's loading resources) and I get a nice crash dialog from my OS describing some low level stuff.
    So my reason for posting is to gather some advice or guidance on how to tackle this. Is there a simple way to debug a program when it's in JAR form?
    Any comments will be welcomed! Thanks.
    CRASH INFO - just in case it's useful!! :)
    EXC_BAD_INSTRUCTON (0x0002)
    0x0000000D
    Thread 0 Crashed:
    0    JVM_RaiseSignal + 595867
    1    JVM_RaiseSignal + 596054
    2    JNI_CreateJavaVM_Impl + 49220
    3    JVM_Write + 18645
    4    callback + 317
    5    0 + 25151061
    6    __CFRunLoopDoObservers + 342
    7    CFRunLoopRunSpecific + 1548
    8    CFRunLoopRunInMode + 61
    9    0x1000 + 14040

    Those links you posted proved very useful. Using OS dumps a log file which points out an offending library. After a bit of googling, I manage to found out that it was coming from the SWT framework which my app is built on. I've written tons of SWT apps before but I've no idea why this one get upset when I run it?
    I've since took the time to compile and run a Windows & Linux version and they both work perfectly.
    Thanks for the help on this and judging my current situation I think it would be best to speak to the Eclipse/SWT people as this problem has gone slightly 'off-topic' :)

  • Sound works when testing, but not when uploaded

    I used the Behaviors pallet to stream my mp3 files, and it
    works fine when tested locally, but as soon as I upload everything
    and test it online, nothing plays. The site is
    www.spidersandsnakes.net/media08.htm.
    Any ideas?

    I suspect this is where my issue lies, but I am not sure how
    to fix it. I have attached some code that defines the image
    location. I am able to successfully retrieve documents with the
    following, is this the same type of scenerio,
    http://www.skytitleagency.com/documents/Land_Contract.doc,
    except in the images folder ?

  • Customized chrome works when running, but not when compiling ?

    Dear webmates :
    I have customized my chrome in Flex : it does not show the window container  (transparent) , etc... and works great when I run it... however, when I compile it in order to have the standalone file... it simply works displaying again the window ! what do I have to do ? thanks in advance...

    Hello,
    When you built your installer, did you include all of the dynamically called VIs?  The application builder does not know about dynamically called VIs unless you specifically tell it about them (which of course makes sense, as they are dynamic).  Other potential issues might be the change in behavior of the Current VI's Path constant, or a lack of other dynamically called objects such as dlls or drivers.  Make sure that the dynamically called VIs have been properly installed on your target computer in the desired paths.  If that doesn't solve the problem then make sure that your application has good error handling capabilities (i.e. handles all error wires and eventually passes them to an error handler) so that you can use the error to determine which files are missing or in the wrong location.
    Regards,
    Ryan K.

  • Google Analytics worked when .mac, but not now its mobile me... help!

    Hi all,
    My iWeb 08 publishes to my web space within my mobile me package. After the change to me from .mac, I stopped using my @mac e-mail address and have started using @me instead. Further following a few issues when updating web galleries I decided to delete my published web site from Apples servers and re-publish it to mobile me. This has all worked fine apart from my google analytics. I deleted the html code, set up a new web address within my google account and copied and pasted the code into a fresh html snippet within iWeb. Once published the whole site works apart from info being sent to google for my analytics. Is there something different I need to do to get it working again? We move house at the weekend and I'm not sure when we shall have broadband set back up - therefore I'd like to be able to get stats on my sites visitors when web access is back available.
    All help very much appreciated.
    Tim

    This may be the solution - will have to wait until tomorrow to see if it has worked - I found these:
    http://www.apple.com/downloads/macosx/automator/addgoogleanalyticsaction.html
    http://echoone.com/automator/google-analytics/GoogleAnalytics/Google_Analytics.h tml
    Tim

  • Why won't my pandora work when I'm not on wifi? I have the cellular data on for it but I never works. Also pandora isn't the only app of mine that does that.. What's wrong with it??

    Why won't my pandora work when I'm not on wifi? I have the cellular data on for it but I never works. Also pandora isn't the only app of mine that does that.. What's wrong with it??

    You're welcome.
    Voicemail is left at your carrier's server. That will continue to work unless you report your iPhone as lost or stolen with your carrier.
    You may never find it again and you can't if the iPhone remains offline or out of service which means the iPhone is powered off or doesn't have cellular reception.

  • Wifi not working with iTunes, apps store and some, but not all Internet sites....why???

    Yesterday I noticed while browsing Internet that some sites would not open and that some games I regularly play would not open. I also found that I could not open either the apps store or iTunes. Everything seemed to be working the day before and I have not recently upgraded ios (been on version 6.1.3 for a while) or changed any settings on my iPad (2).  With Internet research today I found suggestion that if I switched to 3G I would be able to access these apps and,sure enough, under 3G connection everything works fine. Some other forums suggest changing wifi router settings to fix the issue ....I have not tried this as I wouldn't  like to mess with my router and end up effecting other peripherals/pc's connected to it that are working fine....especially when I am not terribly IT savvy when it comes to hardware settings.  But as I haven't changed anything on my ipad why would my wifi suddenly stop connecting to some apps on my iPad, but not all??? Interestingly I can access many Internet sites (forums) with wifi connection but not the apple forum! To get to anything apple related I have to switch back to 3G ....that includes checking the iOS version I am on via settings!
    I also mention that I have done all the other suggested fixes found on various forums, such as rebooting iPad, renewing wifi lease, clearing cookies, closing all apps etc etc, to no avail. Seems the only suggested fix I have not tried is mucking around with my router which I am very hesitant to do given the **** I went through with my telco when my home Internet connection suddenly stopped working last year. Took me weeks of phone calls to get my internet connection back and being forced by the telco to a more expensive plan, hence very reluctant to start mucking around with that side of things, but why should I need to when it does seem to be working ok with other devices in the home?
    I have started this as new discussion as, even though I am not terribly IT savvy,  I cant see how this could be related to the wifi issues that many on the newer devices (iPhone 5 and iPad mini etc) are reporting as I haven't recently upgraded anything on my ipad and all was working perfectly up until yesterday.
    Any other suggestions on how to get wifi working correctly again on iPad or do I really have to risk the working of every other device in my home and chase it from modem/router side?

    Hi there,
    You mentioned that you have tried a few troubleshooting steps already, but you may want to take a look at the article below, specifically the section titled "If you are unable to access the Internet while connected to a Wi-Fi network"
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Hope that helps,
    Griff W.

  • My sound works for music but not apps

    My sound works for music but not apps

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Check your settings. The iPads have a small switch on the right edge. It can be used as a rotation lock to keep the screen from automatically reorienting itself as you move around, but you need to have the tablet’s settings configured properly. That same switch, right above the volume buttons, can also be set to function instead as a mute button to silence certain types of audio.
    If the switch is set to work as a mute button, you can change its purpose to “screen-rotation lock” by tapping the Settings icon on the home screen. On the Settings screen, tap General on the left side, and on the right side of the screen flick down to “Use Side Switch to.” Tap to select Lock Rotation or Mute to set the button’s function. Even if you set the side switch for your preferred use, you can still mute the Mini or lock the screen. Just double-click the Home button, and when the panel of apps appears along the bottom edge of the screen, flick the row from left to right with your finger. Tap the icon on the far left side of the row to either lock the iPad’s screen or mute the iPad’s alerts, notifications and sound effects. Music, podcasts and video are not muted unless you turn the volume all the way down.
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/ts1630
    http://www.atreks.com/app-no-sound-on-ipad-4-%E2%80%93-what-to-do/
    To solve some sound problems, just follow these simple steps
    1. Go to Settings
    2. Tap on General
    3. Tap on Reset
    4. Tap on Reset All Settings
     Cheers, Tom

  • Purchased tab in "App Store" app doesn't work when AppleID is not an email address.

    After updated my iPhone and iPad to iOS 6 (both 6.0&6.0.1), Purchased tab in "App Store" app doesn't work when AppleID is not an email address. This happened since 6.0 and I hope that it will be fixed in6.0.1 but it doesn't.
    When I tap at Purchased tab in iPad App Store or Purchased bar in Updates tab in iPhone App Store, it just hang on "Loading...", but when I changed to other AppleID, it works. Apparently, my AppleID is not an email address but the other AppleID is an email address.
    Not sure where to send my feedback to Apple about this issue.

    http://www.apple.com/contact/feedback.html

  • Wifi works at home but not when away from home

    My Wifi works at home but not when away from home, what is wrong?  I thought with a phone plan I didn't need to have a wifi connection.

    You either need WiFi or Cellular (or both). If you have neither, you can't connect to the internet.
    Most people use WiFi at home and Cellular while away from home, or connect to public WiFi networks where there are some.

  • How do I delete an app from my phone but not the computer? Is there a way to deactivate it so it doesn't add it back when it syncs?

    How do I delete and app from my phone but not from the computer? Is there a way to do this so it doesn't add it back in when it syncs?

    In iTunes under the Apps tab for the iPhone device just uncheck any app you don't want synced to the phone. When you next sync the app will be removed from the phone but remain in the iTunes library.

  • Medical app from Intuit works in IE, but not Firefox.

    Encrypted medical app works in new IE, but not Firefox. Everything works down to the end, and click on "continue" and nothing happens. A tech and I have spent hours on this. Did not work on FF5 or 6. Did not work on old IE, but did on fresh new version with no data files copied in.

    If it works in IE but not FF, then it has nothing to do with the mp3s. More likely it's because of the HTML on the page.
    To start, page is missing DOCTYPE declaration... a MAJOR problem. The DOCTYPE declares which set of rules the browser will use to display the page. Without it, different browsers go crazy or do not work at all.
    http://www.w3schools.com/tags/tag_DOCTYPE.asp
    Validate the html code here:
    http://validator.w3.org/
    You will have to fix all the errors if you want this to work in all browsers.
    Best wishes,
    Adninjastrator

Maybe you are looking for

  • Why is itunes crashing when i try to sync my iphone 3g

    it was working fine until today. this is what i'm getting from diagnostics: Microsoft Windows Vista Professional Service Pack 1 (Build 6001) LENOVO 7763B6U iTunes 8.0.2.20 QuickTime 7.5.5 FairPlay 1.1.11 CD Driver 2.0.7.5 CD Driver DLL 2.1.1.1 Apple

  • After restoring, iPod won't work

    So I have this 4 GB iPod mini that I got from my boyfriend and it was working perfectly fine...until I plugged it into my Macbook to upload my songs onto it. I reformatted the settings on the iPod from PC to Mac and uploaded my songs on it. Then I di

  • PhotoShop cc 2014 will not update 2.2

    have PhotoShop cc 2014.0.0 trying tup update to newest release but creative cloud app says it is up to date

  • Title gutter *

    I used to use an * to give an even gutter between text in 4.5, has tha changed in 5? It doesn't seem to work anymore.

  • Iphone wiped out after update to 4.0 failed

    I connected to itunes and was advised of update 4.0 (or something similar) so clicked on update. After some 20+ minutes I received a message saying update had failed. I tried to press restore but nothing happened,now I have a completely dead iphone a