Search Type: Posts; User: ozkmat
Search: Search took 0.02 seconds.
-
19 Oct 2012 5:50 AM
- Replies
- 7
- Views
- 819
May i ask what you put in and where u put it in your Project?
But should it be correct to put it as I did? Not sure how to specify it more clearly in an App. -
19 Oct 2012 5:40 AM
- Replies
- 7
- Views
- 819
When I use your Code, I get following Error before the Output (that in my case are still both '0')
Unknown chromium error: -6
I googled a bit and it says, that this error occures when the File is... -
17 Oct 2012 7:11 AM
- Replies
- 7
- Views
- 819
Hi, thanks for the fast reply.
I tried what you suggested, but 'success' is never true.
I also made an Output before the if, that is executed once and 'success' is not true then.
Edit: also... -
17 Oct 2012 5:05 AM
- Replies
- 7
- Views
- 819
Hi there,
I have been thru this complete Forum, but I can't find my mistake. I don't get any Errors or Warnings for the JSON File. I had some but managed to get rid of them, that's why I'm sure,... -
3 Sep 2012 3:25 AM
Jump to post Thread: BlackBerry (9800) display problem by ozkmat
- Replies
- 4
- Views
- 1,056
I have the same problem with my App.
Did you find a solution? My CSS r loaded correctly, but still i can't find the issue for this.
Is there a special filed in Blackberry that I have to resize? -
10 Jun 2012 11:05 PM
- Replies
- 5
- Views
- 2,298
Is there currently no way to open it from a packaged App in an equal 'easy' way?
In my web App this worked like a charm:
function() {window.open('http://www.sencha.com');} -
6 Jun 2012 12:44 AM
Jump to post Thread: Use Record after onItemDisclosure by ozkmat
- Replies
- 13
- Views
- 1,427
I think I finally understood my Problem. I already tried a lot, working with record and this.record BUT the Problem (I think) is, that my whole Views render while starting my App. And at this Moment...
-
31 May 2012 2:04 AM
Jump to post Thread: Use Record after onItemDisclosure by ozkmat
- Replies
- 13
- Views
- 1,427
Okay, after a lot of searching I found this link:
http://www.sencha.com/forum/showthread.php?152217-Calling-controller-or-view-function-from-List-s-onItemDisclosure
This is what I changed in the... -
27 May 2012 8:19 AM
Jump to post Thread: Use Record after onItemDisclosure by ozkmat
- Replies
- 13
- Views
- 1,427
how do I do that without this?:
this.fireEvent
I tried some ways, but Google doesnt help much. I found something with this code in the Controller:
this.getApplication().on({
... -
25 May 2012 4:58 AM
Jump to post Thread: Use Record after onItemDisclosure by ozkmat
- Replies
- 13
- Views
- 1,427
You mean, this one is too much:
this.fireEvent('detailCommand', list, record, index);
?
But how do I send the Event to the Controller without it?
Do i 'grab' the Disclose-Event with "disclose"... -
25 May 2012 4:33 AM
Jump to post Thread: Use Record after onItemDisclosure by ozkmat
- Replies
- 13
- Views
- 1,427
So.. what should I do? Build it, that everything happens in the Disclose-Event?! Should it work like that? Or is there another way?
-
25 May 2012 4:08 AM
Jump to post Thread: Use Record after onItemDisclosure by ozkmat
- Replies
- 13
- Views
- 1,427
I had the condition to implement it in MVC-Pattern so everything goes through controller. But shouldnt it work like that too?
The Data is not lost, when I make a TextField with the name: 'DataName'... -
24 May 2012 9:29 PM
Jump to post Thread: Use Record after onItemDisclosure by ozkmat
- Replies
- 13
- Views
- 1,427
Well.. I'm not sure what u mean bei 'all I do' so I show u the complete lines that get run through when the Event ist fired:
In the List-Object the Listener ist defined as following:
listeners... -
23 May 2012 1:37 AM
Jump to post Thread: Use Record after onItemDisclosure by ozkmat
- Replies
- 13
- Views
- 1,427
Hello again,
I have an issue to use the Record after the listener event: onItemDisclosure
I do as follows, where I call the onItemDisclosure:
this.fireEvent('detailCommand', list, record,... -
13 May 2012 10:21 PM
- Replies
- 4
- Views
- 640
Okay, I dont know WHY but after a lot of trying I got it working with his:
var myList = this.down('#platesList');
myList.select(index);
I have no Idea why the '#' is needed but it wont... -
13 May 2012 1:57 AM
- Replies
- 4
- Views
- 640
And how do I get the List out of the Object? I searched and tried so much but I just get the same results as before.
Sorry if it should be obvious.. I'm pretty new to Sencha Touch. -
9 May 2012 5:37 AM
- Replies
- 4
- Views
- 640
Hey,
I have a problem with selecting an ListItem in another variables Listener. I run it in Android Virtual Device Manager and Android Version 2.3.3. I use sencha-touch-2.0.1-commercial....
Results 1 to 17 of 17
