Where is the Digits section in the Characters window?

I'm taking a Lynda class, but they are using an older version of the software.

Hi Katz,
There is a search box top right of the Character Viewer. Type a digit. Options in the lower pane.
Regards,
Ian.

Similar Messages

  • Google tell me to insert their codes a site map in the head section before the first body section.. but where is it on my welcome page?

    Google tell me to insert their codes for a site map in the <head> section before the first <body> section.. but where in exact terms is the head & body section on my 09 iwebsite?

    It's been a while since I had to verify my sitemap with Google, but if I remember, there were two options for verification. The one I chose was an HTML file verification. That's a file that would be put in your Site Folder in GoDaddy. Google would then crawl your site to verify that way. I found that much easier than putting a file in the website itself.
    It would be a file that looks like this:  googlebe235d8cb7e91037.html
    And would live in your Site Folder on Godaddy like this:

  • Where do I find the digital UPC of the album I am looking at?

    As the question states, where do I find the digital UPC of the album I want?

    What do you mean by "Digital UPC"?  The tracks are linked to your iTunes account, which acts as "proof of purchase"

  • IPhone: where's the "announcement section" of the Dev portal?

    I just got a note from Apple saying that I can get my contract extended by clicking through a new agreement in the "announcement section" of the iPhone Dev Center. Trouble is, I cannot such a beast. The home page of the dev center is all iPhone 2.21 OS downloads, but no sidebar or tab saying "Announcements".

    I received two e-mails so far, the first was received on 3/13 and had the title of "iPhone Developer Program Extension for Beta Developers". However, the content of the e-mail consisted only of the Apple logo and the text "iPhone Developer Program". There was no link and no explanation of what was going on. The second was received on 3/19 and indicated that I had not responded to their first e-mail and invited me to "click through" as you indicated. However, there does not appear to be any such link to click through. I sent e-mail to the support folks and have not received any response.
    I plan to call for support on Monday and see if someone can fix things over the phone. Frankly, I am very disappointed that Apple can't seem to get developer support for iPhone Devs functional. How insanely stupid is it to send e-mail that can't be read, then send e-mail that invites you to do something that can't be done. According to the second e-mail, my account will terminate on 3/31 unless I can click through the non-existent agreement or figure out a way to pay for another year ...
    George

  • PCI 6602:How can I use the digital lines of the board and in the same time to generate pulse train using a counter?

    Hello!
    My problem appeared when I tried to update my code from Traditional NI-DAQ Legacy to DAQmx.
    I am using 2 counters (counter 5 and counter 7)  from PCI-6602, to generate pulse train, and also the Digital I/O lines of the port 0 (the lines form 0 to 7). What I do in my application is that I am starting to generate the pulse train on the output of the 2 counters, and after that I am playing with the state of the digital lines.
    In traditional there was no problem using the counters and the digital lines in the same time, everything was going perfectly, but in DAQmx this is not possible.
    What happens: I start to generate pulse train on the output of the counters,  no errors encountered, but when I try to modify the state of one line of the digital port the generation of the pulse train is stopped. This is happening when I start the task associated to the digital port.
    My question is: it is possible to create a channel on the digital lines without altered the channels created for the counters?
    Another thing what I manage to see using the  "Measurement & Automation Explorer" and Test panels for PCI-6602, basically is the same thing, I generate pulse train on the output of the counter 7 and try to start a task on the digital line, but I get one error :
    "Error -200022 occurred at Test Panel
    Possible Reason(s):
    Measurements: Resource requested by this task has already been reserved by a different task.
    Device: Dev4
    Terminal: PFI8"
    Instead if I use the counter 0 or counter 1 to generate pulse train I don't encounter the same problem.
    Which resources are used by the counters 2 to 7 from the PCI-6602 board and the counters 0 and 1 do not use?
    Thank in advance for any replies!
    Ciprian
    Solved!
    Go to Solution.

    Hello Jordan, thank you for your reply.
    I am sorry but I can not see or run your example, I don't use LabView, I use Visual C++ for developing.
    Here is the code for generating the pulse train:
    GeneratePulseTrain(unsigned long ulCount1, unsigned long ulCount2)
        short nStatus = 0;
        nStatus = DAQmxCreateTask("",&m_taskHandle);
        nStatus = DAQmxCreateCOPulseChanTicks (m_taskHandle, "Dev4/count5", "", NULL, DAQmx_Val_Low, 0.0, ulCount1,ulCount2);
        if( bTriggerMode == true) // if hardware trigger is enabled
            nStatus = DAQmxSetTrigAttribute (m_taskHandle, DAQmx_ArmStartTrig_Type, DAQmx_Val_DigEdge);
            nStatus = DAQmxSetTrigAttribute (m_taskHandle, DAQmx_DigEdge_ArmStartTrig_Edge, DAQmx_Val_Rising);
            nStatus = DAQmxSetTrigAttribute (m_taskHandle, DAQmx_DigEdge_ArmStartTrig_Src,"Dev4/PFI17" );
        //set the internal timebase
        nStatus = DAQmxSetCOCtrTimebaseSrc(m_taskHandle,"Dev4/count5","20MHzTimeBase" );
        nStatus = DAQmxStartTask(m_taskHandle);
        return nStatus;
    And the code where I try to set the digital line:
    SetChannelState(short nState)
        short nStatus = 0;
        uInt8 wrtBuf0[1]={0};
        nStatus = DAQmxCreateTask("",&m_taskHandle);
        // Configure line as output 
        nStatus = DAQmxCreateDOChan (m_taskHandle, "Dev4/port0/line0", "", DAQmx_Val_ChanPerLine);
        nStatus = DAQmxStartTask(m_taskHandle);
        wrtBuf0[0] = nState;
        nStatus =DAQmxWriteDigitalLines (m_taskHandle, 1, 0, 0, DAQmx_Val_GroupByScanNumber , wrtBuf0, NULL, NULL);
        nStatus = DAQmxWaitUntilTaskDone(m_taskHandle,10);
        nStatus = DAQmxStopTask(m_taskHandle);
        nStatus = DAQmxClearTask(m_taskHandle);
        m_taskHandle = 0;
        return nStatus;      

  • [EWS][FastTransfer][MS-OXCFXICS] Question about paging in the Fast Transfer Stream after exporting message and the meaning of the config in the previous section of the stream.

    Hi, all.
    First, I want to construct a fast transfer stream by programming not using the export item's stream and to import the stream to the folder by posting import request in EWS.
    So, I export the item by EWS and investigate the exporting stream's struct by reading the [MS-OXCFXICS].pdf. And I can parse each MAPI property, marker, meta-property from the stream.
    I find that the stream is made of many pages, most page's length is 0x7BC0, some are less then 0x7BC0. And in the previous section of the stream, there are some configurations. So the questions are:
    1. What is the paging rule? or What is the principle of the paging? Whether a complete propvalue/marker(ref from [MS-OXCFXICS].pdf) must be contained in a page except some binary type?
    2. Why the page's binary length is 0x7BC0? Or where is the configuation about paging length?
    3. The stream is made of the FXOpcodes and the subbuffer about the FXOpcodes, and I find the mean of the FXOpcodes:
    internal enum FxOpcodes
    None = 0,
    Config = 1,
    TransferBuffer = 2,
    IsInterfaceOk = 3,
    TellPartnerVersion = 4,
    StartMdbEventsImport = 11,
    FinishMdbEventsImport = 12,
    AddMdbEvents = 13,
    SetWatermarks = 14,
    SetReceiveFolder = 15,
    SetPerUser = 0x10,
    SetProps = 0x11
    and in the stream there are 4 part(after I parse the stream):
    A. OpCode:Config, value:0000000001000000
    B. OpCode:IsInterfaceOk, value:010000000703020000000000C00000000000004600240080
    C. OpCode:TellPartnerVersion, value:000F91838417
    D and follows is: OpCode:TransferBuffer, Count:31680
    So 
    a. What is the OpCode:Config value meaning?
    b. Some parts of The OpCode:IsInterfaceOk' value is the IID_IMessage("00020307-0000-0000-C000-000000000046"), What is other parts meaning?
    Thanks in advance for any ideas.

    Hi Haiyang,
    Your questions are not covered by the Open Specification documentation and this is documented in [MS-OXWSBTRF] — v20141018 section “1.3 Overview”.
    The upload and export data stream is an opaque format that only needs to be understood by a server implementation. The client only serves as a repository for the opaque data stream so that it can be uploaded to the server at
    a later time.
    You made good progress in interpreting the buffer using other documents. Why do you need to be able to parse the data? Please describe your project in details and I might submit a suggestion to document the layout of the data stream,
    if your project justifies it. You can send the description directly to me.
    Thanks, Vilmos

  • [EWS][FastTransfer] Question about paging in the Fast Transfer Stream after exporting message and the meaning of the config in the previous section of the stream.

    Hi, all.
    First, I want to construct a fast transfer stream by programming not using the export item's stream and to import the stream to the folder by posting import request in EWS.
    So, I export the item by EWS and investigate the exporting stream's struct by reading the [MS-OXCFXICS].pdf. And I can parse each MAPI property, marker, meta-property from the stream.
    I find that the stream is made of many pages, most page's length is 0x7BC0, some are less then 0x7BC0. And in the previous section of the stream, there are some configurations. So the questions are:
    1. What is the paging rule? or What is the principle of the paging? Whether a complete propvalue/marker(ref from [MS-OXCFXICS].pdf) must be contained in a page except some binary type?
    2. Why the page's binary length is 0x7BC0? Or where is the configuation about paging length?
    3. The stream is made of the FXOpcodes and the subbuffer about the FXOpcodes, and I find the mean of the FXOpcodes:
    internal enum FxOpcodes
    None = 0,
    Config = 1,
    TransferBuffer = 2,
    IsInterfaceOk = 3,
    TellPartnerVersion = 4,
    StartMdbEventsImport = 11,
    FinishMdbEventsImport = 12,
    AddMdbEvents = 13,
    SetWatermarks = 14,
    SetReceiveFolder = 15,
    SetPerUser = 0x10,
    SetProps = 0x11
    and in the stream there are 4 part(after I parse the stream):
    A. OpCode:Config, value:0000000001000000
    B. OpCode:IsInterfaceOk, value:010000000703020000000000C00000000000004600240080
    C. OpCode:TellPartnerVersion, value:000F91838417
    D and follows is: OpCode:TransferBuffer, Count:31680
    So 
    a. What is the OpCode:Config value meaning?
    b. Some parts of The OpCode:IsInterfaceOk' value is the IID_IMessage("00020307-0000-0000-C000-000000000046"), What is other parts meaning?
    Thanks in advance for any ideas.

    OK. Thank you.
    Today I build a stream with a paging rule as below:
    1. Keep each page's byte length is 31680.
    2. Make sure a complete property value in a page except binary type property whose value length is larger
    than 31680.
    And it can work very well when import the stream to the folder by EWS.

  • The recent section in the aperture library isn't working

    The recent section in the Aperture library is supposed to contain the last few months, the last import, the photo stream, etc. My recent section has started to have a mind of its own. The first item is a project from several months ago. I can't delete it, or move it, or do anything with it and I don't want it there. The second item is supposed to be Last Month. It is empty, although I've imported hundreds of photos in the last month. Also, when I change the preference for the range of months, nothing changes. Last Import is also empty. Photo Stream, Flagged, Rejected and Trash all work fine. How do I make this section work? This is completely flaky. I've tried trashing all the Aperture preference files to no avail. This was happening in Lion, but upgrading my system to Mountain Lion and Aperture to 3.3.2 didn't change anything. Help!

    Two things:
    First, it's actually a bit confusing regarding the project at the top of the recent projects list.
    The way that project is set is if you go to the Projects view under library that shows the thumbnail views of all your projects.  If you double-click a project, then that project will be set as the "recent" project at the top of the list.
    This confused me as well until somebody told me how it worked.  Simply clicking projects in the sidebar won't set that.
    Second, as far as "last month" I was having some problems with that smart album in the 3.3.1 update.  It wasn't updating properly.  3.3.2 has resolved it for me.  Try going to Aperture's preferences and under General, click one of the arrows next to "Show next X month album" where you change X from 1 to 2 and back to 1.  See if this "unsticks" things.

  • HT1386 what is included in the other section of the iphone and how do you reduceit

    while syncing my iphone 4s the "other" section on the bar at the bottom jumped up to take up 5.42 gb out of no where. what is in this section and how do i remove things from there?

    The "other" is normally <1 GB, and includes the iOS, app data, messages and email.  If it expands, this usually means ther is either corrupted data or metadat (file system errors) in the phone.
    To fix, Restore the phone, first using a backup and if needed as new (without using a backup)
    iOS: How to back up and restore your content

  • Can't see the video section in the sore

    i bought an Ipod video and installed all software available, but i don't know why i don't see the video section in the store.
    can somebody help me?

    The iTunes video store is not available in all countries. Your profile states that you are from Portugal, and i could be that the videos are not available where you are. Eventually the iTunes music store will offer videos worldwide, but it can take some time.
    Hope this helps
    -Stephen

  • Project Server - Projects does not show up in the detail section of the resource availability view!!!

    Hi,
    I click resource center in PWA 2010 and select a resource; then click resource assignments and a list of projects along with the task which the selected resource is assign is listed. I then click on resource availability and set the date
    option and units for the selected resource and the resource availability and capacity is visible in the details section but not the list of projects that the resource is assign.
    How can I get the list of projects to show up in the details section under the resource name?   
    A. Williams

    Hi A. Williams,
    Could you post a screenshot of BOTH upper (graph) and lower (detailed grid) parts of our resource availability page?
    It would be very weird that you can see workload in the upper part but not in the detailed grid. This is what we need to know to help you:
    Are you not seeing at all the assignments in both graph and detail grid of the resource availability page? In this case the issue comes from your assignment, not from the resource availability page.
    Are you seeing the assignment in the graph but not in the detail grid?
    In case this is an assignment issue, some reasons could be:
    you're not looking at the right period
    date range selection has not been applied clicking on the button "apply"
    the assignments are proposed (versus committed)
    the assignment has not been publish (column publish to "yes" in MS Project Pro)
    the assignment owner is not the resource
    Here is (sorry, it is in french) my upper part (graph) with 1 resource selected, 3 weeks and a 7hrs assignment on the 2nd week (note that you have to apply the date range once selected) :
    Then the lower part (detailed grid) where is have exactly the same information (same assignments, same resources, same date range):
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • HT1918 My husband's iPhone4 uses one apple id for purchases and updates, but another is listed in the App Store. How do I reconfigure his phone to only use the apple I'd and password that is used in the the "featured" section of the App Store?

    My husband's iphone4 seems to have 2 apple ids. The one listed in the featured section of the App Store is the correct one. The one that asks to be signed into for purchase and updates is also mine, and the incorrect one. Hence, our devices are linked. How can I remove my apple Id from his phone so that there is no connection between the two?

    I think it may be because he got his phone first and not seeing a future issue, I set his phone up to my already existing apple Id used for my iPod. If I connect his iPhone to our pc, can I create his own apple id account?

  • How to hide the preview section in the crystal report viewer activex cntrl.

    Dear All,
    I am using the Crystal report viewer ActiveX to display the Crystal report. When the report opens in the Crystal report viewer ActiveX control, a preview section comes at the left hand side of the panel. How can I hide the preview section from the Report viewer control.Is it possible to customize the the report viewer control.  Awaiting for your suggestions.
    Thank you.
    Regards,
    Rahaneef

    Just to get the terminology correct. I believe you are meaning the Group Tree(?).
    Vb Code:
    CrystalActiveXReportViewer1.DisplayGroupTree = False.
    Also, do consult the developer help file;
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\rdcsdk_com_dg_doc\doc\rdcsdk_com_dg.chm
    Ludek

  • HT1386 I just loaded the latest version of itunes and now my Outlook notes won't sync and notes no longer appears in the advanced section of the info page

    I just loaded the latest version of itunes and now I cannot sync my notes from Outlook 2010 to my iphone.  Notes no longer appears under the advanced section of the info tab.  Since I have not had luck syncing in the cloud I always check the boxes and tell the sync to sync from my computer to my phone.  Does anyone know how to get this to work.

    When you connect your ipod up to the computer. It should show the device, usually with the name of the device, in my case 'jordan's ipod'. This should be on the row which shows 'songs', 'albums' e.t.c on the far right. There when you click on it it should go to a different screen showing a picture of your ipod along with two buttons - Update and Restore. Click update and it should take a 2 mins while your ipod is updated to the latest version of Ios.
    After updating te ipod see if there is a change in results.
    PS: make sure the device is active while syncing so keep tapping the screen.
    Sorry for any incorrect info, i have an ipod touch, but i've had experience with an ipod

  • Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code

    I get this message when I check the Device manager for my Ipod
    Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code 52)
    How do I resolve this I have reinstalled iTunes but it still doesn't recognise my ipod

    I reinstalled Itunes a couple of times.  I unistalled all programs that I never use, I updated all of my drivers, Windows swept my computer and found no problems.  I have a yellow causion lite when I look at the USB-port with the phone connected.  All other devices work without a problem.

Maybe you are looking for

  • Message when Invoice vendor is different from PO vendor

    Hi, Last week, in MIRO, when i would like to change the vendor (taken from the order), a system message appears to let me know that this vendor was different from the PO vendor. But it was just a warning message and i changed it to an Error message.

  • My PC no longer recognizes my iPod7

    My PC cannot identify my iPod 7 anymore.  What can I do?  I don't want to lose the songs I have on it.

  • Strange error in F-06

    Dear all , One of my end user got a strange error in SAP , he is  trying to clear  Cash collection entry with T code F-06 . when he is selecting the store (Retail project) cash GL SAP screen (F-06) will get automatically closed , then again he tried

  • Updating iPhone 3Gs to 6.1 and stuck on iTunes

    I was updating my iPhone 3Gs for OS 6.1 and all okay until iTunes request I connect phone to my Mac for updating. But waning says my iTunes (and iPhoto) will be erased. Is this true? Can I override it, since I don't want either erased my my iPhone? M

  • PDF Converted to JPEG Shows Up As Green Box in FCP...

    I have a PDF file from a client that I converted into a jpeg to use in FCP. I can import and it shows up fine in the browser, but when I put it into the timeline it turns into a solid green box. Why is this happening? I need it as a jpeg to have the