Issue with the presence indicator in list/library web part.

When viewing a user field (Created By, Modified By or a custom People column) through the list web part (either through the default page /Forms/AllItems.aspx or a custom web part page using a list/library) the presence indicator always says presence unknown.
 However if I go to the Site Permissions on the same site, or My Site or a custom page using a modified core search results web part I wrote the presence indicator works fine.  I can't find any errors being reported on the server.  
Looking at the rendered code the list web part generates:
<IMG name=imnmark width=12 height=12 title="" class=ms-imnImg id=imn_48683,type=smtp alt="No presence information" src="/_layouts/images/blank.gif" border=0 sip="[email protected]">
Locations where the presence indicator works the code is:
<IMG name=imnmark width=12 height=12 title="" class=ms-imnImg id=imn{20140822-1752-098D-8C11-188AD0B8B8B6},type=sip alt=Available src="http://portal.mydomain.com/_layouts/images/imnon.png" border=0 sip="[email protected]" valign="middle">
It appears that the List web part is not detecting that the users have a sip address and they appear to be rendered using smtp instead.  It's also odd that the list web part is pulling the correct sip address while the one that works is pulling the
email address, not the sip address stored in the user profile.  I spent considerable time going through the xslt to try and figure how the tag is rendered but I haven't been able to figure it out.
We are using Cisco Jabber 9.2.3 for IM, I don't know if that should make a difference or not. It's working fine in other parts of SharePoint and in Outlook. Running SharePoint Dec 2011 CU (14.0.6114.5000) with MS Office 2010 SP2 installed on the client. Tested
in IE 9.0/10/11.
Any ideas?

We don't have a Lync server and I don't have the software available.  Are you saying just having Lync installed even though it won't work might help?
I did some more digging and believe that this is an issue with the XsltListViewWebPart.  If I go to the UserInformationList the web part used to render the list is the ListViewWebPart and the presence indicator works there.  Also our environment
was migrated from 2007 and there are a number of pages that are using the old ListViewWebPart and the presence indicator works fine in this part.  If edit the page and add the same list library to it, it's added as a XsltListViewWebPart and the presence
indicator does not work.
The presence control is not rendered by the xsl files used by the webpart.  I modified the xsl to display the raw xml and the html code for the presence is part of the xml.  I'm guessing this can't be changed and is part of how SharePoint is rendering
the data for the XsltListViewWebPart.  You can see the Editor and CheckoutUser lines have the html code embedded in the data.
<Row
ID="60"
PermMask="0x7fffffffffffffff"
HTML_x0020_File_x0020_Type=""
File_x0020_Type="xlsx"
HTML_x0020_File_x0020_Type.File_x0020_Type.mapall="icxlsx.png|Microsoft Excel|SharePoint.OpenDocuments"
HTML_x0020_File_x0020_Type.File_x0020_Type.mapcon="SharePoint.OpenDocuments"
HTML_x0020_File_x0020_Type.File_x0020_Type.mapico="icxlsx.png"
serverurl.progid="1http://myparkersdev.domain.com/sites/BPIT/_layouts/xlviewer.aspx?id=/sites/BPIT/Shared%20Documents/Database%20Sizes.xlsx"
ile_x0020_Type.progid="SharePoint.OpenDocuments.3"
File_x0020_Type.url="FALSE"
FSObjType="0"
FileRef="/sites/BPIT/Shared Documents/Database Sizes.xlsx"
FileRef.urlencode="%2Fsites%2FBPIT%2FShared%20Documents%2FDatabase%20Sizes%2Exlsx"
FileRef.urlencodeasurl="/sites/BPIT/Shared%20Documents/Database%20Sizes.xlsx"
FileLeafRef="Database Sizes.xlsx"
FileLeafRef.Name="Database Sizes"
FileLeafRef.Suffix="xlsx"
CheckoutUser="&lt;span class=&quot;ms-imnSpan&quot;&gt;&lt;a href='javascript:;' onclick='IMNImageOnClick(event);return false;' class='ms-imnlink'&gt;&lt;img name='imnmark' class='ms-imnImg' title='' border='0' height='12' width='12' src='/_layouts/images/blank.gif' alt='No presence information' sip='[email protected]' id='imn_77,type=smtp'/&gt;&lt;/a&gt;&lt;a onclick=&quot;GoToLink(this);return false;&quot; href=&quot;/sites/BPIT/_layouts/userdisp.aspx?ID=526&quot;&gt;Ian Howe&lt;/a&gt;&lt;/span&gt;"
CheckoutUser.id="526"
CheckoutUser.title="Ian Howe"
CheckoutUser.span="&lt;nobr&gt;&lt;span&gt;&lt;a onclick=&quot;GoToLink(this);return false;&quot; href=&quot;/sites/BPIT/_layouts/userdisp.aspx?ID=526&quot;&gt;Ian Howe&lt;/a&gt;&lt;img border=&quot;0&quot; height=&quot;1&quot; width=&quot;3&quot; src=&quot;/_layouts/images/blank.gif&quot;/&gt;&lt;a href='javascript:;' onclick='IMNImageOnClick(event);return false;' class='ms-imnlink'&gt;&lt;img name='imnmark' class='ms-imnImg' title='' border='0' height='12' width='12' src='/_layouts/images/blank.gif' alt='No presence information' sip='[email protected]' id='imn_78,type=smtp'/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/nobr&gt;"
CheckedOutUserId="526"
IsCheckedoutToLocal="0"
Created_x0020_Date="0;#2014-08-22 09:47:01"
Created_x0020_Date.ifnew=""
ContentTypeId="0x0101000AE0EC76CD0DB743B42D2FE022EAA6DC"
Modified="8/22/2014 10:51 AM"
Editor="&lt;span class=&quot;ms-imnSpan&quot;&gt;&lt;a href='javascript:;' onclick='IMNImageOnClick(event);return false;' class='ms-imnlink'&gt;&lt;img name='imnmark' class='ms-imnImg' title='' border='0' height='12' width='12' src='/_layouts/images/blank.gif' alt='No presence information' sip='[email protected]' id='imn_79,type=smtp'/&gt;&lt;/a&gt;&lt;a onclick=&quot;GoToLink(this);return false;&quot; href=&quot;/sites/BPIT/_layouts/userdisp.aspx?ID=526&quot;&gt;Ian Howe&lt;/a&gt;&lt;/span&gt;"
Editor.id="526"
Editor.title="Ian Howe"
Editor.span="&lt;nobr&gt;&lt;span&gt;&lt;a onclick=&quot;GoToLink(this);return false;&quot; href=&quot;/sites/BPIT/_layouts/userdisp.aspx?ID=526&quot;&gt;Ian Howe&lt;/a&gt;&lt;img border=&quot;0&quot; height=&quot;1&quot; width=&quot;3&quot; src=&quot;/_layouts/images/blank.gif&quot;/&gt;&lt;a href='javascript:;' onclick='IMNImageOnClick(event);return false;' class='ms-imnlink'&gt;&lt;img name='imnmark' class='ms-imnImg' title='' border='0' height='12' width='12' src='/_layouts/images/blank.gif' alt='No presence information' sip='[email protected]' id='imn_80,type=smtp'/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/nobr&gt;"
ecb.dispex="return DispEx(this,event,'TRUE','FALSE','FALSE','SharePoint.OpenDocuments.3','0','SharePoint.OpenDocuments','','1http://myparkersdev.domain.com/sites/BPIT/_layouts/xlviewer.aspx?id=/sites/BPIT/Shared%20Documents/Database%20Sizes.xlsx','526','526','1','0','0x7fffffffffffffff','','')" />
I just find it strange that the old ListViewWebPart works.  Our SP environment has not been patched to the latest version, I'll try that next and see if it makes a difference.

Similar Messages

  • Has anyone had any issues with the sleep indicator light?

    I have a 15.4-inch MacBook Pro 2.8 GHz (Late 2009) and recently I have noticed some issues involving the sleep indicator light and my Mac sleeping.
    I learned that the sleep indicator light is supposed to be on when you press the power button until the chime sounds and then its supposed to be recognized when the computer sleeps or when the lid is closed.
    Lately, the sleep indicator light has not be working when the computer boots (it still chimes), when the computer shuts down or when the computer is sleeping. The computer still sleeps if you close the lid, but it acts up when you don't and use the Apple menu (Apple > Sleep), keyboard shortcuts (CmdOptionMedia Eject) or use the power button and select "Sleep". Usually when I use this method instead of closing the lid, the authentication login window appears and when I click "cancel", the computer sleeps.
    But still the sleep indicator light does not appear any time. I'm wondering if I need to get my Mac serviced. I still have a 2-year Best Buy Geek Squad warranty on the MacBook Pro.
    +It is weird that this is happening to me, cause my computer is only 1 year and 4 months old.+
    Is there anything you know that would help fix this issue.
    Message was edited by: studabaker
    Message was edited by: studabaker

    The microUSB cables are fairly common... most portable electronics today use them for file transfer/charging.
    If the user does not own one, they can be purchased from most retailers fairly inexpensively.

  • Event Receiver to get folder Names from List View Web Part

    Hi,
    We have a requirement i.e.
    On one of the page,there are some folders on the list view web part.
    Now through event receiver i should pick the folder names from list view web part and
    update the same in the list.
    If that names already exists in the list then we should leave without updating,if not we have to add folder name in the list.
    Please share your ideas regarding the same.
    Regards,
    Naga Sudheer M
    Thanks & Regards, Sudheer

    Hello,
    LVWP is just for displaying content of site so you need to associate your event receiver with actual list/library. You can create ItemAdded event receiver to check existing folder and create new if not existing. "sk2014" links are good to start.
    http://sharepoint.stackexchange.com/questions/59788/change-name-in-itemadding-event-receiver-or-create-a-new-item
    Let us know in case any doubt
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Row limit in declarative list view web part

    Hi,
    Imagine you are in a scenario where you develop a custom web template or a site definition. Page Layouts with web part zones are being provisioned and out of them, decoratively web part pages are being created and populated with web parts. So something like:
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Module Name="XXXProjectPages" Url="$Resources:osrvcore,List_Pages_UrlName;" Path="" SetupPath="FEATURES\XXX_Intranet_PMO_PageLayouts\">
    <!-- Home -->
    <File Url="FullPageLayout\XXXFullPageLayout.aspx" Name="Default.aspx" Type="GhostableInLibrary" IgnoreIfAlreadyExists="FALSE" ReplaceContent="TRUE" Level="Published">
    <Property Name="Title" Value="Team &amp; Collaboration" />
    <Property Name="ContentType" Value="$Resources:cmscore,contenttype_page_name;" />
    <Property Name="PublishingPageLayout" Value="~SiteCollection/_catalogs/masterpage/XXXFullPageLayout.aspx, ~SiteCollection/_catalogs/masterpage/XXXFullPageLayout.aspx" />
    <!-- Latest News -->
    <View List="Lists/Announcements" BaseViewID="102" WebPartZoneID="wpZone1" WebPartOrder="2">
    <![CDATA[
    <WebPart xmlns="http://schemas.microsoft.com/WebPart/v2">
    <Assembly>Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>
    <TypeName>Microsoft.SharePoint.WebPartPages.ListViewWebPart</TypeName>
    <Title>Latest News</Title>
    <FrameType>TitleBarOnly</FrameType>
    </WebPart>
    ]]>
    </View>
    For simplicity, let's assume that we are working with instances of OOB list definitions, such as Announcements or Document Library. So far so good. And now the question...
    In my understanding if you want to do something as simple as limiting the number of items returned, or specifying a custom view criteria (filter/sorting/grouping, whatever) or just remove the toolbar, you have to go as far as provisioning an ENTIRE LIST
    DEFINITION, defining your custom View in it (which declares the toolbar type, row limit and View) and then reference this new View by its BaseViewID. Is that correct?
    Is there really no other, simpler way, of 'provisioning' and referencing a new view, to an existing list instance, along with the
    Module -> File -> View element? I see a couple of logical options:
    1) I would imagine such metadata could be stored in the web part and not the actual list. i.e. the web parts sends a CAML query to the list, based on the View metadata stored in it.
    2) As we know, when you Edit page and configure the View for a List View Web Part on the page, that view is stored as a new hidden view in the actual list (i.e. if you have two list view web parts that reference that list, you will have two additional hidden
    views). Then why can't we provision such (hidden) view along with the List View WebPart when we declare it and create the page? It could be created on first access of the page, or during the page
    provisioning.
    Another option could be the XmlDefinition property of the XsltListViewWebPart, but
    apparently it is being ignored. I have also tried using the 'CustomSchema' property of the ListInstance, but it totally makes no sense because:
    a) You cannot define more than one view in it, i.e. you have to override the OOB view that comes with the definition (lol?!)
    b) You are supposed to overwrite the entire list definition, instead of simply upgrading parts of it
    So, let me elaborate: if I want to have a <View> (ListViewWebPart) in my Page and this view to have some custom criteria, I have to provision an entire List Definition, is that correct? This is crazy.

    Hi Hristo,
    According to your description, my understanding is that you want to know if you can use <view> tag in the list view web part to define the row limit of list view web part.
    Per my knowledge, you can define rowlimit element in the view element for list view web part directly not necessary to modify the entire list definition.
    View Element:
    http://msdn.microsoft.com/en-us/library/office/ms438338(v=office.15).aspx
    Also, if you want to do more customization, you can still orverride the xslt.
    More reference:
    http://www.glynblogs.com/2011/04/overriding-the-presentation-of-an-xslt-list-view-web-part.html
    http://unorig.com/2012/08/15/format-a-list-web-part-with-xslt/
    Best Regards
    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]
    Zhengyu Guo
    TechNet Community Support

  • List view threshold error in list view web part, column indexing not working

    Hello all,
    I have a list with about 8000 items and the list view threshold is set at 5000. I want to filter the list by a certain column ("Title", single line of text) so I indexed that column. I can filter the list (AllItems.aspx) however if I put the list
    on a web part page (in the form of a list view web part), I can't filter by that column. Shouldn't the indexed column allow this?
    Note that the threshold will not be increased and a daily time period to bypass the threshold is in place, but I'm looking for a solution for any time of they day.
    Thanks!

    Thanks for your response. Your suggestion did work! It got me thinking and I took some time to investigate this column indexing stuff a little closer. I had an "ah-ha" moment.
    Regardless of whether the column has an index or not, dynamic drop down filtering in a list view web part will only work if the list view has fewer items than the threshold. This is the critical point I was missing. I was assuming the index would allow for
    drop down filtering.
    Thanks again!

  • List view web part not reflecting changes made to list view in SharePoint Designer

    Dear All,
    When adding a list view web part containing a view modified in SharePoint designer (e.g. conditional formatting applied, or group headers modified) I'm finding that the changes made in SPD are not reflected in the web part. 
    For example, I go into SPD edit a view, and the view appears correctly when I go back into SharePoint, however when I link to the view within a list view web part it results in losing the changes made in SPD. 
    Becasue it's a publishing page I'm unable to edit the contents of the web part in SPD.
    I'm sure this is expected behavior but how do I get around this?
    Thnaks,
    MDB

    Try below
    http://stackoverflow.com/questions/19533998/sharepoint-designer-doesnt-show-anything-in-list-and-libraries-link
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/a63a1894-6b1d-420a-95dd-b6c546eab34d/updates-made-to-sharepoint-designer-2010-workflow-do-not-show-up-on-the-server?forum=sharepointcustomizationprevious
    http://stackoverflow.com/questions/5959521/sharepoint-designer-saves-the-changes-but-it-does-not-affect
    http://social.technet.microsoft.com/Forums/en-US/1e9a8c27-bbc5-4a6f-8daf-4b243182f543/changes-in-sharepoint-designer-2010-not-showing-in-sharepoint-server-2010-page?forum=sharepointadminprevious

  • Strange issue with the render percentage indicator

    Hello,
    I'm getting a strange issue with the FCPX interface - the little gauge that shows the percentage complete a render is - seems to have gone crazy! and is spinning round. I've tried changing project/ restarting fcpx and also restarting the mac!
    heres a screen capture of it in action... https://www.dropbox.com/s/o9bwexyuntx0jxd/what.mov

    This is traced back to a backup issue.. Hopefully a fix will come with 10.1.4
    At this time, the solution is to turn off backup per library...
    10.1.3 update "backup" mess

  • Does anyone have issues with the instrument library?

    I've installed iLife 08 and then added all the jam packs. Now when I open GB the default track is an accordion (not a piano) and when adding loops to the timeline they take on a different instrument sound (e.g. drum loop sounds like raindrops, etc.)
    I've searched high and low for similar problems and have found nothing that resembles this, I've cleared my preferences and repaired permissions and still nothing helps, I've contemplated reinstalling but I have no guarentee that that will help and I'm reluctant to invent the 3 hours it will take to do all that if it is all for nothing...
    Bottom line is...is this really an issue with the instrument library and is there any way for me to fix this without reinstalling?

    Just loaded the 6.0.2 update a few days ago.  I was hoping it would fix the dropping of wifi where the 4g and 3g always kept.  I have restored the router and I have even switched towers through AT&T's help, but to no avail.  I still am dropped and sometimes it spins and spins looking to connect and then says, Cannot connect at this time. Sometimes it connects, and when the phone goes to sleep, it disconnects and then it is heck connecting again.   I am very upset for I do not have unlimited data and my data has soared over 270 mg which I usually always kept way below 200 as  being in my home most of the time.  I am planning to take into AT& T store for a new one, just not happy with the wifi situation.  It is sad that this cannot be fixed with an update.  I saw earlier that some Iphone 5 made in China were the cuprits, and maybe I got one of those.  I hope At&T and Apple are reading these dialogs.  Please let me know if fixes are on the way!

  • Exchange SP2 to SP3 RU7 upgrade and any know issues with the Dialogic Gateways

    We are planning on upgrading out Exchange servers from SP2 to SP3 RU7. We are currently using an Avaya phone system and have Dialgoc gate2ways between these systems to allow us to get the voice mail into the end user's mailbox as a wav file. We are using
    the DMG2120's with code many years old. Has anyone had any issues or know of anyone that has had issues?

    Hi,
    I have checked the your question from our internal channel and did not find any related compatibility issues with the update. I also check the third-party forum but still cannot find any threads about any potential issues.
    I think we can feel free to do the upgrade. If you would like to double confirm the question, you can also ask a question in Dialogic forum for more help:
    http://www.dialogic.com/den/developer_forums/f/default.aspx
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please
    make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Additionally, there is an article about the IP gateway partners, AudioCodes and Dialogic, to add to the list of PBXs that are tested
    by Microsoft currently:
    http://technet.microsoft.com/en-us/library/ee681657(v=exchg.141).aspx
    Regards,
    Winnie Liang
    TechNet Community Support

  • I have an issue with the address browser in mail in Yosemite

    I am using IOS 10.10.1 now on an iMac and have discovered an issue with the address browser in mail.
    Previously in my pending to send email toolbar there was a contacts icon which I clicked  on to display my contacts list. I could hold down the Command button and select as many contacts I wanted (often up to 100), then select the field to send (to, ccc, bcc) and the contact would appear.
    Now, I have to click the + sign at the end of the field line, and select recipients one at a time. Not only that, but I have to click twice to get to the email address, once on the name and then the email address drops down under the name and then I click on the email address. When I do that the drop down box disappears and the recipient's email address goes to the field. I have tried all combinations of buttons to be able to choose multiple addresses but haven't found the right one yet.
    An Apple Support guy told me to open my regular Address book, and hold down the command button to choose multiple recipients then drag them to the field on my already opened send email.
    This is one way around the issue (which wasn't an issue in Mavericks) but where some recipients have two or more email addresses listed in my contacts it means I have to manually go through the finished list on my emails to make sure the most desired one was selected. What a pain.
    Also, previously, where I was sending out many emails and wanted to stop say half way down my list, and send, I could come back to that list for the next email and see where I'd got up to.
    I don't want to make groups because my recipients vary depending on what I am sending so my lists change constantly.
    Any suggestions?
    Last point...who archives? On my regular email page I now have the Archive icon to the left of my Delete icon which I would prefer was to the left, first in the line as this is the icon I use mostly. With Folders, my Sent and Trash lists, who needs to archive?
    Cheers,

    Last point...who archives? On my regular email page I now have the Archive icon to the left of my Delete icon which I would prefer was to the left, first in the line as this is the icon I use mostly. With Folders, my Sent and Trash lists, who needs to archive?
    I can help you only with the placement of the icon placement -- if you right-mouse click on the toolbar, then select Customize Toolbar, you can move an icon to where you want it to be.

  • How to List view web part to display document library for only users with access permission

    Hi
    I am trying to accomplish this requirement but I don't know if that is possible or how to get there.  Any suggestion or advice are helpful.
    On a site collection, I have several document libraries,  with each library have unique permission to a few user or SharePoint group.
    I want to create a web part page and make that the site home page.  On this web part page, I want to create a Content Search Web Part to list the content of the document library that the logged on users have permission to see. 
    Is this possible with CSWP or is there anything easier or if it is not possible at all,  please advise.
    Thanks
    Swanl

    Hi ,
    Based on your description, my understanding is that you want to create a Content Search Web Part to list the documents that the logged on users have access permission.
    It is feasible with CSWP, you can follow the below step:
    Edit Content Search Web Part->Change query-> Select a query: Items matching a content type (System); Restrict by app: Current site collection; Restrict by content type: Document.
    Best Regards,
    Lisa Chen
    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]

  • After reformatting my 1 Tb WD ext drive and tinkering with the "exclude these items" list, I now get the following error message from Time Machine:Are you sure you want to back up to the same device your original data is on? the WD disk has mounted??

    After reformatting my 1 Tb WD ext drive and tinkering with the "exclude these items" list, I now get the following error message from Time Machine: "Are you sure you want to back up to the same device your original data is on?"  I've reformatted in Disk Utilities...not sure what I did wrong.  Any help would be appreciated.

    Not sure what you mean by "booted" from it.
    If the Mac OS is installed on the external drive, then it's possible to start up from it, just as you do from your internal drive. Please open the Startup Disk preference pane in System Preferences, and verify that your internal drive is selected as the startup disk.
    Assuming that's the case, then it may be that your TM settings have been corrupted. Turn off TM, then move or delete the file /Library/Preferences/com.apple.TimeMachine.plist. Turn TM back on, recreate your settings, and try again.

  • Why does FF save files to desktop, when I have "downloads" checked in options? This is a new issue with the latest version 3.6.3 Windows XP Thanks.

    Why does FF save files to desktop, when I have "downloads" checked in options? This is a new issue with the latest version 3.6.3 . Using Windows XP Driving me nuttier! Thanks.
    (Is is that MicroNetFrame Asst thing?)
    == This happened ==
    Every time Firefox opened
    == When I installed latest version

    Thanks for your reply. I appreciate your help.
    It was just a hunch that MircoNetFrame was causing the problem. I disabled it as you suggested, and I still have the problem.
    I just changed under Tools>Options> General - had checked "ask me every time" under downloads, so instead of asking me, FF saved the download to I know not where. It no longer saves it to the desktop, leaving a duplicate in "my documents".
    In windows, I have found unless one knows the entire name of the document, one can never find anything. It isn't listed under recent ''''''__. I can't recall the nomenclature, but the
    capability is ridiculous. So, I don't know where that file I just downloaded is!
    I downloaded a PDF file, but this happens with all DL's. It was so easy to have them all stacked in one place and I could recall
    what I had and when I downloaded it easily.
    Do you have any other suggestions other that going back to the old version of FF, which I would rather not do?
    Thanks again for your time, it is very considerate to help a complete stranger, I must say. Sounds like something I might do! Cheers!

  • Known issues with the Adobe CreatePDF Printer

    Hi, everyone.
    Hopefully if you're a subscriber to the CreatePDF service, you've discovered an incredible feature called the Adobe CreatePDF Printer. It allows you to convert ANY printable file type to PDF. You can learn more about it here. Instructions on how to set up the printer are here. It's available on Windows only.
    However, I did want to highlight that there are a couple of known issues with the CreatePDF Printer which we have work-arounds for.
    If you're having issues installing the CreatePDF Printer, please read this article: http://kb2.adobe.com/cps/904/cpsid_90492.html
    If you've installed the CreatePDF Printer but the printer is not working (on Windows 7 SP1), please read this article: http://kb2.adobe.com/cps/901/cpsid_90130.html
    Finally, if your CreatePDF Printer is appearing as "offline" in your printer list, please try this work-around: http://forums.adobe.com/message/4183649#4183649
    If you encounter any additional issues with the CreatePDF Printer, please don't hesitate to let us know via this forum.
    Thanks, and happy PDF-ing.
    Dave, Adobe

    Vertically installed super slim DVD drives are not as reliable as a plain desktop burner. I've had one fail in two of three iMacs and have always had an external which I use most of the time. Other than that, the brand new iMacs do not have a Super Drive, so if that is what you are inquiring about, the point is moot. You need to buy an external anyway. As far as speed, I have never used a burner at high speed - unless you have a professional model, you can easily get burn errors when burning at a fast speed; sometimes consumer models do well burning with high speeds , other times not.

  • I have an issue with the Containers / Triggers.

    I have an issue with the Containers / Triggers. My issues is with the blank composition, when I edit the container to the size I need and place the target inside of that.. which is what I thought I needed to do.. Target = Image and container is the housing for said image. I want the image to appear in a certain location on my site though when I preview it. It does not display where I placed the container/ target.
    I used a blank composition at a certain size no fills no stroke, setup the 8 triggers as "buttons" which all work as expected. container is placed in a certain area and target is inside that scaled as needed. My images do not display inside of my container. Any help??

    Well I figured it out. Though I'd like to know why it still wasn't working with the previous settings.. I'll explain it better here.
    click on widgets library and add a blank widget to the page, add say 4 triggers giving them an image for their fill. Add a roller over state with its proper image. Move to the container / target boxes. My container has no fill or stroke. All 4 of them sit on top of one another. So they all fall in the same location. Add the images to the targets that match the triggers. So trigger A goes to container / target A and so on. My options for the widget were set to lightbox. not showing prev. next button or anything fancy. As soon as you preview it.. on browser, the images appear to land in the middle of the page. ( think it's due to lightbox setting) as soon as I changed the option to "stacked" it appeared to work as expected.
    So why does the lightbox default to the center of the page when you are viewing the images? Why can't it just load from where I had placed the target / containers?

Maybe you are looking for

  • IPhone4 wifi connection not working

    my iphone4 now no longer connects to the home wifi network or any other wireless network (so all data is provided trough 3G!!) It picks up the wifi signal (the network is shown with a check/tick mark next to it) but the phone does not connect. I have

  • How to delete photos in photo stream

    I put some pictures in Photo Stream and they sync'd correctly to all of my IOS devices (iMac, iPad, iPhone). However, when I tried to delete them, they would not disappear even though I had put them in the Trash on each IOS device. How can I selectiv

  • CSS styling in xml in sap ui5

    Hi All, I am trying to apply css styles to xml views in sap ui5. I am successful in changing the font size of a text or changing the color of a label.. But i am not successful in changing the style of  number and number unit in Object Header. <html:s

  • Wont boot up

    macbook pro, 2011, won't go past start up apple?

  • Hi - My Mozilla Browser is preventing me from fropping and adding stocks in the BigCharts platform. Any Suggestions?

    I simply use BigCharts.com to track stock quotes and for years everything worked great. Now I am not able to add or delete stock symbols rendering the function somewhat useless. This only happens in the Mozilla browser, which I prefer over Explorer,