Search Type: Posts; User: uksencha
Search: Search took 0.03 seconds.
-
15 Mar 2013 8:14 AM
- Replies
- 2
- Views
- 225
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 -
13 Mar 2013 3:07 AM
- Replies
- 2
- Views
- 225
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... -
30 Oct 2012 1:32 PM
- Replies
- 8
- Views
- 2,088
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... -
24 Jul 2012 3:00 AM
- Replies
- 8
- Views
- 2,088
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 =... -
19 Jul 2012 2:47 PM
- Replies
- 8
- Views
- 2,088
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... -
22 Jun 2012 1:48 AM
Jump to post Thread: Ext.field.Text overflow by uksencha
- 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... -
17 Jun 2012 3:48 PM
Jump to post Thread: Ext.field.Text overflow by uksencha
- 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... -
7 Jun 2012 4:48 AM
- 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:
... -
6 Jun 2012 2:55 AM
- Replies
- 24
- Views
- 6,828
Hi Ric
Thanks for the reply - I will take a look and get back to you.
Chris -
6 Jun 2012 2:02 AM
- 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... -
24 May 2012 2:46 PM
Jump to post Thread: Dynamic TabBar by uksencha
- 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... -
23 May 2012 10:28 AM
Jump to post Thread: Dynamic TabBar by uksencha
- 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... -
10 May 2012 8:23 AM
- Replies
- 3
- Views
- 895
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... -
10 May 2012 2:41 AM
- Replies
- 3
- Views
- 895
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:
... -
10 May 2012 12:28 AM
- Replies
- 3
- Views
- 895
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'
}); -
9 May 2012 3:28 PM
- Replies
- 3
- Views
- 895
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... -
29 Feb 2012 9:17 AM
- Replies
- 5
- Views
- 815
That worked just fine - thanks very much again for your help.
Chris -
29 Feb 2012 9:12 AM
- Replies
- 5
- Views
- 815
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... -
29 Feb 2012 8:56 AM
- Replies
- 5
- Views
- 815
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... -
29 Feb 2012 2:49 AM
- Replies
- 5
- Views
- 815
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 :... -
22 Feb 2012 8:46 AM
- Replies
- 1
- Views
- 610
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... -
21 Feb 2012 3:20 PM
- Replies
- 1
- Views
- 610
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:
... -
11 Jan 2012 9:16 AM
Jump to post Thread: Form Field Overrides by uksencha
- 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) -
11 Jan 2012 8:55 AM
Jump to post Thread: Form Field Overrides by uksencha
- 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... -
11 Jan 2012 8:40 AM
Jump to post Thread: Form Field Overrides by uksencha
- 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
