Search Type: Posts; User: uksencha

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Hi Mitchell

    Thanks for the reply.

    We just upgraded to 2.1.1 - thanks for the tip I will download 2.2.0 beta 1 and give it a try.

    Thanks

    Chris
  2. Hi

    I have a list where I have variableHeights to false and itemHeight to 60.

    Whenever I do a select so that the row is highlighted there is a 1 pixel gap at the bottom between the highlight...
  3. Hi Hannes

    Did disabling the button underneath temporarily not work or are you just looking for a more elegant solution (if so I'm afraid I haven't yet come up with one and I'm still using the...
  4. Hi Zolcsi

    I see what you mean.

    I'm not in the office at the moment so I can't try this but maybe this would work:

    selectField = document.getElementById(idOfSelectField);

    maskField =...
  5. I have a similar issue on selects with the component below receiving a tap through.

    I'm using the following to get around the problem - I guess its not ideal but it seems to work other than a...
  6. Replies
    2
    Views
    463
    Hi Mitchell

    Thanks for replying and sorry for the delay in me replying - I got side tracked onto something.

    You are quite right it does appear to work much better in Sencha Touch 2 in the way...
  7. Replies
    2
    Views
    463
    This is probably something quite simple that I have missed so sorry if its a dumb question but I have had a look around the forums and there don't seem to be any posts about it.

    If you have text...
  8. Replies
    24
    Views
    6,828
    Hi Ric

    Thanks for your info - it led me to a solution.

    This is what I came up with - it works for me in Sencha Touch 1 but maybe it will require a little adjustment for version 2:


    ...
  9. Replies
    24
    Views
    6,828
    Hi Ric

    Thanks for the reply - I will take a look and get back to you.

    Chris
  10. Replies
    24
    Views
    6,828
    Hi

    I am using version 1 of Sencha Touch but this problem seems to be the same there.

    I need to come up with a solution to this issue quite quickly because I have a deadline to meet so I have...
  11. Replies
    3
    Views
    550
    Hi V7Theory

    Thanks for your reply.

    I tried everything I could think of to get it going the way I started with but I got no where.

    So earlier today I decided to try a different approach. Its...
  12. Replies
    3
    Views
    550
    Hi

    I need to create a dynamic tabbar in my app and the way I have tried to do this is have three arrays of items for the tabbar and to switch them dynamically as required.

    This works great...
  13. Hi

    Sorry to be a nuisance but I just worked that on focus listener into my main code and I'm afraid now on the Iphone you get a brief flash of the address bar which makes it look really messy - I...
  14. Finally found something that seems acceptable - works ok with all but a small flicker on an IPhone 3gs.

    I added an event listener for the focus event to the html5 select object as follows:
    ...
  15. This code shows what I am trying to do (simple example) :

    var topBar = new Ext.Toolbar({
    dock: 'top'
    });

    var bottomBar = new Ext.Toolbar({
    dock: 'bottom'
    });
  16. Hi

    I need to add a select field inside some html that I have inside a panel.

    I can't work out a way of adding a Sencha Touch Ext.form.Select to it so I tried using a simple html5 select and...
  17. That worked just fine - thanks very much again for your help.

    Chris
  18. Yes I guess so - sorry I got a bit long winded with my explanation - only excuse is that I just got off a very long call with Belgium and my head is aching.

    I will try and do something with the...
  19. Hi Mitchell

    When you pull the list to the bottom around half of the last item is not visible until you drag it further when the rest of the last item becomes visible until you let go of the list...
  20. Hi

    I'm trying to create some search results and I have a multiline list that will not scroll to the bottom item (it only gets half way down the bottom item).

    This is the itemTpl

    itemTpl :...
  21. Just a quick update - I no longer need to disallow dropping an item in the list where it shouldn't be dropped.

    I would however still be very interested if anyone could tell me how to autoscroll...
  22. I am using the code described in http://www.sencha.com/forum/showthread.php?102154-Drag-drop-sort-in-Touch&p=659116#post659116 to drag drop sort a list.

    Its working ok but I have two questions:
    ...
  23. Replies
    11
    Views
    874
    Ok no worries thanks - it was more out of interest as JQuery was there anyway than any necessity.

    Thanks for all your prompt replies - great forum :0)
  24. Replies
    11
    Views
    874
    Unfortunately I need jQuery for another part of the app so its got to be there although you are right it will increase the download time.

    As its there anyway do you think it will be ok to use it...
  25. Replies
    11
    Views
    874
    Sorry to be a nuisance but one more question - is there anything wrong with using jQuery to do the finding and updating or will this mess up Sencha Touch internal workings ?

    Thanks
Results 1 to 25 of 31
Page 1 of 2 1 2