Search Type: Posts; User: pmahoney

Search: Search took 0.02 seconds.

  1. Hi, I know we have a time difference... but do you ever get time off? :)

    I really need to know why record.getDate(true) is called when installing an item into a list from the cache. Bit is not...
  2. I wonder if I may ask for more clairification?

    It may be the the call to prepare data only does what you say. But one of the parameters passed is 'record.getData(true), ' and this pulls in the...
  3. REQUIRED INFORMATION

    Ext version tested:
    Touch 2.0.0

    Browser versions tested against:
    Chrome Safari 4 iPhone

    DOCTYPE tested against:
    As produced by of the box ST2.00
  4. Replies
    1
    Views
    342
    I have an answer. Hope it makes sense.

    Turns out iOS does not have a 'tap' event. Instead it re-purposes the 'click' event...

    The following alteration to the initialize function did the trick....
  5. Replies
    1
    Views
    342
    I have an extended version of the Ext.field.Text component. Basically it makes the text field read only, but adds a 'tap' event so I can call code to manage data input to the field.


    /**
    *...
  6. There seems to be something going on between the ST2 class loading and adding the phonegap.js to the index.html. Here is my index.html and phonegap is first.


    <!DOCTYPE html>
    <html>
    ...
  7. Replies
    35
    Views
    5,357
    Has anyone ported this to ST2 yet?
  8. Great support. Extending the class worked a treat.
  9. Just discovered I have the same problem. Tried all of the above. Then put my code on my local web server and browsed to it from my iPhone... blank white screen... so tried a number of browsers:
    ...
  10. This could be a problem on some phones that might pop-up a keyboard due to the focus event. I don't waht the keyboard to appear.
  11. I have a form with a textfield set readOnly=true as I do not want it to get focus. However I do want it to respond to a tap event. I know textfield does not have a 'tap' event, but I hoped the...
  12. Replies
    3
    Views
    704
    Could not figure out how to get one of the proxies to construct and make the soap call.
  13. Replies
    3
    Views
    704
    I'm passing XML to the reader but it reports:

    'XML data not found in the response'.

    To resolved this I have to change 'touch/src/data/reader/Xml.js'. I changed:


    getResponseData:...
  14. Replies
    7
    Views
    1,452
    This thread helped me to find a fix, but I'm not sure I did the right thing.

    In touch/src/data/reader/Xml.js I had to change:



    getResponseData: function(response) {
    // Check to...
  15. Did you get an answer for this? I've just hit the exact same issue.
  16. Replies
    1
    Views
    1,004
    XMLHttpRequest does handle chunked data. The problem was that I didn't realise the Tomcat HTTP connector has chunking enabled and was chunking my chunked response!!! :(
  17. Replies
    14
    Views
    9,156
    I tried adding a change handler, but setValue() doesn't do what I expect. Here is a code excerpt:

    var codeFieldEditor = new Ext.form.TextField({
    allowBlank : false,
    style : {textTransform:...
  18. Replies
    1
    Views
    1,004
    I'm using xml to send and receive information between a web service and a display grid. I've set up the xmlReader, httpProxy, dataStore, etc. My problem is the service will use transfer encode...
Results 1 to 18 of 18