IconItemRenderer interactivity

Hi,
I'm using an iconItemRenderer in a mobile list. I have an icon and a decorator. So, a user can click the list item, the icon or the decorator. Does anyone know how to distinguish these three events? I can only listen to the click event but that goes for the whole itemRenderer.
I tried this:
iconDisplay.addEventListener( MouseEvent.CLICK, icon_clickHandler );
but no luck.
Any help will be appreciated
Thanks,
Dany

In the mean time, I found out that both iconDisplay and decoratorDisplay are BitmapImages which can't have event listeners.
I created this workaround.
If someone has a better solution, please let me know!
private function clickHandler( event:MouseEvent ):void
                                        var cp:Point = new Point( event.localX, event.localY );
                                        if ( isIconClicked( cp ) )
                                                  icon_clickHandler();
                                        } else if ( isDecoratorClicked( cp ) )
                                                  decorator_clickHandler();
                                        } else
  trace("label clicked");
                              private function label_clickHandler(event:MouseEvent):void
  trace("label clicked");
                                        event.stopImmediatePropagation();
                              private function icon_clickHandler():void
  trace("icon clicked");
                              private function decorator_clickHandler():void
  trace("decorator clicked");
                              private function isIconClicked( point:Point ):Boolean
                                        if (!iconDisplay)
  return false;
                                        var ix:Number = iconDisplay.x;
                                        var iy:Number = iconDisplay.y;
                                        var iw:Number = iconDisplay.width;
                                        var ih:Number = iconDisplay.height;
                                        return ( point.x > ix && point.x < ix + iw && point.y > iy && point.y < iy + ih )
                              private function isDecoratorClicked( point:Point ):Boolean
                                        if (!decoratorDisplay)
  return false;
                                        var ix:Number = decoratorDisplay.x;
                                        var iy:Number = decoratorDisplay.y;
                                        var iw:Number = decoratorDisplay.width;
                                        var ih:Number = decoratorDisplay.height;
                                        return ( point.x > ix && point.x < ix + iw && point.y > iy && point.y < iy + ih )

Similar Messages

  • Multiple publishing pionts / text options for Interactive Server

    : Flash Media Interactive Server.
    Hi, Im curious if we can publish on multiple sites, I have 5 websites all password protected for members, and I want all 5 members areas to be able to view my live video as I publish it. So can I embed the flash player on all 5 sites and have it pick up the same live feed.
    Also was wondering if interactive server supports or has a chat box, so students can type questions as I am explaining things live.
    And One last question Can I stream my video from different computers or can I only use one ( the one I register it on ) I want other teachers to be able to use thier webcams from there homes and publish live videos as I do on my sites. ( At different times of course )
    Thanks for any help
    M

    The first important thing to understand is that FMS has nothing to do with your website. Any .swf on any html page can connect to any FMS application. The two are completely separate
    As to your specific questions:
    I have 5 websites all password protected for members, and I want all 5 members areas to be able to view my live video as I publish it. So can I embed the flash player on all 5 sites and have it pick up the same live feed.
    Yes, but keep in mind that password protecting the HTML content does not protect the FMS application. If you need to protect the video stream itself, you'll need to employ some sort of user authentication on the FMS side.
    Also was wondering if interactive server supports or has a chat box, so students can type questions as I am explaining things live.
    That type of functionality is supported, but it isn't automatically available. You'll need to develop an application to support text chat. There is a prefabricated chat component available at http://www.adobe.com/support/flashmediaserver/downloads_updaters.html (look for the flash communication server authoring components), but it's really oudated... the communications components haven't been updated since 2003.
    Can I stream my video from different computers or can I only use one ( the one I register it on ) I want other teachers to be able to use thier webcams from there homes and publish live videos as I do on my sites. ( At different times of course )
    You can publish from any computer to an FMS application.

  • A problem with hyperlinks in my Interactive PDF on smartphones...

    I hope someone can help...  I exported both an interactive and for print PDF from inDesign.  When I view the PDFs on my pc the hyperlinks that I've made in the document work perfectly fine.  When I view the PDFs on my smartphone, the hyperlinks don't work.  I've gone through many forums to make sure all my settings were correct and have tried many different things to try to get them to work, but still no luck.  Has anyone come across this issue?  Is there any way to get these hyperlinks to work on a smartphone?

    Interactive PDFs on mobile devices are nothing short of a crapshoot.
    The readers are hit or miss and the better ones require payment.
    I wish I had better news for you but right now, that’s the way it is.
    Bob

  • Open document from interactive report

    Application Express version 4.0.2.00.07.
    In apex I am trying to accomplish the following:
    1. create a link to a pdf or Word document stored on local network using the file browse button.
    2. store the link to that file in my table but not store the actual document in the oracle table.
    3. open the document from link in interactive report.
    My dba does not want to store anymore documents into oracle because of performance issues we are experiencing with current applications that do this. Does anyone know the where to find sample code that will accomplish this task or will load the linked document into the oracle table but delete the document from the blob when the document is closed.

    You're probably looking to use the BFILE functionality - a pointer to a LOB on the filesystem.
    Try looking at some of the following sources for guidance
    http://docs.oracle.com/cd/B10501_01/appdev.920/a96591/adl12bfl.htm
    APEX BFILE
    http://monkeyonoracle.blogspot.com.au/2009/10/storing-images-outside-oracle-xe-with.html
    Scott

  • Questions on Interactive Report Icons

    When I created an Interactive Report, rectangular icons have been automatically created on the left side of the report on every line.
    When clicked one of the icons, it displays the details of the line in vertical order.
    Here are my questions:
    1. When I've hidden some columns in the interactive report and clicked the icon, it does not display hidden column details. But I want to hide those columns only in the report but displays all details when the icon is clicked. How can I do this?
    2. How can I hide the icons?
    3. How can I use the icons not to display line details but to direct to an editable page to edit the same details?
    Thanks,
    Guy

    Hello
    1. When I've hidden some columns in the interactive report and clicked the icon, it does not display hidden column details. But I want to hide those columns only in the report but displays all details when the icon is clicked. How can I do this?You can create another region, or page that will show your row description by identifier or rowid. You can do this by changing Link Column type to "Link to Custom Target"
    2. How can I hide the icons?Go to Interactive Report -> Link Column -> Link Column change to (Exclude Link Column)
    3. How can I use the icons not to display line details but to direct to an editable page to edit the same details?The same as answer 1.
    Best Regards, Kostya Proskudin!

  • Interactive Report view is empty

    Hi,
    I'm on CRM 7.0 EHP3. I'm encountering empty report criteria and display when open the Campaign effectiveness and all other interactive report page. Please see the screen shot below. There is no error message on the screen, as well as ST22.
    I've configured the interactive report and ran the configuration wizard /CRMBW/CONFIG_WIZARD successfully and no error found.
    Also the roles SAP_CRM_OR_ADMIN, SAP_CRM_OR_CONFIG and SAP_CRM_OR_USER and SAP_ALL are given to the user in both clients.
    Please let me know what could be the causes.
    Thanks in advance.
    cheers,
    julius

    Okay, problem seems solved. I don't know if it is a bug or a feature... (: Anyway, this view selects data from threads that had been created from a portal application. And if you create threads from WC_Collaboration server admin console, there's no data will be selected with FORUMCRAWLER_VW view. Sorry, have no time to check SQL query for those DB view, may be this behaviour is reasonable.
    Edited by: Insomnium on 17.01.2013 2:33

  • Interactive report column filters to display differently than column values

    Greetings...
    We use images a lot in our interactive reports to provide a visual representation to a status, or something locked for update, or what-have-you. By default, when a user clicks the column heading of a column which contains images, the drop-down list that shows up displays the actual images, which is nice for the user to identify exactly which thing they want to filter on. The problem is when the user selects on of the options in the filtering drop-down, the resulting condition that is displayed under the interactive report search bar is the HTML code of the image. I'd like something else to display there because showing the user the HTML code is atrocious.
    I didn't think what I want is possible, but then I came across the Page Locks page within ApEx (page 4000:291 in ApEx 4.0.1) which displays a list of all the pages of an application and whether they are locked or not. It also allows you to bulk lock or bulk unlock a bunch of pages. That page uses an interactive report with a column called "Status" which contains images that represent whether the page is locked or not. When you click the "Status" column heading to filter, instead of seeing the images of an open and closed lock, you see the words "Page Locked" and "Page Unlocked." And even better... when you select on of them, the condition that is displayed to the user is very user-friendly.
    Can someone tell me how this is done so I can replicate it in my own apps?
    Shane.

    Why not create the IR using the text you require e.g. 'Lock', 'Unlock' and then use JQuery to replace the text in the report with the image you want. All the filters should then show the plain text and the report will display the image. e.g.
    http://apex.oracle.com/pls/apex/f?p=46801:1
    Here's what I did:
    Firstly make sure the IR has a region template.
    Then create a Dynamic Action with the following attributes:
    1. Advanced
    2. Event: After Refresh
    3. Selection Type: Region
    4. Region: [select the IR Region]
    5. Action: Execute JS Code
    6. Fire on page load: [checked]
    7. Code:
    $('td [headers="TEST"]').each(function(index) {
      if ($(this).text() == 'Lock') {
        $(this).empty().html('<img src="/i/htmldb/icons/locked_small.gif" alt="Lock" />');
      else {
        $(this).empty().html('<img src="/i/htmldb/icons/unlocked_small.gif" alt="Unlock" />');
    });Where TEST is the column name.
    That's it, this may also be of interest:
    http://simonhunt.blogspot.com/2011/10/adjusting-interactive-report-column.html
    I hope it helps
    Shunt

  • How can I pubish SWF interactive magazine to flash based website? It's not working!

    I hope someone can help me launch my first interactive magazine (SWF) to our website with ID 5. Okay, my hard copy mag came out great so then I started on the interactive edition. Everything was going swell with adding 3 short videos ( FLV  ) and creating 3 slide shows. When I previewed it by exporting to SWF I could preview it in my browser fine. Page curls, fade in words (although the “hide until animated” options only works in two out of about 7 instances. (same settings) file:///C:/Users/lauralaptop/Documents/NEW%20PUBLICATION%20QUARTERLY%20JOURNAL%202011%20se pt%202/LIFE%20apr-may-june%202011%201st%20issue%20INTERACTIVE%20TRYOUT%20Aug%2031%204pm.ht ml
    I then followed instructions from another Adobe exercise, exported it to Flash, went to Publish Settings, but of course when I pressed “publish” I didn’t get the same result as the teacher…I got an error message about text. I searched a forum with the same message I got and saw that making sure my text setting was set for Classic, solved someone else’s problem. So I did and was able to “publish”. But now, when I open either the SWF or HTML file, it’ just rapidly repeating the 12 pages in my file in a loop!
    file:///C:/Users/lauralaptop/Desktop/LIFE%20apr-may-june%202011%201st%20issue%20INTERACTIV E%20TRYOUT%20Aug%2031%204pm.html
    I have spent most of the summer self teaching myself InDesign CS5 (not easy!) and am excited to be able to put out an interactive SWF file that can be opened in a Flash player through our Flash based website. I feel like I’m just inches away for launch but now I’m getting frustrated. Isn’t this going to be possible?
    Also, when I publish it in Flash, it creates a SWF file AND an HTML file. But on our website, I have only one option to make a link to a document OR an outside link to open a file. How does that work?
    Many thanks for whoever can help me out here. This was supposed to be a spring issue. Had to change it to summer and now I guess it’s a fall launch!

    Thank you for your quick reply, Rob. Well, i can't open the link you gave me to mysite (got a 404 error), could you resend it?
    Originally, I exported the file to SWF (player) and just tried to link that file from our flash based website. It opens fine, page curls fine, slide shows fine, but when you click on the photos with videos, page 5 (father and baby) and two others, the image disappears and only a white comes up to fill that area.
    http://scpres.org/#/media-sermons-online/our-publications. Could you go to this link on our website to see what I mean? Go to the NEWSBREAK TRANSFORMS and click on the Life, Stories of Transformation.
    Rob, here is where i have very limited knowledge: As I said we use a flash based (read very user friendly) web hosting company. When I am in the back end to upload the swf file, I have only one option  - "attach a video, attach a document, attach a link" so how would I upload a "folder" with more than one item to the server?
    I thought it would be considered a video since the SWF file says SWF movie, but when I when i try to upload as a video, it doesn't come up as importable. (am i sounding really stupid?) Maybe I should admit that yes, I'm an ID5 newbie AND yes,  I'm no spring chicken but I have been working in CS2,3,4 for several years and now 5 and am quite proficient in the create aspect of Adobe products. It's just now the technical part about how to actually get my  in work published to the site.There isn't anyone else in my company able to help me so I have to reach out to this forum!
    I love ID and this is just my first effort but I'm looking forward to creating many more interactive magazines for my company.
    Thanks for any help.

  • Interactive form takes 10-15 minutes to open and exhausts system resources.

    The version of Livecycle designer am using is 7.1
    The interactive form that I designed is taking like 10-15 minutes to open and while its opening, its taking all the system resources as I see a prompt on the task bar besides time/date  "Virtual Memory Minimum Too Low".
    The tutorial project works fine, the TravelRequest.pdf opens just fine: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/offline%20interactive%20pdf%20form%20using%20download.pdf
    Would installing version 8.0 solve this ?
    I am on NWDS sp18.
    Thanks
    Tony

    Hi,
    Refer to the following blogs which explains the steps to improve the performance.
    Offline Part u2013 I /people/sankar.narayana/blog/2008/12/23/dynamic-generation-of-offline-adobe-interactive-forms-for-sap-46c-and-ep-70-without-user-intervention-part-150-i
    Offline Part u2013 II /people/sankar.narayana/blog/2008/12/30/dynamic-generation-of-offline-adobe-interactive-forms-for-sap-46c-and-ep-70-without-user-interventionpart-ii
    Adobe Performance : /people/ramesh.kotagiri/blog/2008/12/30/sap146s-magic-solution-to-obtain-amazing-performance-of-dynamic-adobe-interactive-forms-using-zci-forms-zero-client-installation
    Installing the Adobe 8.0 also improves the performance.
    Thanks & Regards,
    Jhansi Miryala

  • One account interacts another

    Hello!
    I have two acounts on my MacBook Pro 13" mid 2012 - my account (admin rights) and my son account (restricted rights). My Mavericks was installed about 1.5 months ago by clean install procedure.
    I was shocked when I found that my son (under his restricted account) can interact my applications (under my admin account) just playing minecraft.
    What do I mean...
    Example:
    - I'm working in my account with
    - Son comes to me and switches into his account
    - He is playing Minecraft 30 or 60 minutes in full screen mode
    - I switch into my account
    - I see that my ACTIVE application was interacted: if active app is uTorrent, it can be turned off (quited); if active app has text input, it can contain new text string like "Ццwвwwwdddddddwawwddddпmкwwwwыwwwwвa" or "57fddddddddddsawwwwwwwawaыццыцa"
    I just don't feel safe when I switch my account to other account because of my apps / data can be destroyed.
    Could you please help me to solve this problem or forward my description into Apple technical support? I don't know how to contact Apple Support...
    Here is my config:
    Hardware Information:
         MacBook Pro (13-inch, Mid 2012)
         MacBook Pro - model: MacBookPro9,2
         1 2.5 GHz Intel Core i5 CPU: 2 cores
         16 GB RAM
    Video Information:
         Intel HD Graphics 4000 - VRAM: 1024 MB
    Audio Plug-ins:
         BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
         AirPlay: Version: 1.9 - SDK 10.9
         AppleAVBAudio: Version: 2.0.0 - SDK 10.9
         iSightAudio: Version: 7.7.3 - SDK 10.9
    System Software:
         OS X 10.9 (13A603) - Uptime: 2 days 8:32:45
    Disk Information:
         PLEXTOR PX-128M3 disk0 : (128,04 GB)
             EFI (disk0s1) <not mounted>: 209,7 MB
             Macintosh HD (disk0s2) /: 127,18 GB (18,94 GB free)
             Recovery HD (disk0s3) <not mounted>: 650 MB
         APPLE HDD HTS547550A9E384 disk1 : (500,11 GB)
             EFI (disk1s1) <not mounted>: 209,7 MB
             BigMac (disk1s2) /Volumes/BigMac: 499,25 GB (113,31 GB free)
    USB Information:
         Apple Inc. BRCM20702 Hub
             Apple Inc. Bluetooth USB Host Controller
         Apple Inc. Apple Internal Keyboard / Trackpad
         Apple Computer, Inc. IR Receiver
         American Power Conversion Smart-UPS 1000 FW:652.19.I USB FW:11.03
         Apple, Inc. Keyboard Hub
             audio-technica    Ƞ AT2020 USB               
             Apple Inc. Apple Keyboard
         Plextor DVDR PX-L611U USB Device
         Creative Technology USB Sound Blaster HD
         Microsoft Microsoft® 2.4GHz Transceiver v7.0
         Hewlett-Packard HP Color LaserJet CM1312 MFP
         Apple Inc. FaceTime HD Camera (Built-in)
    FireWire Information:
    Thunderbolt Information:
         Apple Inc. thunderbolt_bus
    Kernel Extensions:
         com.Cycling74.driver.Soundflower    (1.6.2 - SDK 10.6)
         com.tuxera.filesystems.tufsfs.fusefs_txantfs    (2012.4.17)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
         [loaded] com.adobe.fpsaud.plist
         [loaded] com.adobe.SwitchBoard.plist
         [loaded] com.barebones.authd.plist
         [loaded] com.cocoatech.pathfinder.SMFHelper7.plist
         [loaded] com.hdd.noatime.plist
         [loaded] com.machangout.glims.loader.plist
         [loaded] com.macpaw.CleanMyMac2.Agent.plist
         [loaded] com.microsoft.office.licensing.helper.plist
         [loaded] com.oracle.java.Helper-Tool.plist
         [loaded] com.prosofteng.DriveGenius.locum.plist
         [loaded] com.teamviewer.teamviewer_service.plist
         [loaded] org.cindori.AuthHelper.plist
         [loaded] YandexDiskHelper.plist
         [loaded] YandexDiskInstaller.plist
    Launch Agents:
         [not loaded] com.adobe.AAM.Updater-1.0.plist
         [loaded] com.machangout.glims.agent.plist
         [loaded] com.oracle.java.Java-Updater.plist
         [loaded] com.teamviewer.teamviewer.plist
         [loaded] com.teamviewer.teamviewer_desktop.plist
    User Launch Agents:
         [loaded] com.adobe.AAM.Updater-1.0.plist
         [loaded] com.google.keystone.agent.plist
         [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist
         [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist
         [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist
         [loaded] com.plexapp.helper.plist
    User Login Items:
         iTunesHelper
         MacAppBlocker
         Dropbox
         PuntoSwitcher
         Google Drive
         Yandex.Disk
         xGestures
         Messages
         Skype
         Skype2Start
         OrfoUpdate
         Mail.Ru Cloud
    3rd Party Preference Panes:
         Flash Player
         Java
         ORFO 2013 Setup
         Tuxera NTFS
         xGestures
    Internet Plug-ins::
         AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7
         FlashPlayer-10.6: Version: 11.9.900.152 - SDK 10.6
         QuickTime Plugin: Version: 7.7.3
         Flash Player: Version: 11.9.900.152 - SDK 10.6
         Default Browser: Version: 537 - SDK 10.9
         SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6
         nplastpass: Version: 2.5.5
         Silverlight: Version: 5.1.20913.0 - SDK 10.6
         JavaAppletPlugin: Version: Java 7 Update 45
    User Internet Plug-ins::
         Folx3Plugin: Version: 3.0.1 - SDK 10.6
         iGetter Plugin: Version: 2.9.2
         iGetterScriptablePlugin: Version: 2.9.2
    Bad Fonts:
         None
    Old applications:
         Audacity:    Version: 2.0.5.0 - SDK 10.4
             /Applications/Audacity/Audacity.app
         EasyFind:    Version: 4.9 - SDK 10.5
             /Applications/EasyFind.app
         Microsoft Alerts Daemon:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Microsoft Alerts Daemon.app
         Microsoft AutoUpdate:    Version: 2.3.6 - SDK 10.4
             /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
         Microsoft Chart Converter:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
         Microsoft Clip Gallery:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
         Microsoft Database Daemon:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
         Microsoft Database Utility:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
         Microsoft Document Connection:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Microsoft Document Connection.app
         Microsoft Error Reporting:    Version: 2.2.9 - SDK 10.4
             /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
         Microsoft Excel:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Microsoft Excel.app
         Microsoft Graph:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
         Microsoft Language Register:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
         Microsoft Office Reminders:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
         Microsoft Office Setup Assistant:    Version: 14.2.0 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
         Microsoft Outlook:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Microsoft Outlook.app
         Microsoft PowerPoint:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
         Microsoft Ship Asserts:    Version: 1.1.4 - SDK 10.4
             /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
         Microsoft Upload Center:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
         Microsoft Word:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Microsoft Word.app
         My Day:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/My Day.app
         Open XML for Excel:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
         PuntoSwitcher:    Version: 1.3.0 - SDK 10.5
             /Applications/PuntoSwitcher.app
         SLLauncher:    Version: 1.0 - SDK 10.5
             /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
         Solver:    Version: 1.0 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
         Spin Doctor:    Version: 1.0 - SDK 10.5
             /Applications/Toast 11 Titanium/Spin Doctor.app
         SyncServicesAgent:    Version: 14.3.9 - SDK 10.5
             /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
         WiFi Analyzer:    Version: 1.0.2 - SDK 10.0
             /Applications/WiFi Analyzer.app
         dynamiclinkmanager:    Version: 6.0.0 - SDK 10.5
             /Library/Application Support/Adobe/Common/dynamiclink/CS6/dynamiclinkmanager.app
         dynamiclinkmediaserver:    Version: 6.0.1 - SDK 10.5
             /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
    Time Machine:
         Skip System Files: NO
         Mobile backups: OFF
         Auto backup: YES
         Volumes being backed up:
             Macintosh HD: Disk size: 118.44 GB Disk used: 100.80 GB
         Destinations:
             BigMac [Local] (Last used)
             Total size: 464.96 GB
             Total number of backups: 46
             Oldest backup: 2013-11-09 20:40:08 +0000
             Last backup: 2013-12-03 15:56:58 +0000
             Size of backup disk: Excellent
                 Backup size 464.96 GB > (Disk size 118.44 GB X 3)
         Time Machine details may not be accurate.
         All volumes being backed up may not be listed.
    Top Processes by CPU:
             9%    uTorrent
             4%    WindowServer
             2%    EtreCheck
             1%    xGestures
             0%    Microsoft Word
    Top Processes by Memory:
         229 MB    Finder
         197 MB    Preview
         180 MB    PluginProcess
         161 MB    com.apple.WebKit.WebContent
         147 MB    Microsoft Excel
    Virtual Memory Statistics:
         8.40 GB    Free RAM
         4.46 GB    Active RAM
         459 MB    Inactive RAM
         1.55 GB    Wired RAM
         4.64 GB    Page-ins
         325 MB    Page-outs

    You can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

  • Error while scheduling a Hyperion Interactive Report

    Hi,
    I'm trying to run a scheduled Hyperion Interactive Report (version 9.3.1). The report is scheduled to run for 1st of every month. After the report is scheduled. When a user tries to run the report on demand.
    The error log states as follows:
    $ view server_messages_IRJobService.log
    "server_messages_IRJobService.log" [Read only] 38 lines, 2688 characters
    <event logger="com.brio.one.services.bqservice.SERVICE" method="ThrID(7) Logger(ZDbgPrint)" timestamp="1247269603142" level="ERROR" thread="[ORB=_it_orb_id_1,Pool=1]::id-6" sequence_no="74">^M
    <time>10 Jul 2009 16:46:43,142</time>^M
    <context subject="TIPAdmin" session_id="zRMz99t6-00000122670ef701-0000-8197-0a3f0708" originator_type="IRJobService" originator_name="InteractiveReportingService" host="tsbrit02">^M
    <info type="RESOURCE">IBQServiceImpl::runJob Job Identifier: TIPPFSMRPT Service Name: JF1_tsbrit02 Cycle Name: Cycle_0</info>^M
    <info type="RESOURCE_ID">000001225ef102a5-0000-8197-0a3f0708</info>^M
    </context>^M
    <message><![CDATA[TCApp::ExecuteJavaScript failed: ]]></message>^M
    </event>^M
    ^M
    But when the report is uploaded and when the user tries running it. It runs without any problem.
    The report has 3 filters(drop downs) on runtime.
    Could anyone please help me in this regard.
    Regards,
    Sadiq

    check your discoverer user role using:
    select granted_role from dba_role_privs where grantee=upper('<username>');
    from your database. the database to which the desktop is connecting.
    check for connect, resouce, multiorg roles.

  • APEX 4.0: error while opening a XLS file downloaded from interactive report

    Hi,
    I'm getting below error while opening a XLS file downloaded from an interactive report (APEX 4.0).
    "The file you trying to open, 'customer_2.xls', is in a different format than specified by the file extension.
    Verify that the is not corrupted and is from a trusted source before opening file. Do you want to open file."
    Yes No Help
    May be this one Apex 4.0 issue.
    please help me.
    Thanks
    Mukesh

    Hi,
    is the next part of the code correct.
    What i mean is packing of the attachment, finding out the size of pdf file and doc type as PDF.
    You can also try below link..
    Link: [http://wiki.sdn.sap.com/wiki/display/Snippets/SENDALVGRIDASPDFATTACHMENTTOSAPINBOXUSINGCLASSES]
    Hope this helps.
    Regards,
    -Sandeep

  • Blurry Photos in Photo gallery and Interactive image widget--(iBooks Author)

    The pictures that I put in my photogallery and in my interactive image widget were at first clear and would get bigger when I tapped on them (in preview mode on my iPad), and then all of the sudden, they all are blurry, and now when I tap on them, they don't get bigger/zoom! How do I fix this??

    The iBook is about 80 pages, and there is an average of one widget per page, sometimes 2. There are a few galleries in which there are more than one picture, but many of them are simply with one picture (because this is the only way to make it get bigger when you tap on it when on the iPad). For the Interactive Image widgets, I took a screenshot of a google maps route, and then focused on different stops to show directions on my iBook. I just redid all of the photo galleries that were blurry, and they are fixed now (no longer blurry). BUT the interactive images are still blurry....maybe I just need to go back and redo them?

  • BPM: is manual interaction possible in BPM?

    Hi , ALL,
    i would like to design a BPM, in such a way that in between my BPM should interact with another Application to get approval ( like manager approval).
    How can i design my BPM steps for that particular type of Business processes?
    can anybody help me?
    Thanks,
    Kumar

    Hi,
    I feel it should work in PI7.0 also.
    In your Application make a http post on the sender interface which is waiting for the approval. If your correlation is set correctly and it is designed appropriately, it may work.
    Good thought, work on it.
    Let us know if it works.
    regards,
    Ravi Siddam

  • Interaction Centre: Survey not saved correctly

    Hi,
    We are using SAP CRM 5.0 Interaction Centre. While creating a customer feedback transaction with survey in Interaction Centre, following is the observation:
    1. We open the customer feedback transaction, enter the mandate information in the details tab and save the transaction.
    2. Then navigate to questionaire tab and fill-in the survey questions and save the survey.
    3. Navigate back to details tab and save the transaction. The survey and the transaction are saved correctly. Instead, without navigating back to details tab, when we try to save the transaction from the questionaire tab, neither the survey nor the transaction is saved.
    Recently the application was upgraded from SP15 to SP16.
    Please provide your inputs in solving this issue.
    Thanks in advance.
    Regards,
    Venkat
    Edited by: kvenkat24 on Dec 14, 2010 8:02 AM

    Hi Hongyan Shao,
    Thanks for taking your time to answer my issue.
    Actually we have two issue in this
    1.When users press the End button, ideally, the current screens should be closed and default screen of Accoutn Identification should be shown.
    This does not happen.
    Actually, nothing happens when users press the End button.
    Users cannot click on anything else too and the screen seems to be frozen.
    Users have to close the IC session and relogin.
    2.And one more issue is when user ends call by click on end button it goes to account identification but Name of the account still be there on top left top side where it shown account name. but it allows agent to take another call and create service ticket.
    Please note that we are  using CTI( Avaya phone)
    Now since these two are an intermittent issues, i do not have reproduction steps.
    Thanks and regards,
    Teja

Maybe you are looking for

  • SharePoint Foundation Server 2010

    Can you use SharePoint Foundation Server 2010 for external customer access? Thank you

  • Transfer from one account to another

    I want to change my skype name and will need to set up a new account can i then transfer everything from my old account to the new one like skype number?

  • Repairing an external hard drive

    I took my 500 gig hard drive out of my MBP and have been using it as an external drive (put it an external case).  I dropped it while it was in operation about a foot onto a hard floor.  The USB cable came out in the process.  Now it will mount but I

  • Aperture and 3 Monitors?

    Ok, so we know Aperture slows down if you use it across 2 monitors on 2 different video cards. So here is where I'm going. Lets say you have 2 30" monitors running on a 7800 and a 6600. You now add a 23" monitor to the second port on the 7800. How is

  • Dropdown inside Table - Anyone please?

    Hi Gurus,               This is my first post. Im getting started with Adobe Interactive Forms and Im stucked with something. I need to put a dropdown inside a table cell, I am able to do it but I dont know how to do the binding. When I use a simple