Increasing an array and making a drop-down menu

Hi everyone,
I would like to do two things:
1.  After scaning tag IDs from an RFID reader from a serial port and individually entering them into an array (using auto-indexing), I get a n x 1 array (where n is the number of iterations, or rows).  Everytime I scan an entry in, I would like to add two things:  the temperature it was scanned at, and the time it was scanned at.  I am getting the temperature from the serial port, and am getting the time stamp using LabVIEW.  This would then make the array a n x 3 array. 
2.  The second thing I would like to do may sound simple.  I would like to make the n x 3 array I scanned in a drop-down menu.  It need not have the temperature and time appended to it, but it needs to have the tag IDs.  I am only doing this to convserve space on the PDA screen. 
I am attaching a sample file of what I am currently working on.  The "Read String" field represents the tag ID's i'll be reading.  It'll be in ASCII.
I'll appreciate any help
Thank you!
Amal Patel
Attachments:
string stuff.vi ‏13 KB

1. Simply make a 1D array of your 3 elements first (using "built array" with three inputs) inside the loop, then make it into a 2D array (e.g. at the loop boundary using autoindexing. You can also built it after the loop as in the image below.
2. Actually, you're not getting a "n x 1" 2D array, but a simple 1D aray of size N. You could for example feed it to a "strings[]" property of a ring control.
Message Edited by altenbach on 10-29-2006 08:35 AM
LabVIEW Champion . Do more with less code and in less time .
Attachments:
StringArray.png ‏4 KB

Similar Messages

  • Buttons - making a drop down menu

    Hello,
    I only know very basic flash. Right now, I am attempting to revamp a website. The buttons that are currently being used are only gifs that are hyperlinked and there are almost 12 buttons... I think that this is a ridiculous amount of buttons to have. It looks very cluttered.
    So, I figured I should make 6 buttons and just fit the rest of the buttons into subcategorized buttons. And the way to do this is to create flash buttons with drop down menus. To see what I mean, go to this link and look at their buttons:
    http://ca.msn.com/
    Their buttons drop down into menus with sub-categories. I want to do this.
    So far, I have gone into flash, created buttons and made graphics for the "Up" "Over" "Down" and "Hit". I have also added the menu buttons and graphics for the "Over" of each drop-down button-menu.
    I have even provided the action script to link each button to where I need it to go.
    HOWEVER, here is where the problem is. When I roll the mouse over the button, and then move the mouse down to click on one of the buttons in the drop down menu, the menu disappears, OF COURSE, because the mouse goes off the hit. I can't make the hit bigger, because the menu shouldn't open unless it's on the main button. But without the hit being bigger, the menu will always disappear.
    IN ADDITION, I've never used flash buttons on a website before. I'm just using HTML. How do I link the button to the page? Do I save the file as a .swf flash file? And link to 6 different files? Or do I save the buttons in a line, and just use one link?
    I'm on a bit of a deadline so any help is appreciated. Thanks in advance!
    -Michelle

    While I can't help you with your deadline, I can offer a little bit of input.  To take a Flash approach you should find a Flash drop down menu tutorial thru Google and follow thru that to gain an understanding of how to construct one.  The problem you are having with the rollover stems from needing to extend the rollover such that each element of the dropdown also carries that rollover command.  Each button needs to be assigned code to process interacting with it and linking to some other web page.  The swf file that you publish would need to be sized for holding the buttons and then must be placed on the web page.
    The example you pointed to uses a CSS drop down menu, which you will likely find easier to create and manage if you have no familiarity with how to make Flash work in a web site.  I suggest going to the Dreamweaver forum and looking there for information about that approach.

  • How to avoid prompting the userid and password in Drop Down Menu

    Hey Guys hope you can help me.
    I have created a page wherein within that page I have a drop down menu using a javascript here is the code (please see my code below): Now the problem is each time I click any of the selection below the useid and password prompt me.
    Is their any way that this can be fixed so that I cann pass the userid and password as a parameter? I have already tried to pass the &SESSION but it does not work.
    Please enlighten me on this one....
    Thanks,
    Henry
    <select name="P300_selected_alert" size="1" onChange="bringMeHere(this.options[selectedIndex].value)">
    <option value="" selected>-Select One-</option>-->
    <option value="All Alerts">All Alerts</option>
         <option value="Acknowledged">Acknowledged</option>
    <option value="Unacknowledge">Unacknowledge</option>
    <option value="Acknowledged-Resolved">Acknowledged-Resolved</option>
         <option value="Acknowledged-Unresolve">Acknowledged-Unresolve</option>
    <option value="Target Name">Target Name</option>
         </select></td>
    </td>
    <script language="JavaScript1.1" type="text/javascript">
    function bringMeHere(a)
    if (a == "Acknowledged")
    location.href="f?p=103:295:12375097291676676231:NO::";
    else
    location.href="f?p=103:300:12375097291676676231:NO::";
    </script>
    ---------------------------------------------------

    Henry,
    See the change I made to your reports region template on page 1, adding the session id to the links as was suggested earlier:
    var Session_Id = html_GetElement('pInstance').value;
    if (a == "Name")
    location.href="f?p=35225:3:"+Session_Id;
    else if (a == "Employee")
    location.href="f?p=35225:2:"+Session_Id;
    else
    location.href="f?p=35225:1:"+Session_Id;
    And again, you do not want to be hard-coding the application ID anywhere in your code.
    Scott

  • Can I click on "bookmarks" and have the drop down menu display ONLY the file imported from Safari?

    I am trying to achieve a one click drop down menu without side selection for "Safari". Possibly I need to drag bookmarks and folders from the "Safari" folder into the "unsupported " folder, but when I tried this it doubled everything I drug in.

    I did find that I could move bookmarks and folders out of the "imported from Safari" folder onto the "unsorted bookmarks" folder. Removed the Safari folder and made sure the "bookmarks menu" was empty, and then closed show all bookmarks. Hoping that when I opened Bookmarks from the very top line of Apple menu items, the only list that would pop down would be the one that I just constructed in "unsorted bookmarks". But alas, what pops down is no visible bookmarks. You have to slide down to "unsorted" which pops open a window offset to the right with what I really want to see, the list of bookmarks that I assembled in Unsorted.

  • How do I set the border preferences when formatting cells in Numbers?  After I make my selections and close the drop down menu, nothing happens.

    How do I set border preferences when formatting cells in Numbers?  When I use the drop down menu under Inspector, and set the preferences I want, a blue line shows up in the appropriate cell or cells to which I want to apply a border.  When I close the menu, the blue line goes away and there is no border.

    Jerry,
    I'm sorry for the intrusion on this thread. I had only made a simple comment, and then others responded. It was not my intention, especially since the original question was marked as answered. I will direct responses to any comments I make in fture postings that deviate from the OP's question to a newly created topic if I need a response, if not, I will just add a statement at the end of my comments to please not respond.
    As to your diagram, it is the ability to select the non-contiguous cells, and then be able to simulataneously select a specific part of the border edge, and then be able to change them all at once that I was after. That is something that is not possible in Numbers. It seems that in your diagram the "before", was attained by selecting each cell one at a time, and changing its border edge, one at a time. Then, in the "after", selecting the non-contiguous cells and changing the "Stroke" settings for the lines was attained simultaneously since that is possible in Numbers.
    If I am correct in how you attained the results in your diagram, that wasn't really what I was trying to achieve, since if the option were not grayed out, it would only select the same border edge on all selected cells. If I am incorrect, then I would like to have your input.
    Once again, sorry for allowing my comment to develop as it did.
    In God's Harmony

  • I am unable to view my bookmarks and the 'Bookmarks' drop down menu will not expand beyond the bookmark folder to display my bookmarks.

    When I try to add a new bookmark, I cannot find any of my bookmark folders. I've tried uninstalling and reinstalling Firefox and still have the same problem.

    The screenshot didn't attach.
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (200 KB) and <u>do not click Preview</u> after you have attached the image.

  • I am trying to get space on an external hard drive which has some old time machine back up files that I do not need but can not eliminate, even by going into the time machine, clicking on the backup file to be eliminated and using the drop down eliminate

    I am trying to get space on an external hard drive which has some old time machine back up files that I do not need but can not eliminate, even by going into the time machine, clicking on the backup file to be eliminated and using the drop down menu with the gear box symbol to eliminate

    I cannot find this 300GB "Backup" in the Finder, only in the Storage info when I check "About This Mac".
    You are probably using Time Machine to backup your MacBook Pro, right? Then the additional 300 GB could be local Time Machine snapshots.  Time Machine will write the hourly backups to the free space on your hard disk, if the backup drive is temporarily not connected. You do not see these local backups in the Finder, and MacOS will delete them, when you make a regular backup to Time Machine, or when you need the space for other data.
    See Pondini's page for more explanation:   What are Local Snapshots?   http://pondini.org/TM/FAQ.html
    I have restarted my computer, but the information remains the same. How do I reclaim the use of the 300GB? Why is it showing up as "Backups" when it used to indicate "Photos"? Are my photos safe on the external drive?
    You have tested the library on the external drive, and so your photos are save there.  
    The local TimeMachine snapshot probably now contains a backup of the moved library.  Try, if connecting your Time Machine drive will reduce the size of your local Time Machine snapshots.

  • Thanks to the super-users, and questions on backgrounds and drop-down menu

    Hi all.
    I've spent a fair amount of time perusing the archives, so I don't have to bother you all with the basic questions. Great thanks to Wyodor, Old Toad, Ethmoid and Cyclosaurus for their excellent and oft-repeated tutorials.
    With your help, I've figured out how to set up a personal domain name, modify my background image, and create a drop-down menu. (These were major accomplishments for a neophyte like me.) My primitive template can be seen here:
    http://www.monroekarate.org/dojo/Template.html
    And I am pretty happy with it. I have one problem, and one minor element that I'd like to fix.
    The drop-down menu was created following the excellent tutorial from the iWebfaq but I notice that although it looks perfect there is one malfunction. If you hover and try to select an element where there is no underlying content, it works fine. When you try to select a list item with underlying content, however, the drop-down disappears. Any idea why that happens or how I can fix it? I suppose I could just add a space buffer, but that is an inelegant solution.
    On a more trivial note, the background was actually supposed to be composed of two images. The top row was supposed to be a horizontal set of tiles (slightly darker in color) and the rest of the background was tiled in a second image, giving a gradient effect. I used the script Wyodor described here with repeat set to yes which gave me single-image tiling. Looks OK, but if I could get both sets of tiles used it would add substantial richness to the visual effect. Ideas?
    Thanks again for all your help to date, and thanks in advance for considering this issue!
    Cheers,
    Liam

    I appreciate your reply but those arrows were not the ones I was trying to describe. In the same box where you would type your web address on the far right is a small star and then next to it an arrow pointing down. If you click on this arrow, it normally drops down a list of the websites you commonly use. Or, if you are on a website ordering something, there might be a similar arrow that you need to select in order to choose which shipping you might want such as ground, next day air, etc., these are the kinds of arrows that are not working correctly now. Any ideas on these? Thanks for trying to help me.

  • Using a drop down menu as navigation

    Good morning all!
    I have been struggling with making a drop down menu work as navigation for a while and finally need to reach out to all you brilliant people on this forum. 
    I currently have a drop down menu with three items(Nav1, Nav, 2, Nav3) corresponding to three pages(Screen1, Screen2, Screen3). When I first created the menu it seemed I could only use the OnChange option to use navigation with the menu because, when using
    the OnSelect I only get these options:
    If(Datasource!Selected!Title
    /// and ///
    If(Datasource!Selected!Value
    If I use the first option the title listed on my data source doesn't work, I get the red squiggly line. If I use the second option (Value) I have no value listed in my data source. 
    Therefore I used the OnChange option, I can get the menu to navigate to the first page, however I realized that this option chances to one single page no matter what the menu option changes to.
    Does anyone know how to make a drop down into a fully functioning navigation menu?
    The other issue I ran into was resetting the drop down to the first list item upson returning to the screen however,   ptr.chovan,
    offered this working solution:
    set a variable in screen1 property OnVisible
    UpdateContext({active: true})
    and in screen1 property OnHidden
    UpdateContext({active: false})
    Then in dropdown visual add this in Items
    If(active=true, .... your data source here ...)
    Or perhaps easiest way is instead of resetting datasource of dropdown, you can reset  dropdown default by adding this into Default property
    of dropdown
    If(active=true, "Screen1")

    If your Items in dropdown1 are
    ["Nav1", "Nav2", "Nav3"]
    Then use OnChange property of the dropdown1
    If(Dropdown1!Selected!Value="Nav1", Navigate(Screen2,""), Dropdown1!Selected!Value="Nav2", Navigate(Screen3,""), Dropdown1!Selected!Value="Nav3", Navigate(Screen4,""))
    Does the other solution of resetting dropdown helped you?

  • Numeric drop down menu

    Dear Gurus,
    I am clearly being simple and missing something here, despite a trawl of the help pages.
    I have a 1 D array of numeric values. I want to create and update a drop down menu so a user can select a numeric value, a bit like a combo box, but with numeric data in there. No labels, just numbers. The array has a variable length.
    Is there any way to do this without converting the numbers to strings and shoving it into a combo box? I've been struggling and failing with the Menu Ring
    Paul
    Message Edited by Manc Pablo on 08-12-2008 10:02 AM
    "When I read about the horrors of drinking, I gave up reading"

    You're confusing the value of the ring with the string being displayed. The string is what the user sees in the dropdown. The value is what gets returned to the program. Thus, you need to convert the array of numbers to a string so you can set the strings that are displayed to the user. All rings work this way.
    Note: You can wire the array of numerics to the "Values[]" property node. This will generate a list of items with "<>" characters around your numbers. Normally this indicates a value that has no corresponding display string. The "Values[]" property node is also considered a private property, not generally intended for normal use.

  • Filter query based on a value from a drop down menu

    I am using ADFBC/JDev 10.1.3/ADF-faces (JSPX)
    I would like to display a table of data based on a view object and have a drop down menu of values that the user can select from which would filter the table of data. The filter would be applied to a field in the VO. For example, have a JSPX page that shows all employees and have a drop down menu that filters the employees by a specific department with an option to show all departments too in the drop down. I'm not sure if Steve Muench's example #76 (http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html) would serve as a basis for this requirement or not.
    Can anybody give me high level guidance on how to do this? Both declaratively and programmatically would be great.
    Thanks,
    Quoc

    I can't get the JSPX page to display the correct data. It's displaying the entire VO and when you try to select Yes or No or All from the drop down menu, it just changes the Active Flag column in the table to whatever you select for the first row only and still displays the rest of the rows in the VO.
    Here's my JSPX code:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces"
              xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
              xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable">
      <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
                  doctype-system="http://www.w3.org/TR/html4/loose.dtd"
                  doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:view>
        <afh:html>
          <afh:head title="showEmployees">
            <meta http-equiv="Content-Type"
                  content="text/html; charset=windows-1252"/>
          </afh:head>
          <afh:body>
            <af:messages/>
            <h:form>
              <af:panelForm>
                <af:selectOneChoice value="#{bindings['bind_active_flag1'].inputValue}"
                                    label="#{bindings['bind_active_flag1'].label}">
                  <f:selectItems value="#{bindings['bind_active_flag1'].items}"/>
                </af:selectOneChoice>
                <af:commandButton actionListener="#{bindings.ExecuteWithParams.execute}"
                                  text="ExecuteWithParams"
                                  disabled="#{!bindings.ExecuteWithParams.enabled}"/>
              </af:panelForm>
              <af:table value="#{bindings.EmployeesView.collectionModel}" var="row"
                        rows="#{bindings.EmployeesView.rangeSize}"
                        first="#{bindings.EmployeesView.rangeStart}"
                        emptyText="#{bindings.EmployeesView.viewable ? 'No rows yet.' : 'Access Denied.'}">
                <af:column sortProperty="EmployeeId" sortable="true"
                           headerText="#{bindings.EmployeesView.labels.EmployeeId}">
                  <af:outputText value="#{row.EmployeeId}">
                    <f:convertNumber groupingUsed="false"
                                     pattern="#{bindings.EmployeesView.formats.EmployeeId}"/>
                  </af:outputText>
                </af:column>
                <af:column sortProperty="FirstName" sortable="true"
                           headerText="#{bindings.EmployeesView.labels.FirstName}">
                  <af:outputText value="#{row.FirstName}"/>
                </af:column>
                <af:column sortProperty="LastName" sortable="true"
                           headerText="#{bindings.EmployeesView.labels.LastName}">
                  <af:outputText value="#{row.LastName}"/>
                </af:column>
                <af:column sortProperty="ActiveFlag" sortable="true"
                           headerText="#{bindings.EmployeesView.labels.ActiveFlag}">
                  <af:outputText value="#{row.ActiveFlag}"/>
                </af:column>
              </af:table>
            </h:form>
          </afh:body>
        </afh:html>
      </f:view>
    </jsp:root>Here's the bindings page:
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
                    version="10.1.3.41.57" id="showEmployeesPageDef"
                    Package="view.pageDefs"
                    MsgBundleClass="view.pageDefs.showEmployeesPageDefMsgBundle">
      <parameters/>
      <executables>
        <iterator id="EmployeesViewIterator" RangeSize="10" Binds="EmployeesView"
                  DataControl="AppModuleDataControl"/>
        <variableIterator id="variables">
          <variableUsage DataControl="AppModuleDataControl"
                         Binds="EmployeesView.variablesMap.bind_active_flag"
                         Name="EmployeesView_bind_active_flag" IsQueriable="false"/>
        </variableIterator>
        <iterator id="DropDownIterator" RangeSize="-1" Binds="DropDown"
                  DataControl="AppModuleDataControl"/>
      </executables>
      <bindings>
        <table id="EmployeesView" IterBinding="EmployeesViewIterator">
          <AttrNames>
            <Item Value="EmployeeId"/>
            <Item Value="FirstName"/>
            <Item Value="LastName"/>
            <Item Value="Email"/>
            <Item Value="PhoneNumber"/>
            <Item Value="HireDate"/>
            <Item Value="JobId"/>
            <Item Value="Salary"/>
            <Item Value="CommissionPct"/>
            <Item Value="ManagerId"/>
            <Item Value="DepartmentId"/>
            <Item Value="ActiveFlag"/>
          </AttrNames>
        </table>
        <action id="ExecuteWithParams" IterBinding="EmployeesViewIterator"
                InstanceName="AppModuleDataControl.EmployeesView"
                DataControl="AppModuleDataControl" RequiresUpdateModel="true"
                Action="95">
          <NamedData NDName="bind_active_flag" NDType="java.lang.String"
                     NDValue="${bindings.EmployeesView_bind_active_flag}"/>
        </action>
        <attributeValues id="bind_active_flag" IterBinding="variables">
          <AttrNames>
            <Item Value="EmployeesView_bind_active_flag"/>
          </AttrNames>
        </attributeValues>
        <list id="bind_active_flag1" IterBinding="EmployeesViewIterator" StaticList="false"
              ListOperMode="0" ListIter="DropDownIterator" NullValueFlag="1"
              NullValueId="bind_active_flag1_null">
          <AttrNames>
            <Item Value="ActiveFlag"/>
          </AttrNames>
          <ListAttrNames>
            <Item Value="Value"/>
          </ListAttrNames>
          <ListDisplayAttrNames>
            <Item Value="Description"/>
          </ListDisplayAttrNames>
        </list>
      </bindings>
    </pageDefinition>Any ideas?

  • Cisco Call Manager Administration Page Drop down menu not working

    I'm running the mobile app browser on my Xoom tablet and when I log into Cisco Call Manager Administration page I get the menu's but it will not pull down the options. The same issue happens in google chrome. I use your browser on my desktop and have no issues logging into Cisco Call Manager Administration page and getting the drop down menu's to appear but the mobile version of your browser is not working. Is there a work around? I tried changing the UAString to Desktop, iPad etc and the issue is still there.

    Thanks but I've tried all that. It happens in Chrome also. I've tried Opera and it works on that. I've read other forums and it looks like a Java script issue that Chrome and now Firefox Mobile cannot seem to resolve. My preference is Firefox and I'm sure as more tablets get out then this will be solved at some point. I just don't know how it is prioritized. I do know that in order for Androids to be viable in the business sector they need to address issues like these with a higher priority.

  • Username Drop Down Menu Not Working

    I'm having an issue with the drop down menu when I'm attempting to sign on or auto fill on certain websites. I have checked and indeed Firefox has saved usernames and passwords but it will not show up in the drop down box. When I double click on the box to sign in the drop box opens but everything is blank. If I manually type in the username then the password will auto fill. I have checked all my settings and I'm not in private browsing, I'm saving cookies and I'm not auto deleting anything when I sign off.
    Any ideas on what could be the problem? I have attached a link to see a screen save of the issue.
    Thank you in advance for all your assistance.
    http://img148.imageshack.us/img148/5686/firefoxusername.png

    Yes, I was using the form fill feature on the google toolbar. I have been using it for awhile with no problems but I turned it off and now my drop down menu is working properly.
    Thank you for replying!

  • Drop-down menu in Dreamweaver; template on top of template issue

    Hello.
    I've managed to create a drop-down menu in a dreamweaver
    template by saving the .dwt file as an .html file, building the
    menu, then resaving the file as the original .dwt. However, I have
    another template that is based on this original template, and while
    the drop-down menu appears when I preview the second template in my
    browser, it refuses to apply to the pages upon which the second
    template is based.
    Is there a solution to this?

    You are completely hosed now.
    When you save a template as HTML, you leave the Template
    markup in the page.
    When you then resave it as a template you duplicate that
    markup. You will
    never be able to use this properly now. And that is
    especially true with
    the AWFUL DW pop-up menus in it. You just must not use these
    menus with
    templates. Especially since there are much better ways that
    don't have any
    such restrictions -
    Check the uberlink and McFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial at Thierry's place (
    http://www.tjkdesign.com)
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "xpanda" <[email protected]> wrote in
    message
    news:e9q2gf$oq4$[email protected]..
    > Hello.
    >
    > I've managed to create a drop-down menu in a dreamweaver
    template by
    > saving
    > the .dwt file as an .html file, building the menu, then
    resaving the file
    > as
    > the original .dwt. However, I have another template that
    is based on this
    > original template, and while the drop-down menu appears
    when I preview the
    > second template in my browser, it refuses to apply to
    the pages upon which
    > the
    > second template is based.
    >
    > Is there a solution to this?
    >

  • Mobile Drop-Down Menu

    By now we all know that we can put a Vertical Menu in an Accordion Widget and get a drop-down menu for our Phone layouts.
    But! there is trouble with this method when the phone layout is one long page and the links are to Anchors on the same page. When this is the case, touching a link takes the guest to the appropriate part of the page; but!, the menu remains open.
    Maybe we need a special menu just for mobile layouts. This menu could incorporate the features of the accordion menu, but would close after a link is touched.
    Here is a link to a sample site with this type of menu. You would want to view this on a phone, as this is what it pertains to:
    http://iFaulkner.com

    Hi Brad,
    At the moment I have used an downloaded widget which utilises the acordian style to create the drop down. Here is a link to the Mobile version of the site - http://www.brainstormdesign.co.uk/phone/index.html
    Many thanks,
    Lew.

Maybe you are looking for

  • Ipod Nano not recognised as an iPod

    Hi, I have a fourth generation iPod nano, which today just started not working correctly. When inserted into my Mac, it will be recognized as a removable drive (with the name "noname" on the desktop, and it is not recognized at all in iTunes. I have

  • 92010NT_Disk2.zip problem

    I downloaded 9i, in 92010NT_Disk2.zip, the file "Data_Warehourse.dfj" is corrupted. I cannot setup Database. Please help. Thanks,

  • White border around full-size applet

    I try to display an applet which spreads over the complete size of the browser window using a script element like this: <body> <script src="http://www.java.com/js/deployJava.js"></script> <script> var attributes = { code:'MyApplet.class', width:'100%

  • Macbook Pro Super Drive Loud Whirring Sound during Burn and Verify

    Hi there! I am using Toast 7 and when I burn DVD's I have noticed that the Super Drive gets a very loud whirring sound that seems to get louder and softer during the first 2 minutes of burning and then during the first 2 minutes of verifying; then it

  • I CAN'T BURN ANY BLOODY CDS

    All of the sudden and out of the blue, I can no longer burn any CD's. I get error messages etc... Can anyone provide an assist? I have reloaded Itunes, changed CD-RW brands, changed the preferences etc.... I am frustrated beyond belief. Help, please!