Search Type: Posts; User: j-joey
Search: Search took 0.02 seconds.
-
27 Dec 2011 4:12 PM
- Replies
- 4
- Views
- 1,724
i have a quick and dirty workaround for this problem, this may help you
Ext.Container.prototype.initComponent = Ext.Container.prototype.initComponent.createInterceptor( function(){
if ( {... -
23 Dec 2011 4:55 PM
- Replies
- 4
- Views
- 1,724
i also have this issue. vbox and hbox layouts need align property to be set in layoutConfig object.
-
27 Sep 2011 3:45 PM
- Replies
- 13
- Views
- 2,469
thanks guys
-
26 Sep 2011 2:52 PM
- Replies
- 13
- Views
- 2,469
this problems is still present in 1.2.1-27 beta
actually, it's sort of fixed, configs moved from layout object to layoutConfig object. but it doesn't solve the problem. -
24 Sep 2011 1:03 PM
- Replies
- 1
- Views
- 591
Only way to fix this, delete the container then re-create another one.
-
24 Sep 2011 1:01 PM
- Replies
- 1
- Views
- 591
Designer version tested: Designer 1.2.0
Operating System: Windows 7 32bit
Framework:Ext JS 3.3.x
Description: Changing a duplicated field's label, also changes original field's label
... -
24 Sep 2011 12:39 PM
- Replies
- 6
- Views
- 2,752
1.2.0 also has this bug.
-
24 Sep 2011 10:56 AM
Jump to post Thread: Template Parsing Error by j-joey
- Replies
- 4
- Views
- 1,386
If you change single quotes to doubles, it accepts the template.
-
24 Sep 2011 10:45 AM
Jump to post Thread: Template Parsing Error by j-joey
- Replies
- 4
- Views
- 1,386
Designer version tested:
Designer 1.2.0
Operating System:
Windows 7 32bit
Framework: -
23 Sep 2011 4:09 PM
- Replies
- 6
- Views
- 1,107
you've just relieved me, i'm looking forward to install 1.2.1, is it soon?
-
23 Sep 2011 10:05 AM
- Replies
- 6
- Views
- 1,107
I've converted most of my project files from 1.1.2, and made lots of changes since then. And I don't want to revert back to old backups, you [should|have to] consider this before releasing this fix....
-
23 Sep 2011 9:55 AM
- Replies
- 13
- Views
- 2,469
a hot, quick fix will be appreciated.
-
10 Jun 2011 4:07 AM
- Replies
- 6
- Views
- 2,959
with this fix, it should behave completely natural
Ext.override( Ext.grid.GridDragZone, {
getDragData : function( e ) {
var t = Ext.lib.Event.getTarget(e);
var rowIndex =... -
5 May 2011 3:23 AM
Jump to post Thread: cannot open project on windows by j-joey
- Replies
- 0
- Views
- 1,307
Designer Version: 1.1.2
Operation System: Windows 7 32bit
If i try to open a project from explorer, designer just opens an empty and it doesn't open the project. You can open your project inside... -
2 May 2011 7:12 PM
Jump to post Thread: Ext Designer + Ext JS 4? by j-joey
- Replies
- 7
- Views
- 2,763
i'm looking forward to hear the answer.
but i think we'are going to wait for a while. its harder than migrating an ext3 project to ext4 for designer development team. designer should convert a... -
29 Jan 2011 7:53 PM
Jump to post Thread: Code view by j-joey
- Replies
- 1
- Views
- 660
designer is not an editor, "code view" just shows the generated code.
-
23 Jan 2011 6:20 PM
Jump to post Thread: i cant submit this form by j-joey
- Replies
- 3
- Views
- 1,049
Go to API docs for BasicForm
You'll see submit method should be called a bit different,
myFormPanel.getForm().submit({
clientValidation: true,
url: 'updateConsignment.php',
... -
23 Jan 2011 6:10 PM
- Replies
- 6
- Views
- 1,207
you should trigger the store load.
if you want to load store on initialization:
MyGrid = Ext.extend(MyGridUi, {
initComponent: function() {
... -
21 Jan 2011 4:58 PM
Jump to post Thread: i cant submit this form by j-joey
- Replies
- 3
- Views
- 1,049
check basicForm's submit method, you should submit using a handler.
-
21 Jan 2011 4:54 PM
- Replies
- 6
- Views
- 1,207
you don't have any calls for your grids loadFeed method.
-
21 Jan 2011 4:47 PM
- Replies
- 1
- Views
- 866
just want to remind this bug, i provide more info if you need
-
16 Jan 2011 2:10 PM
- Replies
- 1
- Views
- 866
Hi,
The problem is, after transforming a formpanel to panel, layout config is being lost, so the labels are gone. applying layout:'form' doesn't bring back the labels.
so Transform steps for... -
16 Jan 2011 11:25 AM
Jump to post Thread: Testing the export by j-joey
- Replies
- 1
- Views
- 487
images are bound the extjs library. so you need the library too.
-
16 Jan 2011 11:22 AM
Jump to post Thread: Reasons to buy Ext Designer by j-joey
- Replies
- 33
- Views
- 9,436
do you know what, i've pre-ordered the designer when it was available, and since then i'm actively using designer. and i'm leading to a developer group for a large-scale project. without designer i...
-
29 Dec 2010 2:25 AM
- Replies
- 3
- Views
- 1,598
oh i see, tab/shift+tab works as excepted when editing on canvas. i just mentioned the property editor.
i just re-checked the situation.
i put a formpanel and some textfields and in component...
Results 1 to 25 of 103
