Search Type: Posts; User: sc0ttman
Search: Search took 0.03 seconds.
-
12 Jul 2012 12:31 PM
- Replies
- 3
- Views
- 494
Not sure. It happens on both Safari and Chrome for iOS. I've re-factored many things I thought it might be, but it still happens occasionally. I'm starting to think it might have something to do with...
-
9 Jul 2012 7:48 AM
- Replies
- 9
- Views
- 2,244
Thanks @mitchellsimoens, brilliant idea!
Is the plan to release it to the non-support people ever?
Just trying to plan a deployment schedule. -
6 Jul 2012 11:40 AM
- Replies
- 9
- Views
- 2,244
Thanks a lot Jamie!
I have a couple of questions. Where is the best place to put overrides like this in an MVC app? At the top of the app.js file?
Also, do you know aprox. when 2.0.2 will be... -
27 Jun 2012 12:13 PM
- Replies
- 3
- Views
- 494
Hey everyone,
I've got sort of a strange bug over the last 3 or 4 releases of SenchaTouch 2.x that I can't figure out. Most of the time the NavigationView object works great, it's just sometime... -
15 Jun 2012 8:58 AM
- Replies
- 9
- Views
- 2,244
Is this enough info? Are you able to replicate the bug?
Thanks -
14 Jun 2012 8:32 AM
- Replies
- 9
- Views
- 2,244
Ext version tested:
ST 2.0.1.1
Browser versions tested against:
Chrome for Android seems to only have the bug
(Browser for Android, Safari for iOS all work)
DOCTYPE tested against:
... -
14 Jun 2012 6:48 AM
- Replies
- 9
- Views
- 2,244
I dont think it's the dateAdd because the field shows the correct date. It's just the picker that doesn't match it, and only chrome for android. All other browsers seems fine. I would assume the bug...
-
13 Jun 2012 8:39 PM
- Replies
- 9
- Views
- 2,244
I have a basic datefield object with the value set to:
value:Ext.Date.add(new Date(new Date().setHours(0,0,0)), Ext.Date.DAY, 2),
When you tap the field and the picker appears it defaults... -
5 Jun 2012 12:05 PM
- Replies
- 1
- Views
- 603
Hey,
I'm wondering if anyone knows how to make the stock pickers (selectfield/datepickerfield) perform better on Android. I'm noticing very bad performance (brand new Galaxy Nexus) when scrolling... -
30 May 2012 7:59 PM
- Replies
- 29
- Views
- 8,237
On android the selectfield dropdown arrow is sometimes (usually, actually) a square box.
UPDATE:
My fix for the selectfield bug is:
<style> .x-field-select { z-index: 1; }</style> -
3 May 2012 9:41 AM
- Replies
- 1
- Views
- 441
I think I may have just answered my own question. I'll leave it for anyone whos interested.
Ext.define('Ux.locale.override.st.picker.Picker', {
override : 'Ext.picker.Picker',
... -
3 May 2012 9:09 AM
- Replies
- 1
- Views
- 441
Hello,
I was wondering if anyone knew a way to pass in a config object for a Pickers' toolbar when using components like 'selectfield' and 'datepickerfield'
I am using Mitchell Simoens locale... -
2 Apr 2012 9:01 AM
- Replies
- 3
- Views
- 608
+1
I've also noticed the datefield change event fires twice. Once with the displayfield value, and then a second time with the valuefield value. -
2 Apr 2012 7:51 AM
- Replies
- 12
- Views
- 1,267
Thanks! The upgrade to 2.0.1RC fix that issue.
On an unrelated note, I need to file a new bug report for something I noticed in this version.
The selectfield Change event doesnt pass the... -
1 Apr 2012 3:10 PM
- Replies
- 12
- Views
- 1,267
Hi Jamie,
Thanks for the override fix, it solved the problem of the error being thrown on date selection. However, there is now an exception being thrown when you try and tap the date field a... -
27 Mar 2012 12:15 PM
Jump to post Thread: Location chooser example by sc0ttman
- Replies
- 3
- Views
- 591
Thanks Mitchell.
I currently have that, but it leads me to my other problem.
When a store for a select box loads, I dont want the select to "auto-select" the first item in the store. I would like... -
27 Mar 2012 8:23 AM
Jump to post Thread: Location chooser example by sc0ttman
- Replies
- 3
- Views
- 591
I'm wondering if anyone know of an example with 3 select fields that work together to allow a user to select a city or a store location within a city(country/state/city/store), or something like...
-
27 Mar 2012 8:18 AM
- Replies
- 3
- Views
- 509
That list wont pop up as I'm using the option: usePicker: 'true'
This website wont be displayed for tablets, only phones.
Any ideas? -
21 Mar 2012 7:18 AM
- Replies
- 3
- Views
- 509
No. I'm talking about the options.
I just dont want the select field to auto-select the first record in the store once it loads. I want the value to remain null and the placeholder text to stay... -
20 Mar 2012 3:30 PM
- Replies
- 3
- Views
- 509
I was wondering if there was a way to force a user to select an item in the list, rather than it defaulting to the first record after the associated store has loaded.
So when the store loads, ... -
13 Mar 2012 11:59 AM
- Replies
- 4
- Views
- 1,113
Okay good to know, thanks for the info. Basically what I have in my controller now is:
this.getMain().getNavigationBar().pushTitle(title);... -
13 Mar 2012 9:15 AM
- Replies
- 4
- Views
- 1,113
I'm doing some l18n and would like to know the best way of updating the title of a navigation.View,either by passing the title in directly, or having it refresh the title from the currently displayed...
-
8 Mar 2012 12:40 PM
Jump to post Thread: Localization example by sc0ttman
- Replies
- 3
- Views
- 825
Thanks for the link, unfortunately the demo doesn't appear to work with 2.0.0-gpl :(
** Update. mitchellsimoens has updated his code to work with the GPL release. Thanks! -
8 Mar 2012 12:28 PM
Jump to post Thread: Localization example by sc0ttman
- Replies
- 3
- Views
- 825
Hey everyone,
I was wondering if there was a simple ST2 example showing how to allow a user to set a language, and then have the app pull all user-facing strings from a language file. Or something... -
16 Feb 2012 3:27 PM
- Replies
- 2
- Views
- 472
var projectImageStore = Ext.getStore('ProjectImages');
projectImageStore.clearFilter();
projectImageStore.filter('project_id', 1);
So it leaves all records like: "1,10,11,12,13 ... 100,110,111"
...
Results 1 to 25 of 39
