Search Type: Posts; User: slemmon
Search: Search took 0.06 seconds.
-
Yesterday 2:44 PM
Jump to post Thread: Ext.require() not working by slemmon
- Replies
- 1
- Views
- 77
I just tried with require() including Ext lib files and some I put ad hoc in a directory for testing (also linked to it in my loader's path config so that the namespace'd classes would know where to...
-
Yesterday 1:58 PM
- Replies
- 3
- Views
- 93
So, the example tree grid from the Sencha.com website works ok for you in Chrome, but your app does not, is that correct?
-
Yesterday 1:57 PM
- Replies
- 3
- Views
- 113
The grid's store will pass up the sort information to your server and your server code will be responsible for passing back the sorted datasets. The server will need to be able to respond to the...
-
Yesterday 1:50 PM
- Replies
- 4
- Views
- 106
Is it just the handling of the series itemmouseup event that you're struggling with at this point?
Also, if you format the code in jsbeautifier and then wrap the code in code blocks using the #... -
Yesterday 1:40 PM
- Replies
- 6
- Views
- 186
I was hoping you might have an inclusive example that would show the issue. For example, the below example works using your plugin configs for the grid views when tested on 4.2.1 (released GA...
-
Yesterday 12:40 PM
- Replies
- 1
- Views
- 49
ExtJS is not currently optimized to work on devices other than PC so you may see some idiosyncrasies like this on other platforms. Touch is the framework targeting mobile platforms.
-
Yesterday 12:39 PM
Jump to post Thread: Update step scaling in chart by slemmon
- Replies
- 1
- Views
- 49
I haven't tested it, but once you set the step what about doing chart.redraw() afterwards?
-
Yesterday 12:21 PM
Jump to post Thread: Chart Series Tips dont match by slemmon
- Replies
- 1
- Views
- 30
On what version of ExtJS are you seeing the issue?
-
Yesterday 12:19 PM
- Replies
- 1
- Views
- 39
Have you tried the same chart with 4.2.1 (just released today) to see if the rendering bug has been fixed in a version since 4.1.3?
If the issue still persists can you provide a test case that... -
Yesterday 12:09 PM
- Replies
- 2
- Views
- 50
Thanks for the report! I have opened a bug in our bug tracker.
-
Yesterday 11:24 AM
- Replies
- 1
- Views
- 56
ExtJS is not currently optimized to work on devices other than PC so you may see some idiosyncrasies like this on other platforms. Touch is the framework targeting mobile platforms.
-
Yesterday 11:23 AM
- Replies
- 2
- Views
- 43
One thing you can do is define a store using Ext.define() and in the definition give the store class an alias like - alias: 'store.mystore'.
Then when you instantiate the combos you can use a... -
Yesterday 11:21 AM
- Replies
- 1
- Views
- 62
Try using boxready instead of afterrender:
Ext.create('Ext.panel.Panel', {
title: 'Choose a future date:',
width: 200,
bodyPadding: 10,
renderTo: Ext.getBody(),
items:... -
Yesterday 11:17 AM
- Replies
- 1
- Views
- 54
Not sure why you're seeing that scroll behavior when removing a component from a parent container. Do you have a code snippet that demonstrates the behavior?
-
Yesterday 10:15 AM
- Replies
- 2
- Views
- 60
How is it in 4.2.1 (released GA today)?
Below is what I found in 4.2.1 and it looked like it worked ok:
var myData = [
['3m Co',71.72,0.02,0.03,'9/1 12:00am'],
['Alcoa... -
Yesterday 9:50 AM
Jump to post Thread: [4.2.1 744] treestore load params by slemmon
- Replies
- 2
- Views
- 72
cache_bypass is not sent or the value is not sent with it?
-
Yesterday 9:48 AM
- Replies
- 1
- Views
- 52
I don't believe the column has a reference to the tooltip itself for you to grab. It's configured with data-qtip as an attribute on the action image is all.
-
Yesterday 9:29 AM
- Replies
- 1
- Views
- 56
With ExtJS 4.x you can use Ext.define() to make re-usable classes. Those classes can extend other existing classes or stand alone and can then be instantiated in your application with each instance...
-
Yesterday 9:16 AM
- Replies
- 2
- Views
- 58
What if you wrap the loop with Ext.suspendLayouts() > Ext.resumeLayouts(true) ?
-
Yesterday 9:06 AM
Jump to post Thread: XML Parsing by slemmon
- Replies
- 1
- Views
- 51
You might post the Bryntum question here:
http://www.bryntum.com/forum/ -
Yesterday 9:04 AM
- Replies
- 2
- Views
- 71
You should be able to use the series' renderer config. Here's an example of it at work:
http://docs.sencha.com/extjs/4.2.0/extjs-build/examples/charts/BarRenderer.html -
Yesterday 8:45 AM
Jump to post Thread: Issues using Proxy object by slemmon
- Replies
- 1
- Views
- 21
Is your Users.json file in the data folder?
-
Yesterday 8:08 AM
- Replies
- 1
- Views
- 50
I'm not seeing a public method to get the loaded range, but you might look at bufferedRenderer's getViewRange() method to get some ideas.
-
Yesterday 7:50 AM
- Replies
- 1
- Views
- 40
Perhaps perserveScrollOnRefresh?
-
Yesterday 7:47 AM
Jump to post Thread: Count Mark on Tabs by slemmon
- Replies
- 1
- Views
- 134
I've not seen a UX for that myself, but did put in a feature request a while back for that addition to the Ext framework.
Results 1 to 25 of 115
