Search Type: Posts; User: mark0978

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Ok, but doesn't fromQueryString mean that it has been translated fromQueryString? You are building a dict of values from the querystring keyed by its values.

    In fact I think your statement might...
  2. http://docs.sencha.com/ext-js/4-1/#!/api/Ext.Object-method-fromQueryString

    If you have a string like:

    "doctypes=Correspondence&doctypes=Line+Item" it will decode it into:


    ...
  3. Here is a stack backtrace for extjs-debug-all v4.1.3


    record.save.callback (alerts.js:87)
    Ext.apply.callback (ext-all-debug.js:6820)
    callback (ext-all-debug.js:60568)...
  4. Personally I'd be fine with you just changing the docs. This has been broken since 2011, so it isn't like anyone is using it the way you have documented
    ...
  5. Replies
    3
    Views
    156
    Seems the x template that is being generated is doubled up, possibly due to the use of 2 grouping features, grouping and grouping summary.



    "<table class="x-grid-table x-grid-table-resizer"...
  6. Got the same problem here too.

    The xtemplate generates nodes that are then mapped one to one onto the data in the records array. Your xtemplate is generating too many of those nodes, either the...
  7. Replies
    3
    Views
    156
    I'm seeing the same thing


    // privateupdateIndexes : function(startIndex, endIndex) {
    var ns = this.all.elements,
    records = this.store.getRange(),
    i;


    startIndex =...
  8. Not my intent. What I want to do is come a closely as possible to one set of code, and the load the correct underlying library extjs or senchatouch depending on the requesting browser via a...
  9. I found some posts from 2008 that are hopefully badly out of date on this subject.

    What is needed to run a 4.1.1 app in SenchaTouch 2? I'm thinking I need to do some larger fonts to deal with the...
  10. It seems like architect is of little or no value in its current state outside of building wireframe mockups that don't really do anything (and even then only for screenshots) It can't tackle...
  11. I don't suppose you know how to do this in architect do you?
  12. Looks like you can remove the # from the the control section since that is what the reference is for



    config: {
    refs: {
    myButton : '#myButton' // button has a ref
    },
    control: {
    ...
  13. I have several menus in my game app, a main menu and some sub menus. When using a Controller I can set it up to pick up on button taps, but when i do that the controller is called when the every...
  14. Any chance you could get that into the docs?
  15. Figured it out!


    axes: [{ type: 'Category',
    position: 'bottom',
    fields: ['when'],
    title:...
  16. I have a multi-column chart with data values "d1-dn" and I have names to go with those, but those names are user entered text that can include ' and other interesting characters, so it doesn't seem...
  17. text-anchor="middle" does what I want. I'm just wondering how to get that attribute into the SVG ext is generating..... the default value is text-anchor="start" which is doing left alignment.
  18. Replies
    13
    Views
    1,213
    In this case, it seems like a single extjs instance in the browser using divs for the portlet regions would make the most sense from a memory standpoint. If each portlet has its own namespace (and...
  19. That did work, no way to center one label above the other without changing text-anchor to middle. Any idea on how to set that attribute in the SVG that Ext emits?
  20. Trying to format the x axes and I'm using code like this:

    axes: [{
    type: 'Category',
    position: 'bottom',
    fields:...
  21. Downloaded designer yesterday to reinstall on my new hard disk. As a result, I got this URL in a marketing email (about resources I didn't know existed):
    ...
  22. I don't think you looked at my "How I made it work" response. I don't see you setting the active tab, you see to be trying to rely on the html part to do it all.
  23. I've attached the one from extjs, it shows building several variations at one go. You can look at the builds section to see how they adjust the options for each build. If you want faster builds you...
  24. * Parse myapp-all.js with options:
    - debug: false
    - debugLevel: 1
    * Compress and obfuscate myapp-all.js...

    If debug is false, why is debugLevel set to 1? Where is it set? It's not in...
  25. Put your files into a package, then use your "package" in your build configs.

    Look for sdk.jsb3 in the build folder for an example of how they do it. (I'm using extjs instead of sencha, but the...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4