Search Type: Posts; User: willem.goossens
Search: Search took 0.03 seconds.
-
29 Feb 2012 2:24 AM
- Replies
- 1
- Views
- 313
Hello, can someone please help me? I have defined a search field in a navigationview, but when I test my app by tapping on the search field on my iPhone or Android a keyboard shows up, but without...
-
29 Feb 2012 2:22 AM
- Replies
- 3
- Views
- 564
Upgrade to sencha-touch-2- rc solved the problem.
-
29 Feb 2012 1:01 AM
- Replies
- 3
- Views
- 564
I am not sure but I think sencha-touch-2-b1, is that the wrong one?
-
28 Feb 2012 7:02 AM
- Replies
- 3
- Views
- 564
Hello, can someone please help me? I have defined a search field in a form panel, but when I test my app by tapping on the search field on my iPhone or Android a keyboard shows up, but without any...
-
3 Feb 2012 5:04 AM
- Replies
- 1
- Views
- 490
Can someone please help me? I have problems with the dynamic class loader for offline browsing.
Ext.Loader.setConfig({enabled : true
});
This is not working when the app is offline.What... -
24 Jan 2012 3:22 AM
- Replies
- 13
- Views
- 1,604
Stupid me;
It should be
init : function() { this.control({
'button[ui=back]' : {
tap : 'onBack'
},
'button[ui=forward]' : {
... -
20 Jan 2012 4:49 AM
- Replies
- 13
- Views
- 1,604
It is even worse. Look:
Ext.define('Test.controller.Main', { extend : 'Ext.app.Controller',
init : function() {
this.control({
'button[ui=back]' : {
... -
20 Jan 2012 4:15 AM
- Replies
- 13
- Views
- 1,604
Hmmm very strange, it depends on wich order you link the events in the controller:
In this case the button tap event is working and the itemTap is NOT working.
init : function() { ... -
20 Jan 2012 3:33 AM
- Replies
- 13
- Views
- 1,604
Even without using ids it isn't working. I tried to add a listener or set a handler to the button in the onLaunch of the controller, but no succes. If I define the handler in the view, it is...
-
19 Jan 2012 8:30 AM
- Replies
- 13
- Views
- 1,604
Thnx for your reply. Your test code is indeed working. So I think I do something else wrong. But what?
My view:
Ext.define('BeerApp.view.BeerBrandsPercentageView', { extend : 'Ext.Panel',
... -
19 Jan 2012 6:35 AM
- Replies
- 13
- Views
- 1,604
Hello, i am trying to catch the tap event from a button in a titlebar.
So in the controller i link the tap event to a listener method.
The button is visible but the event is never catched. What...
Results 1 to 11 of 11
