Search Type: Posts; User: pmahoney
Search: Search took 0.02 seconds.
-
26 May 2012 1:09 PM
- Replies
- 5
- Views
- 821
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... -
26 May 2012 10:18 AM
- Replies
- 5
- Views
- 821
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... -
25 May 2012 1:40 PM
- Replies
- 5
- Views
- 821
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 -
25 May 2012 1:25 AM
Jump to post Thread: Tap event on iPhone by pmahoney
- 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.... -
25 May 2012 12:34 AM
Jump to post Thread: Tap event on iPhone by pmahoney
- 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.
/**
*... -
1 Mar 2012 6:03 AM
- Replies
- 40
- Views
- 15,202
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>
... -
1 Mar 2012 4:46 AM
Jump to post Thread: Calendar Picker/Chooser by pmahoney
- Replies
- 35
- Views
- 5,357
Has anyone ported this to ST2 yet?
-
29 Feb 2012 5:18 AM
- Replies
- 8
- Views
- 1,901
Great support. Extending the class worked a treat.
-
28 Feb 2012 12:12 PM
- Replies
- 40
- Views
- 15,202
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:
... -
28 Feb 2012 11:08 AM
- Replies
- 8
- Views
- 1,901
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.
-
28 Feb 2012 7:09 AM
- Replies
- 8
- Views
- 1,901
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...
-
25 Feb 2012 9:52 AM
Jump to post Thread: Problem with XmlReader [RC1] by pmahoney
- Replies
- 3
- Views
- 704
Could not figure out how to get one of the proxies to construct and make the soap call.
-
25 Feb 2012 1:00 AM
Jump to post Thread: Problem with XmlReader [RC1] by pmahoney
- 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:... -
24 Feb 2012 12:29 AM
Jump to post Thread: XmlReader not work correct by pmahoney
- 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... -
23 Jan 2012 9:03 AM
- Replies
- 1
- Views
- 705
Did you get an answer for this? I've just hit the exact same issue.
-
19 Feb 2008 1:25 AM
Jump to post Thread: Receiving chunked xml response by pmahoney
- 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 Feb 2008 4:24 AM
Jump to post Thread: TextField data to Upper by pmahoney
- 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:... -
15 Feb 2008 6:55 AM
Jump to post Thread: Receiving chunked xml response by pmahoney
- 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
