Search Type: Posts; User: pdm
Search: Search took 0.03 seconds.
-
20 May 2013 7:02 AM
- Replies
- 1
- Views
- 115
sorry, I found an existing report
http://www.sencha.com/forum/showthread.php?263556-Ext.data.proxyAjax-An-autogenerated-constructor-with-failures-Sencha-Architect-2.2
closing this thread -
20 May 2013 6:33 AM
- Replies
- 1
- Views
- 115
Version: 2.2.2 Build: 971
Touch 2.1.x project
OSX 10.8
start a new Touch 2 project
add a store (any kind)
click MyAjaxProxy
click Event Bindings add button in config
choose any event... -
14 Feb 2013 3:40 AM
Jump to post Thread: Floating panels get region added by pdm
- Replies
- 1
- Views
- 297
Architect v 2.1.0 build: 678
ExtJS 4.1
SA adds 'region' to floating panel inside a border layout.
1. add a panel to Views
2. set it to border layout
3. add a child panel; it gets region:... -
4 Feb 2013 6:30 AM
- Replies
- 7
- Views
- 308
There was a problem with that approach - sometimes the stack would be emptied when it shouldn't by going back and forth between one view and homepage. Also any views added before would stay in memory...
-
25 Jan 2013 9:11 AM
- Replies
- 7
- Views
- 308
Thanks. After some hacking this is what I have:
onNavigationviewActiveItemChange: function(container, value, oldValue, options) {
if (value.xtype == 'homepage'){
... -
25 Jan 2013 8:42 AM
- Replies
- 7
- Views
- 308
No, I need the homepage to no longer have a back button. I want to reset the navigation view so that homepage is the first.
If I just pop to homepage, login is still at [0] and 'back' button is... -
25 Jan 2013 7:11 AM
- Replies
- 7
- Views
- 308
thanks Mitchell
The problem is I want to reset() to a different point once logged-in. Simplified example:
[0] login
[1] homepage
[2] record
on 'record' I have a button 'done', where I want... -
24 Jan 2013 4:43 AM
Jump to post Thread: Sencha touch customise rest proxy url by pdm
- Replies
- 2
- Views
- 470
We've done something similar by overriding the rest proxy. Here's a cut-down example:
Ext.define('my_app.data.proxy.Rest', {
override: 'Ext.data.proxy.Rest',
buildUrl:... -
23 Jan 2013 7:32 AM
- Replies
- 7
- Views
- 308
I'm trying to use Ext.navigation.View to present a login panel for first-time users, followed by a 'home page' panel. Then the user goes through a series of steps, and at the end, is taken back to...
-
28 Sep 2012 12:55 AM
Jump to post Thread: handling of floating configuration by pdm
- Replies
- 7
- Views
- 1,195
I have set height/width but I don't see that there is x, y or position config properties on a floating panel/formpanel.
-
27 Sep 2012 2:54 AM
Jump to post Thread: window/floating panel owned by tab by pdm
- Replies
- 0
- Views
- 193
I'm trying to create a 'pop-up window' from a tab that stays with that tab.
I've tried using window on the viewport and a floating panel inside the tab view. Both stay in front when switching... -
27 Sep 2012 2:46 AM
Jump to post Thread: handling of floating configuration by pdm
- Replies
- 7
- Views
- 1,195
I still have the same issue as @cweirich in Architect 2.1.0 build 637
-
16 Aug 2012 8:10 AM
Jump to post Thread: Text Field width by pdm
- Replies
- 12
- Views
- 2,140
Could be, but I have also reproduced the issue several times in Architect:
1. New Project > ExtJS 4.1.x
2. Add container
3. Add textfield to container
4. set width on textfield to '100'
5.... -
16 Aug 2012 7:57 AM
Jump to post Thread: Text Field width by pdm
- Replies
- 12
- Views
- 2,140
Chrome 21.
Your JS fiddle works fine. I tried exporting the project and viewing in Chrome and it's fine. I restart Architect and reload the project and it's fine. But my original converted... -
16 Aug 2012 7:44 AM
Jump to post Thread: Text Field width by pdm
- Replies
- 12
- Views
- 2,140
I am using Sencha Architect 2.1.0 Build 584 (the latest) and all my screenshots are from that, but the issue also appears in the browser when loading from...
-
16 Aug 2012 7:39 AM
Jump to post Thread: reusable Component parameters by pdm
- Replies
- 0
- Views
- 150
I want to create reusable components in Architect with parameters on them. For example, a container with a button and some html content next to it. Then I want to re-use that component with different...
-
16 Aug 2012 7:03 AM
Jump to post Thread: Text Field width by pdm
- Replies
- 12
- Views
- 2,140
here it is in 4.0.7 - this is what I want
38009
in all my screenshots I have selected the textfield. In the following under 4.1.1 you can see the input element inside the textfield component is... -
15 Aug 2012 11:54 PM
Jump to post Thread: Text Field width by pdm
- Replies
- 12
- Views
- 2,140
Here's what 200 looks like. Also I set labelWidth to 0 and Label to nothing and hideLabel to true.
@Scott please clarify. What is the fieldWidth? Had this behaviour changed since 4.0.7? -
15 Aug 2012 7:12 AM
Jump to post Thread: Text Field width by pdm
- Replies
- 12
- Views
- 2,140
I'm not sure if this is a bug or a change since updating my project 4.0.7 to 4.1.1
I want to add fixed width text fields in a container with hbox layout . As soon as I add a width value, the input... -
9 Jul 2012 3:31 AM
- Replies
- 1
- Views
- 1,057
Sencha Touch version tested:
1.1.1
Platform tested against:
iOS 5.x
iOS 5 Simulator
Chrome
Description: -
11 Jun 2012 5:53 AM
- Replies
- 0
- Views
- 265
I'm using Sencha Architect and git together. It's annoying how the metadata folder is so often changed by unimportant things like "expanded" in the project inspector. This is not a functional change...
-
24 May 2012 3:20 AM
Jump to post Thread: escape chars in code editor by pdm
- Replies
- 2
- Views
- 692
REQUIRED INFORMATION
Architect Build tested:
Build: 442
Project Type:
ExtJS 4.x
Description:
Pressing Esc key in code editor inserts an invisible character which is then shows the line... -
16 May 2012 8:17 AM
Jump to post Thread: Filtering via LiveSearch in grid? by pdm
- Replies
- 6
- Views
- 1,481
You may just want to filter the grid:
onTextfieldChange: function(field, newValue, oldValue, options) {
var grid = field.up('gridpanel');
grid.store.clearFilter();
... -
16 May 2012 5:19 AM
Jump to post Thread: [r276] Menu: Help => Changelog by pdm
- Replies
- 4
- Views
- 740
Going to Help > Changelog opens http://www.sencha.com/products/architect/changelog/ which seems to be 404
-
7 Mar 2012 4:07 AM
Jump to post Thread: previous next in forms on iPhone by pdm
- Replies
- 1
- Views
- 472
When filling out a sencha touch form on iPhone, you get the usual keyboard with Previous, Next and Done buttons on it for text input fields. However, touch uses it's own control for comboboxes, dates...
Results 1 to 25 of 42
