Search Type: Posts; User: khushkedia
Search: Search took 0.02 seconds.
-
10 Jan 2013 2:15 AM
- Replies
- 1
- Views
- 167
Hi,
I have used this code to get a datepicker field.
case 'Date':
console.log('date value: '+value);
var dt = new Date(value);
console.log('new date: '+dt);
... -
30 Oct 2012 7:53 PM
- Replies
- 1
- Views
- 319
Hi,
I am drawing a canvas in my app which draws a 64 bit image on the canvas. Its using Kinetic.js as a third party library for the same.
The app worked fine in ios5, but the image is drawn... -
30 Oct 2012 3:28 AM
- Replies
- 1
- Views
- 292
Hi,
I have an application that runs only in landscape mode. It works fine in ios5. but when I load the app in ios6,
the height returned by the viewport is 1024 instead of 748.
Any idea how... -
22 Oct 2012 9:21 PM
- Replies
- 5
- Views
- 459
For this the changes were required at the client side. I added
headers: {
"Content-Type":"text/xml;charset=utf-8",
"SOAPAction":this.getSoapAction(),
"Cache-Control":... -
22 Oct 2012 3:05 AM
- Replies
- 5
- Views
- 459
When the launch the app I call a webservice for the login:
login:function()
{
//getConfiguration data (user name, password and domain).
var username = '';
var password = '';
var... -
22 Oct 2012 1:13 AM
- Replies
- 5
- Views
- 459
hi.. Can you help me?
-
22 Oct 2012 12:16 AM
- Replies
- 5
- Views
- 459
Hi,
I have created an app which makes webservice calls to get the data, the xml data received is stored in the stores and retrived accordingly. The app works fine in ios5. But with ios6, the... -
23 Jul 2012 6:24 PM
Jump to post Thread: number field formating in IOS by khushkedia
- Replies
- 4
- Views
- 883
But it gives me a textpad on the device when I tap on the text field. How do I get the number pad to come and the number to be displayed without any thousand separator?
-
23 Jul 2012 1:16 AM
Jump to post Thread: number field formating in IOS by khushkedia
- Replies
- 4
- Views
- 883
I am facing the same issue and would like to know if anyone has solved the issue yet.
-
14 Jun 2012 3:34 AM
- Replies
- 7
- Views
- 1,384
Thanks a lot. Seems to be working.
-
13 Jun 2012 6:40 PM
- Replies
- 7
- Views
- 1,384
Well, i am using Sencha framework for all the events as such. I haven handled anything through Phonegap.
I am not sure if I can handle a sencha event through phonegap. Can I? -
13 Jun 2012 6:05 PM
- Replies
- 7
- Views
- 1,384
Yes it is. I am integrating my application with Phonegap.
-
13 Jun 2012 12:17 AM
- Replies
- 2
- Views
- 556
Can someone please take a look at this?
-
11 Jun 2012 6:02 AM
- Replies
- 2
- Views
- 556
Hi,
I am creating a page with 2 panel. Right Panel and Left panel. I am calling webservices to get the content on the right panel and updating it on the left panel.When i delete a content from the... -
10 Jun 2012 11:20 PM
- Replies
- 7
- Views
- 1,384
Hi,
I am creating an IOS application using Sencha. I need to fire an event when my application is resumed.
but the
resume: function(){
console.log('resume called');
}
function is never... -
27 Apr 2012 12:43 AM
- Replies
- 2
- Views
- 549
Thanks a ton. Solved my issue as well.
-
16 Apr 2012 7:51 PM
- Replies
- 10
- Views
- 1,295
Hey, i changed the "setdata" to "data" and got it working with the dummy data. But i was trying to load my list with a json data. The code that i have used is:
... -
16 Apr 2012 12:10 AM
- Replies
- 10
- Views
- 1,295
I used a storeId to call store and finally i saw an HTML content on my list. However, the data that i am trying to retrieve from the users.json file is still not coming onto the panel.
Any... -
15 Apr 2012 8:24 PM
- Replies
- 10
- Views
- 1,295
Inserting the code in the config did not help. The list still displayed an empty panel how so ever. What else could be going wrong with the method i implemented to populate the list using MVC.
The... -
12 Apr 2012 8:33 PM
- Replies
- 10
- Views
- 1,295
I have defined the model property and i still get the error that says
"Unless you define your model through metadata, a store needs to have a model defined on either itself or on its proxy".
HOw... -
12 Apr 2012 6:48 PM
- Replies
- 28
- Views
- 9,487
After trying for hours, am not able to get a simple code run using MVC to populate a list using store.
The code for the person list is
{ xtype : 'list', store :... -
9 Apr 2012 8:15 PM
Jump to post Thread: SqliteProxy by khushkedia
- Replies
- 49
- Views
- 24,818
Hello Team,
I took the latest sqlite proxy code from github. After 3 days, I finally figured out how to remove the errors from the code and get it running to the previous state.
But the... -
5 Apr 2012 9:46 PM
Jump to post Thread: SqliteProxy by khushkedia
- Replies
- 49
- Views
- 24,818
Hello Team,
I am trying to use the Sqllite proxy for Sencha Touch. I got the latest code from the github.
Not knowing what exactly has to be done with it, cause am very new to Sencha touch and... -
5 Apr 2012 8:40 PM
- Replies
- 14
- Views
- 8,945
Hello everyone,
I am trying to use the proxy mentioned in the github, but am facing issues. I get an error message that says "getIDProperty of undefined". What am i missing in the code?
Khushbu... -
26 Mar 2012 6:56 PM
- Replies
- 2
- Views
- 652
extlocale is an id which loads app.js based on the browser language. App.js is loaded successfully for login.js but its not accessible for the next js file.
however, if i insert app.js right before...
Results 1 to 25 of 26
