Search Type: Posts; User: fairport

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. 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...
  2. 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...
  3. 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.
  4. 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) { ...
  5. 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......
  6. 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...
  7. 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...
  8. Certainly fixed in Phonegap (now Cordova 2.1.0)
    It was fixed back around 1.6.0 - 1.7.0
  9. Hi All
    Just wanted to report that the solution I provided above is no longer working for me either !!!
  10. Fantastic !! - Just what I was looking for . Still works today .
  11. 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...
  12. 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...
  13. "...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...
  14. 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;
    ...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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
  21. 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
    ...
  22. 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...
  23. Try searching for some guidance on
    "ALTER TABLE " + schemaObject.tableName + " ADD COLUMN " +
    column.columnName + " " +
    ...
  24. 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...
  25. 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
Page 1 of 3 1 2 3