Search Type: Posts; User: alexdran

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. But, by doing this would be method be applied also for iphone devices (preventing the nice overscroll effect so effective there and that users are used to)??

    thank you again for clarification
  2. I know already the code from one of the previous forum post, thank you

    my question is wether i need to create profiles (for android and non android devices) in order to keep the nice overscroll on...
  3. Hello All,
    I have a sencha touch 2 app and I would like to stop overscroll on Android device for a better performance in list display

    Now my question is: if I'm doing it by creating profiles...
  4. to better clarify my request; I would like to disable list overscroll only on Android device,
    in the hope list view will perform better on these devices


    I'm planning to add on Android specific...
  5. Hello All,
    I have a sencha touch 2 app with different views (and related models, stores, controllers)

    Now for the view containing a list I would like to block overscroll in the hope
    lists will...
  6. Hello all
    I'm using phonegap with sencha touch 2 for image upload

    I have then this function on my controller:



    changeIMG: function() {
  7. should be using phonegap replacing Device and Connection functions

    is there a way in case of running the app via browser to require dynamically the classes
    that are failing on native iOS package...
  8. Hello all
    as per my topic title native iOS simulator is blocking on loading (with 3 circles)
    by requiring

    'Ext.device.Connection'

    or

    'Ext.device.Device'
  9. tried and successfully built!
    thank you

    alex
  10. thank you, I will have a look and I will let you know
    hope it will work!
  11. Hello all,

    I'm reading many posts about sencha touch 2.1 and phonegap (Ext.Device)
    I'm trying to compile sencha touch 2 app with phonegap without success:
    apparently the lib is not loaded at all...
  12. After some investigation I discovered:
    it seems I get this error only if I include identifier in my Model Class



    Ext.define('SC.model.config.uuser', {
    extend: 'Ext.data.Model',
    ...
  13. Hello all,
    I have migrate do sencha cmd3, it seems more performant and final apps more responsive

    I have however some problems after build

    1. minimizing css remove custom created css (i.e. for...
  14. I have the same problem...
    data to the server arrive with strange encoding...
  15. specific topic has been closed:

    any solution for this framework behavior (or workaround)?


    thank you again in advance
    Alex :)
  16. Created specific topic at:


    http://www.sencha.com/forum/showthread.php?250212-push-view-on-activate-initialize-(cpu-overload-on-the-app)-bug&p=916118#post916118
  17. so here is the basic example:



    Ext.define('p3.view.Main', {
    extend: 'Ext.NavigationView',
    xtype: 'Main',


    requires: [
  18. after some more tests I have realized probably the problem (this is indeed happening also with chrome that is showing 2 / 2.4 % cpu usage instead of 0.2/0.3 on "Activity Monitoring" of macOSX 10.6.8)...
  19. I'm showing
    tabPanel with
    - tabBar on top
    - 1 List
    - 1 Panel with fieldset (and form inside)
    - 2 Panels (1 with a button, one with html downloaded from store)
  20. Hello
    I have a problem with an app created with ST2, the build and the original version run well on chrome browser but the android app; after the login screen is performing an abnormal cpu usage...
  21. Replies
    12
    Views
    879
    working good!! thanks again

    alex
  22. Replies
    12
    Views
    879
    thank you again very much... just to complete
    is the following code the consequent only solution or there is a more elegant way to address it?



    refs: {
    info1:...
  23. Replies
    12
    Views
    879
    interesting solution, thank you

    how do I address the control to load the value in the info view

    I have



    refs: {
    info: 'Info'
  24. Replies
    12
    Views
    879
    I have re-introduced the "id" for the solution ( .destroy() ) as experimented with no success

    removing the id is not a solution, the id is not the core of the problem, again the problem is...
  25. Replies
    12
    Views
    879
    no; is not working in this way

    anyone has additional suggestions on how to pushing a new view that has the same xtype from the previous one ?
Results 1 to 25 of 53
Page 1 of 3 1 2 3