Search Type: Posts; User: clabasky
Search: Search took 0.02 seconds.
-
26 Sep 2012 2:39 PM
- Replies
- 4
- Views
- 621
there is no method to blur all textfields. but, you can try using a for loop to get the job done
for (i=0; i<Ext.ComponentQuery.query('textfield').length; i++) {... -
9 Sep 2012 8:31 PM
Jump to post Thread: how do i cancel the list scroll by clabasky
- Replies
- 3
- Views
- 435
I don't think Phonegap plugin has an html scrolling function. Do you have a link to the docs?
-
22 Aug 2012 10:27 AM
- Replies
- 15
- Views
- 1,743
I get around this issue by disabling the textfield on the tap event, then setting a delayed task to enable the textfield again after 500 milliseconds
//disable the textfield
... -
7 Aug 2012 10:53 AM
- Replies
- 6
- Views
- 1,426
This bug is happening all over my app, the real problem is that a touch event is being fired on a panel that is being set active.
Download the AskFav NeighborFavor app from the app store. Signup,... -
26 Jun 2012 2:08 PM
- Replies
- 6
- Views
- 1,426
My app has many panels with forms. When a user presses a button to go to the next panel, the text field on the panel that is in the same screen position as the button becomes focused automatically. ...
-
6 Feb 2012 7:18 PM
Jump to post Thread: help migrating to sencha 2 by clabasky
- Replies
- 1
- Views
- 435
Sencha friends,
I love the new framework, but I'm having lots of trouble getting over the learning curve.
I have an app built in Sencha 1.1, and I want to migrate it to Sencha 2, but I don't... -
21 Nov 2011 9:52 AM
Jump to post Thread: scripttag proxy not working!! by clabasky
- Replies
- 3
- Views
- 797
I'm just having trouble figuring out exactly how to wrap the response in a callback function
-
21 Nov 2011 9:28 AM
- Replies
- 28
- Views
- 9,234
an ajax proxy doesn't work because you can't do an ajax request across different domains. It has to be a jsonp request or scripttag proxy :-?
-
21 Nov 2011 8:56 AM
- Replies
- 28
- Views
- 9,234
Ok! that makes more sense. I've tried the same thing with jsonp and it gives me the exact same error
searchlocations: function(){
var latitude =... -
21 Nov 2011 8:35 AM
- Replies
- 28
- Views
- 9,234
I think it's a lot of both!
I'm used to doing ajax requests, where I send some params to a php file on my server, and it echos back a response. I'm not sure how to incorporate the php file with... -
20 Nov 2011 3:51 PM
- Replies
- 28
- Views
- 9,234
hey everyone,
I stillll can't figure this scripttag nonsense out! I understand that I need to wrap the response in a callback function using the php code, but I don't understand how that happens.... -
20 Nov 2011 2:57 PM
Jump to post Thread: Google Places API & Sencha by clabasky
- Replies
- 6
- Views
- 1,671
Anyone figured this out yet?!? :-/
-
20 Nov 2011 2:22 PM
Jump to post Thread: scripttag proxy not working!! by clabasky
- Replies
- 3
- Views
- 797
hello!
I'm working on a google places api search for my app. I'm using a store with a scripttag proxy to get the results.
here's my controller for the search:
searchlocations: function(){
... -
18 Nov 2011 2:45 PM
- Replies
- 1
- Views
- 374
this is in my controller
-
18 Nov 2011 2:44 PM
- Replies
- 1
- Views
- 374
hello Sencha friends!
I have a map on my app that shows a route between two locations. The issue is that the map shows mountain view, ca for about a second before loading my custom map :-/ Any... -
4 Oct 2011 2:35 PM
Jump to post Thread: Google API and CACHE MANIFEST by clabasky
- Replies
- 13
- Views
- 2,869
has anyone figured this out yet??!?~o)
-
3 Oct 2011 6:29 PM
- Replies
- 0
- Views
- 562
hello Sencha friends,
I've put together an app that uses a lot of ajax requests. The ajax requests to a php file that accesses a mysql database. I've uploaded the app to the ftp, and it works... -
22 Sep 2011 1:30 PM
- Replies
- 0
- Views
- 279
Sencha friends,
I was wondering if there is some way to launch a function when the user exits or refreshes the browser. I'm trying to find a way to capture the event of the user leaving that... -
21 Sep 2011 3:00 PM
- Replies
- 3
- Views
- 1,671
hey I'm working on a similar problem now, did you ever figure it out?
-
21 Sep 2011 8:23 AM
Jump to post Thread: logout button by clabasky
- Replies
- 5
- Views
- 2,287
yep, that worked perfectly!!! I should have followed the exact code from the first answer:">.. thanks again!!!!!
-
20 Sep 2011 8:26 PM
Jump to post Thread: logout button by clabasky
- Replies
- 5
- Views
- 2,287
the above code worked great when i tested on local host, but when i loaded it on my ftp and tried it on my phone, it didn't load the new page
window.location.href = "";
then i tried -
20 Sep 2011 12:30 PM
Jump to post Thread: logout button by clabasky
- Replies
- 5
- Views
- 2,287
that did the trick!!!
logout: function() {
Ext.Msg.confirm('logout?', 'are you sure you want to logout?', function(answer) {
if (answer === "yes") {
//refreshes the page,... -
20 Sep 2011 8:51 AM
Jump to post Thread: logout button by clabasky
- Replies
- 5
- Views
- 2,287
hello sencha friends,
I'm trying to implement a "logout" button on my app. all I want it to do is refresh the entire webpage when clicked, which will clear the memory proxy for all my stores and... -
13 Sep 2011 6:04 PM
- Replies
- 78
- Views
- 19,745
I'm new to Sencha Touch (3 weeks, no prior programming experience) I'm very lost...:-/
-
13 Sep 2011 2:44 PM
Jump to post Thread: Explain 'scope' by clabasky
- Replies
- 3
- Views
- 2,283
I'm having similar problems understanding what "scope" is capable of, and how to use it. After reading your post, and the link, I still don't have a clue. Can you give any more advice/references to...
Results 1 to 25 of 31
