Search Type: Posts; User: swarm
Search: Search took 0.02 seconds.
-
23 Jan 2012 3:41 AM
- Replies
- 3
- Views
- 3,341
I've not tried with OSX actually.
I've just been using Sencha's SDK tools for Ext JS 4 and it seems to work nicely. -
9 Aug 2011 3:18 AM
- Replies
- 13
- Views
- 3,361
Has this issue been fixed? It seems to be broken in 4.0.2a
I can't find any reference to the issue number in the release-notes. -
8 Aug 2011 5:41 AM
- Replies
- 2
- Views
- 810
+1
Having the same problem. -
4 Aug 2011 3:39 AM
- Replies
- 2
- Views
- 1,597
Hi,
What strip logic are you using? I'd like to achieve something similar.
Thanks, -
21 Jun 2011 10:34 AM
- Replies
- 1
- Views
- 1,447
Hi Norabora,
I've noticed the same issue.
Nice fix - appears to work.
Cheers, -
20 May 2011 3:25 PM
- Replies
- 2
- Views
- 1,434
Hi Riaz,
That's what I thought.
The only way I can get the address bar to show is either to tap on the clock or double tap on the title in the toolbar. -
20 May 2011 2:27 PM
- Replies
- 2
- Views
- 1,434
Hi all,
I have a panel with a docked toolbar at the top.
I am wondering if it is possible to drag/scroll the docked toolbar and subsequently show the address bar? I am doing this for iPhone.
... -
1 Mar 2011 2:51 PM
Jump to post Thread: Ext.Direct for ASP.NET MVC by swarm
- Replies
- 376
- Views
- 143,894
That's much more like the thing! Happy to help :)
-
1 Mar 2011 1:20 PM
- Replies
- 2
- Views
- 489
Your JSON doesn't look valid.
Try pasting it into www.jsonlint.com to see if it's valid. -
1 Mar 2011 1:05 PM
Jump to post Thread: Ext.Direct for ASP.NET MVC by swarm
- Replies
- 376
- Views
- 143,894
Does this include images? It could be something to do with your pc's configuration. I actually wrote an article about it here:...
-
1 Mar 2011 11:16 AM
Jump to post Thread: Ext.Direct for ASP.NET MVC by swarm
- Replies
- 376
- Views
- 143,894
It's happening because all the calls you were making individually might have been averaging say 200ms and each item would display data as it was loaded. By combining your requests you need to wait...
-
23 Feb 2011 10:56 AM
Jump to post Thread: Ext.Direct for ASP.NET MVC by swarm
- Replies
- 376
- Views
- 143,894
Hi Eugene,
Just wanted to say nice work! Integrated this the other day with an MVC 1.0 app and it works perfectly and didn't take much effort.
Your documentation wiki page on Google Code was... -
18 Jan 2011 2:54 AM
- Replies
- 140
- Views
- 73,467
Yes, Glasgow = Good :)
-
3 Nov 2010 2:57 PM
Jump to post Thread: Shared stores and store roots by swarm
- Replies
- 3
- Views
- 662
It's your data.
You'll need to change {filename} in the DataView as it's not in the root.
I can't remember how you do this though - might be as simple as {pages.filename} or {pages:filename} ... -
1 Nov 2010 11:30 AM
Jump to post Thread: Data grid row click handler? by swarm
- Replies
- 14
- Views
- 1,683
I'd maybe put a listener on the store listenting for the load event then use myStore.getAt(0) and myStore.getAt(myStore.getCount()-1);
Not sure how accurate that will be and you'll need to be... -
1 Nov 2010 11:18 AM
Jump to post Thread: Data grid row click handler? by swarm
- Replies
- 14
- Views
- 1,683
No worries
-
1 Nov 2010 11:10 AM
Jump to post Thread: Data grid row click handler? by swarm
- Replies
- 14
- Views
- 1,683
searchResults = {
xtype: 'grid',
autoHeight: true,
id: 'data-grid',
border: false,
store: storeResults,
//disableSelection:true,
... -
1 Nov 2010 11:01 AM
Jump to post Thread: Clean popup by swarm
- Replies
- 28
- Views
- 1,957
yourWindow.hide();
or yourWindow.close();
put that in the handler for you buttons like:
{
xtype: 'button', -
1 Nov 2010 10:53 AM
Jump to post Thread: Disable button by swarm
- Replies
- 2
- Views
- 430
Put a listener on the fields (on blur) and check to see if both fields have values in them. If then do then enable the button.
Something like:
listeners: {
'blur': function() {
if... -
26 Oct 2010 12:58 PM
Jump to post Thread: Exact Deadline Time for Submission by swarm
- Replies
- 4
- Views
- 4,207
What exactly is the time for submission?
I've seen noon tomorrow (contest rules) and midnight tomorrow (notes.sencha.com).
Can someone help?
Thanks -
21 Oct 2010 12:30 AM
Jump to post Thread: [3.X.X] Aptana plugin by swarm
- Replies
- 68
- Views
- 65,029
Hiran,
Try moving the JAR from Plugins directory to Dropins...
I'm using eclipse with aptana as a plugin (not standalone aptana) and needed to put it in the Dropins directory.
May help you... -
13 Sep 2010 4:50 AM
- Replies
- 3
- Views
- 3,341
Just for those who want to know... which I know there will be some.
Edit: I've written a blog post which describes integrating JS Builder 3 it in much more detail here.
It's actually done... -
6 May 2010 4:10 AM
- Replies
- 3
- Views
- 3,341
Hi,
Does anyone know of a way to integrate JS Builder with aptana / eclipse? I've been playing around with adding this as a custom builder but not having much luck.
Just wondering if anyone... -
28 Apr 2010 2:43 AM
Jump to post Thread: Forum Google search? by swarm
- Replies
- 15
- Views
- 2,253
Thanks for the link! Would be nice if google search was included in the forum as well.
-
8 Apr 2010 11:55 AM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by swarm
- Replies
- 870
- Views
- 259,972
@Doug
Wow! How embarrassing - I was blind to that - clearing been at a computer for too long today.
Thanks for your help - it's a great extension! You were right - extremely easy to implement.
Results 1 to 25 of 50
