Search Type: Posts; User: jptrainor

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    144
    Views
    56,568
    This is an unprofessional reply from Sencha.

    I'm disappointed to see this, from Sencha. It appears to be a regular occurrence. Sencha should maintain higher standards if they wish to enjoy the...
  2. > Not sure why you can't just reference the ext library to a path outside of the workspace/app directories. > It seems like that would be a very helpful feature.

    I tried creating an empty work...
  3. Thanks for the feedback.

    I've noticed that creating a workspace, then an app inside the workspace, separates application code from framework code a little better. Although I think there is room...
  4. I've read more of the sencha cmd docs. Based on that it appears the expectation is that the entire directory tree generated by "sencha generate ..." is under revision control, including the large...
  5. Are there any best practices documented for putting a project generated by "sencha generate app abc abc" under revision control?

    What are people doing normally?

    Also, is "sencha generate"...
  6. The "Viewport reserved" messages is the fix. The prior message was generic message from a top level exception handler.
  7. Replies
    3
    Views
    1,103
    I see that I put this in the Designer forum by mistake.

    I meant to put it in the Architect 2.x forum. Can a forum moderator move it?

    You may wish to move it to the Ext 4.1.1 bugs form instead.
  8. Replies
    3
    Views
    1,103
    I found a bug with Ext-JS 4.1.1 having to do with fieldset collapse. I'm posting it here because I'm providing an Architect archive file that demonstrates the problem. I don't expect that it has...
  9. The Ext.panel.Panel header property has no documentation link.

    It is important that this has a document link because it is, effectively, a "three state" boolean: true, false, and undefined where...
  10. Change the name of function the latest build (updated today) generates a TypeError dialog.

    I tried on functions that are part of several views that are classes. Ignore the error and the change is...
  11. Replies
    0
    Views
    174
    The follow renderer implementation on a Ext.data.column.Column reports an incorrect JSHint error

    if (record.data.Entry === "ASpecialCaseField") {
    var s = value.toString().split(" ");
    ...
  12. Replies
    1
    Views
    474
    What are Sencha's latest thoughts on DART?

    It is very appealing to those of us who come from a background of mainly working with statically typed languages (C++, Java, C#, etc). Javascript, in...
  13. Create and exact match filter on a store. Set the property. Do not set the value because you expect to set the value in code before loading the store.

    The Project Inspector draws a error icon to...
  14. The javascript validator doesn't detect the following error:

    var blah = {
    yadda: "the closing quote does not match the opening quote'
    }
  15. Add an Ext.form.field.Number editor to an Ext.grid.column.Number. Look at the baseChars property. The default value of the baseChars property is "0123456789" but the leading zero is stripped and it...
  16. I see there are set and get methods on Ext.data.Model that take the name of the field as a string.

    I'm wondering why setters and getters are not generated for the fields?
  17. Replies
    13
    Views
    2,806
    re the storeid: I experimented and it appears to make no difference whether the store id has a value or not. In fact, in Architect I cannot seem to clear it anyways. I found the storeid in my...
  18. Replies
    13
    Views
    2,806
    Regarding my comment about the stores limitations..... after having found my way to this thread while hunting down a solution to the single store instance problem I did succeed in coming up with...
  19. Replies
    13
    Views
    2,806
    me three

    I hit this limitation on my first Architect project (which is just something I'm throwing together to learn, not even "real"), hunted for info, and ended up here..

    Unfortunate to hit...
  20. me three

    OSX
  21. I'm running OSX, so that makes sense.

    Thanks very much.
  22. That will do. Here is a simple test that I just did to confirm this behavior:

    1. Create a project
    2. save it as myProj
    3. add a store userClassName X
    4. save
    5. mkdir...
  23. Hi.... this may be a question, or it may be bug report, or maybe a feature request. I'm not sure how to classify it.

    I have my Architect 2.1 project under revision control using subversion. I...
  24. Answering my own question:

    I tracked it down the queryBox property on the ComboBox that was hooked up to the store.
  25. For example:

    1. create a new store
    2. select the proxy
    3. go to the "limitParam" property
    4. it will have the value "limit" by default, select the cell that contains the world "limit", the word...
Results 1 to 25 of 27
Page 1 of 2 1 2