Why is my easy view and expert view not showing up in my controller assignments window

when i go to contol surfaces and then select the controller assignments i do not have the option to hit the easy view or the expert view i was wondering if anyone knew why this is?

Same solution as dplavin. Thanks!
Afterwords there were some changes in Add-ons that were enabled/disabled that then had to be straightened out.
I disabled Test Pilot which was in the process of testing thinking that it might have had something to do with the problem. I have not updated to the latest version of 5.0 because one favorite Add-on [Firegestures] is supposed to be incompatible.

Similar Messages

  • HT1451 Why do the song names and cd name not show up on the IPod Shuffle?

    Why do the song names and cd name not show up on the Shuffle?

    MysticChyk wrote:
    Why do the song names and cd name not show up on the Shuffle?
    Err this is no longer April 1st you know.
    The iPod Shuffle has never had a 'display' on which track names can be shown. See http://www.apple.com/ipod-shuffle/ if you want an iPod which does have a display on which you can see the tracks names and even the album cover art then look instead at the bigger and more expensive iPod Nano http://www.apple.com/ipod-nano/ or iPod Touch http://www.apple.com/ipod-touch/
    PS. The current iPod Shuffle even though it has no display on which it can show the track names can read them out loud to you using a voice-synthesiser this is the VoiceOver feature described on the iPod Shuffle product page I listed above.

  • Please help! I have photoshop and iphoto does not show it in my preferences edit window. How do I get it as an option in my preferences.

    Please help! I have photoshop and iphoto does not show it in my preferences edit window. How do I get it as an option in my preferences.

    I tried it and nothing changed. Even when I right click on an indiviual image all it does is duplicate it. Iphoto seems to be recognizing my external hard drive as an editor......cannot get photoshop except to drag a picture into photoshop from iphoto, and once I have worked on it and saved it to iphoto I cant find it anywhere.

  • I have photoshop elements 9 and iphoto does not show it in my preferences edit window. How do I get it as an option in my preferences

    I have photoshop elements 9 and iphoto does not show it in my advaced preferences drop down, it used to be there, how do I get it back again?

    Hi, Yes you are correct in iPhoto Prefernces, Advanced tab editing I used to have iPhoto and "Use external editor.". It changed to iPhoto and iPhoto Library. I have einstaleed PSE 9 and downloaded the update.  There is still no lkink to external editor in the drop down box.  Have I done something wrong inadvertently or is there a clitch?  can you reinstal iPhoto.  I am new to Macs. Every thing came preinstalled.  it is the top of the range system with 16 Gb of rRAM, 2 Tb hard drive to top graphics card etc.  I used to be on Windows PC.  Have more than 27,000 photos on the system.  Much apprecite your reply and interest in this.

  • Why do views not show up in HTML DB?

    All,
    When I create a new view with SQL/Plus why doesn't it show up in HTML DB? Views that were created previously (before install of HTML DB) are visable.
    Thanks

    Just FYI, I had a problem with views not showing up when using the wizards. Reported the problem and was told it was a bug. Workaround was to create my pages from scratch and explicitly reference the tables instead of the views.
    Although HTML DB could handle some views, views that were based upon other views or where there were several layers of views seem to give HTML DB a problem.

  • TS1702 Why is the icon for street view not showing up on the left side of the location on the maps app?

    Why is the icon for street view not showing up on the left side of the location on the maps app?

    Because the included Maps app no longer gets the maps data from Google, so no more street view.
    You can get a free Google Maps app from the iTunes App Store.

  • When I place a clip in the timeline and try to watch it, the viewer says "Unrendered" and it will not show the clip

    When I place a clip in the timeline and try to watch it, the viewer says "Unrendered" and it will not show the clip. What do I need to do to fix this?

    Option 1: Render the clip in FCE then watch it.
    Option 2 (preferred): Convert the clip so it will match your Sequence settings in FCE prior to importing the clip into your project.  It will not need rendering if converted properly.
    -DH

  • Urgent:Why Script is cliend dependant and smartform is not client dependant

    Hi all,
    Can any one pls tell me why script is client dependent and smartform is not client dependant.
    <b>Please give some real time examples in brief</b>
    regards
    tapu

    Hi
    DIFFERENCE BETWEEN SMARTFORMS AND SAPSCRIPTS ARE:
    1. script is client dependent one while smartform is client independent.
    2. In scripts we have to write print program while in smart forms it is not necessary.
    3. In scripts we can print background logo while in smartforms we cant print background logo
    4. In scripts we have 99 main windows while in smartforms we have only 1 main window.
    5. In scripts we should write paragraph format otherwise we cant execute program while in smartforms no need to create paragraph formats .
    6. In scripts we can print the text in only two character formats.
    while in smartforms we can do with more.
    7. In scripts we dont have line types while in smartforms we have linetypes.
    8.Multiple page formats are possible in smartforms which is not the case in SAPScripts
    9.It is possible to have a smartform without a main window .
    10.Labels cannot be created in smartforms.
    11.Routines can be written in smartforms tool.
    12.Smartforms generates a function module when activated.
    SAPscript technology is based on a mainframe product from the 1980s, while Smart Forms have only been around since (roughly) 2001. With that sort of time gap, there are bound to be significant differences between the two tools. Client dependence is a fundamental one. Although SAPscript has had some incremental improvements over time, its forms have always been -- under the hood -- relatively ...
    also refer
    difference between smartforms and scripts
    Diff betwen Scripts & smartforms
    advantages of smartforms over scripts
    Whenever a smartform is created, a funciton module gets generated. So, we can access the smartform in different clients. But in case of scripts, it is not so.. So, scripts are client dependent.
    Smart Forms are implemented using the Function Module SSF*, and all the logic lies in the FM. Function Modules are client independent objects, so Smart forms are also client independent
    SAP Scripts are the Layout Forms that you design and there are aviable in the client in which you have created them, for making them available you have to copy across the clients.
    Because, Sapscripts are saved in ITF format as text in client dependant tables STXH and STXL. smartforms are not saved in client dependant tables and visible across clients.
    SAPscript technology is based on a mainframe product from the 1980s, while Smart Forms have only been around since (roughly) 2001. With that sort of time gap, there are bound to be significant differences between the two tools. As you have noted correctly, client dependence is a fundamental one.
    Although SAPscript has had some incremental improvements over time, its forms have always been -- under the hood -- relatively passive objects, with minimal embedded logic. These forms were designed to be driven and controlled by ABAP programs, much in the way ABAP programs read in database tables to produce reports; if you ever download a SAPscript form (e.g., via utility program RSTXSCRP), and look at the portable text file it produces you'll see what I mean. Many text objects (e.g., invoice header texts) are bound directly to documents which are client-dependent, so it makes sense for these text objects to also be client-dependent. From a complexity standpoint, SAPscript forms are close enough to these text objects where I can see how it made sense at the time to make them client-dependent too.
    Conversely, a Smart Form is significantly more robust and complex. For instance, it can contain program nodes and nested tables with patterns. When a Smart Form is compiled, it generates an ABAP function module – and these are always client-independent. This is appropriate, given that this form has more in common with an ABAP program than its predecessor. For instance, when a print program calls a Smart Form, the form itself takes over to produce output, without any further direction from the print program. In fact, the join is so seamless that I often find myself using a Smart Form's Initialization section for logic to handle any data gathering not handled by the print program. I would never even think to attempt this with SAPscript.
    I suspect several factors figured into SAP's decision to make Smart Forms client-independent, including customer feedback. There are significant advantages to client-independence. For instance, a change made in one development client happens immediately across all development clients. Among other things, this means we don't have to waste time figuring which client contains the most recent version -- they all do! In addition, transporting Smart Forms is easier, since we can safely bundle them together in the same transport as their client-independent print programs (no worry about mixing client-dependent and independent objects).
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • I have had an itunes account for many years.  I have recently purchased music on my iphone 5 and it is not showing up on my Macbook itunes account.  WHY?

    I have had an itunes account for many years.  I have recently purchased music on my iphone 5 and it is not showing up on my Macbook itunes account.  WHY?

    nidubs wrote:
    I have had an itunes account for many years.  I have recently purchased music on my iphone 5 and it is not showing up on my Macbook itunes account.  WHY?
    Why would they?
    Do you have Automatic downloads enabled? Note this only works for items purchased after it is enabled.
    -> iTunes Store: How to enable Automatic Downloads
    Also, see this -> Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • I made a purchase on iTunes and it is not showing on any of my devices. When I tried to watch the show in my purchased file I could not. When I go back to iTunes it tells me I made the purchase already. Why can't I access my purchases. Case

    I made a purchase on iTunes and it is not showing on any of my devices. When I tried to watch the show in my purchased file I could not. When I go back to iTunes it tells me I made the purchase already. Why can't I access my purchases. Case # 506294747

    Hi Paul,
    If you are having an issue such as this with an item such as a movie purchased from the iTunes store, you may want to report it to the store. Use the steps in this article -
    Report an problem with an item you bought from the iTunes Store, App Store, Mac App Store, or iBooks Store
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Why date and time do not show as links in some email message in 4s?

    why date and time do not show as links in some email message in 4s?

    To add it back, tap the Edit button at the top of the list of mailboxes and select the missing email account so that it has a tick against it (you can also change their order in the list by dragging the parallel line icon to an account's right), tapping Done should then get it to show in the list

  • Why is the airdrop and airplay option not showing in my iphone 4s ?

    airdrop and airplay option not showing

    That link is addressing only iOS 7 in general, not the iPhone 4S specifically. I have already answered your question here: airdrop and airplay option not showing iPhone 4S, iOS 7.1.2. It is the same answer as what wjosten have provided in this post. Air Drop is compatible with iPhone 5 and later.

  • Some messages sent/received on my iphone and ipad do NOT show in Messages Beta. Why?

    In the past 4 weeks I started experiencing this issue: some of the messages I send from my iphone and ipad will NOT show in Messages Beta for Mac OSX. Likewise, some of the messages received on my iphone and ipad often don't show on my Messages Beta.

    HI,
    The best I have on this at the moment is that the Messages App is still Beta.
    Secondly there have been some changes to the way the iMessages parts are syncing.
    This may be due to Apple making changes to the iMessages server and the resultant sync issue to do with that.
    Of course in the change over, if my guess is right, some messages may have been lost.
    Some of this seems to be altering the  way Messages get Flagged as to whether they were delivered or not.
    8:22 PM      Wednesday; April 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • HT1551 I ordered a rental movie on my computer and want to watch it on my 1st generation apple TV and it is not showing up there...any suggestions?

    I ordered a rental movie on my computer and want to watch it on my 1st generation apple TV and it is not showing up there...any suggestions?

    I had same problem last night with a movie rental not showing up under the 'Rented' tab in iTunes/Movies on my iMac: as I had no other rentals, there was no 'Rented' tab at all.
    In iTunes 11, the Downloads icon only appears next to the Search bar while there is an active download. Once any  downloads are finished, the icon disappears.  I had no icon so I had to assume the downloading had finished (in the previous UI you could check download progress even after they had finished).
    My movie rental did, however, show up under 'Rented Movies' under the 'Movies' tab in iTunes/Devices/(select any i/device) so I knew it was somewhere in my iTunes.  Yet, we couldn't access it via Apple TV.
    I fiddle around for a bit, restarting iTunes, restarting the iMac, to no avail.  Then I did a little housekeeping and moved a different movie I'd imported awhile ago, from the 'Home Videos' tab under iTunes/Movies.  Under File/Get Info, the 'Media Kind' was incorrectly set to 'Home Video' so I changed it to 'Movie'.  Thus the file was moved over into the Movies tab.  Hey Presto!  The Rented tab suddenly showed up, and there was my rented movie!
    This is the second time a movie rental did not show up after downloading.  Unfortunately my husband initiated the download so we figured he must've messed up somehow as he's not as familiar with iTunes as me.  Hence we opted to download the movie under a different iTunes account, which worked the second time with no problem.  Needless to say the invoice for the original download had no problem in finding us, hence we were effectively being charged twice for the same movie!  We have to contact apple support (such a hassle) but hopefully they will understand the issue (that's the difficult bit) and they are usually good at refunding when they finally accept the customer is genuine in their claim.
    In case anyone is tempted to critique my method, we download rentals through iTune on our computer as we had too many problems trying to rent via Apple TV.  Often the movie was not available to watch for many hours after it was rented, even though we'd start 'download' halfway through the day and sit down at night to watch it!  We have also had problems with movies that kept stopping during viewing because it wasn't streaming fast enough.  We'd give some time and come back to viewing, only to encounter the same.  One time we gave gave up and tried again the next evening, only to find the movie expired.  There is meant to be 48 hours after you've started viewing to resume watching a movie.  Apple's only response to this was to advise we needed a broadband internet connection to stream the movie - this was despite me already telling them we have broadband.
    Anyway, I hope this helps anyone experiencing similar issues with movie downloads.

  • HT1498 I rented a movie and it does not show up on my apple tv but is in my video app on my phone.   How can I watch it on my tv

    I rented a movie and it does not show up on my apple tv but is in my video app on my phone.   How can I watch it on my tv?

    A movie rented on an iPhone can only be viewed on an iPhone. If you want to view on TV you need to rent directly on ATV or via computer (and stream using home-sharing)

Maybe you are looking for

  • How can I use Automator or AppleScript to get text from a web page and paste it in execl?

    I don't know how to make scripts or complexed automator workflows... that's why I'm asking. I'm trying to make a simple app or script to ask me what text to extract from a web page, like name, address and phone number of a web page and paste each one

  • After creating a new user account, how do I move my files into the new user?

    I have an issue where my 'Desktop/Screensaver' prefs seem to be corrupt somehow. When I click on that icon in System Preferences, it stalls and I get the spinning ball, thus resulting in a force quit. After reading a Mac Format magazine where someone

  • Beryl not working

    hi all, i'm having problems with running beryl in my laptop, this is the error: [root@Giudecca ~]# beryl-manager [root@Giudecca ~]# libGL warning: 3D driver claims to not support visual 0x5b * Beryl system compatibility check                         

  • EFT/DME settings

    Hello We have configured Payment V and T and linked this to Country and company code. Assigned payment medium program 'RFFOGB_T' under 'Payment method in country' settings in FBZP for the payment method V. we are executing payment run F110 for the ap

  • Trouble installing adobe 10.1.4 reader

    I have downloaded adobe reader 10.1.4 and keep getting an error message: core dll failed, what am I doing wrong?