Displayed property question!

Hi All
I have the the following properties set to be displayed in a layout set (Collection renderer):
col:app_date,default:cat_ArcoBasisAnnouncements,rnd:displayname(contentLink)
However I want the 'default:cat_ArcoBasisAnnouncements' to be in bold - does anyone know how to do this?
Thanks Phil

Hi Phil
First read this document: http://help.sap.com/saphelp_nw04/helpdata/en/fd/fe573d675e910fe10000000a114084/frameset.htm
One solution to your problem could be to use primaryTextStyle to make the property bold. The property should then be entered in your collection renderer like this: default:cat_ArcoBasisAnnouncements(primaryTextStyle)
If the primaryTextStyle does not look the way you want, you can define the style of the primaryTextStyle and secondaryTextStyle in your resource renderer.
And again I believe that the options you have in the dropdown menu in the resource renderer are controlled by the portal theme.
Kind regards,
Martin

Similar Messages

  • Using Transient Property as display-property

    Hi,
    is transient property should not be used as display-property in item descriptor? we were using it in ATG 9.2 somehow it is not working in ATG 10.2.
    if we use transient property as display property in BCC we are getting exception that
    java.lang.ClassCastException: vodafone.utils.StringConcatenatePropertyDescriptor cannot be cast to atg.adapter.gsa.GSAPropertyDescriptor
    So i have modified StringConcatenatePropertyDescriptor to extend GSAPropertyDescriptor, now getting different exception..
    In ATG 10.2 display-property must be persisted?
    java.lang.NullPointerException
    [8Cat atg.remote.assetmanager.editor.service.RepositoryAssetPropertyServiceImpl.createElementState(RepositoryAssetPropertyServiceImpl.java:1204)
    [8Cat atg.remote.assetmanager.editor.service.RepositoryAssetPropertyServiceImpl.getCollectionPropertyValues(RepositoryAssetPropertyServiceImpl.java:1424)
    [8Cat atg.remote.assetmanager.editor.service.RepositoryAssetPropertyServiceImpl.getCollectionPropertyPage(RepositoryAssetPropertyServiceImpl.java:1370)
    [8Cat atg.remote.assetmanager.editor.service.RepositoryAssetPropertyServiceImpl.createCollectionPropertyState(RepositoryAssetPropertyServiceImpl.java:868)
    [8Cat atg.remote.assetmanager.editor.service.RepositoryAssetPropertyServiceImpl.createPropertyState(RepositoryAssetPropertyServiceImpl.java:394)
    [8Cat atg.remote.assetmanager.editor.service.AssetEditorStateFactory.createAssetPropertyState(AssetEditorStateFactory.java:318)
    [8Cat atg.remote.assetmanager.editor.service.PropertyEditorAssetViewServiceImpl.createAssetViewState(PropertyEditorAssetViewServiceImpl.java:212)
    [8Cat atg.remote.assetmanager.editor.service.RepositoryAssetViewServiceImpl.createAssetViewState(RepositoryAssetViewServiceImpl.java:101)
    [8Cat atg.remote.assetmanager.editor.service.AssetEditorStateFactory.createAssetViewState(AssetEditorStateFactory.java:284)
    [8Cat atg.remote.assetmanager.editor.service.AssetEditorStateFactory.initializeViewInfo(AssetEditorStateFactory.java:182)
    [8Cat atg.remote.assetmanager.editor.service.AssetEditorStateFactory.createAssetEditorState(AssetEditorStateFactory.java:104)
    [8Cat atg.remote.assetmanager.editor.service.AssetEditorStateFactory.createAssetEditorState(AssetEditorStateFactory.java:84)
    [8Cat atg.remote.assetmanager.editor.service.AssetEditorService.getAsset(AssetEditorService.java:276)

    Hi,
    writable attribute is set to false. Exception trace is
    java.lang.ClassCastException: vodafone.utils.StringConcatenatePropertyDescriptor cannot be cast to atg.adapter.gsa.GSAPropertyDescriptor
         at atg.adapter.gsa.GSAItemDescriptor.getGSAPropertyDescriptor(GSAItemDescriptor.java:9862)
         at atg.adapter.gsa.GSAItemDescriptor.executeSingleQuery(GSAItemDescriptor.java:8962)
         at atg.adapter.version.VersionItemDescriptor.executeQueryOnLine(VersionItemDescriptor.java:1219)
         at atg.adapter.version.VersionItemDescriptor.executeSingleQuery(VersionItemDescriptor.java:1142)
         at atg.adapter.version.VersionItemDescriptor.executeQuery(VersionItemDescriptor.java:972)
         at atg.adapter.version.VersionItemDescriptor.executeQuery(VersionItemDescriptor.java:438)
         at atg.adapter.version.VersionView.executeUncachedQuery(VersionView.java:154)
         at atg.repository.query.QueryCache.executeUncachedQuery(QueryCache.java:693)
         at atg.repository.query.QueryCache.populateEntry(QueryCache.java:905)
         at atg.repository.query.QueryCache.executeCachedQuery(QueryCache.java:433)
         at atg.repository.RepositoryViewImpl.executeQuery(RepositoryViewImpl.java:344)
         at atg.adapter.gsa.GSAView.executeQuery(GSAView.java:285)
         at atg.remote.assetmanager.common.service.ServiceUtils.getMultiValuedPropertyMembers(ServiceUtils.java:1139)
         at atg.remote.assetmanager.common.service.ServiceUtils.getMultiValuedPropertyMembers(ServiceUtils.java:954)
         at atg.remote.assetmanager.common.service.PropertyMirrorList.loadFullList(PropertyMirrorList.java:297)
         at atg.remote.assetmanager.common.service.PropertyMirrorList.ensureLoaded(PropertyMirrorList.java:197)
         at atg.remote.assetmanager.common.service.PropertyMirrorList.get(PropertyMirrorList.java:543)
         at atg.remote.assetmanager.editor.service.RepositoryAssetPropertyServiceImpl.getCollectionPropertyValues(RepositoryAssetPropertyServiceImpl.java:1424)
         at atg.remote.assetmanager.editor.service.RepositoryAssetPropertyServiceImpl.getCollectionPropertyPage(RepositoryAssetPropertyServiceImpl.java:1370)
         at atg.remote.assetmanager.editor.service.RepositoryAssetPropertyServiceImpl.createCollectionPropertyState(RepositoryAssetPropertyServiceImpl.java:868)
         at atg.remote.assetmanager.editor.service.RepositoryAssetPropertyServiceImpl.createPropertyState(RepositoryAssetPropertyServiceImpl.java:394)
         at atg.remote.assetmanager.editor.service.AssetEditorStateFactory.createAssetPropertyState(AssetEditorStateFactory.java:318)
         at atg.remote.assetmanager.editor.service.PropertyEditorAssetViewServiceImpl.createAssetViewState(PropertyEditorAssetViewServiceImpl.java:212)
         at atg.remote.assetmanager.editor.service.RepositoryAssetViewServiceImpl.createAssetViewState(RepositoryAssetViewServiceImpl.java:101)
         at atg.remote.assetmanager.editor.service.AssetEditorStateFactory.createAssetViewState(AssetEditorStateFactory.java:284)
         at atg.remote.assetmanager.editor.service.AssetEditorStateFactory.initializeViewInfo(AssetEditorStateFactory.java:182)
         at atg.remote.assetmanager.editor.service.AssetEditorStateFactory.createAssetEditorState(AssetEditorStateFactory.java:104)
         at atg.remote.assetmanager.editor.service.AssetEditorStateFactory.createAssetEditorState(AssetEditorStateFactory.java:84)
         at atg.remote.assetmanager.editor.service.AssetEditorService.getAsset(AssetEditorService.java:276)
         at sun.reflect.GeneratedMethodAccessor524.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
         at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(TransactionalJavaAdapter.java:140)
         at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
         at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1503)
         at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)
         at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)
         at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
         at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
         at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
         at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:146)
         at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)
         at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.java:161)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java:97)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServlet.java:356)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:206)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:565)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:63)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:87)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurityServlet.java:58)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:655)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2425)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:139)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:477)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:208)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:437)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionServlet.java:119)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:280)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:370)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:554)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:91)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:212)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:302)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
         at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1174)
         at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:857)
         at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:250)
         at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:263)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Thanks
    Gopi
    Edited by: gopivemula on May 21, 2012 11:58 PM
    Edited by: gopivemula on May 21, 2012 11:59 PM

  • BIP in Oracle EBS R12.1 - Characters displayed as question marks

    Hi,
    We have recently upgraded to EBS 12.1.1, and have noticed that since doing so some characters in PDF outputs (from BIP reports run in EBS) are being displayed as question marks.
    The Templates are created using the font Arial, and the characters that are being displayed incorrectly are 'long dashes' "–" (\endash) and where Microsoft Word has group three full stops together "..." (\'85)
    An Example, the text in MS Word and in the PDF when run using Oracle BI Publisher Desktop is:
    Three full stops ……………
    A long dash –
    A short dash -
    However the output in PDF when running the report in EBS is:
    Three full stops ?????
    A long dash ?
    A short dash -
    Has anyone come across this before, or does anyone know of a way to resolve it. I have tried uploading an Arial font file and creating mappings (although Arial already exists as a seeded font file) but this has not resolved the issue.
    Regards
    Carl

    Hello,
    Check if you have all necessary fonts under your jre/lib/fonts ($AF_JRE_TOP and $OA_JRE_TOP) on all your web and concurrent nodes. Or, try to copy the fonts from $FND_TOP/resource (check post install steps for XMLP 5.6.3). Mid-tier bounce needed after copy.
    Hope this helps.
    Rownald

  • Label display property instead of text

    Dear All,
    in essgbpdata~sap.com, label display property instead of label name.
    Eg : Address label show like view.DetailView.TransparentContainer_1.Form_Of_Address.text:   in ESS portal
    Kindly help me.
    thanks & regards
    Ganesh

    Hello Ganesh
    Is all the lables are you seeing dynamic or static for other UI Element in the Details View?
    Looks like Label  is coming dynamically. can you elobarate your issue?
    BR
    SS

  • Arabic characters are displaying as question marks in forms 10g

    We have migrated our application from forms 6i to forms 10g and now in forms 10g the arabic characters are displaying as question marks while it displays correctly in the old application using forms 6i. I have already set the character set to AR8MSWIN1256 in the registry, but it didn't help. Somebody please help.

    @ Sarah, Al-Salamu Alikum We Rahmatu Allah we Barakatu,
    Sarah Habibty, why new installation ? In order to select a new suitable character set !!!
    Then creating a new instance from the db is a better alternative since it saves time,effort and another back up of his current db is exist safely if needed for any purposes in the future.
    @Amer,honestly speaking...
    Modifing ur NLS_LANG to > AMERICAN_AMERICA.AR8MSWIN1256
    Works for me in both Arabic and English data in 2 applications.This works in my pc.But it didn't works at my boss pc this can happened don't have any reason for that.!!!!
    i spent lot's of time trying to search but what i had got is that solution i suggested by a friend of mine.
    Now please could you advise me, is it better to create a new instance of database as Amatu Allah has suggested or is it better to change the character set through sql as some others have suggested? Again i suggest to select the short cut way ; to reset the character set through sql after taking a back up from ur data that is currently exist.
    then retest again doing the select and test ur data input and retrieval.
    SQL> select * from v$nls_parameters
    2 where parameter in ('NLS_CHARACTERSET','NLS_LANGUAGE');watching the output if it works that's fine saving ur time & effort .
    if not working with the correct NLS_CHARACTERSET then use my previous solution.
    Hope this helps...
    Regards,
    Amatu Allah

  • Quotes/apostrphies display as question marks

    My WebHelp is run on a Linux server. Most of my apostrophies
    and quotes are being displayed as question marks.
    I did discover that when cutting and pasting into RoboHelp,
    in some cases, causes this problem. The solution being to go to
    each individual quote or apostrophy and delete and retype it while
    in RoboHelp.
    However, the same issue is happening within Drop-down text,
    which was not cut and pasted into RoboHelp.
    Does anybody have a solution, please?

    Hopefully Leon won't mind me interjecting here as he is
    likely to be asleep! Dropdowns and Expanding text are slightly more
    difficult to track down in the Truecode but once you know what to
    look for they are OK.
    If you position the cursor in the WYSIWYG at the start of the
    drop down/expanding text, then go into the truecode you will see an
    <a class=dropspot x-use-popup=#POPUP160338860> tag. Copy the
    popup number (e.g. in this example 160338860) to your clipboard.
    Then go to the top of your truecode and do a find (Ctrl + F) on the
    number. you should find a DIV tag near the top of the topic with
    the popup number following by the dropdown/expanding text.
    RH supplies it's own find and replace tool in the Tools tab.
    That said, most of us here prefer to use other tools such as
    FAR or
    BkReplacEm.

  • TS1365 What  does it mean when my Macbook pro displays a question mark at startup,  and  won't boot?

    My MacBook Pro won't start  up. It displays a Question Mark for a while, and you can  hear  the HDD spinning, as well as some clicks, but  nothing  happens. It started after I accepted and began a recommended upgrade  download and install. I started the upgrade install, rebooted, and walked away. An hour later, it displayed the progress bar as about 50% complete for the install. 24 hrs later, it was still at  the same status. Several hours later, still no progress, so I hit the on/off button, shutting down  the  computer. After that, it would  not restart...it gives the start-up chime, I hear the  HDD spinning, and also  hear some ominous "click click" sounds. Then a question mark pops  onto the screen, and  that's all. Any suggestions?

    It means that it cannot find  certain startup files. In your case it's probably because you interrupted the installation or the installation failed and files were corrupted or lost. Do the following:
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Display property of key field in master block effects detail blk refreshing

    Can anyone throw light on why a screen with the detail block in a straightforward master detail block does not refresh correctly unless one of the two key fields in the master block is displayed? The key field did (of course) exist in the master block - it just was not displaying. As soon as this key field was displayed, then when ever the problem screen was opened or the master block records were paged through, then the detail block refreshes nicely. Disable the display property again and the detail block does not refresh nicely. Found problem in forms 6i. (note, usage of the synchronize function did not change anything)
    Did I see similar problem some six or so years ago in forms 4? Ideas anyone?

    re rebuild from scratch.
    yes, we did rebuild the form from scratch. Original form was generated. Carefully made the same blocks, block relationships etc etc etc and then copied code from old forms triggers and so on carefully over.
    re being reproducable
    yep, tis so. We are both long term experienced Oracle developers - but this is a weirdy. Got any ideas? If we work anything out we shall certainly update this.

  • Quicktime displays a question mark when trying to play a movie

    hello, i upgraded to the latest version of quicktime for macosx, and since then it hasnt been able to play any movies, not even the ads on the quicktime website, it just displays the question mark. i tried updating the flash plugin but had a wierd problem. when i go to quicktime preferences and try to enable flash, it doesnt save the change, i enable it, the go to a new pane, but when i go back the box is unchecked, any ideas why this is happening. ive tried repairing permissions and restarting, but this does nothing. why cant i watch movies anymore????!!!!?!?? thanks in advance for any feedback.

    Well, unless someone else chips in here to help, your other option is to contact Apple's technical support. Their U.K. phone no. is: (44) 0870 876 0753
    I could be wrong, but as I understand it, if you've never contacted Apple before for the particular Mac you're calling about, then your 90 days of complimentary phone support will begin from your very first call.
    Here is the "Contacting Apple Support and Service" page:
    http://www.apple.com/support/contact/
    ...and the phone numbers are here:
    http://www.apple.com/support/contact/phone_contacts.html
    Meanwhile, you can always send some feedback to Apple about your experience here:
    http://www.apple.com/macosx/feedback/
    MacBook Pro 15"   Mac OS X (10.4.8)  

  • Menu Bar Time Machine icon displays a Question mark - Problem and Fix

    My MacBook over the weekend upon awakening from sleep showed that the Menu Bar Time Machine icon displays a Question mark. The external drive showed as mounted in the finder but repeated tries to Back up Now ended in Latest Backup Failed. Hmmm. Never saw that before. Did a restart and ran Disk Utility Verify Disk on the start up disk and it came out OK. So I then ran Disk Utility on the external FW backup drive and as soon as it reported that the FW disk was fine, Time Machine started up on it's own and did a back up and all is back to normal after leaving the TM drive attached the remainder of the weekend. All backups are back to working fine with no repeat of the problem.

    If for some reason the computer has trouble communicating with the drive it will report a failure when TM tries to back up, and will display that question mark. It's good you were able to fix it and get TM running again.

  • MBP with 27" Display performance question

    I'm looking for advice regarding improving the performance, if possible, of my  Macbook Pro and new 27'' Apple display combination.  I'm using a 13" Macbook Pro 2.53Ghz with 4GB RAM, NVIDIA GeForce 9400M graphics card and I have 114GB of the 250GB of HD space available.  What I'm really wondering is is this enough spec to run the 27" display easily.  Apple says it is… and it does work, but I suspect that I'm working at the limit of what my MCB is capable of.  My main applications are Photoshop CS5 with Camera RAW and Bridge.  Everything works but I sometimes get lock ups and things are basically a bit jerky.  Is the bottle neck my 2.53Ghz processor or the graphics card?  I have experimented with the Open GL settings in Photoshop and tried closing all unused applications.  Does anyone have any suggestions for tuning things and is there a feasible upgrade for the graphics card if such a thing would make a difference?  I have recently started working with 21mb RAW files which I realise isn't helping.  Any thoughts would be appreciated.
    Matt.

    I just added a gorgeous LCD 24" to my MBP setup (the G5 is not Happy) The answer to your question is yes. Just go into Display Preferences and drag the menu bar over to the the 24 this will make the 24 the Primary Display and the MBP the secondary when connected.

  • Mac mini and a 30 in display screen questions

    Hi everyone .
    I wanted to no if anyone out there knows if the Apple Mac mini will run a apple 30 inch screen . I want to run my dell 30 inch screen on it at full resolution of 2560 x 1600 . Thats what my display runs at like the apple one . But before I buy one of these mac mini machines . I want to no if it will handle dual link for the 30 inch display .
    Also I what to run the sims 3 game on it . I see that some of the older mac mini will not run with gma -950 series graphic card thats built in to the older ones . Only the newer made mac mini machines . I see that apple dont have any newer style mac mini left for sale right now . So ether I have to spend 600.00 dolars at the apple store off the shelf . But I dont want to do that right now . so I have to wait for now .
    But what I really want to no is if The mac mini is wort the money . I see some people say that the imac is better . But I dont want not use my 24 inch dell display screen . I payed close to 600.00 new with a 5 year warranty for it . Plus the mac mini has built in bluetooth and airport card for it .So I dont have to buy it extra .
    If you have any reviews on it , I would like to hear what you have to say about it .
    Thank You
    duckland23

    Thanks for responding to my post but Thats somewhat what I was looking for . The Main question I wanted to no Did anyone out there Have a mac mini hooked up to a 30 inch screen. I need to no if the screen will have the same resolution as my power mac g5 1.8 dual with a Nvivia 6800 GT with duallink video card . The card I have from nvivia has a max resolution of 2560 x 1600 at it maxed out .
    My game graphics look very good on my power pc g5 dual 1.8 with the dualink card from nvivia .I would buy a new mac pro but I dont have money coming out of my a*s. I'm fine with my regular g5 but the only reason I want to buy a mac mini is to play the sims 3 .Me and my wife are really mad that maxius the maker of the game , will not wright a new program for mac . The only one they are making is not a true mac software or program under os x . What I have learned at the sims 3 web forum is that the current game for mac os x is a windows game with a mac emulator . The people that are also playing it under a power book like 2007 model with gma 950 graphics . It wont play at all . Nice going apple on this one you really want the people with powerpc g5 to buy new macs .I think apple and maxis the game maker had there hand in on this .Apple dont you get enough money you have squeeze every bit of money out of us you can .
    But back I'm done lashing out at apple for now .So as it stands I buy a apple mac mini or a dell hybrid small computer windows based by dell 499.00 us dollars . or a apple for 599.00 dollars at the apple store .But the downside is that in the future it may not be able to play the new games in three years or so and be out of date . WE waist more electronics in this country than any country in the world . But I'm not the first person encounter this problem . There's many more people that still have the g5 line and like there true mac computer not this fake intel machine . Why did apple do this in the first place start with a intel chip in there computers in the past not goto IBM to buy there chips ?. If this was done in the first place we would be better off right now .
    So back to me buying a mac mini this is were i'm at right now stuck not able to play the sims 3 because it not a true mac written game under unix like all the games in the past . I had game from my windows machine that were written for windows 98se and the games played fine under windows xp no problems at all .I did not have to shell out hundreds of dollars to play a game like this ? . I think apple and maxis is taking us for a ride and riping us off . Maybe some of you people dont think so . Me my self dont think that and am very mad at this .
    so that all i mave to say for now .

  • DVI to 22" Dell Display monitor question

    Hello,
    I would like to hook up my MBP 17" to a Dell 22" display and would like to know what cable I would need. DVI-D? DVI-A? DVI-I?
    This monitor accepts both DVI and VGA inputs.
    Your assistance would be appreciated.
    Thanks,
    Jordan

    I have a similar question. I have a dell 20" widescreen I want to connect to a mac mini which hasn't arrived yet. I orded the DVI-mini display port adapter which came first and the pin configuration is slightly different than what the dell monitor cable has. The dell has 2 3x3 groups with a 2x3 gap in between them and the apple adapter is 8x3 with no gap. Will it still work if the dell has fewer pins than the adapter? Maybe for features some DVI monitors have that mine doesn't? All the pins which are present line up with the holes ok so they will plug together.

  • MacBook Pro with retina display battery question

    I recently bought a 15" macbook pro with retina display, and was wondering if my battery is working as it should.
    I usually get about 3:03 hours with brightness at full and keyboard backlight at full with skype (not using it but on),safari with 6 tabs,twitter, and mail.
    Oh and im also watching a youtube video on 720p.
    My question is this:
    Is the battery life supposed to be like this?
    ON mountain lion 10.8.2 and a lot of people are saying i should be at about 5-8 hours.
    Any recommended solutions?
    EDIT
    Just after i finished writing this my battery time estimate went up, its now 4-4:50 hours left

    When I use my MBP on battery, I turn screen brightness down to about four bars and keyboard backlighting down to a single bar. I usually only have open a handful of Internet apps (Firefox, Outlook, etc.) and spend most of the time simply web-surfing, watching very few videos. And I can get almost 7 hours out of a fully charged battery. When new, I was getting 7+ hours, but with 182 cycles and the fact that the computer is 8 months old now, that's not bad.
    Turn everything down as low as you can stomach and you should get a good 6 hours of battery time, if you keep your video to a minimum and use the built-in graphics card (to force this, use gfxCardStatus).
    Good luck,
    Clinton

  • Display pattern questions

    I would like to be able to set up a display patter that will add some asterisks or some other characters on each side of what ever a user enters in a field in order to flag the text. Is that possible? or is there a better way to do this than using display patters. I check the Designer help but could find much to answer my question.

    Amanda,
    Try to put a single quote around the parenthesis like this:
    '('$ZZ,ZZ9.99')' for your display pattern.

Maybe you are looking for

  • Need some help with orientation  when Printing Tickets

    Hi Guys, We use an online ticketing system which when clicked on "print ticket" Safari window comes up showing the ticket as a PDF. You move the mouse to the bottom of the page, where adobe reader icon bar appears so you can print. Now currently when

  • Mashed/compressed command line output

    This is rather hard to describe, but after installing Arch on a new machine not long ago, I noticed that in the output of certain programs, some characters were partially or entirely hidden behind others.  That is, it appears that certain letters are

  • Can't use subscription

    I have and have had an ongoing $2.99/month unlimited U.S./Canada calling subscription.  I am in the middle of my month.  I am unable to make calls. I keep getting an error message telling me that I need credit. If I try  to buy credit (which I should

  • Blackberry messenger 6.2.0.44

    Biggest mistake ever !! Downloaded it , and hate it , , why is the broadcasts in arabic comes black color , I've seen it in purple just 1 time , how did the missed this big error ? And the new personal message shortcut !!! Is it really necessary ? I

  • Help with Report Condition

    I have three parameters in my report which are academic year, instance code and id number. Only two parameter values are entered when user runs report, that is, either academic year and id number or academic year and instance code. The report produce