Search Type: Posts; User: dontbugme
Search: Search took 0.02 seconds.
-
7 Jan 2012 11:52 AM
- Replies
- 5
- Views
- 1,089
Just wanted to bump this, since this bug is still present in PR 3, thanks ~o)
-
6 Jan 2012 10:07 AM
- Replies
- 28
- Views
- 7,127
This example doesn't work for me with preview 3, using the fix from earlier in this thread it works well:
Ext.define("MyModel", {
extend: "Ext.data.Model",
fields: [
{ name:... -
5 Jan 2012 1:37 PM
- Replies
- 28
- Views
- 7,127
Is it supposed to work in DP 3 from Dec. 9th? Because it's still broken in that release. Can we expect it to work in the 2.0 beta/final release?
-
22 Dec 2011 4:51 PM
Jump to post Thread: Ext JS 4.1 - Updates by dontbugme
- Replies
- 102
- Views
- 30,291
It would be helpful if we didn't have to ask in a forum regarding the status, but could look at a public bug tracker to see the outstanding critical issues that need to be resolved before the beta...
-
22 Dec 2011 9:46 AM
Jump to post Thread: Ext JS 4.1 - Updates by dontbugme
- Replies
- 102
- Views
- 30,291
Hi, do you have an updated ETA for the 4.1 beta release? Thanks.
-
4 Dec 2011 2:40 PM
- Replies
- 7
- Views
- 2,003
Thanks for your attention won rhee :)
I resolved the problem using one map (once created), so I don't need destroy and create other map with other values. I only change the values in the used map. -
1 Dec 2011 4:52 AM
- Replies
- 6
- Views
- 1,325
please delete.. wrong thread
-
30 Nov 2011 4:37 PM
- Replies
- 7
- Views
- 2,003
I've followed your idea to destroy the object.
I have a button 'close', I think that is similar as your listener
But I don't understand the parameter 'p'.
aplica.views.detail =... -
28 Nov 2011 3:45 PM
- Replies
- 7
- Views
- 2,003
Hi won rhee
Thanks for answer 'Map not rendering correctly',
I have the same problem, at first the map works well, but when I open the map again, I can see only a piece of map. I can't understand... -
27 Nov 2011 3:19 PM
Jump to post Thread: Map not rendering correctly by dontbugme
- Replies
- 5
- Views
- 1,344
Someone has known how to fix it? :s
-
23 Nov 2011 6:47 AM
- Replies
- 1
- Views
- 448
Hey guys,
I'm just thinking of adding text to each bar auf my "StackedBarChart". Is this even possible? -
22 Nov 2011 2:03 AM
- Replies
- 1
- Views
- 1,383
Hey guys,
I am quit new to ExtJS. I just started with it because of TYPO3.
I want to add a DateField in the TYPO3 Backend to choose a month/year to specify my statistics.
Wenn I add the... -
20 Sep 2011 7:25 AM
- Replies
- 1
- Views
- 437
http://www.sencha.com/forum/archive/index.php/t-137142.html?
-
16 Sep 2011 9:55 AM
- Replies
- 4
- Views
- 3,536
Just change Ext.BoxComponent to Ext.Component, and it will work.
-
8 Sep 2011 8:16 AM
Jump to post Thread: Creating a statefull tree panel by dontbugme
- Replies
- 3
- Views
- 1,429
Any updates to this code?
-
8 Sep 2011 8:14 AM
Jump to post Thread: Stateful Trees in EXTJS 4 by dontbugme
- Replies
- 6
- Views
- 2,702
Please post your tree state code...
-
31 Aug 2011 3:49 PM
Jump to post Thread: Is this forum valid any more? by dontbugme
- Replies
- 43
- Views
- 5,115
I think integrating a bug tracker with the documents could be really cool, but I don't think the documents should be their own bug tracker. Having a section of the documentation that would have a...
-
31 Aug 2011 2:30 PM
Jump to post Thread: Is this forum valid any more? by dontbugme
- Replies
- 43
- Views
- 5,115
I think that @Nickname was stating that you could create a public bug tracker (such as Bugzilla) separate from your internal one. Those bugs that are validated by your team and could be imported into...
-
25 Aug 2011 3:52 PM
Jump to post Thread: one question about chart event by dontbugme
- Replies
- 2
- Views
- 496
The events are itemmousedown, itemmouseup, etc. See the example at http://dev.sencha.com/deploy/ext-4.0.2a/examples/charts/Charts.html. It reacts to mouse events on the series.
-
25 Aug 2011 3:06 PM
- Replies
- 3
- Views
- 991
I figured out the issue. I am not sure whether it's a bug or by design, but a container with an absolute layout is not tagging its child components with position:absolute. In my real page, which...
-
25 Aug 2011 8:03 AM
- Replies
- 2
- Views
- 703
It looks like this is being caused by this code:
label: {
renderer: Ext.util.Format.numberRenderer('0,0')
},
If you remove that custom label... -
25 Aug 2011 7:50 AM
- Replies
- 3
- Views
- 991
I modified the example to explicitly create panel as an Ext.panel.Panel, but I'm still unable to get it to move on the second mouse click. I am able to move the panel if I call...
-
24 Aug 2011 4:15 PM
- Replies
- 3
- Views
- 991
I am working on a page where I am trying to move components which belong to a panel which has an absolute layout. It kind of works if I manipulate the component's element top/left, but as it is...
-
19 Aug 2011 1:23 PM
Jump to post Thread: Is this forum valid any more? by dontbugme
- Replies
- 43
- Views
- 5,115
Agreed. I've submitted a few charting bugs and haven't received any response, and thus have no way of knowing whether to expect them to be fixed anytime soon. Charting is a big ticket item with...
-
17 Aug 2011 1:06 PM
- Replies
- 2
- Views
- 952
I am trying to adapt an old example from ExtJS 3.x for having a progress bar in a grid. It works on the initial render, but it does not resize properly. I am not sure if this is a bug with the...
Results 1 to 25 of 65
