EUI: Focus - target lost, prev = null, input = null, app=SpinFuse@a55d6edd

Hi Please help, I got this message and my Apllication hanged and I never could reopen.

Whay its happens. Your suggestion will be a great help. Waiting for your favourable response.

Thank you friends...

This happens if break you all the screens into a uiapplication without closing. don't forget to call close on the last screen, or system.exit.

Tags: BlackBerry Developers

Similar Questions

  • Debugging inaccessible FacesException:Target, 'bean' returned null

    Hi all

    Jdev: 11.1.1.7.1

    We have a living ADF application that worked very well until installing a recent where a flow is the break with the message "inaccessible FacesException:Target, 'bean' returned null. It works very well in our UAT and our production environment is clustered.

    StackTrace

    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: javax.faces.FacesException, msg=#{pageFlowScope.xyzBean.showCaseDetails}: Target Unreachable, 'xyzBean' returned null
    Supplemental Detail    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:417)
    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:479)
    at com.wellsfargo.common.view.WFExceptionHandler.handleException(WFExceptionHandler.java:57)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._handleException(LifecycleImpl.java:1380)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:211)
    .....
    ..
    ## Detail 0 ##
    javax.faces.FacesException: #{pageFlowScope.xyzBean.showCaseDetails}: Target Unreachable, 'xyzBean' returned null
    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
    at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:148)
    at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:280)
    

    Guidance on how to debug what appears not a problem with scope as our UAT works very well.

    We were finally able to reproduce the problem in our local instance.

    Regarding the cause, the view behind the UI object, the research doesn't have the right keys. As a result, selection on the table was selecting two rows on the search results. By clicking on the commandlink, it seems that two events of Action are put in queue and after that the first action event navigates successfully, the second is pulled and fails.

  • Error null.app when packaing Swing/JavaFX apps

    Hello

    On Mac OS X Lion, using Java SE 7 update 6 and 7.2 Netbeans I try to create a native bundle for a combined swing / JavaFX app.

    A test, I use the sample application JavaFX 2.2, SwingInterop

    and using the Ant of this Oracle blog code:

    https://blogs.Oracle.com/talkingjavadeployment/entry/packaging_swing_apps_with_integrated

    The problem I have is that the build fails so does not .app or .dmg files.

    The source of the problem seems to be that rather than create SwingInterop.app generation is trying to build, "null.app." In the output log, I get:

    Creation bundle app: /Users/simon/NetBeansProjects/JavaFXSwingApplication5/dist/bundles/null.app
    Package building for null DMG


    I have no problem to create DMG files for pure JavaFX applications. I wonder if the Ant code < target > to:

    https://blogs.Oracle.com/talkingjavadeployment/entry/packaging_swing_apps_with_integrated

    actually works? Or if there is something seems wrong somewhere else in my build.xml file.

    My complete build.xml for this project looks like this:


    <? XML version = "1.0" encoding = "UTF-8"? >
    <!-you can freely modify this file. See comments below for-> blocks
    <!-some examples of how to customize the building. ->
    <!--(si vous le supprimer et rouvrez le projet, il sera recréé.) ->
    <!-by default, only Clean orders and Build using the build script. ->
    <!-such commands that run, Debug, and Test to only use this version of the script if->
    <!-the compile on save feature is disabled for the project. ->
    <!-you can disable compilation when recording (or deploy when recording) setting->
    <!-in the project properties dialog box. project->
    < project name = default "JavaFXSwingApplication5" = "by default" basedir = "'." xmlns:fx = "javafx:com.sun.javafx.tools.ant" > "
    < description > creates, tests and manages the JavaFXSwingApplication5 project. < / description >
    < import file="nbproject/build-impl.xml"/ >


    < target name = "- post - jar" >
    "< taskdef resource="com/sun/javafx/tools/ant/antlib.xml.
    URI = "JavaFX:com. Sun.JavaFX.Tools.ant ".
    classpath="${JavaFX.Tools.Ant.jar}"/ >

    <! - mark as the Swing-based application - >
    < fx:application id = "swingFXApp" mainClass = "${main.class} ' toolkit = 'swing' / > '"

    <!-create doubleclickable with built-in-> Launcher jar file
    < fx:jar destfile = "${dist.jar}" >
    < dir="${build.classes.dir}"/ fileset >
    < fx:application refid = "swingFXApp" name = "JavaFXSwingApplication5" / >
    <>Manifesto
    < attribute name = "implementation-seller" value = "${application.vendor}" / >
    < attribute name = "implementation-Title" value = "${application.title}" / >
    < attribute name = value 'implementation-Version"="1.0"/ >
    < / manifesto >
    < / fx:jar >

    <!-sign application jar. New certificate of self-signed use-->
    < file="${build.dir}/test.keystore"/ delete >
    < genkey alias = 'TestAlias.
    storepass = 'xyz123' keystore="${build.dir}/test.keystore '.
    dnom = "CN = samples, OU = JavaFX Dev, O = Oracle, C = US" / >
    "< fx:signjar keystore="${build.dir}/test.keystore ".
    alias = storepass "TestAlias" = "xyz123" >
    < file = "${dist.jar}" / fileset >
    < / fx:signjar >

    <! - generate JNLPs, HTML and native harnesses - >
    < fx: deploy the width = "960" height = "720" includeDT = "true".
    nativeBundles = "all".
    embedJNLP OutDir = "${basedir} / ${dist.dir}" = 'true' "
    OUTFILE = "${application.title}" >
    < fx:application refId = "swingFXApp" / >
    < fx:resources >
    < fx:fileset dir = "${basedir} / ${dist.dir} ' includes ="JavaFXSwingApplication5.jar"/ >"
    < / fx:resources >
    < fx:permissions / >
    < info title = "sample application: ${application.title}" "
    Vendor = "${application." Vendor} "/ >"
    < / fx: deployment >
    < / target >
    < / project >


    For more information, the build error given by Netbeans is given as

    / Users/simon/NetBeansProjects/JavaFXSwingApplication5/build.xml:108: null

    the links to the next line in the file build.xml

    OUTFILE = "${application.title}" >

    which is part of the fx: deploy the tag.

    Any ideas gratefully received.

    Please

    1 paste here manifest starting at ${dist.jar}

    2. click on the icon 'tools' in the build output window and Ant output mode "verbose".
    Do you see more detailed exceptions?

    In addition, this is incorrect:

    If refid is used all other attributes are ignored.
    Try the movement name attribute to the

  • Setting the focus problem - stadium is null?

    I'm trying to programmatically set the development of a textinput, however the debugger throws me this error:

    Cannot access a property or method of a null object reference.

    I'm trying to set the focus with this line

    stage.focus = input
    

    For reference, here's a bit of the code

    package views
    {
        import flash.display.GradientType;
        import flash.display.Graphics;
        import flash.display.Shape;
        import flash.events.MouseEvent;
        import flash.events.TouchEvent;
        import flash.geom.Matrix;
        import flash.text.TextFormat;
        import flash.text.TextFormatAlign;
    
        import qnx.input.IMFConnection;
        import qnx.ui.buttons.LabelButton;
        import qnx.ui.core.UIComponent;
        import qnx.ui.display.Image;
        import qnx.ui.text.Label;
        import qnx.ui.text.TextInput;
    
        public class RenamePopupContainer extends UIComponent
        {
            private var input:TextInput;
            private var file:String;
    
            public function RenamePopupContainer(_file:String)
            {
                super();
                file = _file;
                setSize(1024, 600);
                setPosition(0, 0);
                createChildren();
    
                IMFConnection.imfConnection.showInput();
                stage.focus = input;
            }
    
            private function createChildren():void
            {
                var labelFormat:TextFormat = new TextFormat();
                labelFormat.color = 0xFFFFFF;
                labelFormat.size = 28;
                labelFormat.align = TextFormatAlign.CENTER;
    
                var mat:Matrix = new Matrix();
                mat.createGradientBox(400, 1);
    
                var line1:Shape = new Shape();
                line1.x = 312;
                line1.y = 92;
                line1.graphics.beginGradientFill(GradientType.LINEAR, [0xeeeeee, 0xeeeeee, 0xeeeeee], [0, 1, 0], [0, 127, 255], mat);
                line1.graphics.drawRect(0, 0, 400, 1);
                line1.graphics.endFill();
                addChild(line1);
    
                var label:Label = new Label();
                label.text = "Rename to?";
                label.setSize(450, 40);
                label.setPosition(287, 43);
                label.format = labelFormat;
                addChild(label);
    
                input = new TextInput();
                input.setSize(380, 40);
                input.setPosition(322, 120);
                input.text = file;
                addChild(input);
    
                var line2:Shape = new Shape();
                line2.x = 312;
                line2.y = 190;
                line2.graphics.beginGradientFill(GradientType.LINEAR, [0xeeeeee, 0xeeeeee, 0xeeeeee], [0, 1, 0], [0, 127, 255], mat);
                line2.graphics.drawRect(0, 0, 400, 1);
                line2.graphics.endFill();
                addChild(line2);
    
                var btnOk:LabelButton = new LabelButton();
                btnOk.setSize(120, 40);
                btnOk.setPosition(384, 210);
                btnOk.label = "Ok";
                btnOk.addEventListener(MouseEvent.CLICK, ok);
                addChild(btnOk);
    
                var btnCancel:LabelButton = new LabelButton();
                btnCancel.setSize(120, 40);
                btnCancel.setPosition(519, 210);
                btnCancel.label = "Cancel";
                btnCancel.addEventListener(MouseEvent.CLICK, cancel);
                addChild(btnCancel);
            }
        }
    }
    

    This is a fairly common problem: placement of a DisplayObject property has the value NULL until it has been added to the display list.  There are a few solutions, but the easiest for you would be, if this object never will be added to the display list once.

    // in place of your existing stage.focus line
    addEventListener(Event.ADDED_TO_STAGE, onAddedToStage);
    
    ...
    
    private function onAddedToStage(e:Event):void {
        removeEventListener(Event.ADDED_TO_STAGE, onAddedToStage);
        stage.focus = input;
    }
    
  • Gainer Focus and lost Focus

    How implements methods for gainer focus and the focus lost?

    Thank you

    Use a listener changes node.focusedProperty () to find out when a field wins or loses the focus.
    Call node.requestFocus () to request the update (for some reason any I have to wrap it in Platform.runLater so that he can actually do something).
    Call node.setFocusTraversable (false) If you do not want the user to be able to tab to the node, but still be able to click on the node to give it focus.
    Call node.setDisable (true) If you do not want the knot to be active at all.

    I don't know how is calculated the order of focus traversable, maybe the order in which items are added to the scene?
    Not sure how you would create a crossing of focus custom if you need.

      @Override public void start(Stage primaryStage) {
        final TextField tf1 = new TextField("First but not initially focused");
        final TextField tf2 = new TextField("Second initially focused");
        Platform.runLater(new Runnable() { public void run() { tf2.requestFocus(); } });
        final TextField tf3 = new TextField("Can focus by clicking on, but not by tabbing to.");
        tf3.setFocusTraversable(false);
        final TextField tf4 = new TextField("Cannot focus at all.");
        tf4.setDisable(true);
        tf1.focusedProperty().addListener(new ChangeListener() {
            public void changed(ObservableValue observable, Boolean oldValue, Boolean newValue) {
              if (newValue) {
                System.out.println("First text field gained focus");
              } else {
                System.out.println("First text field lost focus");
              }
            }
          }
        );
    
        VBox root = new VBox(); root.setSpacing(5);
        root.getChildren().addAll(tf1, tf2, tf3, tf4);
        primaryStage.setScene(new Scene(root, 300, 100));
        primaryStage.show();
      }
    
  • How can I stop Winodws 8 music to move to a low volume, when the focus is lost?

    When I play music through Windows 8 music metro App, it falls to 20% volume when I do anything else on my system. For example, I'll start playing some Nightwish, go see my mail and the music will be 20% in volume.

    The only way that to work properly, it seems to me is if I have the music app line up on one of my monitors (I have three) and use only desktop applications. If I touch any application metro except for the music, the music will be reduced to a low volume.

    I've been running Windows 8 on my laptop (screen only) for a while now and do not experience this problem. Would it be because of multiple monitors?

    I'm really at a loss because the only other fault I have with experience is not having a list of music being downloaded when you download something from Xbox Music - its almost perfect.

    It was the first thing I tried, and it has not changed the behavior of the application.

    However, I have noticed there are updates available for the included applications and after you apply the update on the implementation of the music (I had to reboot for updates to be applied, although it's telling me to do), the music app is more exposed its tendency to decrease its volume while running in the background.
  • Photos from iphoto imported disc ext new imac then lost new photos and photos app

    Imported photos iphoto to ext drive to the new imac then lost new photos that were stored in the new «Photos for Mac»

    All those Iphoto original is in my new mac now, but still using the format "iphoto". ...  Found the most recent that I had stored in the new format 'Photos for Mac' in icloud but can no longer run the new format or retrieve photos from icloud on the imac?  I'm confused... I obviously missed a few steps.  Be nice... I'm old!

    iPhoto Photos are two different applications and they use different libraries.

    So I understand you correctly: you have applications and different photos in two libraries?

    Missing also photographs?

  • MacBook Pro OSX lost certificates, no time, no App Store updates

    Hi, my macbook pro recently ran out of battery and closed. When I turned this back, the time to reset and will not update automatically. Every website I go on Safari or Firefox can not verify site identity (lost certificates?) and it does not connect to the app store. Also the fans are constantly on even if I'm just using this page.

    Tried rebooting, tried resetting the SMC and nothing. Found a guide to trigger the update of time and just get every time a 'time out '.

    Using OSX El Capitan 10.11.4 and macbook mid 2010. Any help would be appreciated.

    time to reset

    Every website I go on Safari or Firefox can not verify site identity (lost certificates?)

    NO lost certificates.

    In order to ensure a secure connection (httpS://), your TIME should be correct within five minutes or less. Without it, an obscure hack is possible, so it is not allowed.

    ----------

    There was a very obscure bug that surface when the 'International' settings get corrupted.

    To fix, open system preferences, choose a set of parameters which are NOT what you want, and then save and close the window. (for example, if you are in the United States, choose settings UK and save them).

    Now back to this same pane, make sure the settings 'stuck' (using the £ instead of $ currency). Now, change them to those you want to keep, save the changes, close the window.

    Re-open the window and make sure that the changes 'stuck' (back to $ instead of £).

    NOW try to update the TIME and time zone.

  • iBooks lost books on iMac after app upgrade

    I upgraded today, including ibooks.

    iBooks downloaded all my books to iCloud. I do not want continuous who and collapsed storage on iCloud.

    No, it is not possible to use ibooks on mac.

    books are not visible

    also new pff cannot be opened or stored.

    How can it be restorde?

    If you choose to synchronize the iBooks with the cloud, then all your books and PDF files is transferred here from all of your devices, including your computer. The iBooks purchased in the iBooks store will be the only books that apparently remain on your computer and will appear in iTunes. This, of course, translates into the copies are physically removed from your devices during synchronization, with the exception of those books purchased from the Apple Store.

    To see your books that are now stored in the cloud, you must make sure that the option "Hide iCloud books" is not checked. Then you will see your iBook you can download on your device all over again. Apparently Apple engineers cannot imagine unless you are planning to have that data on your device, you CAN actually be there, but rather to make the decision to order to remove your data and put everything in the cloud... because of course everyone has internet access all the time...

    To resolve this problem, you can go through each of your iBooks now downloaded and deleted and press the cloud with the blue arrow icon to re-download the iBook (I got 8.5 GB is 2000 pounds... so imagine how long that would take)- or, if you were back in a time Capsule or other device, you can restore your books through the following method :

    (1.) to go to the system preferences and open iCloud. Click on 'Options' next to iCloud Drive and deselect iBooks.

    2.) go to the users/library/containers and find the com.apple.BKAgentService folder and the com.apple.iBooksX folder. Copy these two files to your desktop.

    (3.) your folders of backup restore the two above.

    Open IBooks) 4. Sign out of your account and reconnect. Your iBook should be back on your computer and resynced via iTunes.

    If you get an error message when you try to open a book that it can not be found, or all your books begin to disappear again when the reopening of iBooks on your computer, wait and allow the app to finish what he does. I found that he got my computer (and my connection internet outside for awhile), but it removed and then restored the iBooks, but they were not in the manual order that I originally had them stored in my collections. To resolve this problem, I closed the program and copied the com.appl.iBooksX file again. When I have opened the app, everything was in place again.

  • Smartphones blackBerry lost all my 3rd party apps when I passed my OS

    Hello, last night I changed my OS for my bb bold 9000 for 5.0 to 4.6 att because the application memory is still extremely low and the phone is generally slow. During the process, I received a notification that a fatal error has occurred and that I needed to use the backup file that was created. I was able to restore the file, but all my downloads 3rd party lacked such themes, uber twitter, fb, etc. This morning, I've switched back to the 5.0 os and used the same restore file, but they are still not there. Any ideas/suggestions?

    You will need to download and reinstall them.

    For Facebook, from your BlackBerry browser, go to www.blackberry.com/facebook

    If you have installed the AppWorld paid applications, they should be listed in your AppWorld again once you have entered your PayPal account information.

  • Why uiEngine inputscreen is null

    Have not touch Java for blackberry for a while,

    I'm entercounting a new problem. Please help me solve this problem...

    What I do is:

    Once the user press a button on the screen, it will start a thread to crawl content, then push the new screen on top.

    However, once a new screen is pushed, it is said

    Focus - target lost, prev = null, input = null

    so I debug him: what I have found is:

    When my new screen is pushed in stack, uiEngine, inputscreen become zero.

    It is very wired, I used

    _APP.invokerLater (new Runnable() {}

    }) to update my screen.

    This will cause the uiEngine.inputscreen is null?

    Thank you

    The f

    The information you gave are not really sufficient to analyze your problem.

    The code that you use with UiEngine is usually necessary only when you run a background application (ui less), i.e. using the Application class.  You run a foreground app using the UiApplication class.  So I suspect that you use wrong a mechanism along the way.

    Putting this another way, if your code is running in a Thread that was started by a UiApplication, you can revisit the event using

    UiApplication.getUiApplication (), invokeLater (...).

    You shouldn't have to use UiEngine.

  • Update lost with my Simulator

    I've been using the 7290 & the default Simulator.  I have the 4.1.0.185 JDE.  Help on the Simulator is: 2.3.0.92.

    Everything works fine.  I gathered data user a summer happy with screens.  All of a sudden, I started getting the following:

    Output net_rim_sdk_simulationSB (72)
    From TideTableTesting
    TideTableTesting (95) started
    TideTableTesting (95) foreground
    Focus - target lost<>
    VM: + GC (F)
    VM:-GCt = 3, b = 1, r = 0, g = 1
    VM: + CR
    VM:TI2Rv = 29
    VM:-CR = 0

    Focus - target lost?  I searched here and with Google.  I don't know what happened.  The result is that the Simulator will not start.  I downloaded the Simulator and replaced the original, but still get the message.

    Thank you guys!

    I blew it!  I finally noticed that my last line of code has been removed (pushScreen (mainScreen)

    I know that you will never speak to me again but thanks!

    Austin

  • Dependency injection and inaccessible target return null

    Hello
    I tried a simple code to jsf 2.
    That's
    Here's the jsp
    -----
    < h:form >
    < h:inputText value="#{MBTest.thePerson.name}"/ >
    < h:commandButton value = 'submit' action = "#{MBTest.action}" / >
    < h:messages / >
    < / h:form >
    -----

    Here's Managed bean MBTest
    -----
    @ManagedBean (name = "MBTest")
    @RequestScoped
    public class MBTest {}

    @ManagedProperty (value = "#{thePerson}")
    private person thePerson = null;

    public MBTest() {}
    }

    public person {} getThePerson()
    Return thePerson;
    }

    {} public void setThePerson (person thePerson)
    this.thePerson = thePerson;
    }

    {} public void action()
    System.out.println (thePerson.GetName ());
    }
    }
    -----
    This is the Person class
    -----
    public class person {}

    private String name = null;
    private int age = 0;

    public int getAge() {}
    return age;
    }

    public void setAge (int age) {}
    This.Age = age;
    }

    public String getName() {}
    return the name.
    }

    public void setName (String name) {}
    myIdName = name;
    }
    }
    -----

    But once this completed page opens (Please note that "thePerson" managed bean instance is not instantiated, just the managed property has been declared). When the button is pressed, it gives me the error of followuing
    -----
    /index. XHTML @12,60 value = "#{MBTest.thePerson.name}": unattainable target, "thePerson" returned null "
    -----
    Could you please tell me why?

    Off topic:
    Where the code tags? I can't find it here.

    as far as I can see, your person class is not a managed bean. I expect an annotation @ManagedBean (name = "thePerson") on it. If you do not a managed bean, JSF doesn't know it exists.

    If you don't want a person as being a managed bean, then simply yourself create an instance of your class MBTest.

    private Person thePerson = new Person();
    
  • Inaccessible, the "myPage" target returned null

    Hi all
    I use Jdeveloper 11.1.1.0
    I have a page in adfc-config, and when I run my application I have this error:
    Cause first of ServletException.
    javax.el.PropertyNotFoundException: inaccessible target, 'myPage' returned null
    at com.sun.el.parser.AstValue.getTarget(AstValue.java:88)
    at com.sun.el.parser.AstValue.setValue(AstValue.java:133)
    at com.sun.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:255)
    at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:259)
    at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)

    What is the problem?

    Thank you

    Andrea

    Andrea,
    We cannot say without any knowledge on your page.
    All I see is that you are referencing a myPage property somewhere in your page that is not present in every bean or binding.
    Search for my page and check if the bean is present.

    Timo

  • Session PK "null Reset".

    Hi all
    I have a form that has four elements that are able to save a search/filter data. Once the button search is selected according to the four values of selected point, record data are met. Can also select the Previous and Next buttons to scroll through the Records data populated search/filter.
    My problem is that the Session for the primary key is 'Reset to Null' when search is selected. So I'm not able to transmit values of element using a button that performs a redirection to another page in "Put on these items with these values" or by using the "URL target". The search button calls a function JavaScript, no 'submit '.
    But once I have add
    javascript:doSubmit('SEARCH')
    for the search button. The Session is the current value of the primary key. The form is rendered/subject but this makes my form lose features such as scrolling the records by using the buttons next and previous. The 4 elements of the research/Filterable also lost the focus to here 'view Null value'. Can someone help me to find another way to capture the value of my primary key? So I can pass values of Item to another page to create child table data based on the foreign key, thanks.

    Hello

    The process is what I've been suggests - in other words, we have only one button (which I renamed to SAVE2 to avoid a conflict with the existing button SAVE) which is displayed continuously. If the user clicks on this, the new process (which is configured to run before all other processes) will search for a value in the P2_PK_CLASS_ID element. If this element is null, we create a new record, then we change the value request to 'CREATE', otherwise we have to "SAVE". After this, all processes is displayed this new value for demand so act accordingly. The next immeidate process is the standard process of "process line..", so this will understand to CREATE or SAVE and run the right SQL.

    For the Info Session Add button question... This button has been using standard features of Apex redirection that specifies some 'set these values' / 'with these values"elements. It's fine IF the page was submitted and the values are in page numbers, that you have demonstrated. However, the items are updated using Ajax, so Apex does not know these when the redirect URL is under construction. To work around this problem, I created a new function of javascript (called doRedirect) in your header HTML box. He built the URL based on javascript understanding rather point values. The normal method redirect() is then called using this place. I created a new button (so that you can keep the existing one for comparison) which simply calls doRedirect(). This moment passes the values on page 9.

    Andy

Maybe you are looking for

  • SSD disappeared after update

    Hi people, I just did the last update of El Capitan on my Mac Mini 2011, 10.11.6, as well as the removal of Team Viewer (after the recent security issues) and reboot, the OS disk just disappeared. It has 2 drives, a Samsung SSD 840 and 2 TB HDD; the

  • When I drop a photo from my iPhone to the iMac I'm not

    Whence the photo that I dumped my iPhone to my iMac resident on the iMac? It seems that I have a picture of the iPhone for iMac parachute successfully but I can't. I expect to be in photos or at least in the pictures folder in the finder.

  • storage of film iCloud

    If I buy a movie from the iTunes store account against my I paid for (50 GB) storage iCloud

  • a 6500 - unable to connect to web services 710n

    I've been on web services and receive printing applications.  Suddenly, my apps stopped printing.  I tried all other solutions, reset default, etc. and still unable to connect to web services.  It requires a power of attorney.  I put the proxy of goo

  • Error in the capture of several channels using pre-trigger

    I have problems of acquiring data with pre-trigger samples during the capture of several channels, using hardware NOR-PXI-6071E and Analog Input VIs in Labview (inheritance OR-DAQ). My goal is to trigger a signal, while capturing another. Unfortunate