Search Type: Posts; User: extjslikeit
Search: Search took 0.03 seconds.
-
25 Apr 2013 8:48 AM
- Replies
- 3
- Views
- 114
Yes, I tried a simple button example. The event handler is not invoked.
Both (kitchen sink and the simple button) work fine on iOS 5 and > -
23 Apr 2013 9:00 AM
- Replies
- 3
- Views
- 114
This is for 2.2.0 (Sencha Touch)
I am trying kitchen sink demo in 4.2 and 4.3 ipad device simulator and the nested list loads, however tapping on any item in the list does not seem to trigger any... -
28 Jan 2013 1:30 PM
- Replies
- 1
- Views
- 133
controller was overriding constructor (leftover from 3.x ; had created classes similar to 4.0)
-
28 Jan 2013 2:44 AM
- Replies
- 1
- Views
- 133
Uncaught TypeError: Cannot call method 'control' of undefined
I am concatenating the script files and am getting above message..
Attached is the file...any help is greatly appreciated...
... -
5 Sep 2012 8:28 AM
- Replies
- 25
- Views
- 2,241
I tried this.callParent(arguments) and it did not help.
Can you please point out things that seem incorrect to you in the simplified code that I included in previous comments? -
4 Sep 2012 12:34 PM
- Replies
- 25
- Views
- 2,241
The app was generated using the tool and I am concatanating it using the sencha app build tool..
As I said, it works as long as the initialization of button is within constructor. This has... -
4 Sep 2012 8:51 AM
- Replies
- 25
- Views
- 2,241
Ext.define('apam.view.Main', {
extend : 'Ext.Panel',
xtype : 'mainpanel',
config : { -
4 Sep 2012 8:43 AM
- Replies
- 25
- Views
- 2,241
using this.callParent did not solve the problem
-
3 Sep 2012 1:55 PM
- Replies
- 25
- Views
- 2,241
Ext.define('apam.view.Main', {
extend : 'Ext.Panel',
xtype : 'mainpanel',
config : { -
1 Sep 2012 1:41 PM
- Replies
- 25
- Views
- 2,241
<!DOCTYPE HTML>
<html manifest="" lang="en-US">
<head>
<meta charset="UTF-8">
<title>apam</title>
<style type="text/css">
/**
* Example of an initial loading... -
1 Sep 2012 1:40 PM
- Replies
- 25
- Views
- 2,241
Ext.define('apam.view.Main', {
extend : 'Ext.Container',
xtype : 'mainpanel',
config : { -
1 Sep 2012 1:39 PM
- Replies
- 25
- Views
- 2,241
Ext.application({
name : 'apam',
requires : [],
models : [], -
1 Sep 2012 1:37 PM
- Replies
- 25
- Views
- 2,241
Ext.define('apam.view.Main', {
extend : 'Ext.Container',
xtype : 'mainpanel',
config : { -
1 Sep 2012 1:35 PM
- Replies
- 25
- Views
- 2,241
Adding content of the files, if someone can provide any clues it will help...
Main.js (primary view)
app.js
concat_app.js
index.html
If app.js contains the content of Main.js as in... -
31 Aug 2012 3:45 PM
- Replies
- 25
- Views
- 2,241
Ext.define('apam.view.LeftContainer', {
extend: 'Ext.Panel',
xtype: 'leftcontainer',
id: 'leftcontainer',
config: {
layout: 'fit',
flex: 1,
items: []
... -
31 Aug 2012 3:43 PM
- Replies
- 25
- Views
- 2,241
Following is stack trace of listener call for painted event on a Panel. However in test build the listener never gets invoked....
Ext.define.paintedListener (app/view/LeftContainer.js:46)... -
31 Aug 2012 2:01 PM
- Replies
- 25
- Views
- 2,241
Tested in safari on iPad simulator with no luck.
There are no messages in log except the ones I added..
The same script files work perfectly in development mode..
We need to get this to work... -
31 Aug 2012 1:54 PM
- Replies
- 25
- Views
- 2,241
Not wrking
-
31 Aug 2012 1:48 PM
- Replies
- 25
- Views
- 2,241
No events seem to work in the UI in production or test build.
-
31 Aug 2012 8:52 AM
- Replies
- 5
- Views
- 712
Build issue is on PC only (I not not yet tried Mac)
-
29 Aug 2012 5:39 PM
- Replies
- 5
- Views
- 712
Good.
I tried sencha app build production and the tool printed following error message
"...
[ERROR] TypeError: 'undefined' is not an object
Stack trace:
: 49 :... -
29 Aug 2012 8:02 AM
- Replies
- 5
- Views
- 712
I too would prefer using the build tool if it works, however after following the instructions on the sencha web site, I try to generate jsb3 and the tool remains stuck infinitely with no error...
-
27 Aug 2012 4:31 PM
- Replies
- 25
- Views
- 2,241
I notice that if I keep
<script type="text/javascript" src="sdk/sencha-touch-all.js"> </script>
after my script file, I get bunch of not defined errors however the UI loads and it works, ie... -
27 Aug 2012 3:43 PM
- Replies
- 25
- Views
- 2,241
None
-
27 Aug 2012 3:12 PM
- Replies
- 5
- Views
- 712
I try to merg script using ant, however keep getting bunch of script not found errors as the sencha script tries to fetch individual files even though the files are already loaded...
Is there a...
Results 1 to 25 of 61
