Search Type: Posts; User: dfoelber
Search: Search took 0.04 seconds.
-
25 Apr 2013 9:59 AM
- Replies
- 5
- Views
- 302
Hi,
Thanks for the feedback! That definitely is not right, I made a ticket for the issue. -
25 Apr 2013 9:51 AM
- Replies
- 1
- Views
- 151
Hi,
Yes, Architect 2.2 allows for this functionality.
http://docs.sencha.com/architect/2/#!/guide/config_panel-section-8 -
25 Apr 2013 9:50 AM
- Replies
- 2
- Views
- 278
Hi,
In Architect 2.2, you are able to assign variables in configs using processConfig for extjs or initialize for touch.
http://docs.sencha.com/architect/2/#!/guide/config_panel-section-8 -
25 Apr 2013 9:48 AM
- Replies
- 7
- Views
- 951
Hi,
Sorry for the delay. This config should allow multiple types as some of our other configurations do. I'll make sure this gets addressed sooner. -
18 Apr 2013 7:12 AM
- Replies
- 3
- Views
- 267
You can place a processConfig on the text field. It will look a little like this:
me.processMyTextField({
xtype: 'textfield',
anchor: '100%',
fieldLabel: 'Label',
... -
18 Apr 2013 6:49 AM
- Replies
- 5
- Views
- 237
Hi,
This issue is now fixed and will be included in the next update.
Thanks again for the feedback!
- David -
17 Apr 2013 11:47 AM
Jump to post Thread: createAlias and createClass by dfoelber
- Replies
- 2
- Views
- 120
Hi,
createClass is allowed on instances like drag drop plugin and selection models (basically, anywhere we use Ext.create instead of an xtype in the code generation).
-David -
10 Apr 2013 10:05 AM
- Replies
- 3
- Views
- 267
Hi,
You can add a process config function to your window to set the title.
There is a guide here: http://docs.sencha.com/architect/2/#!/guide/config_panel-section-8 -
29 Mar 2013 9:56 AM
- Replies
- 9
- Views
- 403
Hi all,
This issue has been fixed and will be included in the next autoupdate. -
25 Mar 2013 8:23 PM
- Replies
- 1
- Views
- 135
Hi,
In general (and this use case), I would recommend using processConfig over an override. I find it to be cleaner and easier to manage. The downside with processConfig is that it only occurs in... -
19 Mar 2013 9:31 AM
- Replies
- 5
- Views
- 237
Ah, well that definitely looks like we are not honoring those states. I'll file the bug and get it fixed. Thanks!
-
19 Mar 2013 9:02 AM
- Replies
- 5
- Views
- 237
Hi,
If you take a look in the .architect file in your project folder, does it show expanded states for the nodes?
Here is a .architect file with the first node retracted. If it is expanded, the... -
19 Mar 2013 8:52 AM
Jump to post Thread: dataview.List store property by dfoelber
- Replies
- 2
- Views
- 142
Hi,
You can either create the store as a top level component and reference it as a string, or use initialize() on the list to set the store as another type.
... -
14 Mar 2013 11:00 AM
Jump to post Thread: Grid Filter Configuration by dfoelber
- Replies
- 12
- Views
- 816
Hi boonkerz,
At first glance, you seem to be doing the process config part correctly. Where do things break down for you? -
12 Mar 2013 7:12 PM
Jump to post Thread: Howto use Ext.ux.RowExpander ? by dfoelber
- Replies
- 10
- Views
- 1,591
Hi ismoore,
The syncRequired() approach should work if you override and use the controller's init() function. Your path looks correct, so that shouldn't be the problem.
Here are 3 things that... -
7 Jan 2013 11:43 AM
- Replies
- 7
- Views
- 402
Hi,
What is displayed in the command window? Does it provide an error code? -
4 Jan 2013 1:05 PM
- Replies
- 1
- Views
- 154
Hi,
Exit code 3 denotes an I/O error. I would guess that it has something to do with your android sdk or certificate path missing/invalid permissions/etc. You should also check/ask in the Cmd... -
3 Jan 2013 8:43 AM
- Replies
- 1
- Views
- 218
Hello Fabián,
The next major release, 2.2, will allow you to set those configs dynamically without the need of an override. Currently, creating an override is your best option. Sorry for the... -
23 Oct 2012 10:08 AM
- Replies
- 10
- Views
- 2,949
Concerning the second point, our JogWithFriends example might help you.
https://github.com/SenchaArchitect/JogWithFriends
The backend is node.js and not rails, but hopefully it will answer some... -
10 Oct 2012 11:52 AM
- Replies
- 5
- Views
- 774
Hi,
It is not possible to lock an unlocked file at the moment, but will be possible in the future. -
18 Sep 2012 12:29 PM
- Replies
- 3
- Views
- 686
Hi,
This config will be included in the next autoupdate. -
27 Aug 2012 10:02 AM
Jump to post Thread: 2.1 Static function docs by dfoelber
- Replies
- 1
- Views
- 461
Thanks for the feedback! This issue has been resolved and will be included in the next update.
-
23 Aug 2012 9:10 AM
Jump to post Thread: Sencha Architect 2.1 build 588 by dfoelber
- Replies
- 11
- Views
- 1,919
Hi,
Our ExtFeedViewer example (https://github.com/SenchaArchitect/ExtFeedViewer) performs a similar import with PreviewPlugin. Here are the basic steps:
Copy the plugin to your project root
... -
23 Aug 2012 6:23 AM
- Replies
- 6
- Views
- 1,310
Hi,
A fix has been put in to handle these cases more gracefully, it will be included in the next update. -
22 Aug 2012 11:28 AM
- Replies
- 1
- Views
- 381
Thanks for the feedback! This issue has been resolved and the fix will be included in the next update.
Results 1 to 25 of 79
