ADF Isn't localizing the af:inputDate into French

Hey Guys,
I've got an <af:inputDate /> and the value is displays on the screen isn't being localized into French. This is quite odd since, the error pop-up when I enter an incorrect date is being localized.
Erreur: Le format de la date est incorrect.
Entrez une date avec le même format que l''exemple suivant : Sunday, November 29, 1998As you can see, the error message is localized but the suggested date isn't.
Anyone have any ideas?

Hi,
You might have a formating-locale set in your trinidad-config.xml that messes it up.
Regards,
~ Simon

Similar Messages

  • I tried to update iTunes yesterday.  The update failed.  Now when I try to open iTunes it says that the version isn't localized and needs to be run in English.  It has never been in another language.

    I attempted to update iTunes yesterday.  The update failed.  iTunes now won't open and displays an error message that the program isn't localized and needs to be run in the English version.  I'm in the US and the computer and program has never been used in another language.  I tried reinstalling the full download for the new version and that failed as well.  I logged out; shut down; restarted; retried the update; etc.  Still no luck and the same message.  Thoughts?

    Solving MSVCR80 issue and Windows iTunes install issues.
    Thanks to user turingtest2 for this solution.
    Solving MSVCR80 issue and Windows iTunes install issues.
    If the above doesn’t do the trick entirely, then use the instructions in the following as it applies to the version of Windows you are using:
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    You may be required to boot into safe mode to complete the folder deletion process.

  • RE: How to Export the Table data Into PDF File  in ADF

    Hi Experts,
    I am using Jdeveloper 11.1.2.3.0
    I am created employee VO and Drag and Drop as a Table in a page. So need to Export the Table data into A PDF file.
    So please give me some suggestions regarding this Scnerio.
    With Regards,
    satish

    Hi Guys ,
    Any more answers for this question.
    Please find my jsff below
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core" xmlns:report="http://www.adfwithejb.blogspot.com">
      <af:panelGroupLayout layout="vertical" id="pgl2">
          <af:query id="qryId1" headerText="Service Tariff Mapping Details" disclosed="true"
                    value="#{bindings.findByTarifValidFromQuery.queryDescriptor}"
                    model="#{bindings.findByTarifValidFromQuery.queryModel}"
                    queryListener="#{reportWiseInvoiceBean.genericQueryListener}"
                    queryOperationListener="#{bindings.findByTarifValidFromQuery.processQueryOperation}"
                    resultComponentId="pc1::t2">
         <f:attribute name="queryExpression" value="bindings.findByTarifValidFromQuery.processQuery"/>
                          </af:query>
        <af:panelCollection id="pc1" styleClass="AFStretchWidth">
          <f:facet name="menus"/>
          <f:facet name="toolbar">
              <af:toolbar id="t1">
                 <af:menuBar id="pt_m1">
                <report:reportDeclarative ButtonName="ExportToExcel" ReportName="ServiceTariffMappingDetails"
                                          ReportType="PDF" TableId=":::pc1:t2" id="rd1" Pagination="true"/>
                <af:commandButton text="excel" id="cb1" binding="#{exportToExcelBean.exportID}">
                <af:setActionListener from="pt1:pgl1:pgl2:pc1:t2" to="#{viewScope['exporter.exportedId']}"/>
                <af:setActionListener from="border:1px solid #cccccc" to="#{viewScope['exporter.thStyle']}"/>
                <af:setActionListener from="border:1px solid #cccccc" to="#{viewScope['exporter.tdStyle']}"/>
                <af:fileDownloadActionListener method="#{exportToExcelBean.exportToExcel}" filename="Service TariffMapping.xls"
                                                 contentType="text/excel;chatset=UTF-8;"/>
                </af:commandButton>
                <af:commandMenuItem id="pt_cmi133" icon="/images/common/Excel-icon.png"
                                                shortDesc="ExportToExcel"
                                >
                                <af:exportCollectionActionListener exportedId="t2" type="excelHTML"
                                                                   title="Service Tariff Mapping"
                                                                   filename="Service Tariff Mapping.xls"/>
                            </af:commandMenuItem></af:menuBar>
              </af:toolbar>
          </f:facet>
          <f:facet name="statusbar"/>
          <af:table value="#{bindings.ServiceTariffMappingDtlsRVO1.collectionModel}" var="row"
                    rows="#{bindings.ServiceTariffMappingDtlsRVO1.rangeSize}"
                    emptyText="#{bindings.ServiceTariffMappingDtlsRVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
                    fetchSize="#{bindings.ServiceTariffMappingDtlsRVO1.rangeSize}" rowBandingInterval="0"
                    filterModel="#{bindings.findByTarifValidFromQuery.queryDescriptor}"
                    queryListener="#{bindings.findByTarifValidFromQuery.processQuery}" filterVisible="true" varStatus="vs"
                    id="t2" columnStretching="last" binding="#{ServiceTariffMappBean.testTable}">
            <af:column sortProperty="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NormalTariffCode.name}" filterable="true"
                       sortable="true" headerText="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NormalTariffCode.label}"
                       id="c1">
              <af:inputText value="#{row.bindings.NormalTariffCode.inputValue}"
                            label="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NormalTariffCode.label}"
                            required="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NormalTariffCode.mandatory}"
                            columns="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NormalTariffCode.displayWidth}"
                            maximumLength="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NormalTariffCode.precision}"
                            shortDesc="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NormalTariffCode.tooltip}" id="it1">
                <f:validator binding="#{row.bindings.NormalTariffCode.validator}"/>
              </af:inputText>
            </af:column>
            <af:column sortProperty="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceCode.name}" filterable="true"
                       sortable="true" headerText="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceCode.label}"
                       id="c2">
              <af:inputText value="#{row.bindings.ServiceCode.inputValue}"
                            label="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceCode.label}"
                            required="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceCode.mandatory}"
                            columns="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceCode.displayWidth}"
                            maximumLength="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceCode.precision}"
                            shortDesc="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceCode.tooltip}" id="it2">
                <f:validator binding="#{row.bindings.ServiceCode.validator}"/>
              </af:inputText>
            </af:column>
            <af:column sortProperty="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfVldFrm.name}" filterable="true"
                       sortable="true" headerText="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfVldFrm.label}" id="c3">
              <f:facet name="filter">
                <af:inputDate value="#{vs.filterCriteria.TrfVldFrm}" id="id1">
                  <af:convertDateTime pattern="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfVldFrm.format}"/>
                </af:inputDate>
              </f:facet>
              <af:inputDate value="#{row.bindings.TrfVldFrm.inputValue}"
                            label="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfVldFrm.label}"
                            required="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfVldFrm.mandatory}"
                            columns="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfVldFrm.displayWidth}"
                            shortDesc="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfVldFrm.tooltip}" id="id2">
                <f:validator binding="#{row.bindings.TrfVldFrm.validator}"/>
                <af:convertDateTime pattern="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfVldFrm.format}"/>
              </af:inputDate>
            </af:column>
            <af:column sortProperty="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceDesc.name}" filterable="true"
                       sortable="true" headerText="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceDesc.label}"
                       id="c4">
              <af:inputText value="#{row.bindings.ServiceDesc.inputValue}"
                            label="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceDesc.label}"
                            required="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceDesc.mandatory}"
                            columns="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceDesc.displayWidth}"
                            maximumLength="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceDesc.precision}"
                            shortDesc="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ServiceDesc.tooltip}" id="it3">
                <f:validator binding="#{row.bindings.ServiceDesc.validator}"/>
              </af:inputText>
            </af:column>
            <af:column sortProperty="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtTrfCode.name}" filterable="true"
                       sortable="true" headerText="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtTrfCode.label}" id="c5">
              <af:inputText value="#{row.bindings.OtTrfCode.inputValue}"
                            label="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtTrfCode.label}"
                            required="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtTrfCode.mandatory}"
                            columns="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtTrfCode.displayWidth}"
                            maximumLength="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtTrfCode.precision}"
                            shortDesc="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtTrfCode.tooltip}" id="it4">
                <f:validator binding="#{row.bindings.OtTrfCode.validator}"/>
              </af:inputText>
            </af:column>
            <af:column sortProperty="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtUnitRate.name}" filterable="true"
                       sortable="true" headerText="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtUnitRate.label}" id="c6">
              <af:inputText value="#{row.bindings.OtUnitRate.inputValue}"
                            label="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtUnitRate.label}"
                            required="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtUnitRate.mandatory}"
                            columns="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtUnitRate.displayWidth}"
                            maximumLength="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtUnitRate.precision}"
                            shortDesc="#{bindings.ServiceTariffMappingDtlsRVO1.hints.OtUnitRate.tooltip}" id="it5">
                <f:validator binding="#{row.bindings.OtUnitRate.validator}"/>
              </af:inputText>
            </af:column>
            <af:column sortProperty="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NtUnitRate.name}" filterable="true"
                       sortable="true" headerText="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NtUnitRate.label}" id="c7">
              <af:inputText value="#{row.bindings.NtUnitRate.inputValue}"
                            label="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NtUnitRate.label}"
                            required="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NtUnitRate.mandatory}"
                            columns="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NtUnitRate.displayWidth}"
                            maximumLength="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NtUnitRate.precision}"
                            shortDesc="#{bindings.ServiceTariffMappingDtlsRVO1.hints.NtUnitRate.tooltip}" id="it6">
                <f:validator binding="#{row.bindings.NtUnitRate.validator}"/>
              </af:inputText>
            </af:column>
            <af:column sortProperty="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfGrt.name}" filterable="true"
                       sortable="true" headerText="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfGrt.label}" id="c8">
              <af:inputText value="#{row.bindings.TrfGrt.inputValue}"
                            label="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfGrt.label}"
                            required="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfGrt.mandatory}"
                            columns="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfGrt.displayWidth}"
                            maximumLength="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfGrt.precision}"
                            shortDesc="#{bindings.ServiceTariffMappingDtlsRVO1.hints.TrfGrt.tooltip}" id="it7">
                <f:validator binding="#{row.bindings.TrfGrt.validator}"/>
              </af:inputText>
            </af:column>
            <af:column sortProperty="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ChargePartyCode.name}" filterable="true"
                       sortable="true" headerText="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ChargePartyCode.label}"
                       id="c9">
              <af:inputText value="#{row.bindings.ChargePartyCode.inputValue}"
                            label="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ChargePartyCode.label}"
                            required="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ChargePartyCode.mandatory}"
                            columns="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ChargePartyCode.displayWidth}"
                            maximumLength="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ChargePartyCode.precision}"
                            shortDesc="#{bindings.ServiceTariffMappingDtlsRVO1.hints.ChargePartyCode.tooltip}" id="it8">
                <f:validator binding="#{row.bindings.ChargePartyCode.validator}"/>
              </af:inputText>
            </af:column>
          </af:table>
        </af:panelCollection>
      </af:panelGroupLayout>
    </jsp:root>

  • I exported my iBook and got the .ibooks file on my Desktop(iMac Retina 5K), I tried to put the file into the iBooks application but I get a message that says "The file "______.ibooks" couldn't opened because it isn't in the correct format.

    I exported my iBook and got the .ibooks file on my Desktop(iMac Retina 5K), I tried to put the file into the iBooks application but I get a message that says "The file "______.ibooks" couldn't opened because it isn't in the correct format.  I took the same file and transferred it in my MacBook Air and was able to put it in the  iBooks application no problem, the MacBook Air runs OS X v 10.9.5
    Please advise as to Why it would work on an older OS X version as oppose to the newer OS X Yosemite
    Thanks
    JP

    Thanks Lyra,
    I may be doing something wrong because looking at the "Purchased" in iBooks I only see all the books that I actually purchased, none of the iBooks that I created in iBooks Author shows up. I can re-download all the iBooks I've purchased and some in iCouds, but the ones I've created  in iBooks Author are no where to be found.
    Any help is much appreciated,
    Best Regards,
    JP

  • BC4J/ADF-BC:  Use of the commons package

    I use extended DataAction classes to access the ADF Business Components. The Oracle9i JDeveloper Handbook encourages accessing the application module class and view object class through the "common" package level. This is discussed in Chapter 14 (p. 465).
    For example, in my 10G client:
    import com.test.common.UserAM;
    import com.test.common.UserByIDVO;
    import com.test.common.UserByIDVORow;
    (as opposed to:)
    import com.test.UserAMImpl; ....
    BindingContext myctx = actionContext.getBindingContext();
    DCDataControl mydc = myctx.findDataControl("com_test_UserAMDataControl");
    UserAM myAM = (UserAM)mydc.getApplicationModule();
    myAM.prepareModelGetBUFbyID(Integer.parseInt(id));
    UserByIDVO buVO = (UserByidVO) myAM.findViewObject("UserByIDVO");
    I have found that I cannot get access to the "common" package without doing the following:
    (1) Create a custom Java method for the *Impl.java class that I want to see in the "common" package.  (I have gone as far as to create an empty method just to force visibility of the "common" package.)
    (2) Generate java files for the object through the editor for either the application module or view object.
    If I don't do this I will have access to only the level above "common" and I believe that could force me into the scenario of only being able to do local deploys.
    This works okay but ... am I handling this as it is intended to be used? What if I wanted to access the application module/view object programmatically but it does not have any custom methods?

    I use extended DataAction classes to access the ADF Business Components. The Oracle9i JDeveloper Handbook encourages accessing the application module class and view object class through the "common" package level. This is discussed in Chapter 14 (p. 465).
    For example, in my 10G client:
    import com.test.common.UserAM;
    import com.test.common.UserByIDVO;
    import com.test.common.UserByIDVORow;
    (as opposed to:)
    import com.test.UserAMImpl; ....
    BindingContext myctx = actionContext.getBindingContext();
    DCDataControl mydc = myctx.findDataControl("com_test_UserAMDataControl");
    UserAM myAM = (UserAM)mydc.getApplicationModule();
    myAM.prepareModelGetBUFbyID(Integer.parseInt(id));
    UserByIDVO buVO = (UserByidVO) myAM.findViewObject("UserByIDVO");
    I have found that I cannot get access to the "common" package without doing the following:
    (1) Create a custom Java method for the *Impl.java class that I want to see in the "common" package.  (I have gone as far as to create an empty method just to force visibility of the "common" package.)
    (2) Generate java files for the object through the editor for either the application module or view object.
    If I don't do this I will have access to only the level above "common" and I believe that could force me into the scenario of only being able to do local deploys.
    This works okay but ... am I handling this as it is intended to be used? What if I wanted to access the application module/view object programmatically but it does not have any custom methods?

  • How to load a class , which isn't in the classpath environment variable.

    Hi, you folks.
    I have one problem. I want to load a class, which isn't in the classpath
    environment variable and I don't want to put into classpath. which method
    JVM can use to load it?
    Waitting for your sage advice.
    Regareds
    Hunter.Xiao

    You will have to write your own ClassLoader, or use something like URLClassLoader (I've never used this myself, but I've seen it mentioned elsewhere in this forum). Look here.

  • Is DocumentBuilder.parse(..) reading the whole XML into memory?

    Hello,
    I have a quick question about the following code snippet:
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    factory.setNamespaceAware(true);
    DocumentBuilder builder = factory.newDocumentBuilder();
    Document doc = builder.parse("books.xml");Please have a look at the last line "builder.parse("books.xml");". I would like to use XPath to retrieve some informations of a xml file without having to deserialize the whole file (since the XML file rather big and I need to go through several of them in a loop).
    What exactly does the "builder.parse(...)" method? Is it reading the XML file and writing all the content to memory? Or does it only analyze and read the structure of the XML code? Or in other words, is the text of an element "//books/title" in memory after parsing, or not until I really access the "title" node of that XML?
    Thanks a lot for your help
    Best Regards,
    Ben

    Hi ,
    I did'nt knew how to start a new thread , so i am asking the question here:
    ===========================================================
    I am trying to read a xml file but i am not able to do so properly. I am new to xml .
    am trying to read a xml file of the following format in the staf and stax job xml file:
    <?xml version="1.0" encoding="utf-8"?>
    <operating_system>
    <unix_80sp1>
    <tests type="quick_sanity_test">
    <prerequisitescript>preparequicksanityscript</prerequisitescript>
    <acbuildpath>acbuildpath</acbuildpath>
    <testsuitscript>test quick sanity script</testsuitscript>
    <testdir>quick sanity dir</testdir>
    </tests>
    <machine_name>u80sp1_L004</machine_name>
    <machine_name>u80sp1_L005</machine_name>
    <machine_name>xyz.pxy.dxe.cde</machine_name>
    <vmware id="155.35.3.55">144.35.3.90</vmware>
    <vmware id="155.35.3.56">144.35.3.91</vmware>
    </unix_80sp1>
    </operating_system>
    Here machine_name tag can be n number. I need to read all the machine_name tags in an array , so that i can use them later.
    Also i need to read all the vmware tags in an array (both value and attributes) so that i can use them later. The number of vmware tags can again be n numbers.
    I am trying to use the following code :
    <!-- ******************************************************************* -->
    <!-- Following function is used to parse an XML file and return the DOM -->
    <!-- document object -->
    <!-- ******************************************************************* -->
    <function name="parseXML" scope="local">
    <function-list-args>
    <function-required-arg name="xmlFileName">
    Name of file containing XML to be parsed
    </function-required-arg>
    </function-list-args>
    <sequence>
    <!-- Parse the XML -->
    <script>
    factory = DocumentBuilderFactory.newInstance();
    factory.setValidating(1)
    factory.setIgnoringElementContentWhitespace(0)
    builder = factory.newDocumentBuilder()
    document = builder.parse(xmlFileName)
    </script>
    <script>
    vmware = None
    machine_name = None
    # Get the text value for the element with tag name "vmware"
    nodeList = document.getElementsByTagName("vmware")
    for i in range(nodeList.getLength()):
    node = nodeList.item(i)
    if node.getNodeType() == Node.ELEMENT_NODE:
    children = node.getChildNodes()
    for j in range(children.getLength()):
    thisChild = children.item(j)
    if (thisChild.getNodeType() == Node.TEXT_NODE):
    machine_name = thisChild.getNodeValue()
    # Get the text value for the element with tag name "machine_name"
    nodeList = document.getElementsByTagName("vmware")
    for i in range(nodeList.getLength()):
    node = nodeList.item(i)
    if node.getNodeType() == Node.ELEMENT_NODE:
    children = node.getChildNodes()
    for j in range(children.getLength()):
    thisChild = children.item(j)
    if (thisChild.getNodeType() == Node.TEXT_NODE):
    machine_name = thisChild.getNodeValue()
    </script>
    <return>[machine_name,vmware]</return>
    </sequence>
    </function>
    I am able to read only one value for machine_name (u80sp1_L005) and also one value for vmware
    i.e 144.35.3.91.
    What i want is read all the machine_value tags into a list , so that i can use it later
    Also i want to read all the vmware tags attributes into a list and all corresponding values into another list.
    what i mean is considering the following:_
    <machine_name>u80sp1_L004</machine_name>
    <machine_name>u80sp1_L005</machine_name>
    <machine_name>xyz.pxy.dxe.cde</machine_name>
    <vmware id="155.35.3.55">144.35.3.90</vmware>
    <vmware id="155.35.3.56">144.35.3.91</vmware>
    read all machine_name tag values into one list (u80sp1_L004,u80sp1_L005,xyz.pxy.dxe.cde)
    also all vmware attributes into one list *(155.35.3.55,155.35.3.56).....*and all the vmware values into one list *(144.35.3.90,144.35.3.91)*
    Also a good link to understand parsing using doumentbilder factory would be good help.
    Regards
    Sangram
    mail: [email protected]

  • Firefox 4 isn't turning the cursor to pointer mode when it goes over an object in a flash movie that has the 'buttonMode' property set to 'true'. Can this be fixed?

    I make flash games for a living, and normally when I set something to 'buttonMode' inside Flash, the cursor turns into the pointer when it rolls over the object. This is how it was in the previous version of FF and how it is in Safari and IE.
    But this isn't happening in FF4. The cursor is not turning into the pointer. Kind of a bummer. This is a tool so that the kids who play the games I make know when something is clickable.

    It seems to be an issue, I just posted the same question. I hope they fix it, its a bit annoying. I wonder if they had ex-Microsoft employees working on the updates for 4.0?

  • I recently bought a new Imac.  Do I have to set up a wireless router or can my other devices connect thru the WIFI built into the Imac??

    I recently bought a new Imac.  Do I have to set up a wireless router or can my other devices connect thru the Wifi built into the Imac??

    jason1074 wrote:
    I recently bought a new Imac.  Do I have to set up a wireless router or can my other devices connect thru the Wifi built into the Imac??
    For the Internet, you should set up a router on your modem, this router will route the packets to any device on the local area network.
    If you use the iMac as a router, like if you connect the Ethernet cable from your modem to the iMac, then broadcast a Wifi signal, the iMac will have to remain on all the time, at full power. Thus drastically shortening it's lifespand.
    A router is only about $100 or so, offers much better security as it's like a large guard, someone has to hack through router first to get your iMac or other devices.
    If it breaks, you buy another 5 years later for another $100, so your not placing all that always on wear and tear on your expensive iMac.
    Apple's airport routers are pretty good, easy to set up and have automatic firmware updates, plus music sharing etc.
    Set up properly you will be very secure
    WiFi security issues, at home and WiFi hotspots

  • How to tokenize the unicode text into single word stream ?

    i am a newer to java, trying a toy program
    e.g a% #unicode --> a unicode
    ansi txt successeed
    but unicode txt parse result �F a u n i c o u d e
    how can i parse the unicode txt into single word by streamTokenizer?
    thanks!
    import java.io.*;
    //import java.util.*;
    public class Test
    public static void main(String[] args)
    try
    BufferedReader r = new BufferedReader (new FileReader("ansiIn.dat"));
    StreamTokenizer st = new StreamTokenizer(r);
    st.lowerCaseMode(true);
    st.whitespaceChars('\u0000', '\u0040');
    st.whitespaceChars('\u005B', '\u0060');
    st.whitespaceChars('\u007B', '\u00FF');
    while(st.nextToken() != StreamTokenizer.TT_EOF)
    String token = st.toString();
    System.out.println(token);
    catch(IOException exception)
    exception.printStackTrace();
    }

    copy to clipboard
    run this script
    --[SCRIPT]
    set leTexte to the clipboard as text
    set leTexte to my remplace(leTexte, " :", ":")
    set leTexte to my remplace(leTexte, space, tab)
    set deci to character 2 of (0.5 as text)
    set leTexte to my remplace(leTexte, ".", deci)
    set the clipboard to leTexte
    --=====
    on remplace(t, d1, d2)
    local l
    set AppleScript's text item delimiters to d1
    set l to text items of t
    set AppleScript's text item delimiters to d2
    set t to l as text
    set AppleScript's text item delimiters to ""
    return t
    end remplace
    --=====
    --[/SCRIPT]
    paste where you want.
    The last call to the 'remplace' handler is used to replace the decimal period by the decimal char in use (here it is comma)
    Yvan KOENIG (from FRANCE jeudi 9 avril 2009 12:25:19)

  • Local File - Downloads Data into 1 line in Excel 2007

    Hello
    When I have the option to download a spreadsheet into excel, the data is downloaded correctly.  When I have information in a table format and I have to use the local file to download into excel all of my data is exported into 1 line.
    Can anyone help?
    Thanks!
    Joe

    Hello
    Request you to please search for notes further in the Service Place. There is a note which I have found might help you. It is
    1010935.
    Hope it helps you.
    Rgds

  • My PC isn't accessing the internet via my Time Capsule.

    I just got the new AirPort Time Capsule 3TB with 802.11ac WiFi and set it up. My iMac and my iPhones and my PC laptop are all connecting to the network just fine; however, the PC (a Toshiba Sattelite running Windows Vista) is the only device unable to access the internet.
    I've been on the phone with Apple Support and MicroSoft Windows support, and neither has an answer. I have tried several things that have been posted on other discussion threads on this issue. None of those has worked for me, and the previous discussions on this issue (that I've found) have all originated from before the current TC model and before the current firmware version (7.1.1).
    My iMac is running OSX 10.9 (Mavericks).
    I am currently using all one-word alphanumeric names for my networks (I checked the 5Ghz box to make that a separate network, and I also have the Guest network set up).
    I am currently using 10-character passwords.
    I am currently using WPA2 Personal network security.
    I am currently connecting using DHCP (and the PC is DHCP enabled), and the router mode is DHCP and NAT.
    I am currently using fixed channels for both networks, and I have tried several different channels.
    I ran the following diagnostics on the PC Command Prompt:
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
    C:\Users\user>
    C:\Users\user>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : user-PC
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : hsd1.wa.comcast.net.
    Wireless LAN adapter Wireless Network Connection:
       Connection-specific DNS Suffix  . : hsd1.wa.comcast.net.
       Description . . . . . . . . . . . : Atheros AR5007EG Wireless Network Adapter
       Physical Address. . . . . . . . . : 00-21-63-5A-9C-07
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2601:8:b700:84d:9c97:bc23:1cc3:b795(Prefe
    rred)
       Temporary IPv6 Address. . . . . . : 2601:8:b700:84d:21b7:cc6b:3e70:8e25(Prefe
    rred)
       Link-local IPv6 Address . . . . . : fe80::9c97:bc23:1cc3:b795%11(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.0.1.3(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Sunday, October 27, 2013 6:33:11 AM
       Lease Expires . . . . . . . . . . : Monday, October 28, 2013 6:54:09 AM
       Default Gateway . . . . . . . . . : fe80::9272:40ff:fe08:1e6c%11
                                           10.0.1.1
       DHCP Server . . . . . . . . . . . : 10.0.1.1
       DHCPv6 IAID . . . . . . . . . . . : 285221219
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-10-47-D7-A5-00-1E-33-5F-2E-18
       DNS Servers . . . . . . . . . . . : 10.0.1.1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Ethernet adapter Local Area Connection:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Realtek RTL8102E Family PCI-E Fast Ethern
    et NIC (NDIS 6.0)
       Physical Address. . . . . . . . . : 00-1E-33-5F-D5-60
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 7:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : isatap.{BD700D70-4407-43E8-AA8B-DDA1E4D7C
    854}
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 11:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : hsd1.wa.comcast.net.
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 12:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 02-00-54-55-4E-01
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    C:\Users\user>ping 8.8.8.8
    Pinging 8.8.8.8 with 32 bytes of data:
    Request timed out.
    Request timed out.
    Request timed out.
    Reply from 10.0.1.3: Destination host unreachable.
    Ping statistics for 8.8.8.8:
        Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
    C:\Users\user>ping 98.237.184.1
    Pinging 98.237.184.1 with 32 bytes of data:
    Request timed out.
    Request timed out.
    Reply from 10.0.1.3: Destination host unreachable.
    Request timed out.
    Ping statistics for 98.237.184.1:
        Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
    C:\Users\user>
    My thought is that it's either a case of the TC somehow blocking the PC from internet access, or else the PC not being able to make sense of the access information provided. The latter is the conclusion of Apple technical support, while Windows tech support concluded that I must have a defective router.
    Any help will be much appreciated!

    You can use the E1000 as wireless AP.
    This is the method that will generally work with any wireless router. We term it Wan Bypass.. it is not an official method.. but works fine in vast majority of cases.
    Leave your existing setup as is.. modem with TC plugged in.. keep the TC as the main router (at least I presume it is).
    Let me work on real numbers as it is easier.. and you can adjust the setup according to your actual setup.
    The TC has IP of 10.0.1.1 by default and dhcp passes IP from 2-200.
    Plug the Linksys into a computer and setup the IP as 10.0.1.202 ... Please write this down as it will be hidden and if you forget it .. you will need to recover the Linksys by reset and start over.
    Turn off the DHCP server in the Linksys. When you do this, and save the setting the computer will no longer be able to connect to the Linksys.. that is fine. Plug the Linksys now into the TC.. LAN port to LAN port. (Hence the name WAN BYPASS).
    Back onto a computer connected as normal to the network.. access the Linksys at the address you just set.
    Setup its wireless to have a different name to the TC and I would also recommend you fix its channel.. make it say 11. So the two routers don't fight each other.
    Names should be short, no spaces and pure alphanumeric. Set up the wireless security as you normally do.
    Remember this is wan bypass so plug LAN TC to LAN E1000.
    If you run into issues.. post again.

  • Inserting the IP address into FTPclient.exe

    Hello All,
    I'm wondering if there is a way to insert the IP address into the FTPclient.exe and launch it?  I've seen this post and mpencke echos pretty much all of my concerns.
    - I don't want to reinvent the FTP utility.
    - I don't want to have to go through MAX
    - I don't want my users to have to download a separate piece of third party software and learn how to use it (if I can help it).
    All I need to do is display files and allow the user to browse through them, delete files, and on rare occasion, transfer one or two.  The FTPclient has everthing I need right there.  This will be a cleanup action, so even this will rarely be done.
    Back to mpencke's post, the way I read it nobody really answered his quetion, he simply assumed it is not possible outside of MAX based on the responses going elsewhere.  Is there a way to populate the IP address of the FTPclient?  If not, can somebody confirm that it is not possible and explain why?

    In order to use the windows ftp.exe via SysExec, you need to look at the ftp help on command line arguments.  In particular -s:filename, which allows the ftp client to run a scripted set of commands while inside of a session.  The idea being that you generate the file progrmatically, and then execute it via SysExec.
    FTP [-v] [-d] [-i] [-n] [-g] [-s:filename] [-a] [-A] [-x:sendbuffer] [-r:recvbuf
    fer] [-b:asyncbuffers] [-w:windowsize] [host]
    -v Suppresses display of remote server responses.
    -n Suppresses auto-login upon initial connection.
    -i Turns off interactive prompting during multiple file
    transfers.
    -d Enables debugging.
    -g Disables filename globbing (see GLOB command).
    -s:filename Specifies a text file containing FTP commands; the
    commands will automatically run after FTP starts.
    -a Use any local interface when binding data connection.
    -A login as anonymous.
    -x:send sockbuf Overrides the default SO_SNDBUF size of 8192.
    -r:recv sockbuf Overrides the default SO_RCVBUF size of 8192.
    -b:async count Overrides the default async count of 3
    -w:windowsize Overrides the default transfer buffer size of 65535.
    host Specifies the host name or IP address of the remote
    host to connect to.
    Notes:
    - mget and mput commands take y/n/q for yes/no/quit.
    - Use Control-C to abort commands.
    Machine Vision, Robotics, Embedded Systems, Surveillance
    www.movimed.com - Custom Imaging Solutions

  • Is it possible to swap out the micro sim into a nother phone?

    Hi -- I love my iphone 4, but am reluctant to take it snowboarding with me in case i fall and shatter the front or back.
    Does anyone know if its possible to put the the micro sim from the iphone 4 into an older iphone.
    OR
    are there are inexpensive phones that take a microsim that I could use as a backup?

    You're welcome.
    Yes and yes.
    A SIM card is a SIM card. It has been possible to use an activated iPhone SIM card with another GSM phone since day one over 3 years ago. What isn't possible is taking an activated SIM card used with another GSM phone and simply inserting the SIM card in an iPhone without activating the SIM card with the iPhone via the iTunes activation process.

  • Gracenote isn't naming the tracks on a CD I want to import

    Every time I try to import a CD, Gracenote doesn't name the tracks. I've tried several CD's and tried importing the same CD on a friends computer and it worked fine.
    I've checked all the settings in Itunes I know to check here's a list of what I've already done:
    I tried to load the Itunes store to see if the firewall on my computer was blocking Itunes. I assume it isn't because I can load the store with no problem
    I then went to Edit > Preferences, under preferences i clicked the advanced tab then the importing tag to ensure that the box next to "Automatically retrieve track names from internet" was checked. It was checked already.
    When I put the the CD in the drive Itunes says that it's querying gracenote database but it never applies the track names.
    I realize that I could simply type the info in but that in reality that isn't a simple task as I have accumulated way too much music for that to be an option.
    Any ideas would be much appreciated, thanks

    "but I must use something like an FM converter and that requires all songs be in MP3 format."
    No it doesn't.
    An FM converter takes audio and sends it over FM to the radio.
    A USB stick does not play audio.
    You need something to play the audio (like an iPod) and plug the audio out into the FM converter.

Maybe you are looking for