Cleaning of the appearance of this script?

Hello I had a ton of help here for this script. I've made a few changes and was wondering if it was possible to clean underside is the image and the Script so far. I would like the script to look like the lower part of the table in this photo.  The Commander of the top edge of the page is what is really at work right now.  Any help would be greatly appreciated.

Screen Shot 2016-05-31 at 4.45.13 PM.png

Here's the Script.

   function doTextFrameOnPageOne()  
    
 {  
 // Name of the Text Frame The Save information is in.
    var myBlendingSettings = { blendMode : BlendMode.OVERLAY };  
    var myTransparencySettings = { blendingSettings : myBlendingSettings };   
    var doc, tf, tvINFO, ip;  
        doc = app.activeDocument;  
// TEXT FRAME PROPERTIES        
        tf = doc.pages[0].textFrames.add({ fillColor :"Yellow", fillTint: 20, transparencySettings : myTransparencySettings, geometricBounds: ['-.75','-4.45in','1.5in','-.75in'] });

// Text frame information
        ip = tf.insertionPoints;
        ip[-1].contents = "Document:"+"\t "+ doc.name  +'\r'; 
        ip[-1].contents = "User Name:" +"\t"+ getAppUserName() +'\r';
        ip[-1].contents = "Computer Name:" +"\t"+ getLogInUserName()+'\r';
        tvINFO = ip[-1].textVariableInstances.add(LocationOptions.AFTER, ip[-1]);  
        "Date Modified:" +'\t'; tvINFO.associatedTextVariable = doc.textVariables.itemByName("Modification Date");  
        ip[-1].contents = '\r';
        tvINFO = ip[-1].textVariableInstances.add(LocationOptions.AFTER, ip[-1]);  
        tvINFO.associatedTextVariable = doc.textVariables.itemByName("Output Date");  
        ip[-1].contents = '\r';  
        tvINFO = ip[-1].textVariableInstances.add(LocationOptions.AFTER, ip[-1]);  
        tvINFO.associatedTextVariable = "Date Created:" +'\t'; doc.textVariables.itemByName("Creation Date");  
  
 // Change Properties of Text Frame.:                  }  

Thank you

Alain bombaert

It was a question essentially about the creation of a table with ExtendScript for InDesign.

Basically, you have two options here:

[A] convert the text in your block of text in a table

[B] create a new table and assign the content via the content of the table property

[A] would essentially work for you.

But as I can see from your first screenshot that this would not work as expected, if you are remodeling your current in a table content, because you are missing the required content of a column for some lines. Of more deviding tabs. If you provide, you can use the following code:

tf.parentStory.texts[0].convertToTable("\t","\r");

[B] would cooperate with the result of your functions and methods and the necessary channels for column one and two stored in one or two paintings.

Example:

var columnOneContentsArray =
[
     "Document:" ,
     "User Name:",
     "Output Date:"
];

var columnTwoContentsArray =
[
     "USE FOR TEST SCRIPTS.indd" ,
     "Chris Bishop" ,
     "" // Not really necessary to use an empty string, but could be used to indicate, that this cell will be empty for now.
];

var doc = app.documents.add();
var tf = doc.textFrames.add({geometricBounds : [0,0,"100mm","100mm"]});
var myTable = tf.texts[0].tables.add
(
     {
          bodyRowCount : 3 , // You could use a larger number here, even if your contents array uses less entries.
          columnCount : 2 

          // Use other property/value pairs to define the width of the table, stroke weights, fill color etc.pp.
          // ...
     }
);

myTable.columns[0].contents = columnOneContentsArray;
myTable.columns[1].contents = columnTwoContentsArray;

In your case you leave the content of your text variables in the columnTwoContentsArray and replace their contents with an empty string "" maybe.

Later, after creating the table, insert you the text variable in the right cell using the first insertion point of the cell.

var cell3OfColumn2insertionPoint1 = myTable.columns[1].cells[2].insertionPoints[0];
var tvINFO = cell3OfColumn2insertionPoint1.textVariableInstances.add(LocationOptions.AFTER, cell3OfColumn2insertionPoint1);
tvINFO.associatedTextVariable = doc.textVariables.itemByName("Output Date");

Warning: Check, if your text variable already exists in your document.

If so, use the existing one. If not, create a new.

Note: I didn't test the extract with the text above variable.

BTW. : this thread should go to the InDesign Scripting forum.

Scripting InDesign

Uwe

Tags: InDesign

Similar Questions

  • Why the habit of this script work?

    Hello

    I've used this script to make a portrait scroll bar that works perfectly, however I modified the script to work in a landscape scroll bar by altering the x and the y axis and switching on the height to the width. However a portion of it will not work... The left and right arrows are working properly but the bar scroll do not move and I for the life of me understand why.

    Does anyone have any ideas as to what ive missed or done wrong?

    Thanks in advance

    scrolling = function () {}

    var scrollWidth:Number = scrollTrack._width;

    var contentWidth:Number = contentMain._width;

    var scrollFaceWidth:Number = scrollFace._width;

    var maskWidth:Number = maskedView._width;

    var initPosition:Number = scrollFace._x = scrollTrack._x;

    var initContentPos:Number = contentMain._x;

    var finalContentPos:Number = maskWidth-contentWidth + initContentPos;

    var left: Number = scrollTrack._y;

    var top: Number = scrollTrack._x;

    var right: Number = scrollTrack._y;

    lower var: Number = scrollTrack._width - scrollFaceWidth + scrollTrack._x;

    var dy:Number = 0;

    var speed: Number = 10;

    var moveVal:Number = (contentWidth-maskWidth) /(scrollWidth-scrollFaceWidth);

    scrollFace.onPress = function() {}

    var currPos:Number = this ._x;

    startDrag (this, false, left, top, right, bottom);

    this.onMouseMove = function() {}

    DY = Math.abs(initPosition-this._x);

    contentMain._x = Math.round(dy*-1*moveVal+initContentPos);

    };

    };

    scrollFace.onMouseUp = function() {}

    stopDrag();

    delete this.onMouseMove;

    };

    btnUp.onPress = function() {}

    this.onEnterFrame = function() {}

    If (contentMain._x + speed < maskedView._x) {}

    If (scrollFace._x < = high) {}

    scrollFace._x = top;

    } else {}

    scrollFace._x = speed/moveVal;

    }

    contentMain._x += speed;

    } else {}

    scrollFace._x = top;

    contentMain._x = maskedView._x;

    delete this.onEnterFrame;

    }

    };

    };

    btnUp.onDragOut = function() {}

    delete this.onEnterFrame;

    };

    btnUp.onRelease = function() {}

    delete this.onEnterFrame;

    };

    btnDown.onPress = function() {}

    this.onEnterFrame = function() {}

    If (contentMain._x - speed > finalContentPos) {}

    If (scrollFace._x > = bottom) {}

    scrollFace._x = low;

    } else {}

    moveVal/scrollFace._x += speed;

    }

    contentMain._x = speed;

    } else {}

    scrollFace._x = low;

    contentMain._x = finalContentPos;

    delete this.onEnterFrame;

    }

    };

    };

    btnDown.onRelease = function() {}

    delete this.onEnterFrame;

    };

    btnDown.onDragOut = function() {}

    delete this.onEnterFrame;

    };

    If (contentWidth < maskWidth) {}

    scrollFace._visible = false;

    btnUp.enabled = false;

    btnDown.enabled = false;

    } else {}

    scrollFace._visible = true;

    btnUp.enabled = true;

    btnDown.enabled = true;

    }

    };

    scrolling();

    Even with this reduction, it is at best a tangle of code to try to reason with him.  I think I see you have nested functions at least two levels deep, possibly further because I do not see where the original ends, and the nesting of functions is prevented best, and most often unnecessary...

    scrolling = function () {}

       scrollFace.onPress = function() {}

    this.onMouseMove = function() {}

    }

    };

    };

    Since you're telling the problem is that the scroll bar does not move, it does not move in relation to press the keys or does not move relative to slide.

  • How something like this script to browse the PDF?

    I'm looking for something similar to this:

    Screen Shot 2012-01-31 at 2.31.29 PM.png

    We have that but does not work in Acrobat x:

    Add navigation buttons to the page

    This script puts 3 buttons at the top of each page (except the first which has a button)

    First button ' < ': take you to the previous page

    Second button: '1': takes on the first page of the document

    Third button: ' > ': bring to the next page in the document (it does not exist on the last page)

    var inches = 72;

    Try

    {

    nLastPage = this.numPages - 1;

    for (variety p = 0; p < this.numPages; p ++)

    {

    var x = 0.5;

    If (p > 0)

    {

    AddButton (p, x, 0.25, 0.5, 0.25, 'PrevPage',' < ', ' "back Page","this.pageNum - ;"); "" ") left arrow previous page

    x += 0.3;

    }

    If (p! = 0)

    {

    AddButton (p, x, 0.25, 0.5, 0.25, "homepage", "1","go to first Page","this.pageNum = 0 ;"); "" "") "1" is the first page

    x += 0.3;

    }

    If (p < nLastPage)

    {

    AddButton (p, x, 0.25, 0.5, 0.25, "NextPage",">","" Next Page "," this.pageNum ++ ;");") right arrow, next page

    x += 0.3;

    }

    ("AddButton (p, x, 0.25, 0.5, 0.25,"back"," < < ","go Back","app.execMenuItem(\"GoBack\" ");"); right arrow, next page

    x += 0.3;

    }

    }

    catch (e)

    {

    App.Alert (e);

    }

    AddButton function creates a button with given parameters and action

    function AddButton (nPageNum, x, y, width, height, strText, strCaption, strToolTip, strAction)

    {

    aRect var = this.getPageBox ({nPage: nPageNum});

    aRect [0] += x * inch;

    aRect [1] = y * inch;

    aRect [2] = aRect [0] + width * inch;

    aRect [3] = aRect [1] - height * inch;

    var f = this.addField (strText, "button", nPageNum, aRect);

    f.setAction ("MouseUp", strAction);

    f.userName = strToolTip;

    f.Delay = true;

    f.borderStyle = border.s;

    f.Highlight = 'push '.

    f.textSize = 0; resized automatically

    f.textColor = color.blue;

    f.strokeColor = color.blue;

    f.fillColor = color.white;

    Here you can specify a different font, otherwise it uses default one

    f.textFont = fonts. ZapfD;

    f.buttonSetCaption (strCaption);

    f.Delay = false;

    }

    Hi GKaiseril

    You are right, that the script will be executed again in Acrobat, if you leave it in place.

    And it is also strange in Reader.

    However once you have the icons placed on each page, before you save the file PDF simply go you back and delete the script.

    That seems to work OK in Acrobat and Reader.

    Also, the script must be changed to place the icons at the very top of the page or maybe even down and I can't do that.

    See here

    http://www.nixmailmac.com/book.PDF

    Ron has

  • change the appearance of the quick links

    After an update to v30 quick links page shows links less than before.

    Is it possible to change the appearance of this page and return the number of page icons that I had previously or do I need an accessory any?

    You can zoom the subject: newtab page to resize tiles and tiles most enter on the page.

    • View > Zoom > Zoom out; CTRL and -
      'Zoom text only' should not have a tick

    This will affect all elements of the page, text so get more smaller institutions.
    Make sure that a tab with the subject: newtab page is open when you change the zoom of the page.

    Toggle the pref browser.newtab.preload false on the topic: config page in case of problems with remembering the zoom on the page of the on: newtab page.

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

    You can hide the search bar and margins at the top and bottom with the code in the userContent.css file to get more space for the tiles.
    See my post here:

  • Specifying an accelerator key using the accessKey, PROPERTY of SCRIPT

    I can't get my head around the right approach to make the "accessKey" (PROPERTY of SCRIPTING) work...

    I don't know yet what event form / Obj event would be the host of this "script property"?

    Can someone point me in the right direction? (example of worked OR just simply a way SOM example and advice on where to place the code so it works!)

    Thank you Raheem

    This property is not supported by Acrobat/Reader.

  • Create the UDM using os script

    Hi guys,.

    I received the following task to be done as soon as possible, but have small problems, as I read the oracle documentation, we have os scripts to apply certain measures that are defined by the user, I followed tasks but cannot get the scripts

    -----

    Create a user defined Metrics (UDM) alerting when file listener is in mode Dbug

    Create an alert UDM check Rman uses catalog Rman

    Create a UDM alerting when logical WEB is in debug mode

    Create a UDM alert when logical when WEB log rotation is not defined

    -----

    I'm using OEM 11 g

    If anyone has suggestions or scripts to do this, please let us know.

    Thank you and best regards,
    Small foot

    Hi 844375,

    I created the same script you provided (seems like you and me have a similar up to think the comment section), but the script provided seems to be incomplete, it is empty, first step of the script is empty, IE "/ tmp/udm_lsnrctl_script.sh ' is not provided without which the next part is incomplete.

    Here are the scripts I've created:

    1. UDM_LSNRCTL_DEBUG_CHECK

    TASK: To check if a listener is put in debug mode.

    Script used:

    > STEP 1: udm_lsnrctl_script.sh

    #The script to check if the listener is in debug mode

    Small-foot #script, version 1.0

    #Step 1 - file name is udm_lsnrctl_script.sh

    #Step 2 - uses udm_lsnrctl_testrun.sh to retrieve the name of the listener in debug mode

    #The script below will search for ASM instance

    for k ' ps - ef | grep pmon | grep asm *. AWK '{print $8} ' | f '_' awk ' {print $3} "

    do

    echo $k ' for loop inside get the path from the House of the DSO.

    . oraenv<>

    $k

    EXPRESSIONS OF FOLKLORE

    #If more than a listener then we do loop for

    # 'lsnrctl see the trc_level' is the command to check the debug state

    for m ' ps - ef | grep inh | grep - v grep | grep "grid" | "awk"{print $9} '"

    do

    echo $m "inside for loop check the listeners of the DSO.

    lsnrctl<>

    the value current $m

    See the trc_level

    output

    EXPRESSIONS OF FOLKLORE

    fact

    echo "outside for loop check ASM listeners."

    fact

    echo «outside for loop get the path from the House of the ASM»

    #This script will not TEST for + ASM1

    for i ' ps - ef | grep inh | grep - v grep | AWK '{print $8} ' | AWK-f ' / ' '{print $6} ' | grep - v tnslsnr'

    do

    $i echo "inside for loop get ASM no way home.

    #' ps - ef | grep MP n | grep - v grep | AWK '{print $8} ' | f '_' awk ' {print $3} "#check this line once more

    #check over the line once more

    #check over the line once more

    . oraenv<>

    $i

    EXPRESSIONS OF FOLKLORE

    CD $ORACLE_HOME

    j in ' ps - ef | grep inh | grep - v grep | grep - v "grid" | AWK '{print $9} ' | grep $i ' # #CHECK THIS LINE TOO CHECK if THE FIRST LINE IS ALWAYS - LISTENER - ONLY of OTHER IT WILL RESULT WORNG OUTPUT

    # LINE #THIS CAN BE USED as AN ALTERNATIVE tTO AVOBE LINE CHCEK AND CONTINUE

    #for j in ' ps - ef | grep inh | grep - v grep | grep - v 'LISTENER ' | AWK ' {print $9} "

    #To be more specific

    #for j in ' ps - ef | grep inh | grep - v grep | grep - v "grid" | AWK ' {print $9} "

    do

    $j echo "inside for loop check listeners not ASM.

    lsnrctl<>

    the value current $j

    See the trc_level

    output

    EXPRESSIONS OF FOLKLORE

    fact

    echo "outside for loop check listeners not ASM.

    fact

    ECHO "outside for loop get ASM no way home.

    Exit 0

    > STEP 2: udm_lsnrctl_testrun.sh

    #! / bin/ksh

    #The script to check if the listener is in debug mode

    #script by Harish, version 1

    #Step 1 - file name is udm_lsnrctl_script.sh

    #Step 2 - uses udm_lsnrctl_testrun.sh to retrieve the name of the listener in debug mode

    #This file to run the script above and store the result in another file to check/compare the information required

    #file name udm_lsnrctl_testrun.sh

    #Put udm_lsnrctl_script.sh in udm_lsnrctl_debug_log.txt output to check the names of the listener in debug mode

    Date > /oracle/app/agent11g/scripts/udm_lsnrctl_debug_log.txt

    /Oracle/app/agent11g/scripts/udm_lsnrctl_script.sh > /oracle/app/agent11g/scripts/udm_lsnrctl_debug_log.txt

    FILE=/Oracle/app/agent11g/scripts/udm_lsnrctl_debug_log.txt

    out_result = "-i"value"grep $FILE |" grep - v out | AWK '{print $1}'

    #Check if the output is echo null then debug disabled

    Message1 =' have the active debug '

    If [-z "$out_result"]

    then

    out_result = "Disabled".

    #out_result = 1

    out = "no listener '.

    on the other

    out = $out_result

    #out_result = 2

    out_result = 'active '.

    FI

    em_result = $out_result

    echo "em_result = $em_result".

    echo "" em_message = $oute $message1 ".

    Exit 0

    2. UDM alert check of Rman uses catalog Rman: was addressed in other post of mine.
    3. UDM_WLS_DEBUG_CHECK

    Task: To check if debug mode is enabled in the wls targets

    Script used:

    > udm_wls_debug_check.sh: NOTE: the House of the area path must be set separately for each server

    Cat /oracle/app/product/fmw/user_projects/domains/custcons_domain/bin/setDomainEnv.sh|grep debugFlag = > udm_wls_debug_log.txt

    QUEUE = udm_wls_debug_log.txt

    out_result = "grep-i"true"$FILE"

    echo $out_result

    domain_name ='grep-i udm_wls_debug_check.sh "/ app/oracle/product ' | AWK '{print $2} ' | AWK-f ' / ' ' {print $8} "

    echo $domain_name

    Message1 = 'have the active debug '.

    If [-z "$out_result"]

    then

    out_result = "Disabled".

    #out_result = 1

    out = "no domain".

    on the other

    out = $out_result

    #out_result = 2

    out_result = 'active '.

    out = $nom_domaine

    FI

    #em_result = $out_result

    echo "em_result = $out_result".

    echo "" em_message = $oute $message1 ".

    Exit 0

    4. UDM_WLS_LOGROTATION_CHECK

    TASK: Check if rotation is enabled and not put over 7 days

    Script used:

    > udm_wls_logrotaion_check.sh:

    #! / bin/bash

    #The script to check if the rotaion of log is enabled

    #Step 1 - file name udm_wls_debug_check.sh contains the path of the field

    #Step 2 - use udm_wls_debug_check.sh to get the path of the field and then download the config.xml file to check if logrotation enabled id

    File #This to run the script above to check th logrotaion is true or false

    #file name udm_wls_logrotaion_check.sh

    file_name ='cat /oracle/app/agent11g/scripts/udm_wls_debug_check.sh | grep setDomain | AWK '{print $2} ' | "awk-f" / "' {print" / "$2"/"$3"/"$4"/"$5"/"$6"/"$7"/"$8"/config/config.xml"}.

    rotation_type ='cat $file_name | grep rotation-type | AWK-f ' > ' '{print $2} ' | AWK f"<" '{print="" $1}' ="" |="" awk=""><>

    numero_fichier ='cat $file_name | grep-number of files | AWK-f ' > ' '{print $2} ' | AWK f"<" '{print="" $1}' ="" |="" awk=""><>

    domain_name ='grep-i udm_wls_debug_check.sh "/ app/oracle/product ' | AWK '{print $2} ' | AWK-f ' / ' ' {print $8} "

    #echo $file_name

    #echo $rotation_type

    #echo $file_count

    If ['$rotation_type' = 'None']

    then

    #echo "Disabled".

    out_result = "Disabled".

    echo "em_message = $nom_domaine have no rotaion enabled log.

    Elif [["$file_count" - gt "7"]]

    then

    #echo "superior to 7 files.

    out_result = "Disabled".

    echo "em_message = $nom_domaine a logrotaion active with file count more than 7.

    on the other

    #echo 'active '.

    out_result = 'Active '.

    echo "" em_message = $nom_domaine have enabled rotaion journal "»

    FI

    echo "em_result = $out_result".

    Exit 0

  • When I long press on a link, in addition to opening a box of context, it also opens the link in this window. How can I get JUST the context window appears?

    I'm an avid user of pocket and I like to scroll through the different blog sites and save articles to read later. In general, I have been using Google Chrome browser that forces me to open each section in a different tab and then share this article to the Pocket to save him. I was delighted when I found the firefox browser has worked very well and even supported Add ons. I decided to try it, but have encountered a major problem. When I press a link to share, instead of a context window appear and the site remains the same, a context window opens while the site loads the link. When I right click on a link in my browser, it does not mean I want to go to this link, so I do not know why the same procedure would cause the mobile browser to do so. Is there a way I can press a link without having to open the link in this tab?

    Well, it's silly, but it's the best I could come up with:

    I tested this on Gizmodo: when the menu press and hold appears, instead of lifting the finger pointing upwards, slide it downwards a little, right next to the link, before you lift your finger on the glass. Then the script on the page detects a "mouse up" (or equivalent event) on the link. It works for you?

    I know that you cannot see the link in the menu, but one or two lines of text height will usually do.

    Would probably be wise for Firefox cancel all events associated with touching the link once the menu is displayed. Or to make sure that the site includes as a right-click (that seems more difficult). I have not checked to see if ideas along these lines have been filed in the bug tracking system.

    Edit: Tested on a Nexus 5 (LG).

  • Try to install Topaz Denoise and Topaz Clean, getting the error "cannot access the windows service install. "This can happen if windows install is not properly installed.

    This problem arises when clean installing topaz denoise and "Topaz". I tried the fixes in this article http://support.microsoft.com/kb/2642495 and none of them seem to work. This problem arises when clean installing topaz denoise and "Topaz". I tried to install other programs, and the error does not appear anything else. I also restarted my computer, any advice on how to solve this problem would be appreciated.

    Original title: the windows service install are not accessible. This can happen if windows install is not properly installed. Ask your assistance technical assistance

    Hello

    Have you made changes on the computer before this problem?

    I suggest you try these methods and check the status of the issue.

    Method 1:

    Keep the computer in a clean boot, try to install the programs and check the status of the issue.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7.

    http://support.Microsoft.com/kb/929135

    Note: Please, go to step 7 of the Kb to maintain the computer to a normal startup after you fix the problem.

    Method 2:

    I suggest to try the methods mentioned in the following article and check the status of the issue.

    How to solve the problems when you install or uninstall programs on a Windows computer.

    http://support.Microsoft.com/kb/2438651

  • In the Powershell script execution error: could not find the type [ordered]: make sure that the assembly containing this type is loaded.

    People,

    I am trying to load and run the PowerShell script of PowerCLI Module to check the CPU, memory and storage overcommitment. VMware PowerCLI Blog - VMware Blogs but somehow it is always stopped with the error: cannot find the [ordered] type: make sure that the assembly containing this type is loaded.

    Here are some of the diagnostic result:

    $PSVersionTable

    Value name

    ----                           -----

    PSVersion 2.0

    PSCompatibleVersions {1.0, 2.0}

    BuildVersion 6.1.7601.17514

    PSRemotingProtocolVersion 2.1

    WSManStackVersion 2.0

    CLRVersion 4.0.30319.1026

    SerializationVersion 1.1.0.1

    Get-ChildItem ' HKLM:\SOFTWARE\Microsoft\NET frame Setup\NDP'-recurse |

    Get-ItemProperty-name of the EA - 0 Version |

    Where {$_.} PSChildName-match ' ^ (?) (S) \p {L} "} |"

    Select PSChildName, Version

    PSChildName Version

    -----------                       -------

    v2.0.50727 2.0.50727.5420

    3.0.30729.5420 v3.0

    Windows Communication Foundation 3.0.4506.5420

    Windows Presentation Foundation 3.0.6920.5011

    3.5.30729.5420 v3.5

    Customer 4.0.30319

    4.0.30319 full

    Get-PowerCLIVersion

    PowerCLI Version

    ----------------

    VMware vSphere PowerCLI 5.8 Release 1 build 2057893

    ---------------

    Versions of the snap

    ---------------

    Build VMWare AutoDeploy PowerCLI component 5.5 1983942

    Build VMWare ImageBuilder PowerCLI component 5.5 1983942

    Build license of VMware PowerCLI component 5.5 1265954

    Build VMware Storage PowerCLI component 5.8 2057894

    Build VDS's VMware PowerCLI component 5.8 2031581

    Build VMware vSphere PowerCLI component 5.8 2031581

    I installed Windows6. 1 -KB2819745- x 64 - MultiPkg.msu to enable Powershell v4.0 on my Windows 7 laptop, but still the script cannot be executed with the above error message.

    Any kind of aid and assistance would be greatly appreciated.

    Thank you

    Hello-

    Ah, yes--it is that review.

    Another option, because you are not able to go to .NET FX 4.5, is to remove the parts "[ordered]' of the code that you use.  This type Accelerator makes the hash table a dictionary sorted.  The effect to remove that from the code will be that the properties of the object that results will not be in the order in which they appear in the code.

    And, another option would be to install PowerShell v3 (the version in which the '[ordered]' feature has been added').  That shouldn't require a FX .NET newer than what you showed as having already installed on this computer.  However, as we have seen with the PSSnapin and PSv4 Exchange, you want to make sure that the PSSnapins / Modules you want to use are compatible with PowerShell v3.

  • I spent hours on web sites looking for advice clean my iMac - they were all dead ends.  I send a question to this 'Community' first, but must have done it badly because there was no trace of it.  I have the effect on this model beach ball

    I spent hours on web sites looking for advice clean my iMac - they were all dead ends.  I send a question to this 'Community' first, but must have done it badly because there was no trace of it.  I now have the beach on this computer ball effect.  Are there places I can delete cookies etc to help out?  Thank you for your help.

    horse8905

    Don't know what's happening, you do not give a lot of information, but if you have the constant beachballing (spinning wait cursor), which could mean that the hard drive is dying.

    Open Console.app in Applications > utilities. Filter, called "String Matching," right, high enter "I/o" without the quotes. What happens when you do this?

  • I found the show/hide button toolbars, but you should know how to REMOVE toolbars that appear on this list?

    I found the show/hide button toolbars, but you should know how to REMOVE toolbars that appear on this list?

    Is attached a screenshot of my screen with the context menu to show/hide tabs. I want to delete some of them and let others. Please help me to know how. Thank you!

    Hmm, maybe this "one-time" imported into the new preference? Try this:

    (1) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste the cust and make a pause so that the list is filtered

    (3) double-click the preference of browser.uiCustomization.state and the content must be highlighted in a small dialog box.

    (4) copy the whole line and paste it into Notepad and save it as a backup.

    (5) in Firefox, click on the button '3-bar' menu > developer > Notepad. Remove the comment that appears and paste data preferably, that must appear on a long line. Click on the "Pretty Print" button to make it more readable.

    So I hope that you can spot the extra toolbars and change them out, taking care to preserve the commas between the elements.

    I don't have the extra toolbars in mine, but I copied and pasted back this spaced format and Firefox was able to handle it well. I went into customize and moved a button, and when I left, Firefox has rewritten the preference set as a single line. Assuming that yours works fine, then you can get rid of the backup from step (4).

  • I get the same message: a script on this page may be busy, or it may have stopped responding

    Since a couple of days I get the same error message: "a script on this page may be busy, or it may have stopped responding." You can stop the script now, open the script in the debugger, or let the script continue. »

    I'm not a COMPUTER expert, however, I have read similar online messages and tried many steps such as:
    --deleting history navigation and cookies
    -Mozilla resetting to the factory settings
    -Uninstall and reinstall Mozilla

    Unfortunately, the problem is always the same. What can I do? I work from home and need internet to work 100%.

    Moreover, the navigation works fine in other browsers, but not Mozilla.

    Thank you

    This script is the culprit in the following message?

    A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger or let the script.

    Script: resource://gre/modules/addons/XPIProvider.jsm-> jar:file:///C:/Program%20Files/Mozilla%20Firefox/browser/extensions/%7B82AF8DCA-6DE9-405D-BD5E-43525BDAD38A%7D.xpi!/bootstrap.js-> resource://gre/modules/commonjs/toolkit/loader.js-> resource://gre/modules/commonjs/sdk/loader/sandbox.js-> resource://skype_ff_extension-at-jetpack/skype_ff_extension/data/jquery-2.1.0.min.js:28

  • When, on my home page, I click on the link "transparent popup" in the query "did you mean: transparent popup", NO RESULTS appear in this new tab; How to solve?

    I had trouble due, apparently, to a file named popuptransparent [dot] xul, which I have 3 cases on my computer (Win XP/Firefox last v.). Using my window of AVG home page, I get "popuptransparent" (try to fix) and the results appear OK. But then when I click to a new tab, on the "transparent popup" link in the query "did you mean: transparent popup", NO RESULTS appear in this new tab. In addition, when I reload then the Panel of AVG which sought to 'popuptransparent' in the first place, it, too, shows now no results. Or a panel shows Google now no results. They show the quantity of results, but just white screens for the results themselves.

    Links https://support.mozilla.org/en-US/questions/948804?esab=a & as = aaq and https://support.mozilla.org/en-US/questions/952141?esab=a & as = aaq brings me. I re-installed Firefox v. 20.0.1 nothing works. How to fix?

    Should I remove it from my computer all 3 of these instances of xul [dot]?

    Regarding the problem of searching, you can check the extension "Disconnect"? I think it could affect the Google sites and third parties who use Google. You can disable or try its button Options here:

    Firefox orange (or the Tools menu) button > addons > Extensions category

    While you're there, you can disable all extensions essential and unrecognized. When in doubt, turn off.

    After restarting Firefox, did you notice a difference?

    Could you explain in more detail the next part?

    Should I remove it from my computer all 3 of these instances of xul [dot]?

    Is this something that came in a security sweep? What question do you think they are originally? They are located in a folder extensions?

  • After I restart my iMac and double-click on the hard drive, a pop up appears with this message: 'the 'Hard drive' file cannot be opened because you don't have permission to view its contents.'.  What is the problem?

    After I restart my iMac and double-click on the hard drive, a pop up appears with this message: 'the 'Hard drive' file cannot be opened because you don't have permission to view its contents.'.  What is the problem?

    Is the name of an external drive or internal one?

  • Why want to change the appearance of windows, as the elderly will not get use to this. change windows 8

    If I were you, I would like to change the appearance of the metro on the desktop for a user interface

    and keep the start menu and taskbar. do not look at the apps that are out there

    Not at all

    Windows 8 Developer Preview: OS General Questions and comments:

    http://social.msdn.Microsoft.com/forums/en-us/windowsdeveloperpreviewgeneral/threads

    Windows 8 Developer Preview Feedback Tool

    See this link, it takes you to the login site where you can download and use the feedback tool:

    https://connect.Microsoft.com/site1147/InvitationUse.aspx?programId=7221&InvitationID=Add1-RY34-K4T4

    If you are prompted for an invitation code, please enter the following key:

    ADD1-RY34-K4T4

    From:

    http://social.msdn.Microsoft.com/forums/en-us/windowsdeveloperpreviewgeneral/thread/38727d4d-99D2-4b88-bb22-5271c28a8f14#6a1ceb32-D519-4844-9d80-053caf6b7226

Maybe you are looking for

  • When you play a game something pops up

    Hello When you play a game something pops up and I agree Yes to get rid of him.But now my keyboard does not work on my laptop satellite. Any help is very appreciated.

  • Qosmio F20-155: how to watch TV on the new installated WinXP

    Hi there, it anyone have some experience with the installation of TV on WXP Pro tuner? I erased MCE due to problems with system stability. I tried to install only I need necessary drivers, tuner driver has been installed successfully in components au

  • Bluetooth driver for XP

    Bluetooth doesn't work anymore and I can't active re. I have to reinstall the driver? from where?

  • my vista has done its own thing without worrying

    HelloI was wondering if I lost the reason... My vista tells me one thing and then I find that it is not the case. For example... I have check boxes to be sure and then I find everyman and his dog made wide jogging with my stuff. I have been pushed fr

  • How can I find my URL address?

    original title: HOW can I FIND MY URLADDRESS? Yes can someone help me find my url address I needb with my email address n forgotten bComment to get?