AppleScript, JavaScript Translation Help Needed

I need to have this translated Applescript so I can use on my Windows System.

Is there someone out there who could do this for me?

the value pText ": the quick brown jumped Fox."

Tell application "Adobe InDesign CS6"

the stylePage value to make the page at the end of the active document

say stylePage

t to make the block of text with the properties the value {geometric limits: {0.5, 0.5, 10.5, 8}}

the value number of text columns of text frame preferences t 2

tell the end

the value of s to each paragraph in the active document style

set content of the last insertion point from t to "paragraph Styles".

point 2 of s the value applied paragraph style paragraph (County of paragraphs of the t) t

Repeat with x in s

the sname name of x value

set the last insertion point of the t to return content / return & sname & pText

paragraph style applied to subsection (County of paragraphs of the t) t the x value

end repeat

c the value of each style of characters in the active document

define the content of the last insertion point of the t to return & return & return / return & "character Styles.

point 2 of s the value applied paragraph style paragraph (County of paragraphs of the t) t

Repeat with i in c

i name the cname value

set the last insertion point of the t to return content / return & cname

I value applied character style of each word of the paragraph (County of paragraphs of the t) t

end repeat

tell the end

Hello

#target indesign

var
          pText = ":  The quick brown fox jumps",
          t = app.activeDocument.pages.add().textFrames.add({geometricBounds: [0.5,0.5,10,8]}),
          s = app.activeDocument.allParagraphStyles,
          c = app.activeDocument.allCharacterStyles,
          sname, cname, k;

t.textFramePreferences.textColumnCount = 2;
t.insertionPoints[-1].properties = {contents: "Paragraph Styles", appliedParagraphStyle: s[1]};
t.parentStory.appliedCharacterStyle = c[0];

for (k = 0; k < s.length; k++) {
          sname = s[k].name;
          t.insertionPoints[-1].contents = "\r\r" + sname + pText;
          t.words[-1].appliedParagraphStyle = s[k];
          }

t.insertionPoints[-1].contents = "\r";
t.insertionPoints[-1].properties = {contents: "\r\r\rCharacter Styles", appliedParagraphStyle: s[1]};

for (k = 0; k < c.length; k++) {
          cname = c[k].name;
          t.insertionPoints[-1].contents = "\r\r" + cname;
          t.paragraphs[-1].appliedCharacterStyle = c[k];
          }

Enjoy

Jarek

Tags: InDesign

Similar Questions

  • If/then JavaScript help needed

    Hello

    I'm trying to write a script for a PDF in Adobe Acrobat form, but I don't have much experience with JavaScript and I need help!

    Basically, I have five fields as follows:

    A1 = a checkbox

    B1 = a field with a numeric value in it

    C1 = one field with a numeric value in it

    D1 = a field with a numeric value in it

    E1 = a field where calculation of the sum.

    I want to write a script that will enter into the sum of the values of B1 + C1 + D1 E1 if a1 is checked yes.

    If it is not checked yes, then he enters the sum of the values of B1 + C1 + D1 value by 2 (and rounded down) divided in E1.

    Can anyone help?

    Thank you!

    This should do it like the custom for E1 calculation script:

    // Custom calculate script
    (function () {
    
        // Get the field values, number fields as numbers
        var a1 = getField("A1").value;
        var b1 = +getField("B1").value;
        var c1 = +getField("C1").value;
        var d1 = +getField("D1").value;
    
        // Set this field (E1) value based on the state of the check box
        if (a1 === "Off") {
            event.value = b1 + c1 + d1;
        } else {
            event.value = b1 + c1 + Math.floor(d1 / 2);
        }
    
    })();
    
  • Please can someone help, need password CNU9497P2C

    I have the same problem and its driving me crazy... I need the BIOS password because I can't access to this

    [number of Series edited by Moderator]

    Please can someone help, need password

    HP MINI CQ10

    Sweb try.

    e9lovox27e

    3rd letter tiny L.

    4th and 6th letter lowercase o.

    Use this code to go into the BIOS.

    Disable all passwords that are enabled.

    If demand for CURRENT password using this code.

    Request NEW password just press ENTER.

    If asked to hit just to CHECK password to enter.

    Save and exit.

    REO

    I must inform you that these services are not endorsed by HP, and that HP is not responsible for any damages that may occur to your system using these services. Please be aware that you do so at your own risk.

  • JavaScript, button help/invisible/div/radio/subradiobutton

    JavaScript, button help/invisible/div/radio/subradiobutton

    Does anyone know how to create the radio 2 button and where the second box option have a sub option button when it is clicked or selected.

    The default value will be the first main option button

    Then, when you click on the second option button and then the 2 arises for selection of void

    Thank you
    In advance

    Yes cud u put the javascript code in the page itself.

    I've include the html for your rerference file example

    Kind regards
    AKEL

  • Help needed to convert ActionScript 3 for HTML5 javascript

    I'm looking for help conversion code actionscript 3 in javascript for a platform of HTML5.  I'm a developer flash by trade but I am not familiar on how to 'translate as js code.  I had recently downloaded CC animate, thinking that he take the existing .fla file and republish on a html5 format.  Well I was wrong.  All of my code that I used in flash gives me hundreds of errors & I have not even know where to begin. the question I have is: all my flash documents I created over the years must now be converted to html5.  Where do I go, who can help you? is there an easy way to do this? is there an online converter...  I need help! Thank you.  Here's an actionscript exsisting code that I need to convert: sorry for the copy and past of the script.

    ActionScript code below

    Stop();

    import flash.utils.Timer;

    Here comes the string of numbers (rootLoader.parameters)

    var generatedNums:String is MovieClip (parent.parent). WinningNumbers;

    creates an array of numbers generated

    var chosenNums:Array = generatedNums.split("-");

    convert text to numbers

    var n = chosenNums.length;

    While (n)-{}

    chosenNums [n] = Number (chosenNums [n])

    }

    / / call funtion to remove 0 from the list of numbers

    function remove(list:Array,callback:Function):Array {}

    for (var i: int = list.length - 1; i > = 0; i--) {}

    {if (! callback (list [i]))}

    List.splice (i, 1);

    }

    }

    back list;

    }

    remove the 0 from the list of numbers

    function removeCallback(item:Number):Boolean {}

    return item > = 1;

    }

    Remove (chosenNums, removeCallback);

    keeps track of what element of the array to use to create balls

    (first and second and third)

    var chosenNumsIndex:uint = 0;

    creates array of the coordinates of the numbers on the card.

    var kNum:Array = new Array();

    var bottomArray:Array = new Array ("", "", "", "", "", "", "", "", "", "","", "","", "","", "","", "","", "","" ");

    kNum [0] is a dummy, because there is no 0 to the Board of Directors.

    kNum [0] = {x: 0, y: 0};

    /

    Array of movieclips

    var mcArray:Array = new Array();

    mcArray.push (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n13, n14, n15, n16, n17, n18, n19, n20, n21, n22, no. 23, n24, n25, no. 26, no. 27, no. 28, n29, n30, n31, n32, n33, n34, n35, n36, n37, n38, no. 39, no. 40, n41, n42, n43, n44, n45, n46, n47, no. 48, n49, n50, n51, n52, 53, n54, n55, n56, no. 57, n58, n59, n60 n61 n62, n63, n64, F65, no. 66, n67, n68, n69, n70, n71, n72, n73, n74, n75, n76, n77, n78, n79, n80);

    creates a timer that executes every 3 seconds.  Number of times it runs

    is determined by the length of the array of chosenNums (which corresponds to the number

    selected numbers)

    var: timer = new Timer (3000, chosenNums.length);

    Timer is tuned to itself trigger, calls chuckBall()

    timer.addEventListener (TimerEvent.TIMER, chuckBall);

    timer.addEventListener (TimerEvent.TIMER_COMPLETE, ballChuckingComplete);

    chuckBall generates coins

    function chuckBall(event:TimerEvent):void

    {

    generates the new coin - currency is the name of MovieClip in the library

    don't forget to export for Actionscript

    var c1:Coin = new Coin();

    coin is placed in the appropriate x and y coords

    C1.x = kNum [chosenNums [chosenNumsIndex]] .x;

    C1.y = there kNum [chosenNums [chosenNumsIndex]];

    addChild tells the main timeline to display the piece once it is generated.

    this.addChild (c1);

    trace (chosenNums [chosenNumsIndex])

    Pull the movieclip appropriate off-table and play to darken.

    mcArray [chosenNums [chosenNumsIndex] - 1] () .play;

    fill the low numbers

    chosenNumsIndex increments for the next time chuckBall works

    He draws the element next to the chosenNums table.

    chosenNumsIndex ++;

    bottomArray [chosenNumsIndex - 1] = chosenNums [chosenNumsIndex-1];

    trace ("value bottomArray" + bottomArray [chosenNumsIndex]);

    firstWinningNumB.text = bottomArray [0];

    twoWinningNumB.text = bottomArray [1];

    threeWinningNumB.text = bottomArray [2];

    fourWinningNumB.text = bottomArray [3];

    fiveWinningNumB.text = bottomArray [4];

    sixWinningNumB.text = bottomArray [5];

    sevenWinningNumB.text = bottomArray [6];

    eightWinningNumB.text = bottomArray [7];

    nineWinningNumB.text = bottomArray [8];

    tenWinningNumB.text = bottomArray [9];

    elevenWinningNumB.text = bottomArray [10];

    twelveWinningNumB.text = bottomArray [11];

    thirteenWinningNumB.text = bottomArray [12];

    fourteenWinningNumB.text = bottomArray [13];

    fifteenWinningNumB.text = bottomArray [14];

    sixteenWinningNumB.text = bottomArray [15];

    seventeenWinningNumB.text = bottomArray [16];

    eighteenWinningNumB.text = bottomArray [17];

    nineteenWinningNumB.text = bottomArray [18];

    twentyWinningNumB.text = bottomArray [19];

    var lastNumber:Timer = new Timer (60000: 1);

    lastNumber.addEventListener (TimerEvent.TIMER, lastNumDone);

    lastNumber.start ();

    chosenNumsIndex increments for the next time chuckBall works

    He draws the element next to the chosenNums table.

    chosenNumsIndex ++;

    }

    function ballChuckingComplete(event:TimerEvent):void

    {

    trace ("ballchuckingcomplete is working");

    var thirtySeconds:Timer = new Timer (15000: 1);

    thirtySeconds.addEventListener (TimerEvent.TIMER, thirtyDone);

    thirtySeconds.start ();

    }

    function thirtyDone(event:TimerEvent):void

    {

    trace ("thirty seconds to the top");

    Stop();

    gotoAndStop (2);

    }

    function lastNumDone(event:TimerEvent):void

    {

    trace ("last number completed");

    twentyWinningNumB.text = chosenNums [19];

    }

    fill the low numbers

    manually, start the timer.

    Timer.Start ();

    The severe and simple truth is that you will have to re - write everything from the beginning in JavaScript (aka ECMAScript).

    The good news is that JS syntax and functions are 99% identical to AS2. Transition to AS3 will be slightly more difficult due it it is a little more similar to Java.

    The bad news is that all the APIs are completely different. Flanimate in canvas mode uses CreateJS for all rendering, animation and preload. Another thing is the basic JS functionality, or it either library third you import yourself.

    For example, instead of:

    var thirtySeconds:Timer = new Timer (15000: 1);

    thirtySeconds.addEventListener (TimerEvent.TIMER, thirtyDone);

    You would do:

    var thirtySeconds = this.setTimeout (thirtyDone, 15000);

    And instead of trace(), you must use console.log (), since all code must run in a web browser.

  • JavaScript error. Need help!

    Hello

    Since 2 weeks I have met Javascript errors when you start Dreamweaver CS6.

    1 one - while executing onLoad in BusinessCatalyst.htm, the following JavaScript error occurred: in the file 'BusinessCatalyst': bcinit is not defined.

    a 2nd - the following JavaScript error occurred: at line 17 of file "C:\Program Files\Adobe\Adobe Dreamweaver CS6\Configuration\Shared\BC\JS\bc_ui_utils.js": Mr. British Colombia has no property.

    I don't know what it means and how to solve it. I tried to delete the file cache and re - install the software, but that did not help. If anyone can guide me through the steps I have to take?

    Thanks in advance!

    Erik

    Try #4 JavaScript errors troubleshoot CIHI | Dreamweaver CS4, CS5, CS6, CS5.5

    Otherwise #12 could well be the go.

  • Simple Indesign AppleScript Javascript conversion

    Hello

    I have used it as a simple Indesign AppleScript, but need to convert it into javascript and have no prior experience.  I read the document Adobe pdf on the scripts and it's great, it shows the differences between the 3 (as, js, vb), but I still have a problem to find how would that conver.  Anyone would be able to show me the converted result?

    AppleScript:

    Tell application "Adobe InDesign CS5.5"

    say to all documents
    whole visible layer ' Interactive - Web ' true
    whole visible layer ' Interactive - Print ' false
    tell the end
    tell the end

    JavaScript:

    myDocuments var = app.documents.everyItem (); something like that?

    It mask/poster of the visibility of the 2 specific layers for all open documents.  I pretty much need to hide/show specific 2 layers book ina and this should / can accomplish this.

    Thanks for any help!

    This should work:

    var documentsArray = app.documents.everyItem().getElements();
    for (var i = 0; i < documentsArray.length; i++) {
              var document = documentsArray[i];
              var layers = document.layers;
              layers.itemByName("Interactive - Web").visible = true;
              layers.itemByName("Interactive - Print").visible = false;
    }
    

    In addition, it might be possible to do without using 'getElements' that 'solves the object specifier", thus avoiding the loop 'for '. Something like this:

    app.documents.everyItem().layers.itemByName("Interactive - Web").visible = true;
    app.documents.everyItem().layers.itemByName("Interactive - Print").visible = false;
    
  • Newbie Help Needed: Cisco 1941 router site to site VPN traffic routing issue

    Hello

    Please I need help with a VPN site-to site, I installed a router Cisco 1941 and a VPN concentrator based on Linux (Sophos UTM).

    The VPN is established between them, but I can't say the cisco router to send and receive traffic through the tunnel.

    Please, what missing am me?

    A few exits:

    ISAKMP crypto to show her:

    isakmp crypto #show her

    IPv4 Crypto ISAKMP Security Association

    DST CBC conn-State id

    62.173.32.122 62.173.32.50 QM_IDLE 1045 ACTIVE

    IPv6 Crypto ISAKMP Security Association

    Crypto ipsec to show her:

    Interface: GigabitEthernet0/0

    Tag crypto map: QRIOSMAP, local addr 62.173.32.122

    protégé of the vrf: (none)

    local ident (addr, mask, prot, port): (192.168.20.0/255.255.255.0/0/0)

    Remote ident (addr, mask, prot, port): (192.168.2.0/255.255.255.0/0/0)

    current_peer 62.173.32.50 port 500

    LICENCE, flags is {origin_is_acl},

    #pkts program: encrypt 0, #pkts: 0, #pkts digest: 0

    #pkts decaps: 52, #pkts decrypt: 52, #pkts check: 52

    compressed #pkts: 0, unzipped #pkts: 0

    #pkts uncompressed: 0, #pkts compr. has failed: 0

    #pkts not unpacked: 0, #pkts decompress failed: 0

    Errors #send 0, #recv 0 errors

    local crypto endpt. : 62.173.32.122, remote Start crypto. : 62.173.32.50

    Path mtu 1500, mtu 1500 ip, ip mtu IDB GigabitEthernet0/0

    current outbound SPI: 0x4D7E4817 (1300121623)

    PFS (Y/N): Y, Diffie-Hellman group: group2

    SAS of the esp on arrival:

    SPI: 0xEACF9A (15388570)

    transform: esp-3des esp-md5-hmac.

    running parameters = {Tunnel}

    Conn ID: 2277, flow_id: VPN:277 on board, sibling_flags 80000046, crypto card: QRIOSMAP

    calendar of his: service life remaining (k/s) key: (4491222/1015)

    Size IV: 8 bytes

    support for replay detection: Y

    Status: ACTIVE

    Please see my config:

    crypto ISAKMP policy 1

    BA 3des

    md5 hash

    preshared authentication

    Group 2

    encryption... isakmp key address 62.X.X... 50

    ISAKMP crypto keepalive 10 periodicals

    !

    !

    Crypto ipsec transform-set esp-3des esp-md5-hmac TS-QRIOS

    !

    QRIOSMAP 10 ipsec-isakmp crypto map

    peer 62.X.X set... 50

    transformation-TS-QRIOS game

    PFS group2 Set

    match address 100

    !

    !

    !

    !

    !

    interface GigabitEthernet0/0

    Description WAN CONNECTION

    62.X.X IP... 124 255.255.255.248 secondary

    62.X.X IP... 123 255.255.255.248 secondary

    62.X.X IP... 122 255.255.255.248

    NAT outside IP

    IP virtual-reassembly in

    automatic duplex

    automatic speed

    card crypto QRIOSMAP

    !

    interface GigabitEthernet0/0.2

    !

    interface GigabitEthernet0/1

    LAN CONNECTION description $ES_LAN$

    address 192.168.20.1 255.255.255.0

    IP nat inside

    IP virtual-reassembly in

    automatic duplex

    automatic speed

    !

    IP nat pool mypool 62.X.X... ... Of 122 62.X.X 122 30 prefix length

    IP nat inside source list 1 pool mypool overload

    overload of IP nat inside source list 100 interface GigabitEthernet0/0

    !

    access-list 1 permit 192.168.20.0 0.0.0.255

    access-list 2 allow 10.2.0.0 0.0.0.255

    Note access-list 100 category QRIOSVPNTRAFFIC = 4

    Note access-list 100 IPSec rule

    access-list 100 permit ip 192.168.20.0 0.0.0.255 192.168.2.0 0.0.0.255

    access-list 101 permit esp 62.X.X host... 50 62.X.X host... 122

    access list 101 permit udp host 62.X.X... 50 62.X.X... host isakmp EQ. 122

    access-list 101 permit ahp host 62.X.X... 50 62.X.X host... 122

    access-list 101 deny ip any any newspaper

    access-list 110 deny ip 192.168.20.0 0.0.0.255 192.168.2.0 0.0.0.255

    access-list 110 permit ip 192.168.20.0 0.0.0.255 any

    !

    !

    !

    !

    sheep allowed 10 route map

    corresponds to the IP 110

    The parts of the configuration you posted seem better than earlier versions of the config. The initial problem was that traffic was not in the VPN tunnel. That works now?

    Here are the things I see in your config

    I don't understand the relationship of these 2 static routes by default. It identifies completely the next hop and a mask the bytes of Middleweight of the next hop. Sort of, it seems that they might be the same. But if they were the same, I don't understand why they both make their appearance in the config. Can provide you details?

    IP route 0.0.0.0 0.0.0.0 62.X.X... 121

    IP route 0.0.0.0 0.0.0.0 62.172.32.121

    This static route implies that there is another network (10.2.0/24) connected through the LAN. But there is no other reference to it and especially not for this translation. So I wonder how it works?

    IP route 10.2.0.0 255.255.255.0 192.168.20.2

    In this pair of static routes, the second route is a specific subnet more and would be included in the first and routes for the next of the same break. So I wonder why they are there are. There is not necessarily a problem, but is perhaps something that could be cleaned up.

    IP route 172.17.0.0 255.255.0.0 Tunnel20

    IP route 172.17.2.0 255.255.255.0 Tunnel20

    And these 2 static routes are similar. The second is a more precise indication and would be included in the first. And it is referred to the same next hop. So why have the other?

    IP route 172.18.0.0 255.255.0.0 Tunnel20

    IP route 172.18.0.0 Tunnel20 255.255.255.252

    HTH

    Rick

  • JavaScript application: I need to validate 1 page of a multipage requiring field doc are not empty.

    Here is the Javascript code I have so far and it is not working properly.

    He's back "Zip" when any required field is empty and it won't accomplish what I want to do because I need to validate that a single page of a 10-page document.

    Any help would be gladly appreciated.  I'm definitely on the bus of struggle.

    var emptyFields = new Array(); Table to contain the names of incomplete fields;

    var oField; a variable that contains the test field object;

    var numArray = [1, 2, 5, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 25, 26, 31, 32, 33, 35, 36, 37, 38, 39, 43].

    for (var i in numArray) {}

    oField = this.getField (this.getNthFieldName (i));

    If (oField.type! = "button" & & oField.required ") {}

    check according to the type of field

    {Switch (oField.type)}

    case "button":

    break;

    case 'checkbox ':

    case 'radiobutton ':

    If (oField.value == oField.defaultValue & & oField.value == "Off") emptyFields.push (f.name);

    break;

    case "combobox":

    case "listbox":

    case 'text ':

    if(oField.Value == oField.DefaultValue) emptyFields.push (f.name);

    break;

    case "signature":

    if(oField.Value == oField.DefaultValue) emptyFields.push (f.name);

    break;

    by default:

    App.Alert ("Field not processed" + oField.name + "type" + oField.type, 1, 0);

    break;

    }

    }

    }

    If (emptyFields.length > 0) {}

    App.Alert ("error! ("You must fill in the following fields: \n" + emptyFields.join ("\n"));

    }

    Here is my final product for sharing:

    var emptyFields = []; Table to contain the names of incomplete fields;

    var oField; a variable that contains the test field object;

    var numArray is ['field1', 'Field2', 'field3'];.

    var index = 0;

    var len = numArray.length;

    Console.println ("length of the array:" + len);

    for (var i in numArray) {}

    Console.println ("Index:" + index);

    Console.println ("numArray:" + numArray [i]);

    oField = this.getField(numArray[i]).value;

    Console.println ("oField:" + oField);

    ++ index;

    check according to the type of field

    If (oField == "") {}

    var a = this.getField(numArray[i]).valueAsString;

    Console.println ("Value:" + a);

    emptyFields.push (numArray [i]);

    }

    If (index == numArray.length & emptyFields.length > 0) {}

    App.Alert ("you must fill in the following fields: \n" + emptyFields.join ("\n"));

    }

    }

  • Help needed immediately.

    Hi guys

    I need someone genuine help desperately.

    I have a project where I need to transfer data from the swf to javascript, and vice versa, I am using flash cs4 and action script 3.0 I can transfer data from as to JS with no problems, but the other way around seems to work I tried it for a while, I even used even adobe externaInterface example code There seems to be a problem.

    can someone help me please in this case, all I want is to transfer data from JS to as. dynamically.

    Thank you

    This is not true.

    ExternalInterface.addCallback("IsStatic",IsStatic) ("js_to_as", onChange);

    /*
    js_to_as() must be a function performed by js.  onChange is not visible to js.

    then, use something like:

    function yourJSF() {}

    thisMovie("yourswfname").js_to_as (parametertopasstoonChange);

    }

    onChange must be an actionscript function that will be called when js_to_as() executes

    */

  • Help needed to create a POP UP window and stores the values of the custom tab

    Hello

    I have a requirement to store a program competing in a custom table name.

    Fields are concurrent_program_name, user_concurrent_program_name (of fnd_concurrent_programs_vl) and end_user_column_name (fnd_descr_flex_col_usage_vl setting) I finished the job of script to fill the value in the table.

    Now the problem is that I have to design a creation page which have concurrent_program_name (LOV) and user_concurrent_program_name (MTI) and setting (link)

    If the user selects the value in concurrent_program_name means LOV it should display a relevant user_concurrent_program_name (in MTI) and (window) settings.

    So I create card LOV in Concurrent_program_name as follows: 1. the concurrent_program_name card 2. Map of the user_concurrent_program_name.

    Now I select an LOV concurrent_program_name and it shows a user_concurrent_program_name in MTI. (Works fine)

    I need help how to go ahead with parameters.

    If the user clicks on the link he must navigate the window pop up and displays the values of the settings, now I need to keep the close button (if the close button hit the user navigates to page creation.) and if the user hit the button Save page create then it should record the following values of custom table (concurrent_program_name user_concurrent_program_name and settings).

    Pls give me an idea to go ahead and also give me some articles about it.

    Thank you

    Corinne Bertrand

    check out this blog to create a popup window http://mukx.blogspot.com/2007/07/javascript-in-oa-framework.html

    You can create a button with 'Window.Close ()' to close the window...
    You can get the parameters of CP in the following query

    SELECT * from fnd_descr_flex_col_usage_vl
    where as descriptive_flexfield_name ' $srs$. CONCURRENT_PROGRAM'
    AND APPICATION_ID = xx

    Warning : do not do transactions with the pop-up window.

    For information about how to create the page, see Create exercise...

    Prasanna-

  • HP 15-af159nr: HELP need Network Controller, Win 7 64 bit, impossible to find, 15-af159nr

    For some reason I can't find a specific for this laptop network driver. Miss me the network controller and I tried so many drivers but can't find. Please if anyone can help that would be great! It is a win 7 64-bit, network controller driver, the hp 15-af159nr. It is the tactile energy star hp laptop.

    Hello:

    According to the list of parts for your laptop below, it comes with an adapter Broadcom BCM43142 802.11 b/g/n 1 x 1 Wi - Fi and BlueTooth 4.0 m2 combination WLAN.

    http://PartSurfer.HP.com/search.aspx?SearchText=P1A98UA

    These would be wireless and bluetooth, drivers that you need for this model of the wlan card.

    The package contains the Broadcom wireless LAN drivers and utility which are required to enable the LAN adapter wireless Broadcom integrated into laptops supported that run an operating system supported.

    File name: sp70888.exe

    This package contains the Broadcom Bluetooth driver and software for models supported that are running a supported operating system. Broadcom Bluetooth 4.0 driver is required to enable the Broadcom Bluetooth 4.0 devices and is compatible with Broadcom Bluetooth 3.0 and earlier versions.

    File name: sp71440.exe

  • Help needed recovery for Equium A300D - 13 X

    Hi all

    Having experienced too many problems for the list with my satellite a 300 d 13 X, hardware and software, I decided to go ahead with a restore to the factory settings.

    My first step was to create 2 discs recovery DVDs, using the Toshiba Recovery Disk Creator.
    As far as I know, two recovery disks were created with success, insofar as the recovery disc creator has stated as such.

    Not knowing what step to take next, I started the laptop with the fist of the disc in the disc drive, two thinking recovery that it would reset the laptop to its factory settings, but it does not.

    Now, when I start the laptop, I get the following message;

    BOOTMGR is missing
    Press Ctrl + Alt + Delete to restart

    who restarts the laptop showing the above message again.

    By pressing F8 at start up does nothing.

    By pressing F12, multi boot selection, reveals a start with 3 options Menu;
    HDD1: TOSHIBA MK2046GSX-(S1)
    CD/DVD: MAST * ADVD-RAM UJ - 850 S-(PM)
    LAN: Marvell Yukon 88E8040T

    If I select the CD/DVD option, a black screen with the text;

    Windows is loading files

    is shown. I am guessing it is the correct path to recovery.
    However, after the screens following recovery about the language selection utility etc., a text filled with the dialog box

    X:\windows\systems32\cmd.exe

    Cross, but eventually reached a static state line:

    Copy of F:\06948XSP.swm to V:\HDDRecovery\SWImg 1/6

    without to successfully complete the recovery process.

    Any help to fix this would be greatly appreciated.
    Kind regards
    KeV.

    > My first step was to create 2 discs recovery DVDs, using the Toshiba Recovery Disk Creator.
    > As as far as I know, the two recovery disks have been successfully created, insofar as the recovery disc creator has stated as such.

    What to tell buddy you've done everything right.
    The recovery disk was created successfully (you saw a message saying this?).
    Boot from recovery disk should start the collection procedure and you must follow the installation on the screen.
    Usually, this should work.

    The error; BOOTMGR is missing says that boot manager on the HARD disk has been removed and it of not possible to boot from the HARD drive.
    You must boot from the CD you have done; by pressing F12 choose CD/DVD drive

    Try to format the HARD drive using another CD of Windows.
    In this case, you need to set SATA compatibility mode in the BIOS, then you could boot from the WinXP CD.

    After that try the recovery disk again

  • HP Pavilion Notebook - 17-f207: Please help-need driver

    I need driver for

    HP Pavilion Notebook - 17-f207

    hardver id is:

    ACPI\VEN_ASD & DEV_0001
    ACPI\ASD0001
    * ASD0001

    Thanks for the help

    S

    Hello:

    I zipped and attached to the driver that you are interested in below...

    Download and uncompress the file in its folder.

    Don't do anything with the files in the folder.

    Go to Device Manager and click on the device ACPI\VEN_ASD & DEV_0001 who need the pilot.

    Click the driver tab.  Click on set to update driver.

    Select her browse my computer for driver software option and navigate to the driver folder, that you unzipped.

    Make sure that the include subfolders is selected and the driver should install.

    Restart the PC.

  • Help needed interview about a series of Satellite Pro S500-C11

    Hello to all readers,

    Computer problem laptop Satellite Pro S500-C11 series.

    My wife, age 82, died last month. I have his cell phone in front of me with an apparent hardware failure. If I touch the bottom left of the laptop open, while entering text, the cursor jumps all over the screen and the text becomes garbled. I think my left hand wrist needs rest momentarily on the space to the left of the cursor buttons.

    I have some details on the purchase of the guarantee in the form of a contract number: FF5D900C with what I think is the registration number: 1 048 * H.

    The age related hearing problems I have trouble using the phone in an effective way. Is there anything I can communicate with the Service Center Online, please?

    Any help will be greatly appreciated.

    Hello

    Respect! Yet in sufficient form to use computers
    In General if your equipment begins to malfunction, the authorized Toshiba maintainer would be able to solve this problem.

    I don't know if you can contact the ASP mail, but first you must find the ASP in your country of m.
    Here you can find all of the ASP based all over the world:
    http://EU.computers.Toshiba-Europe.com/innovation/generic/ASP_SUPPORT/

    By the way: try to disable the touchpad while typing... you can turn off this Fn + F9 help
    In my case, the cursor jumped because I accidentally touched the touchpad while typing...
    Maybe it helps...

Maybe you are looking for