XML Resource Renderer presentation issue!

Hi All
I have created an XML form with 2 display RenderListItem's they are called UserView and EditorView, then I have created 2 XML Resource Renderers to state the XML Forms Transformation and they display but they look nothing like what the form created.
Can any one help me solve this problem?
I am sure it is something I have overlooked - I am running EP7 SP8
Thanks all for your time!

This is the exact problem I am having; however, the unusual thing is that I didn't have this problem in the past.  Right now, we're using an iView with the AppAnnouncementExplorer layout set (which utilizes the NewsExplorer resource renderer).  We use it because the folder that this iView displays has five subfolders in which the news items are categorized, but the user doesn't need to click on a folder name to display its contents: the contents of these subfolders are displayed on the iView (news title, author, date, and description) and all the user must do is click on the title of the news item they are interested in.  One of the folder contains Word documents instead of News items, but the links to the documents have always shown up correctly in the past using the AppAnnouncementExplorer layout set.
However, yesterday I began developing custom XML forms using the XML Forms Builder, and now I get an XMLResourceRenderer error when this old iView tries to display the contents of the folder that contains the Word documents.  According to your instructions, this is a correct error... but I'm wondering why it worked in the past?  I even disabled my new form to that KM folder.  And is there a resource renderer that will display the contents of news/announcement items that reside in subfolders, but will still display other documents as links instead of giving an error?
We're running EP6 SP11.  Thank you very much for any assistance.

Similar Messages

  • Error: Resource cannnot rendered with XML Resource Renderer?

    Hi, KMC fellows,
    When I tried to display/edit news with NewsExplorer, it throw me this error from times to times:
    "Resource cannnot rendered with XML Resource Renderer"
    But I am using the default NewsExplorer without making any custom change, how do I solve this problem?
    Thanks for any constructive inputs.
    Kent

    Hi Kent,
    > But when the server restart, it become fine for while,
    > then it will repeats from times to times.
    If you can reproduce it (I know, really "reproducing" is probably not possible) - so if this behaviour occurs while you know / can see from monitoring that no KMC restart has happened - please open an OSS message!
    Best regards
    Detlev

  • KM Doc Iview & Resource Renderer

    Hi,
    I have a XML Form with two Shows - Show & Show-X.
    I created a IView of KM Navigation and created a new XML Form Renderer to show the contents of a Show-x form.
    I created a IView of KM Document type and it picks Show by default. Can I change the Resource Renderer of such IView?
    Rgds

    hi
    basically   an Xml FORM has two types of renderer one collection renderrer and other resource renderrer u can duplicate the renderer but before hand duplicate the command group and add or delete those commands required and attach the command group to duplicated resource renderrer and apply the renderrer to duplicated Layout that is layout of the form has to be duplicated and then that duplicated layout has to be attached to the form. basically iviews to be used is NEWS Authoring and layouts to be used is NEWSExplorer and News Browser just back trace them and you will find the renderers for duplications.hope this helps you.please don,t forget to give points
    with regards
    subrato kundu

  • Resource Renderer question

    Hi all,
    I'm trying to modify the output of the 'News' collaboration room part. I want to make it so that the title of each news item is a little bigger than the description which shows up below it. The 'News' iview that I'm speaking about is based on the com.sap.netweaver.coll.BulletinBoard iview, which can be found in Content Administration -> Portal Content -> com.sap.ip.collaboration -> Template and Part Content -> Homer -> iViews.
    I understand that I need to modify the resource renderer that's mentioned in the layout set which is referenced by the iview. I have created a copy of the layout set that's referenced by the iview, which is AppBulletinBoardExplorer. I have tried tinkering with the resource renderer, which is called AppBulletinBoardResourceRenderer. I've tried changing the Primary Text Style to different settings, but nothing seems to make it change. I believe that what may be getting in the way is the flavor for this resource renderer, which is called 'Second_Level'. I tried playing around with this flavor setting but the changes are too extreme when changing from 'Second_Level'.
    Can anyone tell me how to change the output of this iview to make it behave like I want it to?
    Thanks!
    -Stephen Spalding
    Web Developer
    Graybar

    Hi Stephen,
    in my portal the News-iView is based on 'com.sap.netweaver.coll.appl.ui.room.Roomnavigation'. The name you mentioned is the name of the pcd-location (i.e the folder).
    News are normally based on xml-forms. So I would suggest, that you have a look at the form used here and try to copy and change it by the help of the xml-forms-builder.
    You can find more info on help.sa.com http://help.sap.com/saphelp_nw04/helpdata/en/8f/fe743c74fa6449e10000000a11402f/frameset.htm
    Hope this helps
    Karin

  • AR can't be added-Error "Failed to load from XML resource"

    Hi Everyone,
    I need help with this error. When entering an item and then tabbing in an AR document, this code appears.
    "Failed to load from XML resouce".
    Thanks,\
    Debbie

    Hello experts,
    I am facing this issue in SBO 9.0 PL 08.
    Using SBOdemoUS, clic 'Duplicate' an existing Sales Order, then select a Business Partner, and hit 'yes' to the question in order to refresh rows with new BP info. You will get red bar error 'Failed to load from XML resource - (UI_API 7004) [Message 66000-6]'  and it wipes out all the copied rows info.  Does not happen with BPs that don't have default Ship To info.
    Your advise please.
    Thanks

  • How can i use a Property as Link in the Resource Renderer Setings

    Hi to all,
    i have created a Propertry with the name SFS_NewsLink.
    The content of this Property is
    http://<server>.<domain>/path/sitemap
    Now, how can i use this property in the Visible Propertis? i dont will use use the default "contentLink" i will use as Link the content from the SFS_NewsLink.
    how can i do this? have envery one any ideas?
    Best Regards
    Thomas

    Hello Thomas,
    You can modify your Collection Renderer and Resource Renderer to achieve this functionality.
    Check this weblog, to get ideas:
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3648
    Greetings,
    Praveen Gudapati

  • Read XML file from presentation server

    Hi All,
    I want read XML file from presentation server currently i am using GUI_UPLOAD fm . but it is reading some junk data.
    DATA : BEGIN OF upl OCCURS 0,
              f(255) TYPE c,
           END OF upl.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename = D:\XX.XML'
          filetype = 'BIN'
        TABLES
          data_tab = upl.
    is there any other alternative.
    Thanks
    Swarup,

    Hi Swarup,
    Use method IMPORT_FROM_FILE of class CL_XML_DOCUMENT.
    A sample code snippet :-
    PARAMETERS: p_filnam TYPE localfile OBLIGATORY
    DEFAULT 'C:\Documents and Settings\ssaha\Desktop\test.xml'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_filnam.
    DATA: l_v_fieldname TYPE dynfnam.
    l_v_fieldname = p_filnam.
    CALL FUNCTION 'F4_FILENAME'
    EXPORTING
    program_name = syst-cprog
    dynpro_number = syst-dynnr
    field_name = l_v_fieldname
    IMPORTING
    file_name = p_filnam.
    START-OF-SELECTION.
    TYPES:
    BEGIN OF ty_tab,
    name TYPE string,
    value TYPE string,
    END OF ty_tab.
    DATA:
    lcl_xml_doc TYPE REF TO cl_xml_document,
    v_subrc TYPE sysubrc,
    v_node TYPE REF TO if_ixml_node,
    v_child_node TYPE REF TO if_ixml_node,
    v_root TYPE REF TO if_ixml_node,
    v_iterator TYPE REF TO if_ixml_node_iterator,
    v_nodemap TYPE REF TO if_ixml_named_node_map,
    v_count TYPE i,
    v_index TYPE i,
    v_attr TYPE REF TO if_ixml_node,
    v_name TYPE string,
    v_prefix TYPE string,
    v_value TYPE string,
    v_char TYPE char2.
    DATA:
    itab TYPE STANDARD TABLE OF ty_tab,
    wa TYPE ty_tab.
    CREATE OBJECT lcl_xml_doc.
    CALL METHOD lcl_xml_doc->import_from_file
    EXPORTING
    filename = p_filnam
    RECEIVING
    retcode = v_subrc.
    CHECK v_subrc = 0.
    v_node = lcl_xml_doc->m_document.
    CHECK NOT v_node IS INITIAL.
    v_iterator = v_node->create_iterator( ).
    v_node = v_iterator->get_next( ).
    WHILE NOT v_node IS INITIAL.
    CASE v_node->get_type( ).
    WHEN if_ixml_node=>co_node_element.
    v_name = v_node->get_name( ).
    v_nodemap = v_node->get_attributes( ).
    IF NOT v_nodemap IS INITIAL
    * attributes
    v_count = v_nodemap->get_length( ).
    DO v_count TIMES.
    v_index = sy-index - 1.
    v_attr = v_nodemap->get_item( v_index ).
    v_name = v_attr->get_name( ).
    v_prefix = v_attr->get_namespace_prefix( ).
    v_value = v_attr->get_value( ).
    ENDDO.
    ENDIF.
    WHEN if_ixml_node=>co_node_text OR
    if_ixml_node=>co_node_cdata_section.
    * text node
    v_value = v_node->get_value( ).
    MOVE v_value TO v_char.
    IF v_char <> cl_abap_char_utilities=>cr_lf.
    wa-name = v_name.
    wa-value = v_value.
    APPEND wa TO itab.
    CLEAR wa.
    ENDIF.
    ENDCASE.
    * advance to next node
    v_node = v_iterator->get_next( ).
    ENDWHILE.
    LOOP AT itab INTO wa.
    ENDLOOP.
    Regards
    Abhii

  • Can't change displayed properties in resource renderer

    Hello everybody!
    I'm trying to do display a very simple list of filenames in a KM navigation iView. I've assigned a layout set, which references a collection renderer and a resource renderer. In the resource renderer, "Visible Properties" is set to rnd:displayname(contentlink).
    But still I get a list with filename, file size and timestamp. No matter what I put in the "Visible Properties" field, the same thing is displayed.
    I've verified that the layout set references the correct resource renderer by changing other attributes ("Command Display", for instance), and these changes do have an effect.
    Any ideas what might be the problem here?
    One more thing. This iView is a dynamic navigation iView. How can I make the documents open in the content area of the portal instead of in a new window?
    Any help is very much appreciated.
    -martin

    Hi Martin,
    seems like you have selected a collection renderer for "structured output", like the grid or tree collection renderer. In this case the collection renderer is the one who is responsible of the properties displayed.
    So what you have to do is edit the parameter "Displayed Properties" of your collection renderer with the properties you want to display.
    Check this <a href="https://forums.sdn.sap.com/thread.jspa?threadID=28751">link</a> for more info about "unstructured vs. structure coll. renderers".
    Hope this helps,
    Robert
    PS: The iView Property "Launch in New Window" should be set to "Display in Portal Content Area", in order have the iView displayed as you wish.

  • Custom Resource Renderer not coming on Implementing Flexible UI Components

    HI,
    I am using the Sneak Preview NW2004s SP9 with TREX .
    I have to modify the search result list as returned by the TREX using the default search, basically have to include a custom Link based on the resource name.
    I am trying to run the examples from the Knowledge Management and Collaboration Developer's Guide - "How to Implement Flexible UI Components".
    I deployed the par file for the sample application "Using Flexible UI Ready-Mades"
    and followed the steps as outlined below:
    System Administration>System Configuration>Knowledge Management -->Content Management
    1) Under
    User Interface->Mapping>Resource Renderer
    Created a new mapping for the java class com.sap.km.ui.renderer.SimpleResourceRenderer
    2) Then under
    User Interface->Settings>Resource Renderer Settings
    Created a duplicate of  SearchResourceRenderer
    and in the copy changed the Resource Renderer to the custom one(as the one mapped in previous step).
    In the Search Result layout Set, i changed the Resource Renderer Name to the custom one.
    Now i restarted the server.(i tried restarting after almost all the steps )
    But my resource renderer is not coming after i execute the TREX Search.The list returned seems to use the default Resource Renderer.
    I even tried by making an advanced copy of the Search Layout Set, changed the Resource Renderer name, updated the OTH file(search.oth), Switched on the degugging for the WdfProxy and reloaded the OTH.
    Now the new layout Set is being used but still i cannot see the result as per the custom resource renderer.
    Morover, if i try to print some message from the resource renderer code(Component render method), it is not printed in the default Trace file.
    Please help me in identifying and resolving the problem.
    Thanks,
    Siddhartha

    Hi Detlev,
    Sorry for the delay.
    We don't want to exlude the folders, we would like keep it, the problem is, instead of appearing the folder name, is displayed the error message and below the actions (details, delete, …).
    At first, we thought that could have been an error in the configuration of LayoutSet, but then, we tried on other two environments, with the default LayoutSet configuration and we still get, on the three environments, the same error message.
    Any idea?
    Thanks and Regards,
    John

  • XML Comparision Using XDX - Issue with Carriage Return key

    Hi
    I am using oracle XDX for doing a comparision between 2 xml files .I have issue is any node contains a enterkey chr(13)||chr(10) the xml shows that node as different.Even though they are same .

    Hi All,
    Ive updated the problem..with some output... essentially Ive get it to a situation wher I load ALL my records into the table but I still get a bad file with a "|" record issue and the log file still syas that Im trying to load 7 record when I only have the 6 records.
    ...............SQL statment...
    set trimpspool on
    set feedback off
    set heading off
    set linesize 500
    set pagesize 0
    spool loaddata_FP.lst
    SELECT '"'||spart.x_lsm_region||'"'||','||
    '"'||spart.x_sub_type||'"'||','||
    '"'||spart.x_origin_type||'"' ||'|'
    FROM siebel.cx_ls_part_ship spart;
    spool off
    -- sample of control file
    load data infile 'loaddata_FP.lst' "str '|'"
    into table siebel_data_fp fields terminated by "," optionally enclosed by '"'
    (x_lsm_region,
    x_sub_type,
    x_cust_face_staff,
    x_nature_partner,
    x_origin_type)
    --sample log file with error why is it telling me I have 7 records when I am processing 6?
    value used for ROWS parameter changed from 64 to 22
    Record 7: Rejected - Error on table SIEBEL_DATA_FP, column X_SUB_TYPE.
    Column not found before end of logical record (use TRAILING NULLCOLS)
    Table SIEBEL_DATA_FP:
    6 Rows successfully loaded.
    1 Row not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    --- sample bad file showing the pipe ... whay is sqlloader trying to process this pipe when its part of the record...
    /u01/oracle/admin/adhoc/xxxl(TESTxx)$
    /u01/oracle/admin/adhoc/xxx(TESTxx)$ vi FCT_PARTNERSHIP_ldrcontrol.bad
    "FCT_PARTNERSHIP_ldrcontrol.bad" [Incomplete last line] 2 lines, 213 characters
    |
    ~
    ~
    ~
    any help appreciated!
    Edited by: spliffer on 04-May-2010 05:06

  • Transformation Service XML is rendered wrong ?

    Hello,
    my Environment Enterprise Portal 6.0 Patch 2 SP 17.
    I'm developing a AbstractPortalComponent which uses the SAP Transformation Service of the Enterprise Portal to generate xhtml out of xml data.
    I've multiples <xsl:when> clauses in my xsl stylesheet. I've  developed and debugged the xsl in my local Eclipse Installation without j2ee support. When parsing the xml-source in my local Eclipse installation all <xsl:when> clauses are interpreted right. But when I try it in my AbstractPortalComponent using the SAP Transformation Service, the <xsl:when> are not rendered right. Why?
    I tried out several things. First in my local eclipse I tried out the JAXP Parser of the 1.4.2.08 JAVA SDK. The result was rendered right. Also if I use jdom as parser the result xhtml is rendered right.
    Then I tried to use jdom on Portal side. The result was the same as I use the SAP Transformation Service of the Portal. The result was rendered wrong.
    Slowly I have no other idea, why my xml is rendered wrong in the Portal Application. My local eclipse and the Portal uses the same JAVA SDK 1.4.2.08.
    Annotation:
    I use <xsl:when> to generate different a href links. local /external and anchors. Is there any built in service of the Portal that could disturb the rendering process ?
    Any help tips appreciated.

    Solved the Problem on my own. The xsl stylesheet is rendered right in SP17.

  • Creating resource renderer - help needed

    Hi,
    I am trying to create a simple resource renderer. I downloaded the project SimpleResourceRendererWithReadymades from sdn. Can anybody explain what each method in that resource renderer example does?(for ex. renderMetaProperty, render). Is there any documents describing them. I have already searched the APIs and found nothing.
    Is there any other document other than the how to guide available for doing this? Please help.
    Thanks
    Ranjith

    Hi Ranjith,
    specifically for your question:
    https://media.sdn.sap.com/html/submitted_docs/nw_kmc/howto/km/flexui/Using%20Flexible%20UI%20Ready-Mades.html
    For almost any other question you might have about implementing a custom KM component:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/knowledge management and collaboration developers guide.html
    Hope that helps,
    Yoav.

  • XML Forms rendering

    Hi,
    I am storing some documents created from XML forms into a new repository created by us in KM. while opening this document from our repository, the content is opened in normal XML file format, instead of expected XML form renderer. But if I choose to edit this document, I am getting it opened in XML renderer. Any solutions to fix it ?
    I added my repository to xmlforms_filter, in KM->CM->XMLFormsRepositoyFilter, but I got null pointer exception while editing and content not hyperlinked for directly opening.
    Thanks in Advance,
    John

    I am attaching the stacktrace....
    com.sapportals.wcm.repository.ResourceException: Exception while applying filters: null
         at com.sapportals.wcm.repository.ResourceException.fillInStackTrace(ResourceException.java:400)
         at java.lang.Throwable.(Throwable.java:195)
         at java.lang.Exception.(Exception.java:41)
         at com.sapportals.wcm.WcmException.(WcmException.java:59)
         at com.sapportals.wcm.util.content.ContentException.(ContentException.java:34)
         at com.sapportals.wcm.repository.ResourceException.(ResourceException.java:227)
         at com.sapportals.wcm.repository.runtime.CmFilterHandler.handleRuntimeException(CmFilterHandler.java:996)
         at com.sapportals.wcm.repository.runtime.CmFilterHandler.applyContentFilter(CmFilterHandler.java:546)
         at com.sapportals.wcm.repository.runtime.CmFilterHandler.applyContentReadFilter(CmFilterHandler.java:108)
         at com.sapportals.wcm.repository.ContentImpl.applyContentReadFilter(ContentImpl.java:389)
         at com.sapportals.wcm.repository.ContentImpl.initContent(ContentImpl.java:374)
         at com.sapportals.wcm.repository.ContentImpl.getContentType(ContentImpl.java:159)
         at com.sapportals.wcm.service.xmlforms.transformation.ResourceDemultiplexer.getContentStream(ResourceDemultiplexer.java:71)
         at com.sapportals.wcm.service.xmlforms.transformation.Transformation.render(Transformation.java:129)
         at com.sapportals.wcm.service.xmlforms.transformation.Transformation.renderItemOrTemplate(Transformation.java:274)
         at com.sapportals.wcm.app.xmlforms.EditServlet.doGetAction(EditServlet.java:342)
         at com.sapportals.wcm.app.xmlforms.XFBaseServlet.doGet(XFBaseServlet.java:246)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.wcm.app.xmlforms.XFBaseServlet.service(XFBaseServlet.java:134)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:334)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)

  • NewsBrowser Layout - Resource cannot be displayed with the XML Resource

    I've assigned the standard SAP NewsBrowser layout to the folder I created. All the subsequent folders display correctly except for the files. The following error appears, "Resource cannot be displayed with the XML Resource Render." However, if I re-assign another standard SAP layout to the folder or to the iView the files appear. The benefit of this layout is we wouldn't have to modify any commands.
    Any thoughts or suggestions are appreciated.
    --Keith

    Hi
    The NewsExplorer and NewsBrowser layout sets are for all documents created with XML forms.
    did u create documents with xml forms ?
    Keith wrote :
    The benefit of this layout is we wouldn't have to modify any commands
    what functionality u r trying to achieve?
    Regards,
    vijay.

  • Forum for Presentation Issues

    Is there a better forum to speak to people with presentation issues in portal? I don't see many replies to this type of question.

    Douglas Hancock1 wrote:
    Sorry, couldn't find forum for Mail.
    You actually did find the right place.
    trying to create sub folders (like I could do in windows Outlook) to store different types of messages.
    Try the "New Mailbox" option under the Mailbox menu item.

Maybe you are looking for

  • FaceTime with a iPod Touch bought from Dubai?

    My friend bought a 4th gen iPod Touch from Dubai which has iOS 4.1 (8B118) installed. Model No. MC540AB. We opened the box here in India & later came to know that FaceTime is blocked in gulf countries & therefore we don't see any FaceTime app on our

  • Maximum number of connections

    Hi, Previously we have 1)one java web application running in JRun3.1 on windows 2000 and the sql server 2000 database is on the same machine 2)a fpt based java publisher running on the same machine of the above application both the ftp server and web

  • Break out the messenger pigeons

    WOW iCloud email down for over 2 days....time to break out the pigeons.......Never thought this would be what it felt like to be one of the 1%....;-)

  • Creating Directory - Showing Listing Count on All Directory Pages

    Hi to all InDesign Scripters I am currently creating a directory with InDesign CS6, which contains the name of the person, address, cities, etc. I have a question which is about showing the listing count per city, for example, there are 30 names unde

  • Supporting Different Audio Formats in Director

    Hello, I have a desktop Director application that acts as a search engine for audio libraries. It allows a user to listen to audio files of different formats (AIFF,MP3,WAV). I am using the internal sound object in Director to play these files. Everyt