Search Type: Posts; User: JBlinten
Search: Search took 0.03 seconds.
-
13 Sep 2012 9:41 AM
Jump to post Thread: Extjs Plugin For Eclipse by JBlinten
- Replies
- 20
- Views
- 14,345
The Eclipse plugin looks very cool.
Are there any plans for something similar for Visual Studio? -
16 Aug 2012 6:45 AM
Jump to post Thread: Is hasOne in Architect 2.1? by JBlinten
- Replies
- 2
- Views
- 442
Aaron,
I cannot model my project without hasOne associations, so Architect has been of little use for me. I have used it to help in some screen layouts and then manually paste the code.
Are... -
15 Aug 2012 9:41 AM
Jump to post Thread: Is hasOne in Architect 2.1? by JBlinten
- Replies
- 2
- Views
- 442
Are hasOne associations suported in 2.1? I could not find any reference to them in the toolbox.
Thanks -
11 May 2012 9:55 AM
- Replies
- 2
- Views
- 428
I'm not sure what "remoting" is, but wrt SOAP you are out of luck. Sencha does not support it.
I just struggled with this and posted my observations at... -
10 May 2012 10:41 AM
Jump to post Thread: How to access a WCF service? by JBlinten
- Replies
- 3
- Views
- 667
Just an update on my progress with WCF web services. I have given up and now just use calls to an .asp page. There is a great example on this at...
-
10 May 2012 10:17 AM
- Replies
- 18
- Views
- 2,356
Tom,
Many thanks for posting this clear example. It demonstrates a solution to a model problem I have been struggling with for a while. Given the state of Sencha documentation, I would have never... -
5 May 2012 6:12 AM
- Replies
- 1
- Views
- 398
When using a model with a hasMany association in a store, the store only requires the model and not the associated models.
Architect/ExtJS do not complain, but it is impossible to access the... -
3 May 2012 10:47 AM
Jump to post Thread: How to access a WCF service? by JBlinten
- Replies
- 3
- Views
- 667
Scott,
Many thanks! I have run across both links in my quest. Unfortunately, neither are helpful. I think my basic problem is that I don't know where VS10 is putting the service and I don't know... -
3 May 2012 7:36 AM
Jump to post Thread: How to access a WCF service? by JBlinten
- Replies
- 3
- Views
- 667
Hi!
I am stuck on the very basic problem of finding the correct url to use.
I have made a simple WCF WebService via Visual Studio 10. The service seems to work fine. When I debug the project,... -
27 Apr 2012 9:50 AM
- Replies
- 0
- Views
- 283
Please see: http://www.sencha.com/forum/showthread.php?197672-Nested-XML
I think this is bug..... -
27 Apr 2012 6:27 AM
Jump to post Thread: How does override work? by JBlinten
- Replies
- 10
- Views
- 1,157
After reading everything I could find on Architect's override in the forums, I am confused on what it can do and how to use it.
It appears that you can override any function as in the example:... -
27 Apr 2012 5:34 AM
Jump to post Thread: How to use the ExtJS 4.1? by JBlinten
- Replies
- 5
- Views
- 1,152
I have been able to simply point Architect to 4.1 in the setting/project dialog. My project seems to run fine. I think all this does is configure your app.html file.
However, the Architect... -
22 Apr 2012 8:35 AM
Jump to post Thread: Nested XML by JBlinten
- Replies
- 1
- Views
- 499
I have hit the wall trying to read some simple nested xml.
My problem is very similar to the problem posted in... -
19 Apr 2012 6:18 PM
Jump to post Thread: Simple Store in a ComboBox? by JBlinten
- Replies
- 2
- Views
- 845
Is it possible to use a simple text array (such as ["aaa","bbb"] ) as the store for a combobox in Architect? I have tried the following, but get errors in Ext.define.bindStore.
{
... -
18 Apr 2012 5:23 PM
Jump to post Thread: Stores in Controllers by JBlinten
- Replies
- 3
- Views
- 524
Many thanks for the help!
I'm going to try using the manual approach in the init(). However, since controllers are advertized as "glue/binders" between data and views, it seems natural that they... -
18 Apr 2012 11:26 AM
Jump to post Thread: Stores in Controllers by JBlinten
- Replies
- 3
- Views
- 524
Is it possible to use a controller to manage a Store's events? (Such as onXmlstoreLoad)
When I add a ControllerAction only interface stuff is in the targetType list. -
14 Apr 2011 8:50 AM
Jump to post Thread: Tree Panel with ASP NET by JBlinten
- Replies
- 1
- Views
- 1,209
I see that 4 Beta 2 is asking for the node in the url query. I modified my Page_Load as follows & the tutorial works fine!
protected void Page_Load(object sender, EventArgs e)
{
... -
12 Apr 2011 8:39 AM
Jump to post Thread: Tree Panel with ASP NET by JBlinten
- Replies
- 1
- Views
- 1,209
I am try to get Ext JS 4 Beta 2 working with my asp.net server. I am starting from the Tutorial:EXTJS Tree Panel with ASP NET (http://www.sencha.com/learn/Tutorial:EXTJS_Tree_Panel_with_ASP_NET).
...
Results 1 to 18 of 18
