Search Type: Posts; User: xiii29

Search: Search took 0.02 seconds.

  1. Hi,
    I'm trying to style my app and I'm facing how to change the color of my title text ?

    I'm using sass and i can change the base color but not the text color ... In the code I've seen :

    ...
  2. I'm still facing the same trouble and I've to start a new app ... with the mechanism ... any help ?

    Seems to be corrected of using package instead of production but there is no cache system ...
  3. Any help ?
  4. Not in the code but manually in phone params ...

    When updating my app, I've to clear the localstorage ? :-?
  5. After sometimes, I've build my app


    sencha app build production

    and send it on my server. First time : everything fine. Second time : block on loading. Check the dev console :


    Document...
  6. Hi,
    Thanks , there was a typo in my post but in my code id cere good.

    I found a solution for chrome (no test on phone) : play with width, margin, padding & co ...

    An important point : the cass...
  7. Hi,

    I'm wondering if there is a simple way to :
    * dock a label on the left,
    * rotate the content of the text of 90deg in order to set the text in vertical ...


    More info :
    * My main screen...
  8. For info, I've also update to sencha touch 2.1 but ajax / json i've still have to trouble. Working fine with JSONP.
  9. I've change my server (hum :-?) in order to manager JSONP and it's working fine even on my personnal phone ... hope it's working on other so ...
  10. Hi ...
    I've made lot of trace directly on the sencha src to see what happen. As far as I am, the text is "doubled" directly in the response in src/proxy/Server :


    221 processResponse:...
  11. Hi,
    On order to move forward, I've develop a very small app that's just load the distant file. On my web site, I've change the return, in order to remove data. The service return only to root name :...
  12. I've set up a JSON Viewer App on my phone and load my url ==> no error ... (https://play.google.com/store/apps/details?id=eu.borzaindustries.jsondroid&feature=search_result)
  13. Hi,

    I'm sorry I'm not to understand your last message ... (my english is as good as ... my sencha ;).

    To resolved the cross error, i've changed my .htaccess by adding to lines that allow the...
  14. One of my store load a local json files and it's working fine ...
  15. Hi,

    I'm loading from another subdomain. For a while i've some message of Allow Acces but I'm managed by changing the configuration of my web server. And it's working now.

    On my phone...
  16. Hi,


    After packaging my app (sencha command build), I've upload my app on a
    server to test the result.
    Everything is ok on my desktop on google chrome but not working on the
    navigator of my...
  17. I've found !
    Seems that KML loading should be done after activate.
  18. Hi,


    I'm using a navigation view that use a Ext.List at first "page":


    Ext.define("MyApp.view.Zone.ZoneCard", {
    extend:"Ext.navigation.View",
    xtype: "zonecard",
  19. I've try many times yesterday to give more info but my post seems not to be recorded ...:-/
  20. It was what I was thinking at the beginning but as it's working on simple page and it's not working on Sencha Touch, I will say that is more a Sencha Ext.Map trouble ...
  21. Hi,

    On Ext.Map, i load a KML but if i set preserveViewport to false, the map is not set as it should be (inconsistent zoom, not centered ...).

    I've made a html page test to see if trouble come...
  22. Replies
    1
    Views
    243
    I've tryied to set my kml on this web site :
    http://display-kml.appspot.com/


    Results seems ok.
  23. Replies
    1
    Views
    243
    Hi,
    I'm trying to set up a map in some Panel and i've difficulties to set up the default zoom ...

    Example :


    Ext.define("MyApp.view.Map.MapPanel", {
    extend: 'Ext.Panel',
    xtype:...
Results 1 to 23 of 23