Using Applescript for formatting lines in figures

I have a Numbers spreadsheet where I want to shade the lines according to the (odd) values in my second column (B).

I've been everywhere in the forum, but I can't seem to find a script that is, and I can't change one and make it work.

Anyone with a few kind words and a model? :-)

Hi jsteinaa,

Here's a method that does not require an Applescript.

Add another column, C. You can hide this column later.

Formula in C2 (fill down)

= IF (ISEVEN (B2) ", B2," "")

If a value of B is the same, that the cell equal to the B cell c, otherwise insert "" (NULL).

Conditional highlighting b

Variation: use the ISODD C function.

Please call with questions.

Kind regards

Ian.

Tags: iWork

Similar Questions

  • How can I use applescript for OCR to a bunch of files - with Acrobat XI?

    Hello

    IWant to write an AppleScript (for example) that can be used as a droplet or has a menu to open a folder of pdf files scanned for OCR. And - I want to use Acrobat XI (because it's my version), German version.

    As Acrobat XI is not recordable with applescript editor and I can't find a manual of objects and methods I googled a script that worked with Acrobat 9, but not with Acrobat XI. Here, you define a "Wizard of Action" - Script for example called "OCR this ' and 'click' of the element. But as in Acrobat XI this Item is noch in hand-sbubmenu more than it seems to not work.

    Here is a screenshot:

    Bildschirmfoto 2014-07-14 um 10.57.06.png

    And it's theapplescrpt, tha opens "Aktionsassistent":

    Click on the menu item "Aktionsassistent" in the menu "Tools" from menu item "Tools" in the menu "Anzeige" of the menu bar item "Anzeige" from the menu bar 1

    BotR, so I cannot reach "OCR it."

    If any body has a suspicion - either by clicking on "OCR this ' or sript an OCR on one open our AppleScript, that would be great.

    Thank you

    Smail

    AppleScript is documented in the Acrobat SDK kit. But there is no way to do it.

  • Use applescript for Python Shell command

    Is there a way where I can make applescript to view the output of the python script and also accepts input so that it can pass it to the python script? My script contains several entry so is it possible possible to do? For more than once in entry and exit every time?

    You can certainly create handlers AppleScript (functions) that use Python HERE documents, with AppleScript variable passed into Python as command-line arguments, or returned to AppleScript. AppleScript's display of limited capacity, but does not preclude a cocoa of coding, or TCL GUI for the display format most of in the Python code.

    You can also write a Python application that can invoke AppleScript, pass the values on the command line values and return to Python AppleScript. This can be done through a presentation of subprocess or directly through NSAppleScript.

    Here's an AppleScript that uses a Python Manager to glance in a .docx Word document and display the names of fonts used in it. Only .docx, not. doc. Notes to escape the double quotes and back-slash in the Python script to appease AppleScript.

    -wordfonts.applescript

    -display fonts (read-only) in the Word (.docx only) document in the menu drop-down

    -VikingOSX, 01/2016, support Apple community

    -Version 1.2, the additional list comprehension to Python print statement, other settings.

    property docx: {'org.openxmlformats.wordprocessingml.document'}

    property mydefault: ((path to the documents folder) as text) as alias

    Try

    the value docxfile to POSIX path of (Choose file type docx default location mydefault without invisible)

    If result = {return button: 'Cancel'} then error -128 - cancelled by the user

    say application 'System events' to the value docxname to the name of (POSIX file docxfile as alias)

    display the dialog box "Document:"& docxfile & return & return & (elements of my docxfonts (quoted form of docxfile)) as text with the title "Word Document Fonts" give up after 20.

    we errnbr error error message number

    Error_Handler (errnbr, errmsg)

    end try

    return

    on docxfonts (thefile)

    return the shell script "python".

    import the zip file

    import re

    Import os

    import sys

    fonts =]

    thedocx = os.path.expanduser(sys.argv[1])

    If not thedocx.endswith ('.docx'):

    raise exception ("not a valid docx Word document'")

    If zipfile.is_zipfile (thedocx):

    with the zip file. Zip (thedocx, 'r') as docxzip file:

    XMLDATA = docxzip.read('word/fontTable.xml')

    fonts = re.findall (r'(?<=w:name=)\"([ \\w+]+)\"="">', xmldata))

    print (------"} \".format ('\\n'.comes ([x for x in sorted (fonts) if fonts])) ")

    EXPRESSIONS OF FOLKLORE. "

    end docxfonts

    on error_handler (nbr, msg)

    return Display alert «["& nbr &" "']" & msg as critical leave after 10 "»

    end error_handler

    Python script that illustrates the passage of an argument to an AppleScript application that runs as a subprocess.

    #! / usr/bin/env python

    # coding: utf-8

    # dx.py: illustrates the passage of a Python variable in a function that

    # contains a string variable (ascript) which is the AppleScript

    # code that osascript runs in the sub-process. The value of allow

    # following the scriptname as ARGV 1, which is taken by the

    # argv clause of AppleScript.

    # Use:. DX.py

    # VikingOSX, 12/2015, Apple Support communities

    # v1.2

    import of subprocesses

    Import atexit

    import sys

    MSG = 'the value of x is 10'.

    procs =]

    def send_dialog (allow):

    AScript = "'

    on run argv

    Set userCanceled false

    If (argv County) = 0 then

    Tell application "system events" to display dialog ¬ "argv is 0". "

    After 10

    on the other

    the value of msg (item 1 of argv) text

    end if

    Try

    Tell application "system events" to display dialog ¬ msg

    with the title 'Application Communication' give up after 10

    the error number - 128

    userCanceled set to true

    try to end

    If userCanceled then return "Cancel".

    return

    end of race

    '''

    Try:

    proc = subprocess.check_output (['osascript', '-e', ascript, allow])

    If "Cancel" in proc.decode('utf-8'): # the user presses the Cancel button

    sys. Exit ("User Canceled")

    except subprocess. CalledProcessError as e:

    print (' Python error: [% d]\n%s\n' % e.returncode, e.output])

    generator of # @atexit.register to clean any stray sub-process

    def kill_subprocesses():

    for proc in procs:

    proc. Kill()

    def main():

    send_dialog (MSG)

    If __name__ == "__main__":

    sys. Exit (hand ())

  • GREP for format only 2 figures (not 3)

    I have a table with numbers

    example.png

    I ONLY apply a style that makes numbers with 2 red digits (98, 95), but does not affect the other.

    Have you tried several things but can't do the first two digits in all THE red numbers.

    \D\d

    What I am doing wrong?

    Thank you!

    Try

    \<\d\d\>

    Have fun

  • How to use AppleScript to create a menu shortcut in figures?

    Does anyone know how I can create a pop up menu numbers using AppleScript.

    say application "Numbers".

    activate

    say le first table of the sheet active of the document 1

    the value the format of cell "B3" to popup menu

    end say

    end say

    I can create a pop up menu by using this code, but this is the default list.

    If I have a composed list {'mouse', 'Keyboard', 'Trackpad'}, how would be to create a context menu with these items?

    Thanks in advance.

    Steve Longley

    Hi Steve,.

    I wonder why you feel the need to use (or what you think you would get to use) an AppleScript to create a cell in the context menu.

    With the help of numbers 3, it's a fairly simple process:

    Open a table, or use a column with enough empty cells to accommodate the menu in the menu items.

    Access to the list of items of a line in your column.

    Select all cells that contain entries.

    Open the Inspector to Format, choose the cell, choose the context menu.

    Any selected cell now contains the same menu, each set to the original value in this cell.

    If you want that each menu includes a "white" cell, then:

    Select all the cells (three).

    Modify the beginning with... pop - up 'Start with white '.

    Click on one of the cells, and then click control v next to the cell to display the menu choices. Each cell contains the same menu with the value initially entered in the selected cell, so what a no point, which will produce a cell empty, at the top of the list.

    The menu can be copied and pasted into other places or can be filled in the column or line using the handles to fill yellow appearing in the centres of the edges of the cell when the mouse cursor is brought near. The cell glued/filled setting will be the same as that of the pasted source cell.

    Kind regards

    Barry

  • Use: OLD and: NEWS in the triggers without oracle for each line

    I use Oracle 10 g.
    I want to insert a row in the table of the newspaper by each Witch of the query is executed on a table.
    And I want to insert on the line at a table of detailed log for each row changed in a query.
    I want to add modification date and time for each line in the two tables of the newspaper and I want it to be similar.

    So, I'm curious about using old and new variables without using for each row on the creation of the trigger. Is this possible?
    Or maybe I can score some variables static for this query (so sysdate will be the same and some of the Pavilion for the insertion of small newspapers)?
    Or maybe is there other ways to do it?

    LeopoldStoch wrote:
    But if I use sysdate in each trigger and it will update something as my sysdate 100000 lines will be different for different lines but I want it to be time and on the same date.

    Hi Leopold,

    Then today is your lucky day :-): sysdate is the same for all the DML. Even if it takes more than one second:

    SQL> create table rob
      2  ( id int
      3  , creation_date date
      4  )
      5  /
    
    Table created.
    
    SQL> create trigger t
      2  before insert on rob
      3  for each row
      4  begin
      5          :new.creation_date := sysdate;
      6  end;
      7  /
    
    Trigger created.
    
    SQL> set timing on
    SQL> insert into rob (id)
      2   select level
      3     from dual
      4  connect by level <= 10000
      5  /
    
    10000 rows created.
    
    Elapsed: 00:00:00.37
    SQL> set timing off
    SQL> select min(creation_date)
      2       , max(creation_date)
      3    from rob
      4  /
    
    MIN(CREATION_DATE)  MAX(CREATION_DATE)
    ------------------- -------------------
    07-05-2010 09:29:24 07-05-2010 09:29:24
    
    1 row selected.
    

    You can read more here: http://rwijk.blogspot.com/2008/07/sysdate.html

    Kind regards
    Rob.

  • Using ps2 for years and today it tells me that my 30 day trial is over? I can't find the support or the re activation on line site. What is going on?

    Adobe has a phone support option? I've been using ps2 for years and today the program tells me that my 30 day trial is over... can someone help with this question?

    The activation servers have been closed.  Click here for a version that does not require activation, simply enter the serial number that will receive you:

    Download Acrobat 7 and CS2 products

  • I used Photoshop CS2 for over 5 years with the Dimage A2 using the RAW format form, now it won't work. All answers there? Thank you

    Photoshop has always worked with the Minolta DimAge A2 using the RAW format. Now, it won't.  Strange that Corel Paint Shop Pro X 2 Ultimate works fine and cost less tha $100...  All responses to this topic?

    They may know more in the Camera Raw forum.

  • AppleScript for the development of Documents of numbers

    Hello!

    I just finished my first 'Real' Applescript to do something that I thought was pretty simple.

    It took me 5 days to figure it out!

    In any case, I regularly create new documents of numbers whenever I make a deposit in cash for the accountant of campus

    (I am a teacher/middle school band Director and am constantly receive payments from children for t-shirts, uniform band, travel expenses, etc.)

    I tried for years to find a way to compile all deposit slips in a single document to keep track of who paid for what during the school year and I always ended up having to manually copy and paste the data of each doc in the main list (last year I had more than one hundred different deposits slip files in a folder on my desktop).

    Long story short, I discovered Automator and Applescript a couple weeks ago and have been playing with them. Who would have thought that these tools had been all the time on my mac!

    If someone (much more qualified than me) could take a look at the code, I am come with below to see if she is healthy, of if there is a more effective way to achieve this, I very much appreciate it!

    The code works for now, but if there is something or any weakness that could break it in a future update, I would like to know about it.

    CODE BELOW:

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

    -It is my attempt to create an AppleScript to copy data from several numbers documents and compiling a database for use in a single master Document numbers.

    -The way it's Setup now, whenever a new document data is added to the source folder, I double click on an icon on the desktop that runs this script.

    game of sourceFolder to (POSIX file ' / users/my_name/library/2016-2017 Financial Documents TO BE ADDED / " as alias)

    -source folder for documents to add to the main list


    game of to targetFolder (POSIX file ' / users/my_name/library/2016-2017 Documents financial/DONE / " as alias)

    -Place for documents to go after they are added to the main list.


    game dittos to (Choose file with prompt "choose a numbers Document to copy in the type list." as text by default location sourceFolder)

    -The script will ask me to select a file out of the source folder to copy


    say application "Numbers".

    activate

    the value doc to Open dittos

    say table 1 of the sheet active of the doc

    the value thisRangeName to '03:37.

    -the range I want to copy

    the value the range selection for range thisRangeName

    -selects the range I want to copy

    end say

    end say

    say application 'System events' to hit 'c' with the command down

    -copy the selected to the Clipboard.

    property docTarget: "/ users/my_name/library/2016-2017 band Documents/2016-2017 student List.numbers.

    -The location of the master file

    property today: current date

    -variable to use when entering information in the master file. This helps to sort the objects added to the master file.


    say application "Numbers".

    Open docTarget

    say 1 of table sheet "Sums of MONEY RECOVERABLE" of front document

    Add the line below last line

    -creates a new line to receive new information.

    the value the value of the last first cell at (today's date) string a line

    -between the current date in the first column of the table

    set the selection go in last second cell line

    -moves the selected cell to the one who will receive the data from the Clipboard.

    say application 'System events' to hit 'v' with the command down

    -Paste the Clipboard data

    say application "System events" of typing "ESC".

    -Deletes the currently selected cells

    end say

    -We will now check for empty lines that have been pasted from the source document to clean our Master Document.

    say 1 of table sheet "Sums of MONEY RECOVERABLE" of front document

    Set rowCount to (each line of the selection between)

    -the number of rows to check? Number of rows is determined by the amount of the previous selection range.

    Repeat with I of 3 for the count of number of lines

    -ignore the first 2 rows, which are header lines, the County

    the value may be to (value of fifth cell in last line)

    -checks the value of the fifth column (reason for the activity) to see if it is empty.

    If perhaps missing value then set went to last row

    -from the last line of the document, if the fifth column is blank, it is marked for deletion.

    Remove gone

    -remove the empty line

    end Repeat

    the value is in (value of fifth cell in last line)

    -When the repeated destruction are complete, if there is an extra empty line remains, it will get.

    If done then delete last rank missing value

    -the if statement that will remove the last extra line

    end say

    end say

    quit smoking application "Numbers".

    -close all documents of numbers and quit the application

    say application 'Finder '.

    move File to the folder targetFolder Dittos

    -move the Source file out of the folder "TO BE ADDED" and in the "DONE" folder.

    end say


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


    Thanks for the help and advice of an Applescript Newbie!

    -Jimforxst

    First of all, if the script works for you, then it's good enough

    Even experienced/veteran AppleScripters can spend a lot of time to 'perfect' scripts, so it is important to balance the how long it will take to arrive at a solution that is "perfect".

    If you're looking for pointers that might work "better", here are a few thoughts.

    First of all, your script depends on literally copy and paste the data from the source file for the master file. I'm never a fan of this approach. All works (clearly), it is prone to error and changes the State of the system - not sure if what was in the Clipboard the script at startup has been sought, and the operator (if it wasn't you) do not doubt that the execution of the script would change the contents of the Clipboard. In general, I think it's better to reference the data directly ("set data2Copy to (get the ranks 1 to 37 of table 1...)"), although it works for now.

    In addition, your script is depends somewhat on the specifics of the source and master files. There is no error checking that the source data is valid before you copy it.

    On the same topic, you have a significant amount of code to check if the column 5 is empty. I would consider doing this check at the front - in other words only copies the data you need, rather than copy more and must clean up afterwards. Once again, the details of this function a bit on the data.

    Finally, for the moment, the script runs on a single file at a time - opens the source file, opens the master file, copies the data, close the files and closes way unexpected numbers.

    What happens if there are multiple source files to process? You can consider a loop through the files, the copied data and closing/smoke right at the end. That would save some time.

  • Hide unused lines in figures

    I have a fully customized Numbers spreadsheet (which is a budget) and each row has a formula. I need to present the budget with only the lines that are used for an overview of the customer. How can I quickly select all unused lines and save only the most used in PDF format? This has been possible in the old version, but I can't find the equivalent in the last edition...

    Hi Abarans,

    Automate this is to use a filter. If there is a column which is filled only used lines set your filter to test for this. Filter stays off until you need to print to PDF. I have this set up on a table to report where the filter is always on. Œuvres sweet!

    Quinn

  • How do I either set channel name of a graph of cluster or get a 1 d waveform chart to start different time (t0) for each line of the waveform?

    I have a chart single 2D out a conditional of a loop indexing output such that over the rows of the table are not the same size. -Basically, they have different starting and ending points and sizes. -Not so concerned by the endpoints, because as soon as I get correctly starting points, everything shows fall in place.

    The challenge is that when I try to have the variable t0 (start time) for each line, the wave of construction vi form would always keep each line at the same starting point.

    I used the approach bundled with success (the cluster approach ensures that each waveform starts at different times according to the guidelines of my t0 defined for each line) but then I'm not able to get in the channel names I could make using the graphical approach (wave generation) waveform.

    In essence what I get here, I'm losing here.

    Because I don't want one of my mentors, Bob and Altenbach have fed up with me I have attached a vi this time

    Attached VI shows a combination of the two attempts (first with the waveform graph) and then with the graph of cluster

    1. with the first (graphical waveform), I get my channel names as you wish, but the alignment of the wave is not correct.

    2. with the second (graphical cluster), the alignment is good, but I can't do the names of channel in the chart, even if they are present in the cluster.

    I read some reviews that mentions that attributes can be displayed with waveform and data Dynamics (not clsuters) so I guess that's why.

    I saw another report indicating the start time for a waveform 1 d will always remain the same for the rest lines defined for the first line even if changed for the following lines in a loop.

    So I guess my question is: what is the way around questions like that?

    First of all, let me be the first to the congratulate and thank you for finally posting a code!  I'm not 100% certain I understand your question or your code, but I have an idea, perhaps, of what you want to do, so I wrote a little VI who made something simple that could be relevant.

    You mention waveforms of different lengths and beginning at different times.  You also want everyone to have a unique attribute (although I'm not sure what you want to do with the attribute).  So, I did the following:

    1. Generated an array of 100-sample random to represent one second of a waveform.
    2. Created 4 waveforms on this 100-sample basis.  The first waveform (channel 0) is just these 100 points.  The second, 1 channel, is the concatenation of string 0 with the base of 100 samples, or a waveform "double".  Channel 2 is 1 string concatenated with the base, and channel 3 is 2 string concatenated with the base.
    3. In order to trace the four channels that they rest 'on' the other, the waveform has the number of the channel added to it.  Channel 3 is 3 + (4 copies of the basis of 100 points), a waveform 400-point random centered around a shift of 3.
    4. All channels have dt value 0.01 (but I guess I could have varied, as well).
    5. To make the channels start at different times, I started channel N N seconds before channel 0 (by subtracting the index of the loop, I, T0).
    6. For each channel, I created an attribute called "Chan" equal to "Channel N" (where N = 0, 1, 2 or 3, as the case may be).

    This is the plot that results. Scale X is the absolute time value (no Date) using the 24-hour HH: mmS format.  You can see that the plots are 1, 2, 3 and 4 seconds of time, and are offset from each other by a second.  I used the trace attributes to change the name to the respective attribute.

    The code to do this is very simple - I almost don't need to show it, because I think it is completely described by the text above, but this is here:

    Now, it was not that much faster that some of your previous posts, when you refused to your postcode, "guess us" what you wanted (but not to not correctly guess), you tried to "push" us in the right direction (still refuses to post code), and no one seemed very happy?

    Bob Schor

  • Unable to take backup on Windows 7 get error code 0 x 81000019 and message backup Windows found errors on the media during a backup on it and can't use it for additional backups.

    Original title: backup Windows found errors on the media during a backup.

    original title: backup errors

    Whenever I try to do my monthly backup I get the following messages

    Backup Windows found errors on the media during a backup on it and can not use it for additional backups.

    Pleas write the following label on a blank media and insert it into D: /.

    I did and then he asked me to get in shape, I say OK and I get the same message on the media errors and I put another disc and get the same problems again. I can't find out what the problem is, what can I do to fix this problem and get a new backup?

    I now have an error 0 x 81000019

    Hello

    You did changes to the computer before the show?

    Method 1: Check if the shadow copy volume is running
    (a) click Start.
    (b) in the search box, type Services.msc.
    shadow copy Volume c) right-click and go to properties.
    (d) select Auto (Delayed) in the start menu type in the menu drop-down.

    Method 2: Clean boot
    When the computer starts to boot, programs non-Microsoft will not be started and would avoid any interruption of their share.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.microsoft.com/kb/929135.

    Note: Once you are done with the boot, follow step 7 of article to reset your computer to normal startup.

    Method 3:

    Check all your drives to NTFS.

    This problem may occur if the drive is not NTFS format.

    Please follow the steps mentioned below to convert the reader:

    Using the Convert command

    1. click on the "Start" button, click "all programs" and click on "Accessories".

    2. right click on "command prompt" and click "run as administrator".

    3. in the window "Administrator: command prompt", type the following command and press ENTER.

    CONVERT %Drive% letter: / FS: NTFS

    letter of %Drive% is the driver that you want to convert. For example, type the following command to convert drive F to NTFS:

    CONVERT F:/FS: NTFS

    4. when the following message appears in the command prompt window, type the volume label of the drive that you are converting, and then press ENTER:

    The type of the file system is FAT.

    Enter the name of the current volume of reader letter %Drive%:

    Type any string of characters for the Volume name. If you simply press ENTER, it will affect 'Local disk' as the default Volume name.

    5. when the conversion to NTFS is complete, the following line appears in the command prompt window:

    "Complete conversion".

    6. restart the computer and check the result.

    Hope this information is useful.

  • the iPhone screen is not responding and only works for short periods of time when I use siri for an indefinite period.

    Then my phone 3 days ago started having a screen is unresponsive. I just found someone else who has the same problems as me. My screen is white and gray, flickering vertical lines at the top of my screen, sometimes extending to the bottom of the screen. My iPhone 6 s more screen shows only these lines when I use Siri for what it is, which is a little strange. To make things even more bizarre my screen becomes sensitive occasionally, but only when I'm talking about Siri for an indefinite period. One of the things I had in common with a question that someone asked who had similar problems that me was that, when these lines flickering, vertical, white and gray, the iPhone will eventually type things randomly on its own. Such as random apps or opening of the things randomly without my intervention. A unfortunate thing is that when this happens it selects things like that to end a call or facetime. I already know that the cost is $329 remedy since its considered as "other" in the apple repair options and I am also out of warranty, so I wanted to know if there is any other explanation for this. It made my phone very difficult to use these days now...

    Im going to guess that your phone is actually a 6 + and not a s 6 +, which means that your phone is suffering from simple plu epidemic of iPhones of all time - to the epidemic ic touch.  It is unrelated to Siri and tricks of the 'home', the lack of contact button that gets worse with time and flashing bars gray is the presentation of the default signature.  It's a failure level Council of integrated circuit chips that control touch and it is a design flaw in the jury of 6 + that Apple does not recognize.  You can send for microsoldering of the Board of Directors to resolve the underlying anomaly for half of the cost of your options at Apple--assuming that you are not interested in protecting your out of warranty at Apple options.

  • How to develop and reduce lines or groups of lines in figures?

    How to develop and reduce lines or groups of lines in figures?

    Thank you

    Casey

    Select the rows (or columns):

    Then, place the cursor on one of the row headings (the numbers on the left):

    so that you see the carat facing downwards, then click here to bring up the context menu for the lines:

    then select "hide selected rows.

  • using iCloud for photos

    Decided that I would try using iCloud for synchronization of photos to all my devices - ipad and iPhone.  A simple and way big to keep all the features of update of the sounds.  I followed all the directions for setting this up and find that this more complicated that we shouldn't.  I finally got some pictures in the library iCloud for my computer, but of course they do not appear on the iphone or iPad.  I apparently won't implement the iphone or the ipad properly.  I think I tried everything I could find on this operation, but nothing works. For some reason when on the iPad and try to access the iCloud.com with Safari, I get the message that the server is not responding.  When you do the same thing on the iPhone, it connects but it takes me to a window that says "Setup iCloud on this device."  Seems weird like iCloud is already on this currency.   Bottom line is that I spent hours too much try to do the job as well as to purchase more space icloud. I might have to overcome my 8 year old grandson to help me.

    Yyou don't use iCloud.com to display your photos on your iPad and your phone, you use the Photos app with iCloud library active, just like the photos on your Mac.

Maybe you are looking for

  • made faulty navigation buttons

    I began to feel a strange rendering of the navigation buttons then I tried to re - install FF. I discovered that it's empty, fresh installation of Firefox, everything is good,but once I have installed one of the modules, the navigation buttons get re

  • Equium A60: Game - Riding Star fatal error

    My daughter tries to run Riding Star on my Equium A60, but confronted with problems. Load, it won't work. Instead, the message appears: "horse Star - fatal error. The failure of the assertion code. (null) ». This is a new copy of the game, not a DIY

  • 0xC0000025 (labview 2014) error code

    Hi all My labview program communicates with a function (33521 Agilent (A) generator and a frequency counter (53230 Agilent (A) using the drivers of standard devices available on the Web site of NOR. I've recently updated for the 2012 version and my l

  • Audio book in failure

    First time in the display, so if I did something wrong I will apologize. I tried to solve this problem through other e-mails and tips etc, so kind of tired. I tried to review some of the related posts, but still, it doesn't make sense as to what went

  • I don't have the language packs in my optional updates from the Windows Update - how to install a language pack?

    My hard drive crashed.  It was replaced and the outside company installed the OS for me.  However, I'm in a French country and they had no English operating system share so installed the french operating system without telling me.   I left it as it i