Search Type: Posts; User: erinhir
Search: Search took 0.02 seconds.
-
31 Oct 2012 12:01 AM
- Replies
- 1
- Views
- 1,205
I also tried to do a select * or instead of returning the password returning another field from the table. But it keeps being "undefined". With Chrome is works, strange...
Even if I hard... -
30 Oct 2012 12:32 PM
- Replies
- 1
- Views
- 1,205
I wrote a login in sencha touch. Quite simple. A simple form with username and password. Submit a request to the server where I execute a sql to search the corresponding username/password. If a...
-
30 Oct 2012 12:14 PM
- Replies
- 3
- Views
- 1,555
Using ip 10.0.2.2 does the trick
-
24 Oct 2012 4:33 AM
- Replies
- 3
- Views
- 1,555
This is the code for the request
console.log("In checkLogin of logincontroller");
Ext.util.JSONP.request({
url: 'http://mywebsite/mobile/login.php',
params:... -
22 Oct 2012 5:14 AM
- Replies
- 3
- Views
- 1,555
I have installed xampp and mysql on my windows pc. I use sencha touch 1.x. I have a website running locally. It is under "htdocs/website". It runs perfectly ;-)
I have developped a mobile app (it... -
19 Sep 2012 11:04 PM
Jump to post Thread: 5 easy questions by erinhir
- Replies
- 3
- Views
- 825
For those who are interested, my solutions.
1/ This code Ext.apply(Ext.util.Format, {defaultDateFormat: 'd/m/Y'}); which sets the format for all the dates in the application.
2/ I created in my... -
17 Sep 2012 4:30 AM
Jump to post Thread: 5 easy questions by erinhir
- Replies
- 3
- Views
- 825
Thanks for the responses. Some additional questions ;-)
1. The format being shown can be changed via changing the Ext.util.Format.defaultDateFormat to a format string of your choice.
Can you... -
11 Sep 2012 12:33 AM
Jump to post Thread: 5 easy questions by erinhir
- Replies
- 3
- Views
- 825
i am new to sencha touch and i have some simple questions. I don't need 100% working code as answers, but if someone could point me in the correct direction, this would be great. But keep in mind,...
-
19 Apr 2012 8:16 AM
Jump to post Thread: Some quick questions by erinhir
- Replies
- 5
- Views
- 481
I don't understand. There are still 2 questions unanswered?
-
19 Apr 2012 7:40 AM
Jump to post Thread: Some quick questions by erinhir
- Replies
- 5
- Views
- 481
Cool you are correct. I changed it to an int and when i want to edit a training, the selectlist is correctly filled in.
But how can i show the corresponding value "cycling" or "running" in my list?... -
19 Apr 2012 6:27 AM
Jump to post Thread: Some quick questions by erinhir
- Replies
- 5
- Views
- 481
Yes, this is my model:
App.models.Training = Ext.regModel('Training', {
fields: [
{
name: 'id',
type: 'int'
}, { -
17 Apr 2012 11:38 PM
Jump to post Thread: Some quick questions by erinhir
- Replies
- 5
- Views
- 481
Hello,
I am making a simple app, but there are some details that need to be fixed but I have some problems with it.
With the app you can just add objects (via a little form), for the moment I add...
Results 1 to 12 of 12
