Search Type: Posts; User: jiancha
Search: Search took 0.01 seconds.
-
24 Aug 2012 5:09 AM
Jump to post Thread: how to rotate panel by jiancha
- Replies
- 0
- Views
- 160
Hello,
I have a panel and set its style "webkitTransform" to "rotateZ(30deg)", it works fine. but if I want to rotate it in X or Y axis, it doesn't work.
How can I rotate a panel in X/Y axis ?... -
8 Mar 2012 2:07 PM
- Replies
- 4
- Views
- 1,163
I tried to use XAMPP(Apache) to run the app, but still no lucky.
-
8 Mar 2012 7:56 AM
- Replies
- 4
- Views
- 1,163
Hello,
I try the tutorial
http://www.sencha.com/forum/showthread.php?181927-Building-a-SAP-mobile-app-using-Sencha-Touch-2
if I run it in Chrome, I got follow errors:
Uncaught Error:... -
2 Mar 2012 5:58 AM
- Replies
- 1
- Views
- 379
Hello,
I pop up a floating panel in the center of different screen and need (pageX, pageY) of the top-left point of the popup panel.
any idea ?
thanks ! -
20 Feb 2012 3:49 PM
- Replies
- 1
- Views
- 267
I find a way:
setChange: function(evt,html,obj,options){
console.log(options.value);
}
have someone another way? -
20 Feb 2012 3:39 PM
- Replies
- 1
- Views
- 267
Hello,
on( String eventName, Function handler, [Object scope], [Object options])
if I define a change event like this:
this.on('change', mytest.controllers.text.setChange,... -
7 Feb 2012 1:55 PM
- Replies
- 2
- Views
- 631
I think you are right,
"-webkit-perspective: 300" in CSS #myimage prohibit it, and "-webkit-transform: rotateY(30deg)" too.
but I need to show my pic in 3D effect, how can I fix it ?
Thanks a... -
6 Feb 2012 2:52 PM
- Replies
- 2
- Views
- 631
Hello,
I create a TabPanel
mycss.views.Viewport = Ext.extend(Ext.TabPanel,{
id: 'viewport',
layout:'card',
fullscreen:'true',
ui:'dark',
scroll: 'vertical', -
30 Dec 2011 10:16 AM
- Replies
- 2
- Views
- 1,979
this quest is still not answered yet, can you help us please ?
-
8 Dec 2011 1:19 PM
- Replies
- 1
- Views
- 465
Hello,
I am new to Sencha Touch, I can't figure out which params and in which order should be used in Event function: e.g.
onDoubleTap: function(event, html, obj)
onDragend:... -
6 Dec 2011 4:55 AM
Jump to post Thread: config listeners not working by jiancha
- Replies
- 2
- Views
- 847
Hello,
here is test code:
Ext.application({
launch : function() {
var b = Ext.create('Ext.Button',{
text : 'Btn', -
6 Dec 2011 4:40 AM
- Replies
- 5
- Views
- 986
see this below
http://stackoverflow.com/questions/8346286/listeners-on-dataview-in-sencha-touch-2
it says if you create it using xtype: 'panel', it works with listeners {} ! -
6 Dec 2011 4:31 AM
- Replies
- 5
- Views
- 986
Hello,
I have the same issue:
Ext.application({
launch : function() {
var b = Ext.create('Ext.Button',{
text : 'Btn', -
5 Dec 2011 4:19 AM
- Replies
- 4
- Views
- 588
ok, I used wrong framework, now it works for me too
thanks a lot ! -
5 Dec 2011 1:54 AM
- Replies
- 4
- Views
- 588
thanks,
but I did use listeners and it works on portal, but it does not work for me on my browser. -
5 Dec 2011 1:37 AM
- Replies
- 4
- Views
- 588
Hello,
Here is my example code:
Ext.application({
launch : function() {
var b = Ext.create('Ext.Button', {
text : 'Btn',
//fullscreen: false, -
3 Dec 2011 3:03 PM
- Replies
- 2
- Views
- 1,242
thanks for your answer !
-
2 Dec 2011 1:31 AM
- Replies
- 2
- Views
- 1,242
hello,
I created a component with "{xtype: 'component', html: '0',id: 'mycom'}" in a panel.
and I want to click a button later by using Ext.getCmp('mycom').getEl().getHTML() and return me the...
Results 1 to 18 of 18
