Search Type: Posts; User: nak1

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Not sure this is a bug, however, I thought that I'd mention it in case it indeed is an issue.

    I was using the back method of the Ext.app.History object when I noticed it wasn't functioning...
  2. Replies
    3
    Views
    97
    Any word on a fix to this?
  3. I believe they're include as part of the resources package:
    http://joekuan.wordpress.com/2012/10/03/sencha-touch-2-icons-map/
  4. Simon,

    If I wanted to use the following pictos icons how would I do that in Sencha 2.2?

    @include pictos-iconmask(refresh);
    @include pictos-iconmask(locate);
    @include...
  5. Have you resolved the issue?
  6. I've ran into this a few time where I use an Ext.field.Select and I call setValue() prior to it's store completing it's remote load of data. Thus the value isn't displayed in the selection.

    I've...
  7. I'm not sure this constitutes a bug, but I felt it necessary to bring it to your attention.

    If you define an Ext.field.Number object with a minValue or maxValue set and pass in a "" empty string...
  8. So I was finally able to resolve it. The issue was that I named my model with the same name as my object. It didn't seem cause an issue the first time I loaded the object, however, the second time...
  9. So looks like there's some sort of issue with the way the z-index is being set and not having the proper value. I overrode the Ext.layout.Default.insertBodyItem which seems to resolve the problem.
    ...
  10. Upon further inspection, somehow the z-index of the Ext.field.Select's list is the same as the floating Ext.Panel. I've attached a screen shot of the HTML elements as they appear in Chrome. As you...
  11. mitchellsimoens,

    Thanks for testing that. Perhaps it's an override or some snippet of code that I've included.
  12. Guys,

    I'm not certain this is a bug, so I wanted to run through what I'm doing to determine if what I'm doing is causing the bug.

    I've got a process in which I add a floating panel to the...
  13. Replies
    1
    Views
    333
    Any luck determining a solution for this?
  14. Replies
    15
    Views
    3,370
    Not sure if anyone else ran into this bug, but I recently updated to Sencha Touch 2.1.0. When I ran some tests on the code base, I noticed that when I configured the Ext.ux.picker.DateTime extention...
  15. Humm, I guess I had heard incorrectly. That being the case, is there anyone else experiencing this issue?
  16. I'm aware that Sencha Touch doesn't support Android 2.3, however, it's always seemed to work relatively well in previous versions of the framework.

    Recently I've upgraded my app to use Sencha...
  17. Replies
    21
    Views
    2,603
    I've got a similar issue. What type of information do you need to resolve the issue?
  18. Replies
    1
    Views
    150
    So I was doing some testing and it seems that the Ext.field.Select's reset method is not being properly called when you call the Ext.form.Panel's reset() method is called. It seems to call the...
  19. No worries, just a concerned citizen doing there job ;)
  20. This isn't a bug, but rather a comment on the efficiency of particular process in the doExpr method. I was doing some testing and I noticed that function calls within my Ext.XTemplates were being...
  21. Replies
    1
    Views
    761
    Thanks for putting this together, I'll give it a try and let you know if I've got any feedback.
  22. Replies
    2
    Views
    546
    I've got a container which has several panels which has buttons. I was wonder is there a way to get all those buttons using some feature similar to the Window Manager.
  23. Replies
    1
    Views
    522
    I'm using an htmlencode method to encode some text, but it continues to have double quotes. Is there any reason for that?


    <div ext:qtip="Marshall 5&amp;quot; HDMI Monitor">Marshall 5" HDMI...
  24. I was wondering if anyone has come up with a way to take a field in the a grouped Ext.data.Store and create a summary value of that field. I don't see anything in the Ext.util.Grouper that would...
  25. Replies
    1
    Views
    501
    I'm not sure if I'm defining my Ext.data.Models correct, however, I place the proxy definition within the Ext.define of the model.

    Then I use the model throughout my site in the various stores...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4