Search Type: Posts; User: emadow
Search: Search took 0.02 seconds.
-
2 Apr 2012 2:47 PM
- Replies
- 61
- Views
- 13,431
Can someone post their extjs-all with the fix?
-
11 Dec 2011 4:45 PM
- Replies
- 1
- Views
- 1,412
I have a stylized form panel that involves text input elements with a black background. Across iOS devices, and most android devices, that background continues to be black when the elements are both...
-
13 Oct 2011 5:01 PM
Jump to post Thread: doLayout? by emadow
- Replies
- 7
- Views
- 3,957
No more doLayout/doComponentLayout? I cannot tell you how excited this makes me. SOLID RELEASE, SENCHA TEAM. SOLID EFFING RELEASE.
-
20 Jul 2011 3:46 PM
- Replies
- 3
- Views
- 1,674
Hate to say it, but this method is not available on mobile Safari. That's right, you cant focus() a text field on the iPhone/iPad.
-
17 Jul 2011 10:28 PM
- Replies
- 2
- Views
- 1,454
Can't be done, it seems.
-
9 Jun 2011 11:02 AM
- Replies
- 2
- Views
- 1,454
I'm attempting to give a textfield focus on a panel activation via Ext.getCmp(element).focus();
It works fine on chrome, safari, but not on mobile safari. Does anyone know how to overcome this?
... -
18 May 2011 2:13 PM
Jump to post Thread: Using the full Retina display? by emadow
- Replies
- 2
- Views
- 1,455
This can be done fairly easily. If the panel is the same size as your background image, you can just have the image stretch via CSS3.
So in your CSS declaration, add:
#element{... -
18 May 2011 2:05 PM
- Replies
- 3
- Views
- 1,916
This should fix it for desktop debugging. Let me know if it works
if(Ext.is.Desktop) {
oldFunction = Ext.form.Checkbox.prototype.onChange;
Ext.form.Checkbox.prototype.onChange =... -
13 Apr 2011 1:06 PM
- Replies
- 0
- Views
- 396
Can someone tell me the best way of using the same panel in Sencha Touch? I'm not assigning an id, but still get an error. After digging around, I've come up with this Ext solution:
... -
13 Apr 2011 12:47 PM
Jump to post Thread: How do I catch json errors? by emadow
- Replies
- 9
- Views
- 1,583
I, too, would also like to know if anyone has any input. Receiving malformed JSON seems to result in a bigger failure in the application as a whole, as other JS functionality seems to degrade.
-
23 Mar 2011 5:45 PM
Jump to post Thread: NestedList Setting Leaf Title by emadow
- Replies
- 10
- Views
- 2,161
Glad you got it to work.
I've had the same problems you did and this seems to be only way to easily do this. I, too, dislike the setText update lag, and ask anyone else out there if there is a... -
23 Mar 2011 3:57 PM
Jump to post Thread: NestedList Setting Leaf Title by emadow
- Replies
- 10
- Views
- 2,161
Yeah you could give the parent an id too, but try assigning it to the toolbar like in the demo code I posted.
Sencha is daunting at first, but you'll get the hang of it; it's verrrrry intuitive. -
23 Mar 2011 3:05 PM
Jump to post Thread: NestedList Setting Leaf Title by emadow
- Replies
- 10
- Views
- 2,161
You could also give your toolbar an id and try to update it via Ext.getCmp, so:
ExpenseLogger.views.Viewport = Ext.extend(Ext.NestedList, {
fullscreen: true,
title: 'Expenses',... -
23 Mar 2011 3:01 PM
Jump to post Thread: NestedList Setting Leaf Title by emadow
- Replies
- 10
- Views
- 2,161
Are you sure this toolbar isn't invoked from another panel? Are you positive this is the NestedList toolbar?
-
23 Mar 2011 12:14 PM
Jump to post Thread: NestedList Setting Leaf Title by emadow
- Replies
- 10
- Views
- 2,161
in your getDetailCard function, try returning a panel instead of creating a panel in a variable and then updating it's parent. the activate listener is probably having trouble in this non-standard...
Results 1 to 15 of 15
