Design Mode Swing Appl

I'm creating or generating a swing application.
Then I do some work and add components or delete some .....
Sometimes , I don't know when I cant't view the form after that
in the designer window. There is only a white window.
null

Thomas,
Which version of JDeveloper are you using?
After you add/delete components, you might need to rebuild your
project before viewing the Design tab again.
When you say 'do some work and add components or delete some', is
this in the same project as your swing application? In the same
file (source tab)?
Laura
Thomas (guest) wrote:
: I'm creating or generating a swing application.
: Then I do some work and add components or delete some .....
: Sometimes , I don't know when I cant't view the form after that
: in the designer window. There is only a white window.
null

Similar Messages

  • Problem w/FB2 Mac OS X Design mode

    Can not switch to design mode w/o getting this error message
    ""An unknown item is declared as the root of your MXML ". This msg
    pops up even with a new file generated by the builder wizard. This
    bug doesn't exist on winXP with the same file, so this seems to be
    a Mac version issue.
    thx

    Hi, I'm having a similar problem to Dirk. I'm setting up Leopard server on a brand new Mac Pro that won't boot from the server DVD which only has 10.5.4. I found the article that Tony mentions, and this method does indeed allow the server software to install over the client OS. The procedure did get through to the end on each occasion I've followed it though, with no black screen or crash.
    But - like Dirk found - some of the usual "server assistant" questions just don't show up.
    The "TCP/IP Connection" page is a no show and the "Network Names" page doesn't show either. I'm particularly concerned about this latter page being missing as I'm not sure how to enter the primary DNS name after the install has completed.
    I tried the Apple KB article's method again in case I'd missed something - and this time I made sure that the ethernet port was configured with a static IP at the client stage before introducing the server DVD (I'd left it on the default DHCP setting on my first attempt).
    Can anyone tell me the correct way to enter the primary DND name for the server AFTER the server assistant has finished up please? Or another way to do this "server over client" install?
    One other thing I noticed after each install attempt was that - upon launching Server Admin for the first time - the NFS service was active. Usually no service is active at launch. This fact along with the Apple article's note about kerberos makes me worry about what else is different when this type of server over client install is performed.
    Thanks for any pointers,
    Paul

  • Design Mode Problem

    Every time I go to the Design mode with my Application JDEV crashs !
    Some time I get this message.
    JniPortal for C:\Program Files\Oracle\JDeveloper 3.1.1.2\java1.2\jre\bin\OJVM\jvm.dll reported
    javax/swing/JMenu
    java.lang.NoClassDefFoundError: javax/swing/JMenu
    void javax.swing.SwingUtilities.updateComponentTreeUI0(java.awt.Component)
    void javax.swing.SwingUtilities.updateComponentTreeUI(java.awt.Component)
    boolean borland.jbuilder.uidesigner.DesignerAddin.activate(borland.jbuilder.cmt.CmtComponentModel, borland.jbuilder.cmt.CmtModelNode, borland.jbuilder.cmt.CmtModelNode, borland.jbuilder.designer.DesignContext)
    borland.jbuilder.designer.Designer borland.jbuilder.designer.DesignContext.edit(borland.jbuilder.cmt.CmtModelNode)
    void borland.jbuilder.designer.DesignContext.open(borland.jbuilder.addin.Url, boolean)
    void borland.jbuilder.designer.DesignContext.changeUrl(borland.jbuilder.addin.Url)
    void oracle.jdeveloper.addin.impl.JavaMasterViewerImpl.changeViewerUrl(java.lang.String)
    void oracle.jdeveloper.addin.CustomViewer.changeUrl(java.lang.String)
    void oracle.jdeveloper.addin.JavaMasterViewer_JavaDispatch.invoke(int, borland.javaport.JavaCallStack)
    null

    "java.lang.NoClassDefFoundError: javax/swing/JMenu"
    Did you add the swing library to the list of libraries used by the project? (double click on the .jpr file in the upper navigator window, click on the library tab)
    Is swing 1.1.1 there? If you, add it via the Add button.

  • Can't see preview of .oam in design mode?

    I can't see preview of my .oam in design mode. I  can see it fine in preview mode, but I just see a blank box in design mode. I play, but I would at least expect a preview of it. In the tutorial I believe I saw that, so maybe there is something I'm not doing or am experiencing a bug?
    Here is a screenshot of design mode
    A screenshot of preview mode

    Quit the mail app, launch the app again and then look to see if the messages appear, if not - quit the mail app and restart the iPad.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps.
    Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If that doesn't work, reset your iPad.
    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.

  • Can't switch to design mode! bug?

    I created the following code as:
    -created a new class
    -dropped a SessionInfo on it
    -set up the connection and appmodule for the sessionInfo1
    -dropped a LoginDlg on it
    -set up the dataItemName to the sessionInfo1 for this loginDlg1.
    I quited the JDev3.1
    I started JDev3.1 and tried to switch to design mode -> nothing in the navigator!
    I quited JDev3.1
    I started JDev3.1
    I commented the line setting up the loginDlg1 dataitemname (the last line)
    I can switch to design mode now!
    You have to restart the JDeveloper not only comment out this line, to be able to design!
    import oracle.dacf.dataset.*;
    import oracle.dacf.dataset.connections.*;
    import oracle.dacf.control.swing.*;
    * A Class class.
    * <P>
    * @author
    public class ConnTest extends Object {
    SessionInfo sessionInfo1 = new SessionInfo();
    LoginDlg loginDlg1 = new LoginDlg();
    * Constructor
    public ConnTest() {
    try {
    jbInit();
    sessionInfo1.publishSession();
    catch (Exception e) {
    e.printStackTrace();
    private void jbInit() throws Exception {
    sessionInfo1.setAppModuleInfo(new ModuleInfo("packagex", "AppModule"));
    sessionInfo1.setConnectionInfo(new LocalConnection("scott"));
    sessionInfo1.setName("sessionInfo1");
    loginDlg1.setDataItemName("infobus:/oracle/sessionInfo1");
    Tib.
    Ps.: If I drop a LOV control on the Class, and I would like to design this as well, then both the loginDlg.setDataItemName, and lOV1.setDataItemName lines must be commented out!
    null

    You're lucky. When this type of thing happens to me, JDeveloper 3.1 crashes. I've found that by deleting random sections of code, eventually it can open up again.

  • Design flaws in Apple iPad (mini)

    Broken screen in the bottom right corner holding it in portrait mode. Was just holding it and it snapped with my thumb. For sure i know this is a design flaw and Apple refused to replace it. If they do not fix this with the people it will turn for the worse. Not buying another Apple product until this is resolved.
    Just wondering what others' experiences are like? I know people are complaining about this same issue but I want my voice heard.

    Call AppleCare and ask to be transferred to Customer Service and talk to them. You might want to have your written proof available to fax or email to them proving that this is a design flaw, it will bolster your argument.

  • Eclipse +flex 3 plugin crashes when trying to see mxml file in design mode

    Hi,
    I have strange problem I've been struggling with for 3 days.
    I have eclipse-jee-europa-fall2-win32(eclipse europa 3.3.1.1)
    + adobe flex 3 eclipse plugin.
    My workspace consists of several projects + one library.
    There is not problem when trying to edit any mxml file when
    my library is not imported yet. Once I import it to my workspace I
    cannot see any mxml file in design mode since it crashes with the
    following msg in log:
    Did anyone have similar problem and maybe knows the
    solutiuon? I've reinstalled/redownoaded eclipse, flex plugin, flash
    players and so on. What's more it happens only on my machine - same
    project on different one works without crushing.
    !ENTRY org.eclipse.osgi 2 0 2008-02-22 09:13:18.046
    !MESSAGE While loading class
    "org.eclipse.mylyn.tasks.ui.TasksUiPlugin", thread
    "Thread[main,6,main]" timed out waiting (5000ms) for thread
    "Thread[Worker-0,5,main]" to finish starting bundle
    "update@plugins/org.eclipse.mylyn.tasks.ui_2.1.0.v20070927-0900.jar
    [313]". To avoid deadlock, thread "Thread[main,6,main]" is
    proceeding but "org.eclipse.mylyn.tasks.ui.TasksUiPlugin" may not
    be fully initialized.
    !STACK 0
    org.osgi.framework.BundleException: State change in progress
    for bundle
    "update@plugins/org.eclipse.mylyn.tasks.ui_2.1.0.v20070927-0900.jar"
    by thread "Worker-0".
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.j ava:1141)
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:258)
    at
    org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at
    org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at
    org.eclipse.mylyn.context.ui.ContextUiPlugin$5.run(ContextUiPlugin.java:258)
    at
    org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at
    org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at
    org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at
    org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at
    org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at
    org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at
    org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Caused by:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    ... 40 more
    Root exception:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.j ava:1141)
    at
    org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:258)
    at
    org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at
    org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at
    org.eclipse.mylyn.context.ui.ContextUiPlugin$5.run(ContextUiPlugin.java:258)
    at
    org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at
    org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at
    org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at
    org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at
    org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at
    org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at
    org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)
    !ENTRY org.eclipse.help 4 0 2008-02-22 09:18:14.375
    !MESSAGE Required attribute "label" missing from "topic"
    element in "/com.adobe.flexbuilder.help/tocAPI.xml" (skipping
    element)

    I've found solution by myself so I'll present it here. Maybe
    someone will need it.
    The problem of such behaviour was that Flex plugin always (at
    least on my pc) wants to ustart eclipse using its own JRE from here
    C:\Program Files\Adobe\Flex Builder 3 Plug-in\jre (default dir).
    This environment is Java 5. When you go to
    eclipse>window>preferences>Java>Installed JREs and you
    delete default Flex JRE, add new to point to for example C:\Program
    Files\Java\jre1.6.0_04 eclipse still uses JRE from C:\Program
    Files\Adobe\Flex Builder 3 Plug-in\jre. Do not know why
    Flex/eclipse does that but if you simply overwrite C:\Program
    Files\Adobe\Flex Builder 3 Plug-in\jre files with newer JRE from
    C:\Program Files\Java\jre1.6.0_04 all works perfectly.
    Hope it helps somebody ;-)
    thanks Artur

  • Can't select anything in design mode

    I am new on a large Flex project, and when I go into design mode on one of the mxml files, I can't select anything.  The other views work fine.  Is there a lock, or something?   Below is what it looks like (black mark just hides brand info).  Note that there is a red line near the bottom.  It is actually selectable, but it doesn't do anything.  If I go to Source mode and select a chunk of code, then back to design mode, it does show it as selected.
    This in Flex Builder 3, thanks.

    Have you tried using the outline view for selection?
    Jason San Jose
    Software Engineer, Flash Builder

  • Dreamweaver 8: Java script in Design Mode

    Mac OS 10.4.11 Dreamweaver 8
    I have a web page with a java script that displays a random picture from a list of images each time you reload the page.
    http://www.irises.org
    It renders fine when viewed in a browser, but the image does not display when viewed in Dreamweaver Design mode. The random image does not display and lacking the image other things are out of place.
    The script that sets up the image array:
    <!-- Begin
    // Set up the image files to be used.
    var theImages = new Array() // do not change this
    // To add more image files, continue with the
    // pattern below, adding to the array.
    theImages[0] = 'images/home-rotate-1.jpg'
    theImages[1] = 'images/home-rotate-2.jpg'
    theImages[2] = 'images/home-rotate-3.jpg'
    theImages[3] = 'images/home-rotate-4.jpg'
    theImages[4] = 'images/home-rotate-5.jpg'
    theImages[5] = 'images/home-rotate-6.jpg'
    theImages[6] = 'images/home-rotate-7.jpg'
    theImages[7] = 'images/home-rotate-8.jpg'
    theImages[8] = 'images/home-rotate-9.jpg'
    theImages[9] = 'images/home-rotate-10.jpg'
    theImages[10] = 'images/home-rotate-11.jpg'
    theImages[11] = 'images/home-rotate-12.jpg'
    theImages[12] = 'images/home-rotate-13.jpg'
    theImages[13] = 'images/home-rotate-14.jpg'
    theImages[14] = 'images/home-rotate-15.jpg'
    theImages[15] = 'images/home-rotate-16.jpg'
    theImages[16] = 'images/home-rotate-17.jpg'
    // do not edit anything below this line
    var j = 0
    var p = theImages.length;
    var preBuffer = new Array()
    for (i = 0; i < p; i++){
       preBuffer[i] = new Image()
       preBuffer[i].src = theImages[i]
    var whichImage = Math.round(Math.random()*(p-1));
    function showImage(){
    document.write('<img src="'+theImages[whichImage]+'">');
    //  End -->
    The code (further down the page after the all the list elements) that generates the image:
               <SCRIPT LANGUAGE="JavaScript">
    <!-- This script and many more are available free online at -->
    <!-- The JavaScript Source!! http://javascript.internet.com -->
    <!-- Begin
    showImage();
    //  End -->
    </script>
    Is there a way to get it to display correctly in the Design mode?
    Thanks
    <br />
    </script>

    Is there a way to get it to display correctly in the Design mode?
    I don't think so, at least not with this script.  What you need is for an image to be displayed on the page by default, and for the javascript to only change the src attribute's value.  Something like this -
    At the point where you want the image have -
    <img src="the_path_to_some_default_image.jpg" id="rotation" />
    and in the javascript, change this -
    document.write('<img src="'+theImages[whichImage]+'">');
    to this -
    document.getElementById('rotation').src='theImages[whichImage]';
    See if that works....

  • Flash IDE Components in Flex 3 Design Mode. Can they be visible there?

    Hi,
    Im exploring Flex to get a grasp on its concepts and am currently looking into building components in the Flash IDE. Though i guess its likely that when you're more familiar with Flex you build your components in Flex, like said Im exploring its concepts and like to know where and how the Flash IDE fits in its workflow.
    I made a simple Flex Component in the Flex IDE, which shows up fine when I run the Flex project. But it does not show in Flex Design Mode.
    I have exported the component from Flash as an SWC and added the SWC to the Flex library path. The symbol in the Flash IDE extends UIMovieClip. Now I read in 'Using Adobe FlexBuilder 3' (p.67) that the Flex Components panel only lists visible components, according to the documentation 'components that extend UIComponent'.
    Note that my question is about being visible on the stage in Design Mode, not in the component panel. As UIMovieClip doesnt inherit from UIComponent (and the UIComponent class doesnt seem to be available in the Flash IDE), is this also the cause that the Flash IDE component is not visible on the Flex stage in Design Mode?
    Can someone confirm, or deny this?
    Regards,
    Marcel

    Hi Latha,
    thanks for your feedback. Reading it back though, Im still not sure whether Flex components build in the Flash IDE (using the Flex Component Kit for Flash CS3) can be visible in Flex 3 Design Mode.Maybe you can be a bit more specific and save a lot of Flex beginners a lot of headaches.
    I understand that MXML components can be used in Design Mode. I also understand that if your component is AS you have to create a Library and link that to your project to make them visible in Design Mode. I also understand that Flash Builder 4 does "support rendering of UIMovieClip objects which are in library (swc) and added to the project build path"
    This actually doesnt answer my question really. Does this mean there is no way to render Flex components build in the Flash IDE (using the Flex Component Kit for Flash CS3)  in Flex 3 Design Mode?
    Regards,
    Marcel

  • GIF won't play in design mode, but previews fine... any ideas?

    My animated gif loops in browser preview, but only plays on the stage when i move it around.  If I leave it selected without moving, it sits there frozen.  Any ideas why my gif won't play properly in design mode?  Thanks!

    Thank you for confirmation that that is how things should work.  I'm new to
    the program and following some Lynda tutorials to get up to speed.  My most
    recent lesson included the gif in exercise files, and everything seems to
    function both in Photoshop and the browser.  Even in edge design mode, if I
    press on the gif and move it around, it plays and loops fine.  But as soon
    as I stop moving the gif, it returns to first frame and stays stuck there.
    Whether selected or not, it just sits there frozen.  If I switch
    applications and come back to edge, I catch a glimpse of other frames, as
    if the gif was playing in the background.  But then it stops again, kind of
    like a watched pot   The behavior seemed glitchy to me, but I thought I
    might be missing a setting somewhere.  I'll try with other gifs, I guess..
    Thanks again!

  • I purchased a macbook air from someone on craigslist, and when i try to download iPhoto, it tells me that these apps were already designated to another apple id.

    I purchased a macbook air from someone on craigslist, and when i try to download iPhoto, it tells me that these apps were already designated to another apple id. any way to reset the app store from thinking it's still alligned with him? Lion was reset already, but this isn't. If i download on my mac mini, will i then be able to retrieve the download on my air?

    Hi...
    On the MBAir drag the iPhoto app to the Trash, empty the Trash.
    Then try purchasing and downloading iPhoto.
    You can re download iPhoto on all your authorized Macs. To authorize the MBAir, launch iTunes. From the menu bar click Store > Authorize This Mac. You will be prompted for your Apple ID and password.
    Open the App Store. From the menu bar click Store > Sign In
    Click Purchases from the top of the App Store window.
    Select which apps you want to re download. Then right or control click where you see Installed  then click Install.
    Make sure and use the same Apple ID used for the original purchase.

  • No Design Mode in Flash Builder 4.7

    It took me many hours to figure this out so I thought I would share what I discovered to make it easier on others.
    1.  Flash Builder 4.7 no longer has Design Mode (being able to design forms graphically).  4.6 was the last version to support it.
    2.  Adobe will not sell you 4.6 (or 4.5).  They only sell 4.7.  They suggest you find a retailer who has an old box.
    3.  Don't bother complaining, the word is "real programmers don't use design mode".
    4.  I called support yesterday to get some questions answered.  I was told the wait time is over 2 hours and I can't leave a callback number.  (At least at that time, they only let you leave a callback number for product returns - which I also did.)
    I spent over 8 hours on this yesterday at a cost, in terms of lost revenue, of 4 figures.  I hope this saves you some time.
    Blake

    Hi Blake,
    In another page (http://forums.adobe.com/thread/1056583), Adobe states that it will be possible to download 4.6 in alternative to 4.7, to still have the Design View. However, I have not seen such possibility yet.
    I will not say that "real programmers don't use design mode". They do, if it works fine.
    However, the Design View was not very useful for mobile projects, if you wanted to create an interface which, at run time, adapts to different screen estates.
    It was very good to draw an initial mock-up, but only the simulator (and the device) can say how the app really looks like (if you want to know more, please have a look here: http://aliencoding.com/2013/02/22/adobe-flash-builder-4-7-has-no-design-view-is-it-blasphe my-no-but-the-software-contains-some-other-blasphemous-aspects/).
    If you develop for desktop, then I agree the Design View lack is a real drag. I think Adobe should at least lower the price of the program, now that it's been scaled down for (I think) copyright issues (the Design mode relies on Flash professional components that was not donated to Apache).
    I love this platform because it really saved my butt in cases of real fast devployment, BUT NOW it lacks support for Windows 8 that PhoneGap has...
    Can we say... it is a legacy framework by now? 

  • AppleTV: How can I see what song is playing if I am viewing my photos in slide show mode on Apple TV and streaming from my iTunes?

    How can I see what song is playing if I am viewing my photos in slide show mode on Apple TV and streaming music from my iTunes?
    Thanks.

    Thank you Winston. I guess we need to ask that this feature gets added at least as an option in an upcoming release. When someone is using shuffle, it helps to know what is playing while viewing pictures.
    Where is my Apple request button when one needs it ? :-) Cheers, C

  • Design mode not working in Jdev 10g

    Hi All
    I am facing some problem in Jdeveloper 10g. I created a project few days back. Today when I am opening jsp pages of that project, It is not coming in the Design mode. It writes only "Page Directives" instead of showing Forms and Tables. But when I run them, it shows the tables etc properly in browser.
    Can anybode help me out to open the page in Design mode again.
    Regards
    Rexy

    Hi Chris
    According to the note, These files gate changed when they are inside WEB-INF. But in my case, these files are parallel to WEB-INF and still they are showing this kind of behaviour.
    Regards
    Rajat

Maybe you are looking for