Search Type: Posts; User: mark0978
Search: Search took 0.02 seconds.
-
12 Apr 2013 7:33 AM
- Replies
- 3
- Views
- 123
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... -
11 Apr 2013 8:11 PM
- Replies
- 3
- Views
- 123
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:
... -
5 Apr 2013 7:25 AM
- Replies
- 4
- Views
- 241
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)... -
2 Apr 2013 12:06 PM
- Replies
- 4
- Views
- 241
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
... -
23 Mar 2013 6:46 AM
Jump to post Thread: Record popping out by mark0978
- 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"... -
22 Mar 2013 9:28 PM
- Replies
- 5
- Views
- 735
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... -
22 Mar 2013 9:27 PM
Jump to post Thread: Record popping out by mark0978
- 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 =... -
6 Aug 2012 7:29 PM
- Replies
- 3
- Views
- 478
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...
-
6 Aug 2012 5:35 AM
- Replies
- 3
- Views
- 478
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... -
6 Jun 2012 7:22 PM
- Replies
- 7
- Views
- 1,147
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...
-
6 Jun 2012 5:55 PM
- Replies
- 4
- Views
- 877
I don't suppose you know how to do this in architect do you?
-
4 Jun 2012 5:41 AM
- Replies
- 4
- Views
- 877
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: {
... -
3 Jun 2012 5:06 PM
- Replies
- 4
- Views
- 877
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...
-
16 May 2012 10:02 AM
- Replies
- 9
- Views
- 1,056
Any chance you could get that into the docs?
-
16 May 2012 9:19 AM
- Replies
- 9
- Views
- 1,056
Figured it out!
axes: [{ type: 'Category',
position: 'bottom',
fields: ['when'],
title:... -
16 May 2012 9:07 AM
- Replies
- 1
- Views
- 850
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...
-
15 May 2012 9:31 AM
- Replies
- 9
- Views
- 1,056
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.
-
15 May 2012 7:22 AM
Jump to post Thread: Preventing Namespace Collisions by mark0978
- 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...
-
14 May 2012 6:24 PM
- Replies
- 9
- Views
- 1,056
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?
-
14 May 2012 1:27 PM
- Replies
- 9
- Views
- 1,056
Trying to format the x axes and I'm using code like this:
axes: [{
type: 'Category',
position: 'bottom',
fields:... -
8 May 2012 5:56 AM
- Replies
- 1
- Views
- 527
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):
... -
2 May 2012 3:42 AM
- Replies
- 6
- Views
- 1,202
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 Apr 2012 9:53 AM
- Replies
- 3
- Views
- 480
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...
-
23 Apr 2012 6:35 AM
- Replies
- 1
- Views
- 868
* 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... -
23 Apr 2012 6:27 AM
- Replies
- 3
- Views
- 480
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
