XMLDataSet Refuses To Show Me The Data In IE7

Hi, I tried to create a test application that shows the
contents of a directory, using Spry + HTML + PHP.
I run the following page (see end of post) from the test
server (it's all Hand coded - no DW suport for spry, no sites
defined - nothing).
In FF2 everything works like a charm. In IE7, though, the
table and generaly the contents inside <div
spry:state="ready"> will not show what so ever, and only what's
inside <div spry:state="loading"> is shown ...
The src to the scripts is ok, and they load fine. The xml
document is validated ok (I loaded it using MSXML2.DOMDocument in
IE7 and it parsed ok).
I don't have the slightest idea as what's wrong with it in
IE7. Can someone help ?
Thanks
P.S.: I've tried to delete the table and leave the
spry:state="ready" region empty with a text message. Still no
results.
______________________ PAGE CODE ______________________
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml"
xmlns:spry="
http://ns.adobe.com/spry">
<head>
<title>Directory Listing</title>
<meta http-equiv="content-type" content="text/html;
charset=utf-8" />
<link rel="stylesheet" media="all" type="text/css"
href="../../styles.css" />
<script language="javascript" type="text/javascript"
src="../../_spry/includes/xpath.js"></script>
<script language="javascript" type="text/javascript"
src="../../_spry/includes/SpryData.js"></script>
<script language="javascript" type="text/javascript">
<!--
var dsFileList = new Spry.Data.XMLDataSet(
"./get.directory.sck.php", "directory/entry" , {sortOnLoad :
"text()"} );
//-->
</script>
</head>
<body>
<div spry:region="dsFileList">
<div spry:state="loading"><div class="WindowFrame
Loading">Loading</div></div>
<div spry:state="failed"><div class="WindowFrame
Error">Error</div></div>
<div spry:state="ready">
<table class="TabularList" cellpadding="2"
cellspacing="1">
<tr class="Headers">
<th style="width: 30px"> </th>
<th spry:sort="text()">File Name</th>
<th style="width: 100px"
spry:sort="@type">Type</th>
<th style="width: 100px" spry:sort="@size">File
Size</th>
</tr>
<tr class="Row" spry:repeat="dsFileList"
spry:hover="RowHover" spry:select="RowSelect">
<td><img src="../../images/{@icon}_ico.gif"
class="FileIcon" /></td>
<td>{entry}</td>
<td>{@type}</td>
<td>{@size}</td>
</tr>
</table>
</div>
</div>
</body>
</html>

Don Hi,
I understand what you say... I've forced
header("Content-type: text/xml; charset=utf-8") in the php page /
xml provider and added a <?xml .... header for that particular
reason.
When I open the xml data provider directly from IE7 it shows
(highlights and acts) as xml file. When I create an
ActiveXObject("MSXML2.DOMDocument") and load the provider with it
(xmlDoc.load()) it's loaded and parses fine (I imagine that you use
this object in spry & IE). I don't think it's the xml, but I
could be wrong.
The problem happens when it's fed to the XMLDataSet and only
in IE7. The dataset shows the contents of the spry:state="loading".
Also, the spry file I've downloaded is spry_p1_5_051707.zip.
I've downloaded it 3-4 days ago so it must be the most recent
version.
I've set up a public version of the script at
http://b-sides.quadelectra.com/spry_filelistscript/app/pages/files/
in order to give you an idea....
Something i forgot to mention: The examples that go with the
SDK work fine (with IE & FF). It could be that I'm doing
something wrong. On the other hand I ve checked, rechecked and
re-rechecked everything and I can't seem to find any bugs.
Thanks.

Similar Messages

  • Show all the data in the legend.

    Post Author: vijay_bhatia
    CA Forum: Charts and Graphs
    Hi all,
    I'm using a pie chart crystal report and the legend ideally should show data of all the customers coming from database.
    But in my case the legend shows only certain values and not all..and also it shows total as 100% which is not the case if we add all the values of customers.
    Is there a way we can show all the data in the legend column of the report ??
    Also my report spans more than 3-4 blank pages sometimes even though the actual report is only of a single page.This gives me extra pages while printing it.
    Any suggestions ?
    Thanks,
    Vijay Bhatia

    Not sure its doable out the box,
    You could hack the popchart JS files I guess, John Minkjan's blog describes some changes , in particular on mouse-hover activity but they should show where to start.

  • Search Help Not show/display the data

    Dear All,
                  I have created a search help whith mannual itab of 4 entries. Itab is filled correctly, but when i see in the screen field it show the search help and display no record with the message 4 entries found; but I can't see the data.
    pls. guide me what can be the problem
    Thanks and Regards,
    Sohail

    Hi,
    If you want to Show the Search help for Particular Field in Screen painter , You must give the Code In PROCESS ON VALUE REQUEST(POV).
    ie.
    process on value-request.
      field P9611-REQ_STATUS  module GET_REQ_STATUS.
    and in Program Give the internal table Fieldname in Capital Letter while Passing in Fuctional Module.
    like.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'REQ_STATUS2'    "internal table field
          dynpprog        = sy-dynnr
          dynpnr          = sy-dynnr
          dynprofield     = 'P9611-REQ_STATUS' "screen field name
          value_org       = 'S'
        TABLES
          value_tab       = req_status_tab "internal table
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      IF sy-subrc  NE 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    With Regards
    Kesavaperumal

  • BI publisher report is not showing all the data

    Hi All,
    I have created a report using BI Publisher in R12. The report is not showing all the records.
    I have checked the result XML it is also not having all the data. My query returns 846 rows but my report only has 662 rows.
    what might be the issue.please give me some idea to resolve this issue.
    Thanks in advance.
    Regards,
    P.Kalidoss

    Hi Arun,
    In the following code: public SelectItem[] getAllPrinters() {
    if (allPrinters == null) {           // allPrinters is not defined. what type of object it is
    PrintService[] printers = PrintServiceLookup.lookupPrintServices(null, null);
    allPrinters = new SelectItem[printers.length];
    for (int i = 0; i < printers.length; i++) {
    SelectItem printer =
    new SelectItem(printers.getName(), printers[i].getName());
    allPrinters[i] = printer;
    return allPrinters;;;
    Variable allPrinters is not defined. what type of object it is?
    And also the same variable is referenced here <af:selectOneChoice label="Available Printers" partialTriggers="cb1"
    value="#{pageFlowScope.applicationPrinterBean.selectedPrinter}"
    id="soc1"
    autoSubmit="true">
    <f:selectItems value="#{pageFlowScope.applicationPrinterBean.allPrinters}" id="si1"/>
    </af:selectOneChoice>.
    Thanks.

  • How can I dynamicall​y read a file and show/plot the data in the GUI?

    Hi, everyone,
    I hope to implement a VI with the following function:
    Usually, when we "read a file" in VI and then show the data in the Waveform Chart or other display GUI, the VI will first read and record all of the data from the file and then show them simultaneously. Now, I want to implement a VI, which could read  the data from a file and display it in a time series. That is, I can define a "sampling rate" or "reading rate", like 100 data points / second,  then the data points could be correspondingly shown in Waveform Chart one by one as the time moves on. The key purpose is to simulate a real-time data collection module using an existing file.
    I don't know how to implement this function. Any suggestion and solution are really appreciated.
    Thanks.
    Zhanpeng

    Heres the same effect, just a different approach :
    The code in the red box was used to create data that you would be getting from a file.
    What you could do is (shown above) :
    - Read all of the data
    - Index only one value at a time, and set the 'sampling rate' using a wait in a while loop.
    - Build an array using this value, which will simulate collecting data in real time.
    - I used an array of the iterations as X-values, because they coincidentally correspond to # seconds in my example
    - I then bundled the time array (xvalues) with the values from your file (yvalues)
    - Send that bundle to an XY graph
    That should work, though you could implement some different logic for different sampling rates.
    Let me know if you need a hand with that.
    Message Edited by Cory K on 02-26-2009 11:36 AM
    Cory K
    Attachments:
    graph from file.PNG ‏10 KB

  • Custom attributes are not showing up the data

    Hi,
    I added couple of custom fields in UWL.
    I followed the following blog .
    http://weblogs.sdn.sap.com/cs/blank/view/wlg/20379
    It is showing up the columns but there is no field values(data). It is with ECC system EHP4 and portal on EHP1.
    I used the business objectZBUS2078(copied from BUS2078).
    I tried to use the wizard too. Same problem. I tried to retrieve existing standards fields too (Description, priority kind) still  the values are not getting populated. But standard fields are working. The same standard fields when I tried to use as custom they are showing blank.
    Any Ideas. Am I missing any thing.
    Regards
    Mark

    Hi DIAdemUser1,
    This feature was indeed removed.  R&D felt like it caused more confusion than benefit, and I agree.  I do apologize to you and others who liked the feature that has now disappeared.  When DIAdem 9.0 released the custom properties in the Data Portal showed their data types, but that feature was also removed in favor of simplicity.  I often miss that feature, but it's for the greater good.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • How do I keep the original creation date showing? The date seems to change when I edit.

    I don't know if there is a setting somewhere to maintain the original creation date when a document is edited. What is happening is that when I edit a document, even if it was created months ago, the creation date is often changed (though strangely not always). I know most settings are document specific, so perhaps I have unwittingly unchecked a setting on the ones that changed. I should note that previous version are being maintained through my back up and do show up in the list when I select Revert to from the File menu. But the creation date shows the date of the most recent edit on those files.
    I use a MacBook Pro and an iPad to create and edit documents and am using the most recent version on both.
    Thanks, in advance.
    Shel

    "actual original creation date must have been changed. I don't believe there is anything to fix it"
    You can change the creation date using Terminal application:
    touch -t YYYYmmDDhhSS /path/to/file
    IE:
    touch -t 200001010101 ~/Untitled\ 2013-10-11\ at\ 8.15.04\ PM.png
    This produces (from the screenshot I just took):
    To change the modification date only, it would be touch -mt ....etc
    As to why this is occuring, what is the creation date showing....//1969?

  • ADF: Printable page is not showing all the data

    Hi Everyone,
    I am using Jdev 11G.
    I have one ADF page with Read Only Table.The table has 14 columns.
    I have Print button at the bottom of the page. When i click on print button my page is converted to Printable page but it is showing only 10 columns.(so im unable to print all the data in the table)
    How can i make it to show all the columns in the table in printable page?
    Plz help.
    Any suggestions will be really grateful.
    Thanks.

    Hi Arun,
    In the following code: public SelectItem[] getAllPrinters() {
    if (allPrinters == null) {           // allPrinters is not defined. what type of object it is
    PrintService[] printers = PrintServiceLookup.lookupPrintServices(null, null);
    allPrinters = new SelectItem[printers.length];
    for (int i = 0; i < printers.length; i++) {
    SelectItem printer =
    new SelectItem(printers.getName(), printers[i].getName());
    allPrinters[i] = printer;
    return allPrinters;;;
    Variable allPrinters is not defined. what type of object it is?
    And also the same variable is referenced here <af:selectOneChoice label="Available Printers" partialTriggers="cb1"
    value="#{pageFlowScope.applicationPrinterBean.selectedPrinter}"
    id="soc1"
    autoSubmit="true">
    <f:selectItems value="#{pageFlowScope.applicationPrinterBean.allPrinters}" id="si1"/>
    </af:selectOneChoice>.
    Thanks.

  • Schema name is not showing in the Data load

    Hi All,
    I am trying to load a CSV file using oracle apex data load option. The options are using a new table and file upload(.csv). In the load data page, the schema name is not listing my current schema because of which i could not to upload the CSV file.
    Can anyone please help on this ?
    I am using oracle apex 4.1.1
    Regards
    Rajendrakumar.P

    Raj,
    Did you export this application from another workspace perhaps? I have seen in the past that if you create a data load page based on schema A and then import that application and set it to parse as schema B, it will not work.
    The solution - although unsupported - is to simply alter the parse-as schema reference in the APEX export file. A more supported version would be to re-create the data load pages in the target application, so that it picks up on the proper parse-as schema.
    Thanks,
    - Scott -
    http://spendolini.blogspot.com
    http://www.enkitec.com

  • What changes are to be made to sqlplus to show all the data on a single lin

    Using Oracle 10.2g
    The problem is that whenevr i run queries and collect the data into log and try to take the o/p.
    It comes in multiples lines in sqlplus
    ex
    select* from facts_table;
    UPN                                                       SID       ACYR
    ================================================== ========== ==========
            ID GRADE                                                       
    ========== ==================================================          
    1140                                                      852       1998
             1 E                                                           
    1140                                                      845       1998
             1 D                                                           
    1140                                                      865       1998
             1 D                                                            What settings need to be changed so that i can see all the data as
    Its a trouble again to modify all the data to be shown properly in the logfile.
    UPN   SID   ACYR   ID   GRADE
    === === ==== === =====something like this.
    Thank you.
    Edited by: Trooper on Jan 11, 2009 3:15 AM

    You can use
    SQL> set lines 150
    Anyway You can use column to help if know column length...
    Example:
    SQL> set lines 100
    SQL> column UPN format a15
    SQL> column SID format a10
    SQL> column ACYR format a15
    SQL> column ID format a15
    SQL> column GRADE format a5

  • ICloud refuses to show me the emails!!!

    I sent a test mail from my Gmail account.
    iClould shows one unread mail message in the sidebar but I cannot see anything on the reading pane!!!
    I doubt apple hires guys from microsoft!!!!!
    Is this the way Mr. Cook wants to "continue doing" what Steve jobs wanted to do??

    Don Hi,
    I understand what you say... I've forced
    header("Content-type: text/xml; charset=utf-8") in the php page /
    xml provider and added a <?xml .... header for that particular
    reason.
    When I open the xml data provider directly from IE7 it shows
    (highlights and acts) as xml file. When I create an
    ActiveXObject("MSXML2.DOMDocument") and load the provider with it
    (xmlDoc.load()) it's loaded and parses fine (I imagine that you use
    this object in spry & IE). I don't think it's the xml, but I
    could be wrong.
    The problem happens when it's fed to the XMLDataSet and only
    in IE7. The dataset shows the contents of the spry:state="loading".
    Also, the spry file I've downloaded is spry_p1_5_051707.zip.
    I've downloaded it 3-4 days ago so it must be the most recent
    version.
    I've set up a public version of the script at
    http://b-sides.quadelectra.com/spry_filelistscript/app/pages/files/
    in order to give you an idea....
    Something i forgot to mention: The examples that go with the
    SDK work fine (with IE & FF). It could be that I'm doing
    something wrong. On the other hand I ve checked, rechecked and
    re-rechecked everything and I can't seem to find any bugs.
    Thanks.

  • How to show all the data from playback area so that the statictics max and min analysis applies to the entire logged data.

    I have a data file with 19 channels of voltage and I what to retrieve the maximum, minimum and mean of the entire run for each channel. When I do playback it does only 25 seconds of data and being a newbie I have no idea nor can see anyway of changing this.
    One thought I had was to run playback with a save to LVM then go to mointor area and load the saved file followed by a statictics step.
    Is there any other option?

    We need more information to help you.  Specifically, the following would be nice:
    What format is your data file in (can you post an example?  Please zip it to save space.)
    Can you post your read and/or write code?  The problem may be there.
    What version of LabVIEW are you using.  This can effect our recommendations.
    As you discerned, there is no fundamental reason for this problem.  On a side note, LVM is a poor format for large amounts of data or a disk buffer.  I would recommend TMDS or HWS, depending on your version of LabVIEW.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • 1099 forms in SAP - not showing all the data

    Hello ,
    I exceuted  RFIDYYWT , it created the 1099 MISC form . However , some details are not showing up on the form like Payer's details , Fed ID number .
    It is only showing me, Recipients name and adress details and ID number.
    Would it be helpful if an ABAP'er would look into this.
    Please let me know , I am doing this for the first time .
    Thanks in advance.

    HI,
      Abaper should be able to help you in this. Give him the details from where he needs to get the details .
    1.Payer details (BUKRS ) from t001
    2.Address details for Payer from ADRC
    3. Payer's TIN from t001Z
    Thanks,
    Praneel.

  • Why is iTunes showing me the "Data DVD" option when I clearly want to make an mp3 CD

    Good day, I've been able to make mp3 cds without any hassle in the past with my iTunes, but after a recent update it makes Data dvds even when I clearly choose the "mp3 cd" option. All the songs are MPEG Audio files. Any help will be greatly appreciated. Thanks.

    What are you on about?
    When the OP states he has MP3 files and wants to make an MP3 CD, I'm taking a "wild guess" that is what he wants to do.
    He has done so in the past. Whatever he has done previously is not working the same way. He needs to clarify what is or is not happening.
    MPEG-1 (/2), layer 3 = MP3. MPEG is not synonymous with MP3
    But MPEG audio file, as noted by the OP is synonymous with MP3 when looking at Kind in iTunes.
    An MPEG-4 file attempted to be encoded to mp3
    He is not attempting to encode to MP3. He wants to burn an MP3 CD. Selecting to burn an MP3 disc does not re-encode any files.
    It simply burns only the MP3 files in a playlist to a standard data disc.
    If you select Audio CD, the files do get reencoded to LPCM (the standard which an audio CD uses).
    would produce the  problems he is referring to.
    He is attempting to burn an MP3 CD. If you select to burn MP3 CD and there are no MP3 files in the playlist, iTunes will simply tell you there are no MP3 files in the playlist. You won't get any errors.

  • Firefox 17.0 and 18.0 version not showing all the data, while 19.0 version showing all the data. Why?

    Am developing a website. after completion of preparing it, some textfield alignments are not in a proper order and some buttons are missing. What is the solutions for this??

    Could you post a link to a publicly accessible page that doesn't require authentication (log in) to access?
    Note that on Linux the width of text fields is determined by the size and font-size that is specified.
    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

Maybe you are looking for

  • Minor bug upgrading from apex 3.1 to 4.1

    I have an application written by someone else in apex 3.1. When upgrading to apex 4.1 some pages failed to work. This was because for some reason there was a condition on a process which had a begin and end when the condition was of type: "NOT EXISTS

  • Final cut pro Studio crash at start up

    After a new install of Studio, final cut crshes whe trying to load AUnetsend & AUnetrecieve. Please giva nay advice to get past this.

  • Query Level formatting

    Hi All, We have a below requirement where we need to find the solution at Query Designer level. A       A1       10          A2        20          A3        30 B      B1       10         B2       50         B3       20 Now we need the output in the f

  • Using BI Answers, current month filtering

    Hi, I am trying to use answers to create a report to basically just display this month's data, so it will display sales data for just the current month when a user accesses the report. I am trying to use the month filter but there isn't an option for

  • Podcasts don't behave like songs anymore

    I listen to a number of short podcasts. Previously I could drag them into a playlist, where they would play one after another, just like songs. With the latest iTunes/iPod update this behavior has changed: When a podcast is over, it goes back to the