Search Type: Posts; User: fairport
Search: Search took 0.05 seconds.
-
13 Jan 2013 7:05 PM
- Replies
- 6
- Views
- 1,813
Hi linuxyf...
I am in the finishing stages of adapting one of our sencha-phonegap apps for use on vehicle mounted Windows 7 touch screen rugged tablets... and need exactly the same thing .. i.e. a... -
10 Jan 2013 11:46 PM
Jump to post Thread: SQLite Proxy for ST2 (advanced) by fairport
- Replies
- 190
- Views
- 37,851
You guys might have fixed this already, maybe not
When you send a function that returns a string to whereClause, the code we downloaded was adding a 'null' to the end of the WHERE clause.
eg... -
22 Oct 2012 12:32 AM
- Replies
- 4
- Views
- 1,163
Thanks hotdp
With around 24 man months of coding in 1 app all in ST 1.1.1 ... it is not a simple matter to jump to ST2 !
... just to get a problem like this fixed! Thanks for persevering. -
11 Oct 2012 10:04 PM
- Replies
- 9
- Views
- 2,446
Mitchell... For what it's worth...
By commenting out this little bit of code in sencha-touch-debug.js
... around line 26308
the problem goes away
for (attrName in attribs) { ... -
10 Oct 2012 8:51 PM
- Replies
- 9
- Views
- 2,446
Thank you!
Any clues on an override or fix for it?
I have managed a workaround for everything except for the grid editor
Please Note: My workaround was not actually a fix for this problem...... -
9 Oct 2012 5:47 PM
- Replies
- 9
- Views
- 2,446
mmm....
We _are_ using Phonegap (2.1.0)... and it was working fine prior to iOS 6.0
Both iPhones & iPads are affected.
... And we have discovered this afternoon that Chrome (Version... -
4 Oct 2012 3:41 AM
- Replies
- 9
- Views
- 2,446
We discovered today that using iOS 6.0 on both an iPhone & an iPad tapping the keyboard on a Prompt field in a message box does nothing! No text is being typed into the prompt !!
Wonder if there's... -
17 Sep 2012 4:37 PM
- Replies
- 35
- Views
- 9,880
Certainly fixed in Phonegap (now Cordova 2.1.0)
It was fixed back around 1.6.0 - 1.7.0 -
9 Aug 2012 12:32 AM
- Replies
- 11
- Views
- 3,325
Hi All
Just wanted to report that the solution I provided above is no longer working for me either !!! -
9 Jul 2012 12:39 AM
- Replies
- 7
- Views
- 3,393
Fantastic !! - Just what I was looking for . Still works today .
-
8 Jun 2012 1:03 AM
- Replies
- 11
- Views
- 3,325
I am getting this issue also.
Sony Tablet S. Just upgraded to Android 4.0.3
Sencha Touch 1.1.1, Cordova 1.8.0
a textarea or textfiled or numberfield ... retains focus and sticks! still there... -
20 May 2012 3:00 AM
- Replies
- 9
- Views
- 1,812
You are a saviour!
This issue has been troubling me for months. Have just submitted a ST1 job to iTunes that has taken us about 40 man months & this issue was the one thing that was still troubling... -
11 Apr 2012 4:59 PM
- Replies
- 8
- Views
- 1,591
"...the app would have to reload before all changed would take affect?"
I initially thought the same ...
but, it seems to work fine without doing too much.
We destroy all panels either on... -
11 Apr 2012 4:36 PM
- Replies
- 8
- Views
- 1,591
Yeah... The missing bit
I found this in an old C Textbook... adapted it a little for js
function findIndexByKeyValue(obj, key, value) {
if (value) {
var low, high, mid;
... -
11 Apr 2012 6:46 AM
- Replies
- 8
- Views
- 1,591
FWIW ... to achieve this goal, we are using a program called Sisulizer to extract all the required strings out of our Sencha JS code into a Sisulizer project. Get our translations done, then from...
-
27 Mar 2012 11:20 PM
- Replies
- 35
- Views
- 9,880
Yes Edwin,
Use Stuffy to load up your tables
Then load the data from the SQLite tables into the Sencha Store... for this step we're using tomalex's system (usually)
Something like ... (See... -
26 Mar 2012 9:42 PM
- Replies
- 35
- Views
- 9,880
Edwin...
mm.. not entirely sure of the question. I'm not sure what you mean by 'the store'
Our app is a fully offline thing. We have a (now quite old) desktop application that sits on a SQL Svr... -
25 Mar 2012 6:40 AM
- Replies
- 35
- Views
- 9,880
SQLite proxy: We used a mixture. Tomalex's was used but we modified/enhanced/repaired it somewhat. (He was actually on our development team for a while.) We enhanced the mapdatatostore function a bit...
-
25 Mar 2012 2:51 AM
- Replies
- 35
- Views
- 9,880
Not sure if this helps ...
...because I'm a bit confused. If the reps go 'offline' .. how are you managing to still run the web app under those circumstances.
Anyhow... here's what we're doing... -
23 Mar 2012 5:56 PM
- Replies
- 35
- Views
- 9,880
I believe the Phonegap guys are onto this.
It looks like a Phonegap fix is due next Tuesday
https://issues.apache.org/jira/browse/CB-330 -
22 Mar 2012 5:25 PM
- Replies
- 6
- Views
- 2,277
I believe the Phonegap guys are onto this.
There is a lot to read on forums regarding the changes Apple made in iOS 5.01 .. 5.1
A Phone gap fix due next Tuesday
... -
21 Mar 2012 7:20 PM
- Replies
- 6
- Views
- 2,277
Same/similar issue. White screen of death after splash screen. Everything was working fine before (Sencha 1.1, Phonegap 1.4.1, iOS 5.0)
Upgraded to Phonegap/Cordova 1.5 and thought that was the... -
25 Jan 2012 12:32 AM
- Replies
- 2
- Views
- 1,278
Try searching for some guidance on
"ALTER TABLE " + schemaObject.tableName + " ADD COLUMN " +
column.columnName + " " +
... -
16 Jan 2012 2:04 AM
Jump to post Thread: Ext.form.ux.touch.CalendarPicker by fairport
- Replies
- 13
- Views
- 5,229
Hi Thanks for this control.. We're using it everywhere.
I am seeking a bit o f help with it though.
When the control is disabled, the text color remains Black, whereas a datepicker will display the... -
12 Dec 2011 8:53 PM
Jump to post Thread: No Joy with Time axis by fairport
- Replies
- 2
- Views
- 1,732
Thanks Mitchell,
I have got over that hurdle.
I was expecting to see the x axis scaled - as in date steps. But it is giving me the same x-axis scale as "type: Category" does ...?? What am I doing...
Results 1 to 25 of 52
