Search Type: Posts; User: grizzly21

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    914
    Is there a way to add a custom Ext.field.Field component with Architect?
    This is an abstract base class so it's not listed in the components, and I can't change the parent class of a customer...
  2. thanks
  3. still nothing on this?
  4. This happens on views where I have a DataView component with useComponents: true and defaultType: "myItemType". If I set useComponents to false or set defaultType to the default value (dataitem) I...
  5. cool thanks, if you can let us know here that'd be a great help too
  6. Has this been fixed yet in the newest version? I'd rather not upgrade till then.
  7. Replies
    3
    Views
    110
    I switched from the sencha touch sdk 2.1.2 to 2.2.0 and I got some of my views rendered incorrectly.
    A typical issue is when I have a vbox container with labeled fields, and the fields and their...
  8. I could investigate a little further and now I see some cases where nothing is rendered in Architect: this happens on views where I have a DataView component with useComponents: true and defaultType:...
  9. Architect used to give accurate design views, but in most recent version (sdk 2.2) seems like in some cases the layout is different. Where can this come from?
  10. thanks that worked!
  11. thanks! This is crazy, but I can't seem to install it though...
    I uninstalled what I had, I even deleted the sencha architect folder in c / program files x86 (I'm using win7), after installing these...
  12. Where can I download the previous version of architect? This also messed up my project and I don't have the previous setup any more.
  13. Replies
    12
    Views
    277
    I could enable "Fixed Button" behaviour for all buttons like this:

    http://www.sencha.com/forum/showthread.php?197409-Extending-Ext.Button-for-better-UX-and-responsive-tap/page3
  14. I managed to do that with this code.
    (A possible improvement would be to retrieve the mask factor values from the individual button, if they are given)




    //
    // With this we can enable "Fixed...
  15. Yeah I did that, but what I want is to modify this moveDistance to be even bigger ( I don't think it's big enough) according to this:
    "This is being addressed in 2.2 by having a moveDistance...
  16. How can I apply this throughout the entire application?
  17. We've solved this by changing the style used there. The change in the css for x-label-alig-left / right is in sencha-touch.css in the sdk
  18. Replies
    12
    Views
    277
    and how about individually? That would be a bit a of burden to do though..
  19. Replies
    12
    Views
    277
    thanks! How do I set this for the entire app?
    I tried with this in app.launch, but doesn't seem to have any effect:
    Ext.override(Ext.event.recognizer.Tap, {
    config: {
    moveDistance: 33 ...
  20. Replies
    12
    Views
    277
    There's a moveThrottle that you can adjust, as you can read in my above link for "FixedButton" like this:

    Ext.application({ eventPublishers: { touchGesture: { ...
  21. Hey,

    I have a question: I just updated from sdk 2.1.2 to 2.2.0 and it seem there's one change in sencha-touch.css that has changed from this:

    .x-label-align-left,.x-label-align-right {


    ...
  22. Replies
    12
    Views
    277
    Thanks, I tested with the new sdk and while it seems to be better, it's still not good enough. It seems to allow a few pixels of "slide" of the finger but not much more..so far the "Fixed button" I...
  23. Replies
    12
    Views
    277
    Thanks! I'm using 2.1.2 now I will try 2.2. Is the most recent version 2.2 RC ? And so hopefully a release will be coming out soon as well or at least is it stable enough? I would need this to be...
  24. Replies
    12
    Views
    277
    Hi,

    I've had problems with responsiveness, meaning after tapping a button it's quite slow to render the next view. Sometimes I have to tap multiple times as well.
    There is a good improvement for...
  25. Hi,

    so the way I see it the function in Ext.data.Types.BOOL.convert has changed in the most recent sdk.
    In our app this is a problem because now the stored values (false/true) is different in...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4