View not updating in event receiver

I have created a C# SharePoint 2010 Non-sandboxed project that implements the ListAdded event receiver. What I want to do is to check the new document library and add a number of site columns to it depending on the template. (I have discovered that the ListAdding
event receiver is useless as the list reference is null at that point.)
For each field, I run the following code whch successfully adds the columns. However, the code seems to have no effect on the default view.
private void AddColumn(string name, SPListEventProperties properties)
SPWeb web = properties.Web;
SPField field = null;
try
field = web.AvailableFields[name];
properties.List.Fields.Add(field);
field.ShowInDisplayForm = true; // Saw these in an post about SP 2007. Not needed?
field.ShowInEditForm = true;
field.ShowInListSettings = true;
field.ShowInNewForm = true;
field.ShowInViewForms = true;
properties.List.Update();
var xx = field.InternalName;
properties.List.DefaultView.ViewFields.Add(xx);
properties.List.DefaultView.Update();
catch (Exception)
At the bottom of the method, examining properties.List.ViewFields in the Watch window shows that it is untouched by my code. What am I doing wrong? The UI confirms the fact that the the columns have been added and are available for adding to the view.

Hi,
According to your description, my understanding is you can’t add field to the default view in Event Receiver.
I suggest you create a simple demo and try the code below to test whether it works properly.
static void Main(string[] args)
SPSite site = new SPSite("your site URL");
SPWeb web = site.OpenWeb();
SPList list = web.Lists.TryGetList("your list name");
list.Fields.Add("Information", SPFieldType.Text, false);
list.Update();
SPView defaultView = list.DefaultView;
defaultView.ViewFields.Add(list.Fields["Information"]);
defaultView.Update();
Feel free to reply to reply the test result.
Thanks
Patrick Liang
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Patrick Liang
TechNet Community Support

Similar Messages

  • Podcast List view not updated with iTunes 11.3.1.2

    Podcast List view not updated with iTunes 11.3.1.2
    Windows 7 Enterprise Service Pack 1 / Intel-i7 2.40 GHz / 8GB RAM / 64-bit
    iTunes 11.3.1.2
    After refreshing my Podcast list, some Podcasts with new episodes do not display the "Unplayed" blue dot.
    If the podcast "folder" is expanded by clicking the triangle, the new episodes are shown with a "Unplayed" blue dot.
    A new episode is shown in the My Podcast view, with the correct number of new episodes.
    The new episodes are displayed in the All Unplayed view.
    I've tried deleting all episodes and downloading new episodes from the iTunes Store.
    I've tried Unsubscribing and deleting the podcast, then Subscribing again from the iTunes Store.
    Neither attempt resolved the issue.
    I've seen this issue for a while, and was disappointed to find no change with the iTunes 11.3.1.2 update.

    it finally worked; got my Rush 24/7 downloaded, and it finally found my iPhone after switching from the USB 4 port Hub to a dedicated USB 2.0 slot on my laptop.

  • Event firing at item added and item updated in event receiver?

    Hi All,
    I have created event receiver on item added & item updated on document library.
    1) On Item Added i am updating document library Title column with document Name and i have metadata for the file.
    2) On Item Updated i am move that file with metadata to another document library.
    Now the issue is the event is triggering is twice when an item is added it automatically calls the item updated event
    Need to help please...
    Thanks
    Balaji More

    Hi Thanks for reply.
    I have also write Workflow on Source doc library for document approval.
    In Source doc library i have choice column fields[Status]. Pending,Approved Default is Pending
    when approvers approve the task then i want to update Status: pending to Approved in source doc library using workflow it worked but that time i also want to update destination doc library Status column using Item updated Event receiver but not successed.
    Following is code on Item Added.
    try
    using (SPWeb oWeb = properties.OpenWeb())
    oWeb.AllowUnsafeUpdates = true;
    string UpdateStatus= string.Empty;
    UpdateStatus= properties.ListItem["Status"].ToString();
    SPFile File = properties.ListItem.File;
    SPDocumentLibrary destLib = (SPDocumentLibrary)properties.ListItem.Web.Lists["documents"];
    SPFolder mylibrary = oWeb.GetFolder("Temp");
    SPFile spfile = mylibrary.Files.Add(File, streamWriter, true);
    SPFile newfile = spfile;
    SPListItem item = file.Item;
    item["Status"] = UpdateStatus;
    item.Update();
    oWeb.AllowUnsafeUpdates = true;
    Catch()
    Item Updated when workflow is approved status is changed Pending to Approved
    then i have write a following code but status is not updated when workflow is completed
    try
    using (SPWeb oWeb = properties.OpenWeb())
    oWeb.AllowUnsafeUpdates = true;
    string UpdateStatus= string.Empty;
    SPFile File = properties.ListItem.File;
    if (properties.ListItem["Status"] != null)
    UpdateStatus = properties.ListItem["Status"].ToString();
    SPDocumentLibrary destLib = (SPDocumentLibrary)properties.ListItem.Web.Lists["documents"];
    SPFolder mylibrary = oWeb.GetFolder("Temp");
    SPFile spfile = mylibrary.Files.Add(File, streamWriter, true);
    SPFile newfile = spfile;
    SPListItem item = file.Item;
    item["Status"] = UpdateStatus;
    item.Update();
    oWeb.AllowUnsafeUpdates = true;
    Catch()
    Thanks
    Balaji More

  • Outlook 2013 Category view not updating after Exchange 2010 SP3 RU3

    After updating to Exchange 2010 SP3 RU3 last night, users who use categories view in Outlook 2013 are complaining that the view does not update. The alert is received in the notification area and the unread message count next to Inbox updates appropriately.
    The view can be force updated by switching between All and Unread, by using Reset View, or closing and opening Outlook.  It seems anything that forces a 'redraw' of the view will update it - except for the actual reception of email.  I easily replicated
    this issue.  For reference:
    Exchange 2010 SP3 RU3
    Windows 7 x64 Ent
    Outlook 2013 (15.0.4551.1004) 32-bit
    I do see that SP3 RU4 has been released, however the only change listed is a security patch.
    Thank you for any ideas.

    Hi, Everyone –
    This has been a known issue for a very long time – we have people at our workplace that are very disappointed since a feature as great as categorizing email (not using tasks) has become broken and has not even been considered to be fixed for
    over half a year.  It was not fixed in the updates for Patch Tuesday this week.
    I would like to confirm that this is an issue with Outlook 2010 and 2013 when running the latest Exchange 2010 and there is NO FIX
    – I have scoured the internet for a solution – all proposed "textbook" solutions do not work and I am positive that the issue can be recreated; however, everyone from Microsoft does not mention trying to recreate the issue at all. 
    The workaround of creating a rule to send new emails to a category could break other pre-existing rules and cause more frustration and wasted time for users/IT before and after the issue is fixed.
    Please fix this issue sooner than later, as the Categories view is completely broken and unusable at this point in time.
    Regards,
    IT Helper

  • VO results not updating on Event

    Gurus,
    The output log from the method below indicates that "acct" is correct, however, my VO is not updated with the additional condition I've defined below. Any ideas?
    VO impl code:
    public void initRef9LovVO(String acct)
    setWhereClause("descriptive_flex_context_code in (select vendor_name from spl_account_map where cont_cd = :1)");
    setWhereClauseParams(null); //Always reset
    setWhereClauseParam(0, acct);
    System.out.println("value_selected in acct2>> "+acct);
    executeQuery();
    Any help would be greatly appreciated.

    We're getting warmer. You guys were right, I had the Picklist View Definition defined instead of the Picklist View Instance. However, when I add the path/VO name to Pick View Intance ... item.oracle.apps.spl.part.server.Ref9LovVO
    it gives me the following error now...
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Per the tutorial instructions...
    Note: If you want a poplist to automatically reflect changes to its data as a consequence of a PPR event, you must specify the Picklist View Instance when you define it (also set by calling setPicklistViewUsageName()) and not the Picklist View Definition (also set by calling setPicklistViewObjectDefinitionName()). In other words, this will not work if you opt to create a poplist that is cached in the JVM.

  • Views, not updatable???

    Have run the script demobld.sql in schema SCOTT/TIGER and created the following view
    SQL> @C:\scripts\demobld.sql
    Building demonstration tables. Please wait.
    Demonstration table build is complete.
    CREATE OR REPLACE VIEW empdept AS
    SELECT emp.empno, emp.ename, emp.job, dept.deptno, dept.dname, dept.loc
    FROM emp, dept
    WHERE emp.deptno = dept.deptno;
    select * from user_updatable_columns where table_name like 'EMPDEPT';
    OWNER     TABLE_NAME COLUMN_NAME UPD INS DEL
    SCOTT EMPDEPT EMPNO NO NO NO
    SCOTT EMPDEPT ENAME NO NO NO
    SCOTT EMPDEPT JOB NO NO NO
    SCOTT EMPDEPT DEPTNO NO NO NO
    SCOTT EMPDEPT DNAME NO NO NO
    SCOTT EMPDEPT LOC NO NO NO
    I don't understand why the view is not updatable for the columns from the base table EMP, they should be. Does anyone know what the problem could be
    Cheers
    Fergus

    Are you sure that you have all the primary keys and foreign keys correctly defined on those two tables?
    SQL> alter table dept drop constraint pk_Dept ;
    Table altered.
    SQL>
    SQL> CREATE OR REPLACE VIEW empdept AS
      2  SELECT emp.empno, emp.ename, emp.job, dept.deptno, dept.dname, dept.loc
      3  FROM emp, dept
      4  WHERE emp.deptno = dept.deptno;
    View created.
    SQL>
    SQL> select * from user_updatable_columns where table_name like 'EMPDEPT';
    OWNER                          TABLE_NAME                     COLUMN_NAME                    UPD INS DEL
    SCOTT                          EMPDEPT                        EMPNO                          NO  NO  NO
    SCOTT                          EMPDEPT                        ENAME                          NO  NO  NO
    SCOTT                          EMPDEPT                        JOB                            NO  NO  NO
    SCOTT                          EMPDEPT                        DEPTNO                         NO  NO  NO
    SCOTT                          EMPDEPT                        DNAME                          NO  NO  NO
    SCOTT                          EMPDEPT                        LOC                            NO  NO  NO
    6 rows selected.
    SQL>

  • Content Viewer not updating

    I built a folio last week which displayed properly in Content Viewer.
    Since then, we have added more content to it. The build continued to work in Content Viewer, then all of a sudden, it stopped updating.
    I stripped the folio back to what it was before we added further content and it still wouldn't update.
    I left it during the weekend, then when I attempted to view it again this morning, Content Viewer still didn't offer an update.
    I've spent two hours this morning rebuilding the folio under another name. It appeard in the viewer and has given me updates every time I've added new content. Now, it has stopped offering updates and there is no way to test the folio, very frustrating and time consuming!
    I have attempted to download the folio in both the release version of Content Viewer, and in my own custom content viewer. Still nothing. The content is showing in Folio Producer, so I know it has succesfully uploaded.
    What is the solution to a non-responsive Content Viewer?

    hi Ragel,
    this doesn't seem to be happening to us any more.
    obviously we have another problem now...the certificates won't validate despite being walked through it by the dps tech team. this service is attrocious.
    we've produced two mags with adobe dps and both of them have missed the event they were designed for.
    WE WILL NOT BE USING ADOBE DPS AGAIN.

  • IPod synch - not updating iCal events

    Several people have posted that their calendars are not synching to their iPods/iPhones/&c. at all. When I synch my iPod(s) (80GB video), the iCal calendars show up, but using an older database. That's to say that I change and add and delete events on my iCal database, but the iPod does not reflect the changes until weeks later. I have tried backing up iCal, re-synching .mac, resetting synch data, and changing the calendar settings in iTunes from All to Selected Calendars (and then selecting every calendar). I have even reset the iPod and updated the iPod software through several versions, but I still have the same problem. Sometimes after I synch with iTunes, I actually have no calendars on my iPod at all, although resynching seems to take care of that.
    I have had this problem for a while (so it's not Leopard's fault) and on more than one iPod (so it's not a problem with a particular iPod). One thing that I have noticed is that the deletion of one instance of a repeating event is never reflected in the iPod calendar. That is not, however, the only problem with the synch, as new, one-off events do not show up, either. Because I need to have this calendar up-to-date whenever I leave the house in order to make appointments during the day, this is an untenable situation. I'm certainly not spending money on an iPhone (or recommending any of these products to anyone) until Apple comes up with a solution for this.

    I have the same problems, or sometimes it transfers some of my calendars but not others, although "synch all calendars" is checked. Does anyone know a fix for this?

  • Materialized views  not updating

    I'm having trouble with getting a materialized view with fast refresh to update. I'm working between two schemas and have the global query rewrite privilege for both users. I've run the catrep.sql script to make sure it had been run and find that it has a lot of packages that don't compile, which I guess is expected as I'm not using Advanced Replication. I think the problem is that I can't get the dbms_snapshot package to compile so can't even update the view manually. Is there another script I need to run to make the materialized views work? Some other privilege or variable?
    I've granted permissions on tables, views, materialized views, triggers, and snapshots to both users.
    The log does get entries but never sends them to the views.
    I have a base table and a log on the table in schema 1.
    I have a materialized view in schema 2:
    create materialized view log on schema1.document
    tablespace app_mview
    with primary key
    ( list columns needed);
    create materialized view schema2.doc_mv
    pctfree 0
    tablespace app_mview
    storage (initial 128k next 128k pctincrease 0)
    refresh fast
    start with sysdate
    next sysdate + 1/1440
    as select * from schema1.document
    Does anyone know where my problem might be?
    thanks for any help

    I have temporary parameters, not in itit.ora but echoing the job_queue_processes is 10, job_queue_interval is 60.
    a sho err returns no errors.
    earlier I did not get anything new in dba_errors when trying to compile. Since I've rerun the catrep.sql I'm getting pls-00201 - identifier must be declared for a lot of dbms_snap, sys.dbms_alert, dbms_reputil2 etc. (package, package body, and trigger types) That is why I think there must be another script that should be run that I don't know about.
    I can't do a full refresh because the dbms_snapshot package will not compile. I believe it's possible that both full and fast will work once I get the dbms_snapshot package working.
    thanks for your help
    pat

  • Ribbon List Tools Views Not Updating

    Issue:
    The list views on a page layout does not refresh the "Views" drop down list in the ribbon.
    Version:
    SharePoint 2010 Version 14.0.7106.5002
    Steps to Recreate:
    Create a new site collection using the "Publishing" template
    Create 2 lists (Test 1 and Test 2)
    Add a new view to each list (Test 1 -> View 1 and Test 2 -> View 2)
    Create a page in the Pages library
    Edit the page
    Add the lists (Test 1 and Test 2) to any zone on the page
    Save and close the page
    Click anywhere inside the "Test 1" web part to enable the "List Tools" in the ribbon. Click on the views and note that you'll see "View 1" as you should.
    Optional (Click anywhere outside of the webpart to clear the "List Tools" in the ribbon)
    Click anywhere inside the "Test 2" web part to enable the "List Tools" in the ribbon. Note that the views shows "View 1" instead of "View 2".
    Any help on this issue is appreciated. If you can't recreate this, please let me know what version of 2010 you are running to help figure out if this has already been fixed.
    I have tested this in 2 separate environments. Both have the same issue.
    Update:
    I updated one of the environments to the latest (Dec 2014 CU), but the issue is still there in 14.0.7140.5000.

    Hi,
    Appreciate your detailed information to reproduce the issue.
    By following your steps, I  tested the issue in SharePoint 2010, SharePoint 2013 and Office 365, and reproduced the exact behavior everywhere.
    As my test, if you change the view of list in a webpart, the view will not refresh in the current page, and it will redirect to the relevant list. So to get different views of the list, I suggest you click the title of the webpart in current page to redirect
    to the relevant list, and then change the view of current list via Ribbon.
    Thanks for your understanding.
    Best Regards
    Vincent Han
    TechNet Community Support

  • Flash CS6 Not Updating, Video Events

    Are others having the same problem as me, Updating Flash and other apps in CS6? Followed some "Known Issues" and updated my Flash Help but still the link doesn't work inside Flash. I keep getting an error...
    Flash Pro CS6 Help Update
    Update is not applicable. Error Code: U44M1P28
    Another issue was the VideoEvents. I use video in all my apps and to perform a simple addEventListener(VideoEvent.READY, myFunction) doesn't work. I think Adobe was a little early in releasing their CS6 apps.
    Comments greatly appreciated.

    Hi,
    issue 1:
    The 'Update is not applicable' error might occur if you had installed any adobe pre-release/beta software on your machine earlier and have not uninstalled or the uninstallation was not complete. Uninstalling your CS6 software and reinstalling the same would help you surpass this error and it will let you use the software updates without any issues.
    You may consider using the creative suite cleaner tool available at http://www.adobe.com/support/contact/cscleanertool.html for this purpose.
    issue 2:
    This looks like an issue if we use import fl.video.*
    Instead if you could use it directly in the listener like
    myFLVPlayback.addEventListener(fl.video.VideoEvent.READY, readyHandler);
    may help you overcome such circumstances.
    Let me know if the above is of any help to you.
    Thanks!
    Mohan

  • KCLJ - Master Data upload - Purchasing views not updating

    Hi
    I have been trying to upload the external data file using KCLJ. The General view and FI view of the Business Partner is being created, but the Purchasing view is not being created. can anyone assist in how to upload this role?
    thanks
    Christopher

    Can you send us the structure that you are using? You may need to use the CHIND at certain places to upload values to certain tables.

  • Discoverer Views not Working in Accounts Receivable Business Area

    Discoverer Instance: OracleBI Discoverer Version 10.1.2.54.25
    Database: Oracle 10G
    Apps Version: R12
    Problem: Related to our EUL for Apps
    Description: A lot of views in the AR Business Area depend on views that are created with synonyms that have VPD data restrictions.
    Example of this problem
    The “ARFG_AR_TRANSACTIONS “view depends on the “APPS.RA_CUSTOMER_TRX” synonym. This synonym and “APPS.RA_CUSTOMER_TRX_ALL” are both private synonyms owned by APPS that have the following creation script:
    CREATE OR REPLACE SYNONYM "APPS"."SYNONYM_NAME" FOR "AR"."RA_CUSTOMER_TRX_ALL";
    The first synonym returns a null set when queried and the second synonym returns an identical set to its source table.
    Source of the problem: It appears to be VPD data restrictions.
    How to check to see if there are VPD data restrictions:
    select
    a.object_owner,
    a.object_name,
    a.function,
    a.policy_group,
    a.policy_type,
    a.policy_name
    from
    DBA_POLICIES a
    where
    a.object_owner='APPS'
    AND a.object_name='RA_CUSTOMER_TRX';
    Solution: Our Discoverer administrator entered a service request on this and we were advised to apply patch # 6819715.
    Can anyone speak of any issues associated with this patch?
    Thanks,
    Patrick

    Yispro,
    This is the Home Consumer Products forum.
    You will want to post your question in the HP Enterprise Business Community.
    Here is the section for ALM.
    Quality Center Support / ALM - HP Enterprise Business Community
    Hope it helps.
    If my comment was useful, please click the thumbs up button at the bottom. Thanks

  • Viewer not Updating

    I was working in Color (1.0.4, with FCP Studio 2). Things were going smoothly. Then, all of a sudden, the effects I'm applying to the footage aren't showing up in the Viewer. I can see that the effects are still there. I can see that the white balance and contrast changes are in place, as is a simple keyframing effect, but I simply can't actually see them in the Viewer when I switch between grades on any of my shots. I'm seeing the footage play back untouched. This is the first time this has happened and I'm hard-pressed to find out if I accidentally hit a keystroke that disables live previewing. In setup, everything is as it should be. I've quit and restart, but that solves nothing.
    Any help would be greatly appreciated.
    Cheers,
    Adam

    Okay, for about one minute, after switching the scopes view off and then back on, I was able to toggle my effects using Control-G, but then, for whatever reason... it stops working. I'm wondering if there are any preferences files for Color, as there are for FCP, which can be deleted and which would be regenerated once Color is relaunched that might address this buggy behavior.
    Help!

  • Calendar Widget in Notification not updated with shared calendar

    Greetings---I'm on OS X Yosemite 10.10.1 and have a Google Calendar shared with me that I would like to appear in the notification pane. It seems, however, that the Calendar widget in Notifications only updates with events that are local to iCalendar. In other words, it does not update with events that are shared from a .ical file online, like a shared Google Calendar.
    Note that this is different from adding a Google account to settings > internet accounts---I only have the url for a shared calendar that I do not own and cannot modify.

    Rebooted and it all came in !

Maybe you are looking for