Search Type: Posts; User: Ethan Long
Search: Search took 0.02 seconds.
-
8 Sep 2012 6:00 PM
Jump to post Thread: Button pressed torch effect by Ethan Long
- Replies
- 1
- Views
- 479
Hi, I need to use my own icon for button but still need to have the torch effect when pressing, what is the easiest way to do with Sencha?
38541
This is Sencha's build in left arrow, I need to use... -
29 Aug 2012 1:52 AM
Jump to post Thread: How to localize date picker? by Ethan Long
- Replies
- 2
- Views
- 907
My app has language settings so user can set language different from OS language, I need some dynamic way to set date picker's language.
Not sure if that's possible.
Or if I can modify date... -
28 Aug 2012 9:28 PM
Jump to post Thread: How to localize date picker? by Ethan Long
- Replies
- 2
- Views
- 907
Do anyone know how to localize date picker to other languages?
Btw, the date picker performance is not so good, I need to wait like 0.5 second for it's UI to scroll up, is there a way to improve... -
26 Aug 2012 8:20 PM
- Replies
- 6
- Views
- 2,126
I have the same issue but found a solution:
in both containers,
1. the full screen one include toolbar and smaller scrollable container
2. the smaller scrollable container
set layout to... -
21 Aug 2012 3:05 AM
- Replies
- 3
- Views
- 585
Thanks it works, but how to set multiple slots? Tried use setSlots() with array of slots information, but didn't work...
-
20 Aug 2012 6:09 AM
- Replies
- 2
- Views
- 474
Tried spacer and layout, didn't work. Can help me change the code to work? Thanks!
{
xtype: 'titlebar',
docked: 'top',
... -
20 Aug 2012 3:58 AM
- Replies
- 3
- Views
- 585
The following code is not working, result is empty picker...
me._pickerWaist = Ext.create('Ext.Picker', {...
var d = [];
for (var i=70; i<100; ++i) {
d.push({
... -
20 May 2012 7:02 AM
- Replies
- 1
- Views
- 525
I have this radio field:
_setLang1 = new Ext.field.Radio({ name : 'lang',
value: 'chinese',
label: _controller.loc('Chinese Simplified', 1),
... -
18 May 2012 6:46 AM
Jump to post Thread: Badge cls avaible in Sencha by Ethan Long
- Replies
- 5
- Views
- 907
Is there a way I can find available badge styles (badgeCls) in Sencha, please also let me know how to find them if you can ;)
Thanks! -
11 May 2012 7:20 PM
- Replies
- 1
- Views
- 477
I mean how do I know if a panel's size is big enough so that every item in it is visible and does not need to scroll?
I have a panel with vbox and buttons in it, I need to do a animated scroll if... -
11 May 2012 1:05 AM
- Replies
- 3
- Views
- 798
Hi Russell,
I found this issue and wrote silly and lengthy code as workaround, thanks a lot for sharing the correct way!!! -
25 Apr 2012 6:31 PM
- Replies
- 1
- Views
- 965
Hi this is my code to play a sound clip:
if (bPlaySound != false) {
if (!_snd) {
_snd = Ext.create('Ext.Audio', {
url: 'hitball.mp3',
});
}
_snd.play(); -
25 Apr 2012 1:39 AM
- Replies
- 2
- Views
- 474
i found it here:
http://docs.sencha.com/touch/2-0/#!/api/Ext.LoadMask -
24 Apr 2012 6:40 AM
- Replies
- 2
- Views
- 474
Is it provided with Sencha a processing animation control? Something like this:
34451
I need the circle part, but don't need the 35% thing. Thanks! -
23 Apr 2012 6:19 PM
Jump to post Thread: Pinch / Zoom on container by Ethan Long
- Replies
- 3
- Views
- 691
My colleague has this code working:
var viewport = Ext.Viewport;
viewport.setPreventPanning(false);
viewport.setPreventZooming(false); -
23 Apr 2012 5:59 PM
Jump to post Thread: How to scroll with animation? by Ethan Long
- Replies
- 2
- Views
- 427
Thanks. I seem notice there is an issue when you dynamically add a button to a scrollable panel and scrollToEnd() right after the adding.
Seems at the point of scrolling, panel's height is not... -
23 Apr 2012 5:56 PM
Jump to post Thread: Auto wrap in hbox? by Ethan Long
- Replies
- 2
- Views
- 716
so simple:) thanks!
-
20 Apr 2012 6:56 AM
Jump to post Thread: Auto wrap in hbox? by Ethan Long
- Replies
- 2
- Views
- 716
Let's say panel1 contains panel21 and panel22 in hbox, with flex = 8 and 2.
panel21's layout is also hbox with buttons in it. I need panel21 to autowrap the buttons to row 2 if width of screen is... -
20 Apr 2012 3:38 AM
Jump to post Thread: How to scroll with animation? by Ethan Long
- Replies
- 2
- Views
- 427
Not sure how to scroll a panel with animation, what is the parameter?
var scroller = _panel.getScrollable().getScroller();
if (scroller) {
... -
20 Apr 2012 2:12 AM
- Replies
- 1
- Views
- 228
Is there a good document explain layout in depth? Meaning explain all combinations of layout type, align values etc. Felt this is too simple:
http://docs.sencha.com/touch/2-0/#!/guide/layouts -
20 Apr 2012 2:08 AM
- Replies
- 1
- Views
- 228
What I need:
34298
My code:
var p1 = Ext.create('Ext.Panel', {
//scrollable: 'vertical', // adding this makes p1 invisible!
layout: {type: 'vbox', align:... -
20 Apr 2012 1:23 AM
- Replies
- 4
- Views
- 432
I found if i remove scrollable: 'vertical', then it's ok...
-
20 Apr 2012 12:58 AM
- Replies
- 4
- Views
- 432
_panelClues = Ext.create('Ext.Panel',
{
xtype: 'panel', // panel for all the clues buttons
//docked: 'top',
layout: {
type: 'vbox',
//pack: 'center',... -
19 Apr 2012 9:28 PM
- Replies
- 4
- Views
- 432
Say panel has 2 buttons in it's items, now programmatically added 3rd button, expect it to expand and show the 3rd button.
Thanks! -
16 Apr 2012 1:48 AM
- Replies
- 2
- Views
- 607
Please, anyone knows?
Results 1 to 25 of 70
