Search Type: Posts; User: Perdiga
Search: Search took 0.01 seconds.
-
11 May 2012 9:27 AM
- Replies
- 60
- Views
- 17,562
i think that you you can use
me.imgEl.setStyle({ visibility: 'hidden' });
or
me.imgEl.setStyle({ disabled: 'true' }); -
10 May 2012 9:42 AM
- Replies
- 60
- Views
- 17,562
nice ..
I did two methods one for load and another to unload the image.
i did this to optimize memory in carousel.
loadImage: function(src) {
var me = this; -
8 May 2012 12:59 PM
Jump to post Thread: how hide item in tabbar by Perdiga
- Replies
- 1
- Views
- 333
How can i hide some item in tabbar?
-
26 Apr 2012 9:16 AM
- Replies
- 60
- Views
- 17,562
I added this code
ok, I updated the code
ImageViewer.js
Ext.define('App.Arkivus.ImageViewer',{ -
25 Apr 2012 10:19 AM
- Replies
- 60
- Views
- 17,562
The new code with ZoomIn/ZoomOut... there is a bug in that i am working to fix
Index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
... -
25 Apr 2012 10:14 AM
- Replies
- 60
- Views
- 17,562
I had seen this bug, but i don't know how fix it .. i am trying something here
you can get the imageViewer and call the method
I'll update in a moment the component with this -
24 Apr 2012 9:51 AM
- Replies
- 60
- Views
- 17,562
thanks ,I already added this in code
you can use doubletap, -
23 Apr 2012 12:38 PM
- Replies
- 60
- Views
- 17,562
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ImageViewer Example</title>
<link rel="stylesheet" type="text/css"... -
23 Apr 2012 12:31 PM
- Replies
- 45
- Views
- 16,138
I got a perfect version.works like the ios.
works with carousel, resize, rotation, doubleclick.
the final code is in the post above
another post was opened in touch sencha forum 2 to discuss... -
23 Apr 2012 9:34 AM
- Replies
- 45
- Views
- 16,138
look this, in bold what i changed . i am working now in rotation event
there is a issue yet... sometimes cuts the image when you resize
Ext.define('Arkivus.ImageViewer',{
... -
23 Apr 2012 6:23 AM
- Replies
- 45
- Views
- 16,138
ok i am waiting your code .. if you need any help i can help you
i am test your last version and i there is a issue with the scorller yet
and we need to centralize de image better like if the... -
23 Apr 2012 4:39 AM
- Replies
- 45
- Views
- 16,138
armode very nice, I was doing the same
I found some bug in line 169
this.scale = Ext.Number.constrain(ev.scale * this.startScale, this.baseScale, this.maxScale);
replace for this
... -
13 Apr 2012 10:33 AM
Jump to post Thread: Pinch Zoom Scrollable Image by Perdiga
- Replies
- 42
- Views
- 16,516
i implement this class and improve
ItemCarousel.js
Ext.define('App.ext.carousel.ItemCarousel', {
extend: 'Ext.Container',
xtype: 'itemcarousel', -
9 Apr 2012 10:45 AM
Jump to post Thread: Pinch Zoom Scrollable Image by Perdiga
- Replies
- 42
- Views
- 16,516
i am testing in my galaxy tab and works fine ...
now how can i centralize the image? -
21 Mar 2012 9:27 AM
Jump to post Thread: Pinch Zoom Scrollable Image by Perdiga
- Replies
- 42
- Views
- 16,516
Did you have same sample using your carousel to help me ? i am getting the error "TypeError: 'undefined' is not an object (evaluating 'this.getActiveItem().getScrollable().getScroller')"
-
12 Mar 2012 3:31 AM
- Replies
- 2
- Views
- 530
ok .. its working, but the event is fired twice
-
9 Mar 2012 11:42 AM
- Replies
- 2
- Views
- 530
i am trying to do this
{
xtype: 'textfield',
id: 'myText',
clearIcon: false,
width: 90,
disabled: true,
listeners: { -
8 Mar 2012 9:47 AM
Jump to post Thread: open a document in ST2 by Perdiga
- Replies
- 1
- Views
- 312
there is any way to open a document like .docx with ST?
i am using window.open(url) to do this ... but a want to open inside a panel -
6 Mar 2012 12:16 PM
- Replies
- 2
- Views
- 633
this works yet?
http://stackoverflow.com/questions/7318396/sencha-touch-i18n-basics -
5 Mar 2012 12:46 PM
- Replies
- 2
- Views
- 633
i am using sencha rc2 and i need to chance text component language... how can i do this ?
-
1 Mar 2012 11:11 AM
Jump to post Thread: text area field with bug? by Perdiga
- Replies
- 3
- Views
- 817
i am using rc2
-
1 Mar 2012 10:37 AM
Jump to post Thread: text area field with bug? by Perdiga
- Replies
- 3
- Views
- 817
i am trying to set max height for my textareafield but its not works fine
{
xtype: 'textareafield',
id:... -
1 Mar 2012 9:26 AM
Jump to post Thread: problem with store by Perdiga
- Replies
- 12
- Views
- 1,502
Soenhay
i have a main view that contains the toclist -
1 Mar 2012 9:21 AM
Jump to post Thread: problem with store by Perdiga
- Replies
- 12
- Views
- 1,502
My stores are loaded
32281
but i get the waring, and my dataview can not get the store -
29 Feb 2012 1:03 PM
Jump to post Thread: problem with store by Perdiga
- Replies
- 12
- Views
- 1,502
not work
Results 1 to 25 of 56
