Search Type: Posts; User: lpfx
Search: Search took 0.02 seconds.
-
17 Sep 2012 1:50 PM
- Replies
- 2
- Views
- 1,245
Hi. Can you please explain how you did that with Ext.Picker class?
I'm facing the same "problem".
Thank you! -
28 Feb 2012 3:06 PM
Jump to post Thread: Creating new icon cls by lpfx
- Replies
- 14
- Views
- 10,515
Thank you!
-
27 Feb 2012 5:48 PM
Jump to post Thread: Creating new icon cls by lpfx
- Replies
- 14
- Views
- 10,515
Sasha172, have you figured it out?
I'm having the same problem.
Can someone help me? -
9 Feb 2012 1:47 PM
Jump to post Thread: Accessing data in JSONP by lpfx
- Replies
- 2
- Views
- 320
It seems that with successProperty of tthe reader I can only have a return true or false.
And I need more than that. I need to catch the message that was passed to be handled.
I got it like... -
9 Feb 2012 8:56 AM
Jump to post Thread: HTML Editor by lpfx
- Replies
- 2
- Views
- 546
Thanks!
-
9 Feb 2012 8:40 AM
Jump to post Thread: Accessing data in JSONP by lpfx
- Replies
- 2
- Views
- 320
This may be a silly question, but how can I access the "error" in the JSONP below?
JSONP:
stcCallback1001({
"root":[
{
"id":1,
"text":"some... -
9 Feb 2012 5:26 AM
- Replies
- 7
- Views
- 1,529
This is a Get Started Guide:
http://phonegap.com/start
Hope it helps. -
7 Feb 2012 11:29 AM
Jump to post Thread: HTML Editor by lpfx
- Replies
- 2
- Views
- 546
Guys.. Is there any way to have a html editor in a form in ST like ExtJS?
-
7 Feb 2012 8:04 AM
Jump to post Thread: Toolbar title alignment by lpfx
- Replies
- 4
- Views
- 754
Try to change the layout of the toolbar.
layout: {
pack: 'justify',
align: 'left' // (default: center)
} -
7 Feb 2012 5:27 AM
Jump to post Thread: Catching the tab activation ? by lpfx
- Replies
- 3
- Views
- 719
Try this in your TabPanel:
listeners : {
render : function() {
this.getTabBar().getComponent(indexOfTab).addListener('tap', function() {
//... -
7 Feb 2012 5:04 AM
Jump to post Thread: Grid not displaying data.. pls help by lpfx
- Replies
- 3
- Views
- 403
Instead of using the grid use the List.
I think the List in Sencha Touch can be seen as the grid in ExtJS.
This is a List:
31438
You can play with it in (Apple Safari or Google Chrome):... -
6 Feb 2012 9:15 AM
Jump to post Thread: Problem with JSONP Store by lpfx
- Replies
- 4
- Views
- 525
I got it!
Just call doLayout() on the main panel.
"A call to this function is required after adding a new component to an already rendered container, or possibly after changing sizing/position... -
6 Feb 2012 5:00 AM
- Replies
- 7
- Views
- 1,529
Sorry, but I'm not familiar with PhoneGap yet.
I'm sure there is a lot on web about it. -
3 Feb 2012 2:59 AM
- Replies
- 7
- Views
- 1,529
I always do it at server-side, unfortunately I don't know if there is a way to do it at client-side.
Someone else will have to answer that for you.
This is what I found.. hope it helps.... -
2 Feb 2012 8:13 AM
Jump to post Thread: Grid not displaying data.. pls help by lpfx
- Replies
- 3
- Views
- 403
I'm confused ... are you using ExtJS or Sencha Touch?
If Sencha Touch, as far as I know, there is no grid in Sencha Touch. You will have to use a list. -
2 Feb 2012 8:05 AM
- Replies
- 7
- Views
- 1,529
I replied in your other post
"Here is the solution for the error "Unexpected token :"
http://www.sencha.com/forum/showthre...-and-scripttag
You have to wrap the response in a callback... -
2 Feb 2012 7:57 AM
- Replies
- 6
- Views
- 652
Here is the solution for the error "Unexpected token :"
http://www.sencha.com/forum/showthread.php?138533-quot-Uncaught-SyntaxError-Unexpected-token-quot-when-using-JSONP-and-scripttag
You have... -
2 Feb 2012 7:30 AM
Jump to post Thread: Problem with JSONP Store by lpfx
- Replies
- 4
- Views
- 525
Any idea?
-
1 Feb 2012 4:45 AM
Jump to post Thread: Problem with JSONP Store by lpfx
- Replies
- 4
- Views
- 525
Yes.. item.data is always defined.
All data is displayed in the panel properly, but only if I click on the button or if I click on another tab in Chrome. That's so weird!
I googled a lot but I... -
31 Jan 2012 6:23 AM
Jump to post Thread: Problem with JSONP Store by lpfx
- Replies
- 4
- Views
- 525
Hi.
I'm using a JSONP Store with a ScriptTag proxy and it works fine..
I can get the data from the server and display in a panel with a template, but the data only display in the panel if I click... -
30 Dec 2011 4:20 AM
Jump to post Thread: Sencha Touch + Facebook by lpfx
- Replies
- 2
- Views
- 2,012
Hi... I am developing an app and would like the login was made through of Facebook.
I read some articles, including of Facebook, but I still have no idea how to do this.
I would like that the home... -
15 Dec 2011 8:55 AM
- Replies
- 1
- Views
- 757
I'm trying to do that too
Does anyone know how to change the width of the picker? -
6 Oct 2011 6:04 AM
- Replies
- 3
- Views
- 991
I'm using the override that you post for the detroy method, but I can get the return of the method (if it was successful or not).
Does anyone know how to do this?
Example:
rec.destroy({
... -
3 Oct 2011 11:16 AM
- Replies
- 7
- Views
- 2,286
Luc... I'm using the override that you post for the detroy method, but I can get the return of the method (if it was successful or not).
Does anyone know how to do this?
Example:
... -
19 Sep 2011 6:44 AM
Jump to post Thread: SelectField and placeHolder by lpfx
- Replies
- 2
- Views
- 984
I'm having the same problem ...
Anyone?
Results 1 to 25 of 27
