Search Type: Posts; User: Perdiga

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. i think that you you can use
    me.imgEl.setStyle({ visibility: 'hidden' });
    or
    me.imgEl.setStyle({ disabled: 'true' });
  2. 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;
  3. Replies
    1
    Views
    333
    How can i hide some item in tabbar?
  4. I added this code



    ok, I updated the code

    ImageViewer.js


    Ext.define('App.Arkivus.ImageViewer',{
  5. 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">
    ...
  6. 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
  7. thanks ,I already added this in code



    you can use doubletap,
  8. index.html


    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>ImageViewer Example</title>

    <link rel="stylesheet" type="text/css"...
  9. 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...
  10. 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',{
    ...
  11. 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...
  12. 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. Replies
    42
    Views
    16,516
    i implement this class and improve

    ItemCarousel.js


    Ext.define('App.ext.carousel.ItemCarousel', {
    extend: 'Ext.Container',
    xtype: 'itemcarousel',
  14. Replies
    42
    Views
    16,516
    i am testing in my galaxy tab and works fine ...

    now how can i centralize the image?
  15. 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')"
  16. ok .. its working, but the event is fired twice
  17. i am trying to do this


    {
    xtype: 'textfield',
    id: 'myText',
    clearIcon: false,
    width: 90,
    disabled: true,
    listeners: {
  18. 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
  19. this works yet?
    http://stackoverflow.com/questions/7318396/sencha-touch-i18n-basics
  20. i am using sencha rc2 and i need to chance text component language... how can i do this ?
  21. Replies
    3
    Views
    817
    i am using rc2
  22. Replies
    3
    Views
    817
    i am trying to set max height for my textareafield but its not works fine



    {
    xtype: 'textareafield',
    id:...
  23. Replies
    12
    Views
    1,502
    Soenhay
    i have a main view that contains the toclist
  24. Replies
    12
    Views
    1,502
    My stores are loaded
    32281

    but i get the waring, and my dataview can not get the store
  25. Replies
    12
    Views
    1,502
    not work
Results 1 to 25 of 56
Page 1 of 3 1 2 3