Search Type: Posts; User: MikeB
Search: Search took 0.02 seconds.
-
8 Mar 2013 8:19 AM
- Replies
- 2
- Views
- 233
Thanks Mitchell, I thought the fix was put into 4.1.1 didn't realize it was in 4.1.3.
MikeB -
7 Mar 2013 1:04 PM
- Replies
- 2
- Views
- 233
I know this has been reported previously and has been reported as fixed (EXTJSIV-6005 in 4.1), however I'm still seeing the same issue:
On 4.1.1a, a TreeStore using a REST proxy should pass... -
17 Aug 2012 8:44 AM
- Replies
- 5
- Views
- 727
Thanks Aaron, and I know it's not the optimal way to build an app, but what I'm trying to do is to have a single container to hold my "app" with other static html content (generated by PHP on the...
-
17 Aug 2012 7:43 AM
- Replies
- 5
- Views
- 727
Tobias, I saw your post on this and I had tried the same thing (with a simple container to start with) but the container didn't render to the tag I told it to renderTo.
Did you have to do anything... -
16 Aug 2012 6:04 AM
- Replies
- 3
- Views
- 351
Thanks Skirtle, your method works like a charm (now to run it through my testers to see if it works ALL the time!)
MikeB -
16 Aug 2012 5:39 AM
- Replies
- 1
- Views
- 190
I have a panel which I'm looking to assign an event handler to but can't figure out how to apply additional attributes as I would if writing the code directly.
For example, what I WANT to do is as... -
16 Aug 2012 4:59 AM
- Replies
- 2
- Views
- 313
Thanks Evant, however, I'm trying to wrap my head around the purpose/use for the definitions then. I'm wondering why someone would use the 'definitions' property over passing the information as part...
-
16 Aug 2012 3:30 AM
- Replies
- 2
- Views
- 313
I've tried several different methods of using the "definitions" config object of an xTemplate in 4.1
Ext.define('MyApp.view.MyPanel', { extend: 'Ext.panel.Panel',
title: 'My Panel',
... -
15 Aug 2012 4:07 PM
- Replies
- 3
- Views
- 351
Thanks, I'll give that a try. Never knew about "delegate" before.
-
15 Aug 2012 2:05 PM
- Replies
- 3
- Views
- 351
I'm trying to render my own content inside a panel which contains links and buttons. I've tried using a standard xTemplate to generate the content and then grab onto the links and buttons via a...
-
20 Jul 2012 1:36 PM
- Replies
- 24
- Views
- 6,829
Voted up and Starred! Glad to help, and thanks for a neat little logger.
MikeB -
20 Jul 2012 3:09 AM
- Replies
- 24
- Views
- 6,829
Thanks Pedro, that solved my problem!
Thanks for the fast response on this!
Now the question is does this also work on IE-7, or at least have a "ignore if no console" ability for versions of... -
19 Jul 2012 8:51 AM
- Replies
- 24
- Views
- 6,829
It doesn't appear to work in MS-IE (Version 8 at least).
When I have the (latest) log4js-ext-all.js running in my app I get a "console is undefined" error in MS-IE.
Now I know I could load this... -
14 Jun 2012 7:33 AM
Jump to post Thread: Commenting code in Architect... by MikeB
- Replies
- 10
- Views
- 1,148
Thanks Aaron, and I'm honestly still on the fence with SA. I only started playing with the latest version yesterday and it's still taking a bit of time to figure things out. I think there's still a...
-
14 Jun 2012 7:26 AM
- Replies
- 4
- Views
- 540
Ahhh thanks for the tip. I'll definitely keep that in mind.
Although, and I know this has been posted to death in other forums and posts, it might be nice to add that little tip when working with... -
14 Jun 2012 7:01 AM
Jump to post Thread: Commenting code in Architect... by MikeB
- Replies
- 10
- Views
- 1,148
Oh I agree that it's probably a non trivial solution. I guess I'm just hoping for a lot more for the price.
Thanks
MikeB -
14 Jun 2012 6:58 AM
- Replies
- 4
- Views
- 540
Thanks Scott, and even in a much simpler example the same applies (and if you think THIS is a lot of nesting you should see the application I'm working on that I started with for this example :D).
... -
14 Jun 2012 5:47 AM
Jump to post Thread: Commenting code in Architect... by MikeB
- Replies
- 10
- Views
- 1,148
I was afraid of that and yea keeping comments in separate files is not only not fun, but in some cases it's not possible (due to requirements and Best Practices).
Unfortunately it's sounding more... -
14 Jun 2012 2:53 AM
Jump to post Thread: Commenting code in Architect... by MikeB
- Replies
- 10
- Views
- 1,148
Is there a way to add comments to the code generated by Architect?
Being able to turn on "Edit Mode" in the Code config panel would be a GREAT help in that regard (as well as many others)
... -
13 Jun 2012 4:48 PM
- Replies
- 4
- Views
- 540
Well here's something that I'm not sure where to post since it "might" be an issue with Sencha Architect or with ExtJS itself, but here goes...
I create a Viewport which contains a Panel and a... -
11 Jun 2012 4:20 AM
- Replies
- 13
- Views
- 6,961
How can I add the current scope of the application so that when I'm in the handler I can access any functions/variables I've established previously?
Thanks
MikeB -
14 Feb 2012 3:49 PM
- Replies
- 2
- Views
- 389
Thanks Luc, I actually found the answer myself (after a bunch of searching, and I probably should have marked this thread as answered, but I'd forgotten I'd opened it! :D).
The problem WAS in the... -
5 Dec 2011 10:56 AM
- Replies
- 2
- Views
- 389
I've seen several threads here and have gone over the docs on this so I'm probably missing something obvious, so I'm hoping someone here will be able to see what I'm missing.
I have a JSON object... -
23 Nov 2011 6:15 AM
- Replies
- 4
- Views
- 1,016
Thanks Mitchell.
-
22 Nov 2011 2:34 PM
- Replies
- 4
- Views
- 1,016
Thanks Mitchell, and yes I agree the fewer the better. But I was looking to find a way to keep to the MVC model, which what I came up with was this:
In my controller, I put together a function to...
Results 1 to 25 of 82
