Search Type: Posts; User: Frank345
Search: Search took 0.01 seconds.
-
30 Jul 2012 8:46 AM
- Replies
- 4
- Views
- 1,517
Thank you very much. :)
Frank -
28 Jul 2012 10:30 AM
- Replies
- 4
- Views
- 1,517
Hi! Can you give a code example how to call a Java method from JavaScript. Or point me to one. Thanks, Frank.
-
12 Apr 2012 7:03 AM
- Replies
- 6
- Views
- 2,686
Hi,
is there any date WHEN Windows Phone will be supported?
Best regards,
Frank -
13 Feb 2012 11:08 PM
- Replies
- 2
- Views
- 571
this.getApplication() does the job.
Thank you very much,
Frank -
12 Feb 2012 12:36 PM
- Replies
- 4
- Views
- 962
Oh, I'm sorry, my mistake...
I am actually using this.application and not the local variable.
But this seams to be an issue as well: Beta2: this.application is undefined in... -
12 Feb 2012 12:31 PM
- Replies
- 2
- Views
- 571
Hi,
I am accessing this.application within the controller's launch() function.
This worked with pr3 and earlier releases.
Isn't this.application supposed to be available within all controller... -
12 Feb 2012 3:35 AM
- Replies
- 4
- Views
- 962
Hi,
I am verifying your fix for PR4: Ext.app.Controller.launch() no longer called by MVC framework.
The MVC framework does call launch() now, very good.
But the application variable provided is... -
28 Jan 2012 11:51 AM
- Replies
- 4
- Views
- 1,004
Cool. Thanks a lot.
Best regards,
Frank -
28 Jan 2012 5:09 AM
- Replies
- 4
- Views
- 1,004
Hi,
in Sencha Touch 2.0.0 Pre-Release 3 (and previous releases), controllers could have two methods that are called by the MVC framework during application startup:
* Ext.app.Controller.init()... -
18 Dec 2011 9:23 AM
- Replies
- 1
- Views
- 731
Hi,
I am working with Sencha Touch 2.0 PR3 and I am looking for a list component that allows the user to change the order of the items in the list, e.g., by drag and drop.
All examples I found... -
11 Dec 2011 4:48 AM
Jump to post Thread: Validate Textfield by Frank345
- Replies
- 1
- Views
- 909
Hi,
I have a textfield that needs to be validated (e.g. against a regex) when the textfield looses focus (blurs).
I came up with the idea to listen to the blur event, validate the value of the... -
11 Dec 2011 4:36 AM
- Replies
- 1
- Views
- 670
Hi,
in my application, there is a single selection from a very large number of options (~2000), which are alphabetically ordered.
The selectfield as provided by Sencha Touch 2... -
30 Nov 2011 2:11 PM
- Replies
- 8
- Views
- 2,675
I've got it! This code does the whole trick (based on Sencha Touch 2.0)...
Ext.define('app.controller.History', {
extend: 'Ext.app.Controller',
onLaunch: function () {
if... -
30 Nov 2011 11:03 AM
- Replies
- 8
- Views
- 2,675
Hi Mitchell,
you misunderstood. There is no browser and no browser back button. It's a native app on Android and Android's hardware back button. The button event is delivered by PhoneGap to the... -
29 Nov 2011 2:55 PM
- Replies
- 8
- Views
- 2,675
Hi,
I have a Sencha Touch 2.0 application that installs as a native app on Android and iOS using PhoneGap. On the one hand, Web technologies allow developing the same application for multiple... -
25 Nov 2011 11:33 AM
- Replies
- 2
- Views
- 561
Hi,
I have a list in an overlay panel that should have a specific item selected when it pops up.
How do I select an item in the list?
Thanks,
Frank
// compile item list
var items = []; -
21 Nov 2011 1:12 PM
- Replies
- 2
- Views
- 1,285
Thanks a lot.
I have annotated the docs accordingly.
Best regards,
Frank -
21 Nov 2011 12:55 PM
- Replies
- 1
- Views
- 818
Hi,
I have a Sencha Touch app that is installed as a native app (in conjunction with PhoneGap). On Android, for example, the app runs inside an Android WebView. The WebView also provides... -
19 Nov 2011 4:49 AM
- Replies
- 2
- Views
- 1,285
Hi,
I am trying to animate (e.g., fade in or out) a div by using show() or hide() of Ext.dom.Element. According to the documentation, a "standard Element animation config object" can be used to... -
10 Nov 2011 3:33 PM
- Replies
- 4
- Views
- 1,129
Well, utilizing the panel's show event works fine -- although this code doesn't look too beautiful I have to admit. :-?
Ext.define('app.view.MyPanel', {
extend: 'Ext.Panel',
xtype:... -
10 Nov 2011 8:46 AM
- Replies
- 4
- Views
- 1,129
Thanks. Is there a method this can ideally be placed to? Something like this:
Ext.define('app.view.MyPanel', {
extend: 'Ext.Panel',
xtype: 'mypanel',
alias: 'mypanel',
... -
9 Nov 2011 3:23 PM
- Replies
- 1
- Views
- 1,267
Hi,
I have a mobile app. Is there a possibility to adjust the Ext.Toolbar docking depending on the orientation of the device, e.g., dock to the top when portrait and dock to the left when landscape.... -
9 Nov 2011 3:05 PM
- Replies
- 4
- Views
- 1,129
Hi,
I have an Ext.Panel that sets up its html property for a customer html layout.
How do I add an Ext.Button into this html, let's say into one specific div tag.
Example...
... -
4 Nov 2011 2:02 PM
- Replies
- 3
- Views
- 1,654
Hello heretic,
that works perfectly fine. Thanks a lot.
However, I am also trying something else. Following Tommy Maintz' idea of an MVC architecture that separates view and controller, the... -
3 Nov 2011 2:27 PM
- Replies
- 3
- Views
- 1,654
Hi,
I have an Ext.Panel that sets up its html property for a customer html layout. But how do I setup listeners to react on buttons or links.
Ext.define('app.view.Example', {
extend:...
Results 1 to 25 of 25
