Search Type: Posts; User: gskluzacek
Search: Search took 0.02 seconds.
-
7 Jun 2012 7:02 PM
- Replies
- 13
- Views
- 4,000
Totally cool thanks I'll give that a try!
-
7 Jun 2012 9:41 AM
- Replies
- 13
- Views
- 4,000
http://www.sencha.com/forum/showthread.php?203126-How-to-use-extensions-with-SA2&p=824309
-
7 Jun 2012 9:40 AM
Jump to post Thread: How to use extensions with SA2 by gskluzacek
- Replies
- 10
- Views
- 1,929
http://www.sencha.com/forum/showthread.php?211591-Question-How-to-use-Ext.ux.StatusBar-in-Sencha-Architect-project&p=824305&viewfull=1#post824305
-
7 Jun 2012 9:36 AM
- Replies
- 13
- Views
- 4,000
Thanks for the sample project ssamayoa.
Until I fully understand what you did above and how to replicate it myself, I will, in the short term, stick to using the solution I've documented below.... -
7 Jun 2012 8:31 AM
Jump to post Thread: How to use extensions with SA2 by gskluzacek
- Replies
- 10
- Views
- 1,929
Didn't realize the would have added a property (or two?) without incrementing the even the minor version number... Downloaded 442 and everything is good.
So if anyone else cannot find the... -
6 Jun 2012 5:20 PM
Jump to post Thread: How to use extensions with SA2 by gskluzacek
- Replies
- 10
- Views
- 1,929
I'm using Sencha Architect 2.0.0, but I don't see the "requires" property!! What the heck?!!
36016
Here is a screen shot of all the properties for my Application node... what version are you... -
1 Jun 2012 7:13 AM
- Replies
- 13
- Views
- 4,000
msinn,
Thanks for the solution, it worked! ... Kind of :)
While what I eventually came up does work, I would appreciate if any could offer a better or more elegant solution. Such as how to... -
1 Jun 2012 6:28 AM
Jump to post Thread: How to use extensions with SA2 by gskluzacek
- Replies
- 10
- Views
- 1,929
I understand what you've said and it makes perfect sense. However, I don't how to make Sencha Architect add the additional config for the requires property (I've only been using it for a short amount...
-
30 May 2012 7:59 PM
- Replies
- 13
- Views
- 4,000
In my Sencha Architect project I'm trying to add a Ext.ux.StatusBar to the bottom of a panel. I'm trying to do this by adding a launch function to my Application. But I'm getting an error. Does...
-
30 May 2012 7:55 PM
- Replies
- 1
- Views
- 793
Sorry guys, I just realized that I posted this in the wrong forum, I meant to post it to the Sencha Architect Forums 2.x forum
-
30 May 2012 7:41 PM
- Replies
- 1
- Views
- 793
In my Sencha Architect project I'm trying to add a Ext.ux.StatusBar to the bottom of a panel. I'm trying to do this by adding a launch function to my Application. But I'm getting an error. Does...
-
30 May 2012 7:15 PM
Jump to post Thread: How to use extensions with SA2 by gskluzacek
- Replies
- 10
- Views
- 1,929
I think I'm on the right track, but don't have my code in the proper place due to the asynchronous nature of the loader...
Here's what I've put in my Application's launch function:
... -
30 May 2012 5:45 PM
Jump to post Thread: How to use extensions with SA2 by gskluzacek
- Replies
- 10
- Views
- 1,929
abcoa,
I also would like use Ext.ux.statusbar.StatusBar in my Sencha Architect project, but cannot figure it out either.
Have you figured it out yet?
My application is a single Viewport with... -
19 May 2012 3:19 PM
- Replies
- 8
- Views
- 2,735
Animal,
Was wondering if you found any better solution to display a message in the body of a Grid Panel when there are no data records to display than using the Grid View's emptyText attribute.... -
8 Jan 2012 1:54 PM
- Replies
- 4
- Views
- 2,673
It appears that when you specify the inline data (as an array) in the combo box's store config setting, Designer looks like its converting it to a string, I'm guessing this is a bug? But if you go...
-
10 Mar 2011 8:59 PM
- Replies
- 1
- Views
- 854
I've got a simple form and wish to use the built in validation methods. However I don't want them validate the fields when the user tabs out of them or on every key press. Rather I want the fields to...
-
7 Mar 2011 8:18 PM
Jump to post Thread: Corrupted .xds file? by gskluzacek
- Replies
- 0
- Views
- 540
was working on my project in Designer. I had done a "Preview in new Window (F11)" and the preview worked fine. I made some changes to one of the panels (parent panel has a layout of card), saved, and...
-
28 Feb 2011 7:06 AM
- Replies
- 6
- Views
- 1,708
Thanks for the background.
So its not really of 'bug' of Ext, but rather a limitation of some browsers... in fact, all browsers (that I tried) in this particular case with cards and the nested... -
27 Feb 2011 3:23 PM
Jump to post Thread: Need help with menu items by gskluzacek
- Replies
- 0
- Views
- 392
I am trying to use Designer to create a menu that has a TextItem and a ComboBox, while I can get it to do it, it doesn't look very nice. Instead of the TextItem and the ComboBox displaying to the...
-
27 Feb 2011 11:51 AM
- Replies
- 6
- Views
- 1,708
So is this not being considered a bug?
If not a bug can someone please explain
1) the effect of using a hideMode of 'offsets' versus 'display' make a difference here and if in fact it should... -
21 Feb 2011 8:31 PM
- Replies
- 6
- Views
- 1,708
Well I set the hideMode: to 'offsets' as you suggested and that did resolve the issue, good call. I didn't try setting the layoutConfig as ExtJS Designer doesn't expose that.
Even though the above... -
20 Feb 2011 8:01 PM
- Replies
- 6
- Views
- 1,708
Ext version tested:
Ext 3.2.1
Adapter used:
ext -
13 Dec 2010 9:30 PM
- Replies
- 1
- Views
- 776
I have a GridPanel that contains a NumberColumn which has a dataIndex of issue_count and a format string of '0'... however when issue_count has a value of null, a '0' is displayed for the row.
Is... -
12 Dec 2010 12:05 PM
- Replies
- 4
- Views
- 1,189
OK, I figured out how to do what I needed, it was really simple actually... I went over to this excellent source of example code, Saki's Ext Examples Page and looked at the Form --> Combo with Remote...
-
12 Dec 2010 9:37 AM
- Replies
- 4
- Views
- 1,189
I want to do something similar...
I have a comboBox that I want to dynamically populate with values from a table that has 30,000 records in it. Instead of loading the comboBox's store with all...
Results 1 to 25 of 62
