ESTK vs UI script behavior

Hello,
I observed some differents in script behavior depends on running from ESTK or InDesign script palette.
Script is working with 2 docs, but one of them is hidden (no window layout).
Read data from hidden one are used for seting pageItems on second (visible, active) one.
Both ways script work with no errors, but some read data are incorrect when I run from ESTK, so some of built pageItems looks different.
Script is saved before run.
Are some app.preferences ommited when script goes from ESTK?
It looks like some default properties for textFrames..., tables..., others objects..., add() method are based on different sets,
depends on where I start script to work from.
What should I pay attention at?
Thx to all with patience..

Without more details, it's just about impossible to guess what's wrong...
Harbs

Similar Messages

  • Why does this script behavior change with the phase of the moon ?

    Can anyone from adobe corp or non-adobe volunteers tell me where to look in their docs to find out why this script change its behavior or how to use the debugger to figure out the same. I read the guide and the whole section on debugger and break points etc well.
    try{
    this.getField('Button4').strokeColor = color.red   ;
    app.setTimeOut( "this.getField('Button4').strokeColor = color.green ;" , 500 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.blue  ;" , 1000 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.red   ;" , 1500 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.green ;" , 2000 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.blue  ;" , 2500 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.red   ;" , 3000 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.green ;" , 3500 );
    app.setTimeOut( "this.getField('Button4').strokeColor = color.blue  ;" , 4000 );
    catch(e){}
    Sometimes the above script cycle thru all the colors in proper order and other time it get stuck.
    I have linked it to a button so its part of the button javascript.
    Is there a way to craft setTimeOut calls that it becomes a reliable delay ?
    How to craft it such that the file does not change and does not have to be saved ? This is wanted in addition but not the essential issue at the moment.
    Thanks,
    Rainbow

    MAXcount=20
    // Create a simple color animation on a field called “Color” that changes every second.
    function DoIt() {
      var f = this.getField("Button4");
      var nColor = (timeout.count++ % 10 / 10);
      // Various shades of red.
      var aColor = new Array("RGB", nColor, 0, 0);
      f.fillColor = aColor;
      console.println( 'change' + ' ' + nColor + '; count=' + timeout.count );
      if (timeout.count >= MAXcount)
        app.clearInterval ( timeout );
    console.show();
    console.clear();
    console.println('Start');
    // save return value as a variable
    timeout = app.setInterval("DoIt()", 1000);
    // Add a property to our timeout object so that DoIt() can keep a count going.
    timeout.count = 0;
    console.println('End of code');
    // And observe the results. I expect your new timer events are conflicting with each other. Note that in the above code the change is performed within the called function and not as new line of code.
    I ran it but did not follow your last comment and acrobat disk icon prompts for saving the file. Can anyone remove this "latter problem" ? Can it be solved by any means ?

  • ExtendScript try/catch difference when script ran from ESTK and Illustrator

    Hello,
    I've written an ExtendScript for Illustrator using the ExtendScript ToolKit (ESTK).  This scripts works really well when running it in Illustrator from the ESTK (using the target application functionality).
    However when I run it directly within Illustrator (by selecting it from the dropdown File > Scripts) I get a run time error.  Is this normal?  Should I expect differences when running the script in these two different ways?
    The error is in this function...
    ```
    function itemUsable (arr, item) {
        var usable = true;
        try {
            arr[item];
            usable = true;
        } catch(e) {
            $.global.alert(e);
            usable = false;
        return usable;
    ```
    The point of the code is to get around Illustrator's issue of throwing errors when accessing properties that don't always exist.  Ran from ESTK the try/catch statement catches the error "No such element" and then sets the function to return false.
    When ran directly from Illustrator the error message fires but the try/catch doesn't seem to stop the script from exiting.
    The only difference I can see is when running the script from ESTK the dropdown menu next to the application target dropdown is always (and has only the option) "main".  Running the script directly from Illustrator, when the error is thrown this dropdown option is set to the value "transient".
    See this screenshot for an example what I mean
    Any help would be much appreciated.
    Thanks,
    /t

    Thanks Trevor.
    So it turns out that a script executed in Illustrator from ExtendScript has a different debug mode compared to a script that is opened directly by Illustrator.  Useful to know.

  • Script crashes AI except when from from the ESTK...

    Has anyone run into an issue where a script crashes Illustrator except when it's run from the ESTK? The script has worked fine in the past but then when we changes to CS6 it will only complete when ran within ESTK.

    I got the same problem! In my company we have three MACs (OSX 10.6.4) connected via fibre channel to a metasan (4.5) controlled raid5 with 24TB.
    All of them crashing unexpected. Sometimes when scrolling trough the timeline, sometimes when we open a project. The performance of the raid is about 320MB/s reading.
    Updated everything, and thought this would save the problem. It got better, but it still exists. Tried to solve it for weeks and really don´t know what to do next.
    Hope anyone can help me!!!

  • Sudden problems with image behaviors, javascript on Yahoo servers

    I have been posting my website with Yahoo Small Business for 10 years and have never had a server-side issue (to my knowledge).  Until now.
    It should first be pointed out that all my sites are basic HTML, constructed using Dreamweaver 8 on an old Sawtooth PowerMac that runs OS X.3.8.  I am behind the times and know it. 
    I have a 2011 iMAC, but can't afford to upgrade my imaging software.  If adobe cared anything about aspiring designers, they would come down to earth with the pricing (why should current students, educators and private business be given such a massive advantage in pricing?).  Sorry, I'm just being truthful.  I do not use style sheets (though it would be helpful to learn since the web is run by them now).
    Recently, I completely redesigned my personal website.  When I tested it on my old mac, everything functioned as desired.  When tested on my new mac, everything functioned as desired.  When viewed online after uploading to the server, the page appears to load in full, but none of the image behaviors work.  Correction, the "mailto:" link works, but it was assigned in the property inspector rather than the behaviors inspector.  So I have no rollovers and no operative links beyond email.
    I sent the site files to a friend so he could check the site.  He posted it to the server he uses and all the functions on the page work correctly.  This is where I came to suspect that the problem is with the Yahoo servers and not my coding.
    Here is the link to the page that does not work correctly:
    http://www.boughnermultimedia.com
    Here is the link to the page that does work correctly:
    http://www.ericsearsandeyes.com/fboughner
    In Safari, I checked the error console and the following message appears for all java script behaviors:
    ReferenceError: Can't find variable:
    If someone here could check my source code and let me know where Yahoo is having problems with my code, it would be greatly appreciated.
    Thanks.

    Your code is corrupted.  If you view source in browser, you'll see your code is compressed into one long line. This will surely cause JavaScripts to fail.
    Your friend's version works because the code is not compressed.
    In DW, go to Edit > Preferences > Code Format >
    Which Line Break Type are you using? 
    Nancy O.

  • How Save File using script ?

    Hi Expert
    I am using MAC OSX 10.8.3 and InDesign CS5.5
    I use this script to save the InDesign file and run this script using Adobe ExtendScript ToolKit CS5.5
    #target indesign
    var myDocument=app.activeDocument;
    myDocument.save(File("/var/New.indd"));   
    But Script give error
    can not save "untitle1.indd" under a new name
    where "untitle1.indd" is created indesign file name.
    Is it Script proble or InDesign problem
    or
    MAC OSX problem ?
    How save file  ?
    Thanks.

    Bill joy wrote:
    Is it Script proble or InDesign problem
    or
    MAC OSX problem ?
    Hi Bill,
    I think it is your path problem. (Are you able to save this file in UI there?)
    Check:
    mFile = new File("/var/New.indd");
    mFile.isValid;
    You can't go forward until above == true;
    You could check how your system records a path using this in ESTK:
    mFile = File.saveDialog();
    select any file and check ESTK console.
    Script is creating a new File object with path you can see (not saving anything), so do it same way.
    If you will pass above with true save a doc using:
    mDoc.save(mFile);
    Jarek

  • What could block a script, when there's nothing wrong with it?

    Hello, again
    I've just wasted some hours trying to get a script to execute. It threw an error saying that the 'object wasn't valid' I decided to give up, wen't home, and later at home started up again to see if I could sort it out.
    It executed well on the first run.
    Same computer. No changes to the script. ESTK was set to InDesign 5, I checked it a million times.
    What could cause this to happen? Caches overflowing? "Blocks" between InDesign and ESTK?
    The script isn't callng for any URIs or such.
    Here's the bit I was having trouble with:
    app.activeDocument.groups.everyItem().ungroup();    
    app.activeDocument.layers.everyItem().locked = false;
    app.activeDocument.pageItems.everyItem().locked = false;
    MoveTextFrame();
    function MoveTextFrame() {
        var doc = app.activeDocument;
        var stories = doc.stories;
        var STYLE = doc.paragraphStyles.item("Some Style");
        for (var i = stories.length-1; i >= 0; i--) {
            if (stories[i].appliedParagraphStyle == STYLE && stories[i].paragraphs[0].parentTextFrames[0].parentPage.name == 1) stories[i].paragraphs[0].parentTextFrames[0].geometricBounds = ([38.8, 15, 48.249, 130]);  
            if (stories[i].appliedParagraphStyle == STYLE && stories[i].paragraphs[0].parentTextFrames[0].parentPage.name == 2) stories[i].paragraphs[0].parentTextFrames[0].geometricBounds = ([9.2, 15, 18.6, 130]);               
            if (stories[i].appliedParagraphStyle == STYLE && stories[i].paragraphs[0].parentTextFrames[0].parentPage.name == 3 && app.activeDocument.documentPreferences.facingPages == true) stories[i].paragraphs[0].parentTextFrames[0].geometricBounds = ([9.2,225, 18.6, 340]);
            if (stories[i].appliedParagraphStyle == STYLE && stories[i].paragraphs[0].parentTextFrames[0].parentPage.name == 3 && app.activeDocument.documentPreferences.facingPages == false) stories[i].paragraphs[0].parentTextFrames[0].geometricBounds = ([9.2,15, 18.6, 130]);
            if (stories[i].appliedParagraphStyle == STYLE && stories[i].paragraphs[0].parentTextFrames[0].parentPage.name == 4) stories[i].paragraphs[0].parentTextFrames[0].move([15,9.2]);

    Thanks for taking your time Harbs.
    Sorry to say, once I escape the ungroup-line, it still won't run. Says line " if (stories[i].appliedParagraphStyle == STYLE && stories[i].paragraphs[0].parentTextFrames[0].parentPage.name == 1) stories[i].paragraphs[0].parentTextFrames[0].geometricBounds = ([38.8, 15, 48.249, 130]);"
    ..is wrong and that 'null is not an object'.

  • Behavior for calling static image instead of swf?

    On our webpage we currently have a flash image running. We
    also use a Dreamweaver behavior that takes a user without the Flash
    Player installed to a separate page that has a static jpg image
    instead of the Flash image.
    Is there a script, behavior or method available that would
    call the static jpg image instead of the Flash image for non-Flash
    Player users without sending the user to a separate page?
    Thanks.

    You can add an image tag inside the object tag. Just make
    sure the image tag is the last line before the closing tag of the
    object here is an example

  • Cisco AnyConnect Secure Mobility Client - Script Problem

    I am running ASA 8.4(1) ASDM 6.4 and Anyconnect Client 3.1.05152, and am running into issues where the script is pushed to the client but is not executed.
    EnableScripting = true is set in the profile.
    I have named my script OnConnect.vbs and I see it getting pushed to the client but not executed.
    So any advise on how to solve the issue would be very much appreciated.
    Thanks in advance for your replies.

    do you have the xml assigned in the group policy on the ASA?  I know the scripting behavior changed between anyconnect 2.5 and 3.1.  AnyConnect 2.5 only required the xml profile locally but 3.1 requires the xml with EnableScripting = true to be assigned to the group policy.

  • Script planning advise

    I would like to ask for help in planning a Bridge script.
    I am a beginner Photoshop and Bridge developer.
    Script behavior:
    Check for selected thumbnail
    Open the selected  thumbnail/s from Bridge in Photoshop.
    Run a set of Photoshop actions
    Save the changes to the file
    Close the file
    How do I approach these tasks programmatically?
    What are the sequence of events to necessary to execute the script?
    Applying photoshop scripting as a model I can come up with this sequence which can be scripted with the if else statement.
    // check if thumbnail is selected
    // if no thumbnail is selected send alert message
    // if thumbnail is selected open in Photoshop
    // run photoshop actions
    // save changes to file
    // close file
    Will this approach work with a Bridge script?
    How do I call the Photoshop application from Bridge?

    Thanks Phillip for getting back.
    I have looked at IPP V3 script and the Bridge CS6 SDK SnpOpeninPhotoshop.jsx script.
    I find them overwhelming and not easy to extract the functionality that I ma trying to build.
    Will try again to see if I can get further.
    BTW,
    I have been using a the batchStack. jsx bridge you posted on the Bridge script forum.
    I found your script very useful. Thanks for the contribution.

  • Scripting option difference between SSMS 2012 and all previous versions

    Hi,
    I recently started to use SSMS 2012 (11.0.2100.60) and have seen some differences in scripting behavior of this version with previous ones (since V9). In previous versions when I want to modify a stored procedure, I right clicked on it
    and selected “Modify”, and had a nice ALTER script. Now, I have a script using sp_executesql which is really not handy for SQL validation checks. After a research, I figured that I can change this behavior in the scripting options by changing the option “check
    for object existence”. Great, it makes the deal!! In fact, no, because now, when I ask to script a DROP and CREATE on a table, I do not have the IF EXSIST part before the DROP anymore.
    The behavior I try to have is:
    When I hit “modify” on a procedure or other programmatic part, I would like to have an alter statement (DROP CREATE is fine too).
    When I choose to script out an object as DROP and CREATE, I would like to have an existence check before the drop.
    This is basically what SSMS did before the version 11 and was very helpful.
    Regards,
    Stef, DBA

    Hi,
    Thanks for your reply.
    What do you think about the behavior?
    Personally, I checked the links you sent. I cannot agree with sentences like “who cares about the outcome of the DROP when the CREATE
    will still work”. When a script runs, it should run without errors, otherwise, how will you detect real issues in the noise? It’s like talking about “normal bug”. Also, “the create procedure must be in its own batch”, that’s what we did with the batch separator
    GO.
    A proper way to script database modifications (outside the tables itself) is to drop the object if it exists and to create it after.
    Why? Because it works in any cases! Also, when I try to modify code, it’s convenient to have validation check against, and that’s why it’s convenient not to have dynamic code. It’s like coding large web sites in notepad. That’s what SSMS 10.50 and below did
    perfectly.
    I use script DROP CREATE capability when I prepare a migration script. Why should I write code when I have tools doing it for me? As
    a DBA, I have to be critic about the script generated and to adapt it if necessary. The MODIFY option is when I debug some code. I expect the tool to validate as much mistakes as possible (yes I do mistakes and I admit it). Like I said before, it’s like working
    with notepad as coding tool, it works, but who will do it?
    I really would like to know if I’m alone on this position.
    Just to make it easier to understand for other people, the following code is what is generated.
    With SSMS 10.50.2806.0 (include IF NOT EXISTS clause = true):
    Scripting a table as “DROP and CREATE”:
    IF 
    EXISTS
    (SELECT
    FROM
    sys.objects
    WHERE
    object_id
    =
    OBJECT_ID(N'[dbo].[ScrapTable]')
    AND
    type
    in
    (N'U'))
    DROP
    TABLE [dbo].[ScrapTable]
    GO
    CREATE
    TABLE [dbo].[ScrapTable](
                    [ScrapID] [int]
    NOT
    NULL
    ON [PRIMARY]
    GO
    Right click on my stored procedure and hit “Modify”:
    ALTER
    PROCEDURE [dbo].[GetScrap]
    AS
    BEGIN
    SET
    NOCOUNT
    ON;
    SELECT
    FROM dbo.ScrapTable
    END
    With SSMS 11.0.2200.60 (check for object existence = false):
    Scripting a table as “DROP and CREATE”:
    DROP
    TABLE
    [dbo].[ScrapTable]
    GO
    CREATE
    TABLE
    [dbo].[ScrapTable](
    [ScrapID]
    [int]
    NOT
    NULL
    ON
    [PRIMARY]
    GO
    Right click on my stored procedure and hit “Modify”:
    ALTER
    PROCEDURE
    [dbo].[GetScrap]
    AS
    BEGIN
    SET
    NOCOUNT
    ON;
    SELECT
    FROM
    dbo.ScrapTable
    END
    With SSMS 11.0.2200.60 (check for object existence = true):
    Scripting a table as “DROP and CREATE”:
    IF 
    EXISTS
    (SELECT
    FROM
    sys.objects
    WHERE
    object_id
    =
    OBJECT_ID(N'[dbo].[ScrapTable]')
    AND
    type
    in
    (N'U'))
    DROP
    TABLE
    [dbo].[ScrapTable]
    GO
    IF
    NOT
    EXISTS
    (SELECT
    FROM
    sys.objects
    WHERE
    object_id
    =
    OBJECT_ID(N'[dbo].[ScrapTable]')
    AND
    type
    in
    (N'U'))
    BEGIN
    CREATE
    TABLE
    [dbo].[ScrapTable](
    [ScrapID]
    [int]
    NOT
    NULL
    ON
    [PRIMARY]
    END
    GO
    Right click on my stored procedure and hit “Modify”:
    IF 
    EXISTS
    (SELECT
    FROM
    sys.objects
    WHERE
    object_id
    =
    OBJECT_ID(N'[dbo].[GetScrap]')
    AND
    type
    in
    (N'P',
    N'PC'))
    BEGIN
    EXEC
    dbo.sp_executesql
    @statement
    =
    N'ALTER PROCEDURE [dbo].[GetScrap]
    AS
    BEGIN
                    SET NOCOUNT ON;
                    SELECT * FROM dbo.ScrapTable
    END
    END
    SSMS 11.0 does it definitely in another way.
    Regards,
    Stef, DBA

  • Sap crm 7.0 Browser settings  for explorer 6.0 and Mozila Fire fox 6.0

    In web Ui, when ever i try to create a new opportunity, Quotation, Sales agreement or order, I am getting an error in brower. in a popup :
    An error has occured in the script on this page
    Error: Oject doesnt support this property or method or Invalid Argument in Explorer 6.0.
    I tried installing Mozila to check whether this is a browser issue, But there also
    error is This website, does not supply ownership information connection is not encrypted.
    I have tried changing the settings in Explore 6.0 to enable the following
    1. Click the Security tab
    2. In the resulting window, click the Custom Level button to open the Active X settings.
    3. Under ActiveX controls and plug-ins the settings should be:
    4. Automatic prompting for ActiveX controls: Enable
    5. Binary and script behaviors: Enable
    6. Download signed ActiveX controls: Prompt
    7. Download unsigned ActiveX controls: Prompt
    8.Initialize and script ActiveX controls not marked safe: Prompt
    9.Run ActiveX controls and plug-ins: Enable
    10.Script ActiveX controls marked safe for scripting: Enable
    11.Under Downloads the settings should be:
    12.Automatic prompting for file downloads: Enable
    13.File Download: Enable
    14.Click Ok to close the window.
    Still same issue persist, Please help to resolve this issue

    Hi,
    I have tried this adding the SAP crm to the popup blocker, still the error is there.  any other input to make this IE 6 work.
    Still the same error : Internet exploer script error
    Line :163, Char 1, Error : object doesnt support this property or method., code : 0
    Line :77, Char :89,Error : invalid argument.
    I tried installing Fire fox to test : but in fire fox also i am encountering this error:
    This website does not supply identity information. Your connection to this website is not encrypted.
    Technical details : Connection not encrypted. the website does not support encryption for the page you are veiwing.
    Information sent over internet without encryption can be seen by other people while it is in transit.
    I have tried this with internet explorer6.0, but no progress:
    If the issue persists, follow these steps:
    1. Close all instances of Internet Explorer.
    2. Click Start, click Control Panel, and then double-click Internet Options.
    3. Click the Advanced tab.
    4. Under Browsing, click to clear the Enable third-party browser extensions (requires restart) check box.
    5. Restart Internet Explorer.
    If the issue persists, follow these steps:
    1. Open Internet Explorer.
    2. Click Tools, and click Internet Options.
    3. Click the Advanced tab.
    4. Under Browsing, click to select the Disable Script Debugging check box.
    5. Click OK to close all windows, and then restart the computer.
    Please help to resolve this issue
    Edited by: Karthik J on Oct 6, 2011 10:50 AM

  • What is a "Write_undoFree.metro" file?

    It appeared a few days ago.  I exported a layer from ArcMap, opened it in Illustrator CS6 and when it's saved in the new format I noticed additional files with the .metro extension.
    Write.metro
    Write_undoFree.metro
    Any ideas?

    Hi, These are debug files. To stop generate these files, copy below Extendscript code and launch ESTK, paste new script window and run it.
    #target Illustrator
    app.preferences.setBooleanPreference("aiFileFormat/enableATEWriteRecovery",false);
    app.preferences.setBooleanPreference("aiFileFormat/enableATEReadRecovery",false);
    Ten.

  • QuickTime/Flip4Mac in separate not browser window

    I use Flip4Mac to watch and listen to Windows media. Prior to 10.6, the content would open in a separate QuickTime window. Now it opens in the Safari browser. How can I change it so it goes back to opening in a QuickTime window?

    Old Toad's suggestion works, but I think the original poster was referring to the more sophisticated looking way that many websites display movies nowadays. Take a look at the "large" quicktime movie here:
    http://www.apple.com/trailers/wb/terminatorsalvation/
    The screen dims and a small frame opens (still in the same tab or window as the original content). There's a small "x" to close the new frame when done.
    It seems that Apple would be easily able to incorporate this feature into iWeb, but I fear we may have to wait for iLife '10...
    In the mean time, is there any way to script behavior like that into the current iWeb?

  • Making Sprites visible on seperate frames

    Hi. Im trying to get my head around this and it is doing my
    head in.
    For example, while in frame 1 I want to be able to click a
    button which will then make a sprite visible in frame 10, which is
    a different page, i.e the sprite is only in frame 10 and the button
    is only in frame 1.
    If they were on the same page I could use...
    on mouseup me
    sprite("1").visible=true
    end
    but because they are on different frames to one another it
    tells me there is a property error with "visible". I need to make
    the function global some how but not sure how to do this.
    PLEASE HELP
    Lee

    Set a global variable in your mouseUp handler then use that
    variable's state
    to set the visible of the sprite in frame 10 in its
    beginSprite handler
    -- put this in a movie script
    global gSetVis
    on StartMovie
    gSetVis = FALSE
    end
    -- integrate this into the script/behavior for the button
    global gSetVis
    on mouseUp me
    gSetVis = FALSE
    end
    --Then in frame 10 on the sprite that needs to be made
    visible
    global gSetVis
    on beginSprite me
    sprite (me.spriteNum).visible = gSetVis
    end
    Craig Wollman
    Word of Mouth Productions
    phone 212 928 9581
    fax 212 928 9582
    159-00 Riverside Drive West #5H-70
    NY, NY 10032
    www.wordofmouthpros.com
    "Leegee3" <[email protected]> wrote in
    message
    news:eidcn4$be8$[email protected]..
    > Hi. Im trying to get my head around this and it is doing
    my head in.
    >
    > For example, while in frame 1 I want to be able to click
    a button which
    > will
    > then make a sprite visible in frame 10, which is a
    different page, i.e the
    > sprite is only in frame 10 and the button is only in
    frame 1.
    >
    > If they were on the same page I could use...
    >
    > on mouseup me
    > sprite("1").visible=true
    > end
    >
    > but because they are on different frames to one another
    it tells me there
    > is a
    > property error with "visible". I need to make the
    function global some
    > how but
    > not sure how to do this.
    >
    >
    > PLEASE HELP
    >
    >
    > Lee
    >

Maybe you are looking for

  • Drill-through via Transparent Partition

    Hi I am using Essbase Server and EIS 11.1.1. I have a ASO target cube which points to different ASO source cubes partitioned on dates. Each source cube has defined a drill-through report and this drill-through reports work fine if I access them direc

  • Applicatio​n Updates when updating Desktop Mgr

    Hi All, In updating DM from 4.6 to 4.7 on a new 8310, the software asks if I want to update the phone's applications.  It provides a list of what will be updated and says it will delete a number of installed apps.  There doesn't seem to be an option

  • Price difference in PO and GR

    Hi Friends, we  have a PO with a line item that has a certain price. at the time of GR however the amt in local currency is almost 4 times the PO price. i am unable to comprehend the drastic change in price. there is no split valuation for the materi

  • Java3D on Windows XP

    I wrote a application using java3D. It works fine on Windows 2000 but when I run it on Windows XP, everytime when I load the program, the mouse cursor begins to flicker. When I move the mouse, the whole screen of the program flashes a lot. Does anyon

  • Syncing iTunes on a new PC with my existing iPhone

    Hello My friend has a new Windows 7 PC. His old one (with his old iTunes) died. He downloaded iTunes on the new PC and is trying to sync his iPhone to it. He logged into iTunes and the music store using the same info he uses to download apps on his i