Please help with javascript issue

Hi all,
So ive got this piece of javascript -
$("#verse_inscriptions").on("change", function() {
    var verse = $(this).children("option:selected").val();
    if(verse != "0") {
        $("#textarea").val($("#textarea").val() + " " + verse);
        calculateTotal();
of this page http://www.milesmemorials.com/product-GH54.html What i need is to adapt it so that it will allow this function to happen whilst also inserting the same information into the textarea here -
<textarea name="textarea2"id="textarea2"></textarea>
So basically i have 2 forms, the first is where the customers make their choices/selections and the second form retrieves those choices and inserts them into form2 by 'onchange' attributes, but the piece of code above is stopping that from happening (only on this part of the form 'inscriptions and verses'and 'textarea' which as you can see are both interlinked).
Can anyone help me with this? I appreciate any help.

Sorry it's calculateTotal(); instead of processTextarea(); in the code above.
The in the function calculateTotal you can add a piece of code to update #grand_total2:
function calculateTotal() {
    $("#grand_total, #grand_total2").val(totalAmount.toFixed(2));
Kenneth Kawamoto
http://www.materiaprima.co.uk/

Similar Messages

  • Please help with Contribute issue- Adobe or anyone!

    My issues are many- I don't know where to start. First, as a long-time Adobe customer, I can not believe how support has declined- I really miss my "support package" from the early 90's when I spoke with a person who really knew how to address my problems and/or questions. I am so tired of being outsourced to someone who has no idea how to address my problem- only to send me to "Document #8932023912 03" off of the Adobe website. I want to talk to someone who KNOWS and APPRECIATES this product, and who understands its internal behavior (like what I get when I call MAC SUPPORT). I will pay for it! I have invested thousands of dollars on Adobe software and am now at an unacceptable standstill.
    My small business relies on the Adobe Creative Suite 4 and the Contribute program. Up until now, I have never had a complaint, especially after moving to Mac a few years ago. Troubles started after two things (still not sure what the culprit was) - installing Snow Leopard and installing a Wacom Bamboo tablet (on the same day- my bad). Well, Illustrator, Photoshop work just fine as well as my other non-Adobe programs. But I can't even open InDesign (will post this on the proper post) or Contribute. So Apple had me deduce that I needed to create a new User and try things there. I eventually migrated to this new user but still, I cannot use Contribute.
    I have set permissions with the program and contents of the folder- in addition to my Contribute keys to no avail. I can't even open it. Nor can I open it in my Root user which at least lets me run In Design. I am at a total loss and I need to update a website for my client. PLEASE someone, I would so greatly appreciate any advice or instruction as to how to run Contribute on my new user. Or in my Root user. I just need to get it to open! Reinstall did nothing PLEASE HELP.
    A special note to anyone from Adobe: I want to talk to someone via a support package-- NOT outsourced. Does this fee-based option exist? It doesn't seem to from the main support number. If someone can help direct me, I would appreciate the proper instruction to do so. I need to get my InDesign running again and I have already invested multiple hours, days with Adobe support with NO solution at all. This is unacceptable in my mind, especially for the moneys invested.
    Thank you in advance... Aimee M.

    I totally share your views on Adobe period. I loved Macromedia., they also answered all my questions, then Adobe had to buy them out! I called them today (sales Dept., that's where they answer rather quickly., of course), they explained the following: You can pay for a live person, but the prices differ  in that they come in packages. In other words, you can pay a flat rate per hour for one-on-one OR pay for one-on-one tech support 5 times per month, and the amount of times per month vary from that point on., and so does the price!  I'm baffled! They are HORRIBLE!! . Like yourself, am on a standstill ever since I've been stuck with not being able to publish my site with current edits and it gives me a message whereas my own company name is "currently editing the page," so it keeps kicking out. I've tried everything, including but not limited to the following: going to the library and checking out books to troubleshoot; going on Adobe pages for support as well the Help features on the software program., etc...I'm exhausted!  ADOBE you guys need to reassess your Customer Care Support and your outsourcing business as well!!! YOU WILL LOOSE YOUR CUSTOMERS RATHER QUICKLY!!

  • Please help with this issue "To Run a SSIS Package outside of Server Data Tools You must install Drived Column of Integration sercvies of higher" From C# app

     i have searched all over the google and here on MSDN(I have read all the threads related to my problem ) , i am new to SISS and doing my clg project ,
    I have this package which loads data from  dim tables to a fact table , my Package runs without any problem in BIDS (2012)
    I have installed SQl Server integration services on SQL and service is also running in services.msc,
    the problem comes when i execute my package using my C# application i am using MSDN Method to execute a SSIS package programmatically given here.
    "http://msdn.microsoft.com/en-us/library/ms136090.aspx"
    For loading my FactTable i have used a Derived columns  and some lookups , 
    Now if i don't use derived columns and looks ups and just use source and destination component then my package runs fine from my C# application but if i use derived columns or looks ups etc it gives the following error
    "Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline: To Run a SSIS package outside of SQL Server Data Tools you must Install Derived Column of Integration services of higher"
    I am searching and trying to resolve this issue from previous 2 days but without any luck please help or guide me what is solution to this problem ,,i will be very thankful
    I have also found that integration services that are running on my system have version  10.0
    but the BIDS have version Version 11.0.3402.0
    IS this causing problem ?  if yes then what i have to do  ?

    Hi BlaxButt,
    The package is developed in SSDT installed by SQL Server 2012, so it is a SSIS 2012 package. However, the Integration Services you have installed is SQL Server 2008 R2 version. To run the package outside SSDT, you need SSIS 2012 installed. The reason why
    the package runs fine with only Source and Destination components is that such a simple package can be executed by the DTExec utility installed by SQL Server 2012 Data base Engine or Client Tools (SQL Server Import and Export Wizard). To run a package that
    uses other tasks/components outside SSDT/BIDS, the SSIS runtime is also required except the DTExec utility. To obtain the SSIS 2012 runtime, we have to install SSIS 2012 on the server where the package runs.
    Reference:
    http://stackoverflow.com/questions/19989099/getting-error-running-ssis-package-on-non-ssis-server
    Regards,
    Mike Yin
    TechNet Community Support

  • URGENT!!! Java Gurus Please Help with adf issue!

    PLEASE SEE MY LATEST POST BELOW TIMO'S RESPONSE. THE REQUIREMENT HAS CHANGED. THAT IS THE ISSUE I AM LOOKING A SOLUTION FOR.
    Hello All,
    We have a requirement where our adf/jsf app needs to pick an EXCEL file from the server where the application is deployed. The sequence is :
    User comes to the page
    Clicks on "Open EXCEL" button
    EXCEL file located in the c:/ of the server opens up.
    How can this be done? I do not see any coding needed because the EXCEL file is being opened as is (and after user views it he closes the file) and the data is not being transferred to the jspx page.
    *We are totally flexible in how this is implemented - ie, using button, link , html etc etc. What ever works!!!!*
    Thanks,
    Edited by: user12054715 on Aug 17, 2010 8:54 PM
    Edited by: user12054715 on Aug 18, 2010 4:11 PM
    Edited by: user12054715 on Aug 18, 2010 4:13 PM

    Hello Timo,
    I am using 10.1.3g so your response is not going to help me.
    However, I have another question that I have already posted on the Forum. Please help me...
    Requirement:
    *1. Java application should be able to write "Hello World" in the excel file, when the user opens it.*
    I CAN DO THIS WITH THE FOLLOWING CODE:
    HSSFWorkbook wb = new HSSFWorkbook();
    HSSFSheet sheet = wb.createSheet("newSheet");
    HSSFRow row = sheet.createRow(1);
    row.createCell(1).setCellValue("HelloWorld!!!!!!!!!");
    *2. A "Write To Excel" button on jsf page opens a dialog asking user to Save or Open the excel file. (user can save the file anywhere on his machine)*
    I CAN DO THIS WITH THE FOLLOWING CODE:
    In jsf:
    <af:commandButton text="Download" action="#{myBackingBean.writeToExcel}" useWindow="true"/>
    In backing bean:
    public static void writeToExcel() throws IOException
    String filename = "workbook.xls";
    // //Setup the output
    String contentType = "application/vnd.ms-excel";
    FacesContext fc = FacesContext.getCurrentInstance();
    HttpServletResponse response = (HttpServletResponse)fc.getExternalContext().getResponse();
    response.setHeader("Content-disposition", "attachment; filename=" + filename);
    response.setContentType(contentType);
    PrintWriter out = response.getWriter();
    BOTTLENECK: When the user opens the excel how do I show "HelloWorld!!!!!!!!!" ?

  • Please Please help with JavaScript and Actions

    Hello!
    Is there a way to perform a saved Action from the Action Pallette using a JavaScript script? I know there is a way to do it with Visual Basic.
    Is there a way to run a Visual Basic script from a JavaScript script?(which could be a potential workaround if JavaScript CANNOT call on an Action)
    Is there a way to call on a JavaScript from an Action?
    Here's specific information on my problem:
    I am using Illustrator CS2 on a PC
    I have written all of the JavaScript scripts that I need to perform various layer selection procedures and they all work perfectly. I have placed them in the Presets > Scripts folder so that they appear in my file menu.
    I wrote a very long action that called on these scripts (using Insert Menu Item > then selecting the script by going File > Scripts) sequentially and did some selecting and copy-pasting and applying graphic styles in between scripts. The Action worked PERFECTLY and ran all the scripts I needed to an automated a process that usually takes me an hour in less than five minutes!
    I saved the actions and saved the file.
    After closing Illustrator all of the lines of the action that called on scripts disappeared! It seems this is a known bug...I currently know of no workaround.
    Can anyone help with any of the following things:
    1. Getting actions to SAVE the commands to run javascripts
    2. Writing a JavaScript that runs an Illustrator Action
    3. Writing a JavaScript that runs a Visual Basic script that runs an Illustrator Action.
    I spent three days learning the basics of JavaScript (mostly by trial and error) and successfully wrote all the scripts I needed...I was overjoyed! But now that I've closed illustrator my actions to run said scripts do not work. PLEASE ADVISE!!!
    Thanks in advance,
    Matthew

    try next
    1)if possible split JS-code into 2 parts (before/after action)
    2)make vbs script with contents
    Set appRef = CreateObject("Illustrator.Application.3")
    appRef.DoJavaScriptFile("C:\my1.js")
    appRef.DoScript(Action As String, From As String)
    'add wait while ActionIsRunning
    appRef.DoJavaScriptFile("C:\my2.js")
    3) run vbs (File > Scripts or double-click).

  • Please help with WSRPi Issue

    Hi Gurus,
    I am using the Application Workspace Portlet extension for JDEV 1013.
    This morning I deployed successfully some JSR-168 Portlets in my WSRP OC4J container and registered the providers successfully with Portal 10.1.4
    Now I am following exactly same steps but I am encountering the following error:
    An error occurred during the call to the WSRP Provider: Java stack trace from root exception:
    java.rmi.ServerException: Internal Server Error (java.lang.RuntimeException: oracle.webdb.wsrp.server.ContainerException: Unable to load resource bundle "project1.resource.Portlet1Bundle")
    at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:384)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:245)
    at oracle.webdb.wsrp.WSRP_v1_ServiceDescription_PortType_Stub.getServiceDescription(WSRP_v1_ServiceDescription_PortType_Stub.java:63)
    at oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_ServiceDescription_PortType.getServiceDescription(Unknown Source)
    . (WWC-43273)
    Any Ideas for this issue??
    Please Help.
    Thanks
    JO

    Hi JO,
    I remember this problem - it used to occur in one of my Portlets. It usually happens when the Portlet is not compiled using the same JDK compiler as the OC4J.
    Does your JDev 10.13 ( the default JDK is JDK 1.5 ) & the OC4J contaier for Portal 10.1.4 have the same JDK version ?
    Regards,
    Sandeep

  • Please help with export issue with HD.

    I have a current project set at 1920x1080 HDTV 1080i (16x9) and my customer has decided to change his mind and not go HD 16x9 which I had shot in specifically for this reason. What settings could I use to export for 720x480 DVD 4:3? Please help.
    Thanks
    Joe

    +Do I copy and past the Sequence file from the HD into a DV NTSC new project? Yes or no?+
    Yes. Once you are done export it to Compressor to encode your video into an m2v and the audio into an ac3 dolby stereo. Then import those as assets in DVDstudio4, create your menu, if you need one and burn your DVD.
    +Can you give me a more step by step?+
    As I asked before...are you not familiar with using Compressor and/or DVD Studio Pro?
    If not (and if the links I sent to you are not helpful enough) then follow these two approaches:
    (Hope Shane Ross doesn't mind if I report one of his stock answers about a basic way to make a DVD followed by my basic "step by step" use of Compressor in order to give the OP a quick and easy support).
    Shane Ross wrote:
    +The absolute simplest way to make a DVD using FCP and DVDSP is as follows:+
    +1. Export a QT movie, either a reference file or self contained using current settings.+
    +2. Open DVDSP, select the "graphical" tab and you will see two little monitors, one blue, one green.+
    +3. Select the left blue one and hit delete.+
    +4. Now, select the green one, right click on it amd select the top option "first play".+
    +5. Now drag your QT from the broswer and drop it on top of the green monitor.+
    +6. Now, for a DVD from an HD source, look to the right side and select the "general tab" in the track editor, and see the Display Mode, and select "16:9 pan-scan."+
    +7. Hit the little black and yellow burn icon at the top of the page and put a a DVD in when prompted. DVDSP will encode and burn your new DVD.+
    +THATS ALL!!!+
    +NOW...if you want a GOOD LOOKING DVD, instead of taking your REF movie into DVD SP, instead take it into Compressor and choose the BEST QUALITY ENCODE (2 pass VBR) that matches your show timing. Then take THAT result into DVD SP and follow the rest of the steps. Except you can choose "16:9 LETTERBOX" instead of PAN & SCAN if you want to see the entire image.+
    Gogiangigo wrote:
    Creating your MPEG2 and AC3 files with Compressor:
    Compressor will create an Mpeg2 of your edited video and an ac3 (dolby stereo) for the audio (You can't create ac3audio with DVDstudio).
    (Use google for any farther information about any word or definition that remains slightly unclear to you).
    After that is done burning your DVD with DVDStudio will be quicker and easier.
    Step 1
    Once you are done with the edit you can:
    either export it straight from the timeline to Compressor (File>Export>Using Compressor)
    or create a QT movie (check self-contained in the export window) and import into Compressor after you open it.
    If you export it straight from the timeline Compressor will open automatically,
    if you wish to use the self-contained QT movie you can still export it from an open FCP project or open Compressor independently. If the the latter is your case once you open Compressor click on Add File in the toolbar (top left corner ).
    In both cases your video will appear in an untitled project right below the toolbar. You can see the movie (or FCP) icon and the title of your project.
    Now, the simplest way to proceed is as follow:
    you see the text next to the icon of your movie (in the blue rectangle) saying "drag here settings and destinations"? Now go to the settings window below, you can see the settings and destinations tabs. Go to Settings>Apple 4 groups>DVD 10 groups>DVD best quality 90 minutes two settings. This is the most common setting to use.
    In a nutshell drag the DVD best quality 90 minutes folder over the "drag settings and destinations here" text. Choose your destination. If you click each setting the inspector window activates. Now before we go ahead I suggest you to read the manual and understand the importance of the inspector window and its functions. In particular read about Avarege bit rate, maximum bit rate and in general Variable frame rate (VBR) and constant frame rate. With regard to audio read about ac3.
    This time we leave default settings and proceed by clicking the Submit button.
    In the preview window, right below the player commands you can see a little arrow and a date, click on the arrow and you can see that Compressor is encoding your video.
    Step 2
    When the encoding process is over open DVDstudio.
    See the first button of the toolbar , top left? Click on Import Asset, find your encoded audio and video files and open them.
    Now since your movie has been already compressed video(Mpeg2) and audio (ac3) they will show in the assets tab below the graphical tab followed by two green lights.
    From now follow Shane Ross's steps from point 3 if you don't want a menu.
    If you need a menu there's a simple video tutorial that came with FCP studio 2 discs . Take a look at that.
    Best,
    G.

  • Please help with Javascript obejcts hierarchy

    Hi!
    Is following Javascript obejcts hierarchy is right?
    1. App > 2. Doc > 3. Page >
    (from Page) > 3.1 Annotation3D
    (from Page) > 3.2 Field (link)
    thank u )

    You have to have Acrobat/Reader open to open a PDF and use some or all of the Acrobat JS features.
    When Acrobat/Reader is started various folders are accessed and files within those folders read and processed to create the application. This includes dictionaries, certain global variables, various functions provided by Adobe, and user defined functions or variables. The Adobe provided functions or user provided functions or variables are accessed by their assigned name. So if you created an application folder level function in a file called 'hello.js' containing the following code:
    function HelloWorld()
    app.alert('Hello World!');
    return;
    HelloWorld();
    Each time you open Acrobat an alert box with "Hello World!" will appear.  So even without any PDF open one can perform or have a task done. With application level scripts, you can add menu item, tool bar buttons, or modify menu items, etc. So when you open Acrobat you could have a menu item to create a new blank PDF or add the JS API Reference to the "Help" menu item. And if you selected "Help => JavaScript API', the JS API Reference file would open, whether there is an open PDF or not.
    PDF files are opened at the application level, as the application needs to interpret the code of the PDF file and provide the necessary resources for displaying, calculating, linking, etc for the open PDFs. If you open a PDF pragmatically, you need to provide an object name to that PDF. Especially if you are going to reference that file with JavaScript.
    Within an open PDF there are various actions. The first is the document level scripts that are used to establish the environment in which that PDF will function. This could include special functions to sum values, compute date differences, perform special key stroke and formatting. There can even be test to see if there are any necessary application level functions available for use the the document.
    Within PDF document you can can fields, links, comments, etc. And these items only exist in the PDF document and rely on the PDF document for performing the various task or communicating those task the the application.
    By the way with the "HelloWorld" function defined in the application JavaScirpt folder, and PDF opened on that computer can have a button with the 'mouse up' action JavaScript of "HelloWorld();" for the code and any time that button is pressed the alert box that appeared when Acrobat was started will appear. But if you take that PDF to another computer that does not have that file nothing will happen or an error box will appear.
    See Getting Started - Developing for PDF by Dave Wright and look around the Planet PDF site.
    You also need to realize that Acrobat JavaScript does not run synchronously, so you do not always have the individual scripts running in the same order or speed so it is possible a script will not always start and end before the next script in line is started or ends. And if you have dependencies between these scripts you need to test to see if they are all met.

  • Please Help with printer issues

    I have an iMac intel and with OS 10.8.3. Since the last update about 2 days ago I have not been able to print though the printer is on the same wi-fi as iMac.  I have restarted both but to no avail. I deleted all the printers I had to try and add the same printer and the iMac will not list this printer, so I do not have the opportunity to add it. I rely heavilly as this is my liveliihood to be able to scan and print docs. Was this caused by the last update or is there something else going on? Please help!!!

    did a copy paste of HP OfficeJet Pro 8500A Plus into google
    https://www.google.dk/search?client=opera&q=HP+OfficeJet+Pro+8500A+Plus&sourceid =opera&ie=utf-8&oe=utf-8&channel=suggest
    first hit
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=dk&lc=da&dlc=da&tmp_geoLo c=true&product=4116838

  • PLEASE help with JavaScript parsing of WSDL return

    Can someone help with parsing return WSDL data?
    My return WSDL data is a concatenated string of alias names (firstname middlename lastname generation) delininated with an "@":
    7433|ALIAS|John|W|Smith| @7432|ALIAS|Johnny| |Smith| @7430|ALIAS|JJ| |Smithers| @7431|ALIAS|JJ| |Smith| @7400|ALIAS|Jon| |Smith| @7416|ALIAS|John|Wilber|Smith|JR
    I must have these names appear on my forms in a "lastname, firstname middlename generation" format. Can anyone provide expertise in this area if I provide the table.column reference?
    alias.alternate_id = tmp[0];
    alias.type = tmp[1];
    alias.firstname = tmp[2];
    alias.middlename = tmp[3];
    alias.lastname = tmp[4];
    alias.generation = tmp[5];

    Can someone help with parsing return WSDL data?
    My return WSDL data is a concatenated string of alias names (firstname middlename lastname generation) delininated with an "@":
    7433|ALIAS|John|W|Smith| @7432|ALIAS|Johnny| |Smith| @7430|ALIAS|JJ| |Smithers| @7431|ALIAS|JJ| |Smith| @7400|ALIAS|Jon| |Smith| @7416|ALIAS|John|Wilber|Smith|JR
    I must have these names appear on my forms in a "lastname, firstname middlename generation" format. Can anyone provide expertise in this area if I provide the table.column reference?
    alias.alternate_id = tmp[0];
    alias.type = tmp[1];
    alias.firstname = tmp[2];
    alias.middlename = tmp[3];
    alias.lastname = tmp[4];
    alias.generation = tmp[5];

  • Can somebody please help with Javascript. 2 small problems.

    Hi. I have created a dynamic PDF form with fields. I have 2 problems that i am sure someone can help me with. (I can email anyone this PDF upon request).
    PROBLEM 1. In this form I have a table (actually i think its a sub form) which has 3 buttons associated with it ('Add Row', 'Delete Row' and (Clear Row'). One button adds a new row. It works but it effectively duplicates the row (and all text fields/cells contained in the row) and places this new row at the bottom of any existing rows. What i require is for this button (the button gets duplicated along with the row) to place the new row immediately below the row from where it is clicked. ie, imagine you open the document, fill out the row (at this stage there is only one) and hit the 'Add Row' button. You now have 2 Rows (great), so you fill out the second Row. Now here is my problem, if you hit the 'Add Row' button on the first Row, a new 3rd Row is added to the bottom and not in between Row 1 and Row 2.
    Effectively if you have dozens of Rows filled out and you need to insert a Row for an amendment, currently it cannot be done without deleting all Rows up to the point where you want to make the addition/insertion.
    PROBLEM 2. Within this Row of text/numeric fields are two fields (called 'Rate' and 'Loading') where dollar amounts are entered. As the form is filled out (the Rows can be dynamically generated and it's fields manually filled out by the user) there can potentially be dozens of Rows in a completed form and, as each Row has many text/numeric fields, one can imagine Columns forming once there is more than 1 Row. At the end of the form, totals are automatically calculated. I have created a button to reset (erase) all amounts entered into these two specific fields (Columns) but in every Row. Unfortunately there is something wrong with my script syntax as this button does not do this. ( i want this facility as when the form, which is a budget proposal, is completed i need to send two copies - one to accountants with figures and logistics and a second copy to another department whom i do not want to give the figures, so i need the button to erase figures without having to clear each cell individually).
    Any help that someone can give would be much appreciated.
    Please email me at
    [email protected] if you would like me to send you the file.
    Cheers
    Bradd

    Send the form to
    [email protected] and I will give it a go ....include a reference back to this forum posting.
    Paul

  • Please help with several issues-Pictures, Videos and More.

    I'm on my 3rd iPhone4 in 48 days. A few weeks ago I switched to ATT from Sprint and the EVO because my Company forced me too (they pay for my line). I have a bunch of issues. I won't get into the poor reception and dropped data connection since this is a hardware problem. Ok, when I take pictures and send in an email they don't send straight. Even is I rotate then and save that way when I attach the picture it's not straight. This also happens with video. If I send in a text they are correct. If anyone has tried a Samsung Galaxy S I would like feedback on that too. Probably a long shot in an iPhone forum but I am desperate. I'm not pleased with this phone. I may have to return it.

    The ATT rep has visited our work twice. Several us have had issues. He told us we would be able to return our phones even after the 30 days because of all the service tickets open on our phones. If we wanted to move to something else we would just pay the difference. So if I wanted to change to the GalaxyS it wouldn't cost me a thing since it's $199 which I paid for my iPhone. For some reason when I double tap the space bar for a period most of the time it types the letter B. Why is this?

  • Please help with speed issues and powerline adapte...

    Hello all,
    I have had infinity for a few months now and I am very unhappy with the quality of service so far, I wont go into that however,
    the problems I currently have are:
    speed dropped from 76.8Mbps down to 34.6Mbps within a week of going live, they have replaced my HH3 twice to try and remedy this but its still the same, anything you can recommend?
    as for the powerline adapters, i bought 2 extra when I took out my infinity package, all 4 have failed twice, they have been replaced aswell, received a new set this morning to install and they don't work!
    When I set them up I get the green data light and green power light, however once I plug the Ethernet cables in, the data lights go off after around 10sec,
    no matter how many times I reset and marry them its the same output, then maybe they will work for around 10-15 minutes and then go off again.
    I have 4 adapters in use ATM
    2 for vision and 2 for my computer 
    bt sent me 2 different models for some reason
    I have the white simpler networks ones, 2 have black writing and 2 have orange,
    sorry for the essay but from the experience I have had from BT so far I am not impressed
    thankyou for any help in advance
    regards  

    Ratty2012 wrote:
    The 200mbps refers to the theoretical duplex speed and not the actual connection speed. In ideal conditions the actual is about 70 to 80mbps for the 200 adapters. So therefore most of the time in normal conditions they connect at a much lower speed.
    That's what I meant, hence why would you get 500Mbps ones if they ain't going to reach unless you're going to have your house wiring upgraded if the speed is rubbish. Didn't mean to be rude xD
    If this helped you please click the Star beside my name.
    If this answered your question please click "Mark as Accepted Solution" below.

  • Please help with printing issues...

    I used the "Real estate" template for newsletters in Pages '08, and the newsletter looks great, but when I print it out, the top box, the "real estate" box, prints just a blue box...not at all what I am looking at on the screen, everything else is great, and even when I click on preview after print, it looks great, but does not print out the right box...I even printed just the pages template, wondering if I had edited something wrong, but even the pages template does not print the top box as shown...I have also had a difficult time printing out coupons with bar codes on them...I know it is not the printer, as it is shared with a pc, and the coupon and pdf file print fine thru the pc...what am I doing, or is there a setting I have missed?? Thanks so much.

    If its a problem printing from program AND Preview, that might imply a system problem, not a program issue. You said it was one of the template files.
    Send me an email this weekend (so I can get your email without posting it up here). I will produce a pdf from my machine of the same template and email it back to you. See if that one prints correctly.
    If it does, then we eliminated Preview or the printing subsystem as the problem, it is with Pages producing the pdf.
    If it still prints bad, then its a system issue.
    I see you have printed over and over with different methods, but I don't think I saw if you exported as a pdf and printed that. have you?
    Get in touch and we can try it to help narrow down your search of where the problem resides,
    Jason

  • Nearly there but not quite - Please help with display issue

    Hi,
    I had an issue with my mac starting which I resolved by replacing the graphics card. The mac now starts without issue BUT!
    In display preferences there is only one display resolution, no detect display button and if I try to calibrate the sliders have no effect
    I have tried resetting PRAM and SMC with no effect and also tried a different monitor
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro3,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          3 GHz
      Number Of Processors:          2
      Total Number Of Cores:          8
      L2 Cache (per processor):          12 MB
      Memory:          8 GB
      Bus Speed:          1.6 GHz
      Boot ROM Version:          MP31.006C.B05
      SMC Version (system):          1.25f4
      Serial Number (system):          CK******XYL
      Hardware UUID: *****
    ATI Radeon HD 5770: (Previously ATI Radeon HD 2600 XT)
      Chipset Model:          ATI Radeon HD 5770
      Type:          Display
      Bus:          PCIe
      Slot:          Slot-1
      PCIe Lane Width:          x16
      VRAM (Total):          1024 MB
      Vendor:          ATI (0x1002)
      Device ID:          0x68b8
      Revision ID:          0x0000
      ROM Revision:          113-C0160C-155
      EFI Driver Version:          01.00.436
      Displays:
    Display:
      Resolution:          1920 x 1200
      Depth:          32-Bit Color
      Core Image:          Software
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Quartz Extreme:          Not Supported
    Display Connector:
    Display Connector:
    <Edited By Host>

    Not everyone updates their hardware porfile but it should have been spotted that yours lists 10.5.8 which was a big clue and reason to ask and check what you are runnning.
    Apple sells 10.6.3. Unlike the prior two which did come out with 10.X.6 which would work and allow boot from DVD you may need the 10.6.8 on flash memory that comes with Lion except that is $69.
    We usually do but get tired now that we've been saying "ATI 5x70 needs 10.6.5 or later" when people upgraded their graphic card like you did.
    I wish that wasn't so. I don't know how ATI does it for Windows but they do have to retool their drivers when a new OS comes out but end up with a package that supports more than one OS version.

Maybe you are looking for

  • Movies that don't exist

    front row looks in the movies folder and lists the contents, right? well it's showing titles in that are not in and have never been in my movies folder. nothing happens when selecting these (probably because they don't exist). of course i can't delet

  • Replication between clusters

    I've seen the code examples for replication between clusters, while in my view, that's really should be a feature provided by coherence. Customers always feel amazing that have to be done by coding:( . Does coherence have any plan to provide that fea

  • Getting Around Key Constraint

    Table A is a parent of Table B, where Table B really only serves as an intermediary table associating Table A's records with some Table C (also a parent of table B). As such, Table B is FK'd as a child of both Tables A & C. In order to delete records

  • Manage Dynamic Distribution Groups

    We currently have a Dynamic Group, "All Staff"; I have been asked to remove Contracors from this group and still allow an Exchange account. No Filters seem to offer this option. Does the Dynamic Group only include meembers in the Active Directory Gro

  • 2.2.1 update means dropped calls and wifi problems?

    I've noticed some other threads about dropped calls, and 3G issues, but is anyone else getting wifi problems? Seems to not want to detect anything, restart it, and it picks up, but inveitably fails a day or so later...