Search Type: Posts; User: lsdriscoll
Search: Search took 0.03 seconds.
-
22 Feb 2013 7:48 AM
- Replies
- 17
- Views
- 993
How long have you been working on this Qarea? It's been over a week now. If I were you, I'd do the RIGHT thing and fix all the syntax errors.
You'll need to compress the code before it goes live... -
8 Feb 2013 8:28 AM
Jump to post Thread: Sencha Cmd needs some coffee by lsdriscoll
- Replies
- 36
- Views
- 7,717
This will be epic for debugging =]
Will it be able to learn custom structures? For instance, we have built View Controllers into ExtJS which don't extend Ext.app.Controller and implement custom... -
8 Feb 2013 8:19 AM
- Replies
- 16
- Views
- 1,480
If you've got 4gb free to play with then I'd keep adjusting the memory settings until you have it right.
Start with cmd.jvm.args=-Xms128m -Xmx2048m and keep adjusting the -Xmx setting until it... -
8 Feb 2013 7:23 AM
- Replies
- 17
- Views
- 993
I had the same issues come up.
If you don't supply the -yui argument, YUI compression does not take place. If you haven't specified -yui and it's still coming up with YUI errors, then something... -
8 Feb 2013 7:16 AM
- Replies
- 16
- Views
- 1,480
Have you tried commenting the line out altogether?
-
1 Feb 2013 1:06 AM
Jump to post Thread: Sencha Cmd needs some coffee by lsdriscoll
- Replies
- 36
- Views
- 7,717
@dongryphon
Hi Don, thanks your your response.
I understand that our perspectives will will different, so here's my view.
The quotes you've provided do fill the gaps I pointed out, but the... -
25 Jan 2013 7:38 AM
Jump to post Thread: Going to Production by lsdriscoll
- Replies
- 7
- Views
- 485
Ah yes, all too familiar with that...
I sorted my dependency issues by setting the classpaths in .sencha/app/sencha.cfg
Thanks for the heads up on the testing build, I was unaware of that... -
25 Jan 2013 5:47 AM
Jump to post Thread: Going to Production by lsdriscoll
- Replies
- 7
- Views
- 485
Thanks :)
I'm unable to use the command as it's not picking up the dependencies from my manifest.
I there a way I can specify class paths in the sencha app build testing command? -
25 Jan 2013 4:09 AM
- Replies
- 3
- Views
- 341
Hi ^_^
You can use
sencha compile --classpath=src1,src2,src3 concatenate --compress --output-file all-classes.js
ref: http://docs.sencha.com/ext-js/4-1/#!/guide/command_reference-section-13 -
25 Jan 2013 2:45 AM
Jump to post Thread: Sencha Cmd needs some coffee by lsdriscoll
- Replies
- 36
- Views
- 7,717
Hi Sencha & The Community!
First of all - this isn't a hate-fest. This is constructive feedback on the way Sencha Cmd has been delivered the public in a drive to make it better. Hopefully any... -
25 Jan 2013 2:12 AM
Jump to post Thread: Going to Production by lsdriscoll
- Replies
- 7
- Views
- 485
Hi Sencha, please respond to this issue. We have exactly the same issue and from looking around the forums & Google, it's more than just us.
-
23 Jan 2013 8:34 AM
Jump to post Thread: Sencha Cmd v3.0.0.250 by lsdriscoll
- Replies
- 3
- Views
- 339
@Sanjay-patel - The docs say to perform the command from an ext source directory & not the Cmd directory ;)
-
23 Jan 2013 8:29 AM
Jump to post Thread: Sencha Cmd v3.0.0.250 by lsdriscoll
- Replies
- 3
- Views
- 339
I am trying the command from my /ext-4.1.2-commercial/ directory
-
24 Sep 2012 12:48 AM
Jump to post Thread: How to add mixin dynamically? by lsdriscoll
- Replies
- 2
- Views
- 519
Instead of
...
mixins: {
mixable: 'My.Mixin'
} -
20 Sep 2012 3:41 AM
- Replies
- 240
- Views
- 69,431
I don't know if this is a shared issue, all the links within Live Examples to ext resources point to a folder called extjs-build, which doesn't exist in the output directory, meaning no live examples...
-
17 Sep 2012 5:09 AM
- Replies
- 240
- Views
- 69,431
Yeah, you're right. Thanks :).
FYI I accidentally down-voted your last comment. It won't let me undo! -
17 Sep 2012 3:52 AM
- Replies
- 240
- Views
- 69,431
I've updated both but I still get the same error. :(
-
17 Sep 2012 1:49 AM
- Replies
- 240
- Views
- 69,431
Ok thanks, I'm going to have a go at implementing a mailer class. I just started through the hacking guide and I got this error when running rake ext4:
error... -
17 Sep 2012 1:01 AM
- Replies
- 240
- Views
- 69,431
Hi renku,
Had an idea for a feature: How about a @doccontact tag that works like @docauthor but for an email address?
Jsduck could have an additional flag that tells it to email parse errors... -
16 Aug 2012 5:54 AM
- Replies
- 240
- Views
- 69,431
Hi renku, thanks for this latest update =]
Do you have any plans to integrate commenting? We have been exploring the possibility of using jsduck as a collaborative tool and would love to know if... -
27 Feb 2012 1:20 AM
- Replies
- 15
- Views
- 2,976
Please see my original post on this.
Probably needs tweaking for beta 3. works for beta 2
... -
27 Feb 2012 1:10 AM
- Replies
- 57
- Views
- 19,818
Hi Westy, I have also had the tooltip focus issue since beta 1, but I've got a fix if you (or anyone else) would like it.
This fix should help with components of the classes 'Ext.tip.QuickTip',... -
22 Jan 2012 8:59 AM
- Replies
- 89
- Views
- 42,424
Hi, thanks for the response!
I completely agree that the solution should be at the server side.
However in terms of your solution, consider this situation:
You have an application that draws... -
18 Jan 2012 1:32 AM
- Replies
- 5
- Views
- 1,092
Tried using the following code:
('this' is a gridpanel cmp)
initComponent:function()
{
this.on('viewready', function(){
debugger;
} -
12 Jan 2012 6:41 AM
Jump to post Thread: Grid Filter not filtered by lsdriscoll
- Replies
- 6
- Views
- 1,484
30658
I've attached the modified plugin. I don't have time or enough knowledge to port it to GWT unfortunately, so hopefully this will be able to help you, despite having been written for EXT JS....
Results 1 to 25 of 27
