Search Type: Posts; User: grizzly21
Search: Search took 0.02 seconds.
-
6 Jun 2013 3:46 AM
Jump to post Thread: include custom components by grizzly21
- Replies
- 6
- Views
- 914
Is there a way to add a custom Ext.field.Field component with Architect?
This is an abstract base class so it's not listed in the components, and I can't change the parent class of a customer... -
3 Jun 2013 8:19 AM
- Replies
- 29
- Views
- 1,307
thanks
-
3 Jun 2013 8:07 AM
- Replies
- 29
- Views
- 1,307
still nothing on this?
-
21 May 2013 1:48 AM
- Replies
- 1
- Views
- 139
This happens on views where I have a DataView component with useComponents: true and defaultType: "myItemType". If I set useComponents to false or set defaultType to the default value (dataitem) I...
-
15 May 2013 10:22 AM
- Replies
- 29
- Views
- 1,307
cool thanks, if you can let us know here that'd be a great help too
-
15 May 2013 6:00 AM
- Replies
- 29
- Views
- 1,307
Has this been fixed yet in the newest version? I'd rather not upgrade till then.
-
6 May 2013 8:09 AM
Jump to post Thread: [2.2] various view issues by grizzly21
- Replies
- 3
- Views
- 110
I switched from the sencha touch sdk 2.1.2 to 2.2.0 and I got some of my views rendered incorrectly.
A typical issue is when I have a vbox container with labeled fields, and the fields and their... -
6 May 2013 7:58 AM
- Replies
- 2
- Views
- 149
I could investigate a little further and now I see some cases where nothing is rendered in Architect: this happens on views where I have a DataView component with useComponents: true and defaultType:...
-
3 May 2013 7:57 AM
- Replies
- 2
- Views
- 149
Architect used to give accurate design views, but in most recent version (sdk 2.2) seems like in some cases the layout is different. Where can this come from?
-
2 May 2013 2:27 PM
- Replies
- 29
- Views
- 1,307
thanks that worked!
-
2 May 2013 1:39 PM
- Replies
- 29
- Views
- 1,307
thanks! This is crazy, but I can't seem to install it though...
I uninstalled what I had, I even deleted the sencha architect folder in c / program files x86 (I'm using win7), after installing these... -
2 May 2013 9:44 AM
- Replies
- 29
- Views
- 1,307
Where can I download the previous version of architect? This also messed up my project and I don't have the previous setup any more.
-
30 Apr 2013 3:48 AM
Jump to post Thread: Better (button) responsiveness by grizzly21
- Replies
- 12
- Views
- 277
I could enable "Fixed Button" behaviour for all buttons like this:
http://www.sencha.com/forum/showthread.php?197409-Extending-Ext.Button-for-better-UX-and-responsive-tap/page3 -
30 Apr 2013 3:45 AM
- Replies
- 25
- Views
- 7,688
I managed to do that with this code.
(A possible improvement would be to retrieve the mask factor values from the individual button, if they are given)
//
// With this we can enable "Fixed... -
26 Apr 2013 3:31 AM
- Replies
- 23
- Views
- 3,246
Yeah I did that, but what I want is to modify this moveDistance to be even bigger ( I don't think it's big enough) according to this:
"This is being addressed in 2.2 by having a moveDistance... -
26 Apr 2013 3:23 AM
- Replies
- 23
- Views
- 3,246
How can I apply this throughout the entire application?
-
26 Apr 2013 3:19 AM
- Replies
- 2
- Views
- 127
We've solved this by changing the style used there. The change in the css for x-label-alig-left / right is in sencha-touch.css in the sdk
-
24 Apr 2013 4:02 AM
Jump to post Thread: Better (button) responsiveness by grizzly21
- Replies
- 12
- Views
- 277
and how about individually? That would be a bit a of burden to do though..
-
24 Apr 2013 3:51 AM
Jump to post Thread: Better (button) responsiveness by grizzly21
- Replies
- 12
- Views
- 277
thanks! How do I set this for the entire app?
I tried with this in app.launch, but doesn't seem to have any effect:
Ext.override(Ext.event.recognizer.Tap, {
config: {
moveDistance: 33 ... -
24 Apr 2013 12:39 AM
Jump to post Thread: Better (button) responsiveness by grizzly21
- Replies
- 12
- Views
- 277
There's a moveThrottle that you can adjust, as you can read in my above link for "FixedButton" like this:
Ext.application({ eventPublishers: { touchGesture: { ... -
23 Apr 2013 5:57 AM
- Replies
- 2
- Views
- 127
Hey,
I have a question: I just updated from sdk 2.1.2 to 2.2.0 and it seem there's one change in sencha-touch.css that has changed from this:
.x-label-align-left,.x-label-align-right {
... -
22 Apr 2013 10:17 AM
Jump to post Thread: Better (button) responsiveness by grizzly21
- Replies
- 12
- Views
- 277
Thanks, I tested with the new sdk and while it seems to be better, it's still not good enough. It seems to allow a few pixels of "slide" of the finger but not much more..so far the "Fixed button" I...
-
22 Apr 2013 8:45 AM
Jump to post Thread: Better (button) responsiveness by grizzly21
- Replies
- 12
- Views
- 277
Thanks! I'm using 2.1.2 now I will try 2.2. Is the most recent version 2.2 RC ? And so hopefully a release will be coming out soon as well or at least is it stable enough? I would need this to be...
-
22 Apr 2013 6:50 AM
Jump to post Thread: Better (button) responsiveness by grizzly21
- Replies
- 12
- Views
- 277
Hi,
I've had problems with responsiveness, meaning after tapping a button it's quite slow to render the next view. Sometimes I have to tap multiple times as well.
There is a good improvement for... -
9 Apr 2013 8:55 AM
- Replies
- 1
- Views
- 237
Hi,
so the way I see it the function in Ext.data.Types.BOOL.convert has changed in the most recent sdk.
In our app this is a problem because now the stored values (false/true) is different in...
Results 1 to 25 of 77
