Search Type: Posts; User: okwei
Search: Search took 0.02 seconds.
-
22 May 2013 7:30 AM
Jump to post Thread: Draw path with mouse move event by okwei
- Replies
- 1
- Views
- 76
I'd like to draw a path while mouse moves. looking at the documentation, it seems that I will need to use the 'path' sprite. My problem is that I'd like to draw the path while the mouse cursor is...
-
2 Apr 2013 6:29 AM
- Replies
- 6
- Views
- 255
Thanks, I would probably just pop all views from the navigation view when user switches to a different tab. the work around seems work ok, but it does make the code messier.
Or I will simply keep... -
2 Apr 2013 6:19 AM
- Replies
- 4
- Views
- 217
It works on ipad/PC/tablet, I believe the problem is the iphone displays the picker in a different way than tablet/pc.
I agree it may not be a typical use case, but it's so convenient to put an... -
31 Mar 2013 2:03 PM
- Replies
- 4
- Views
- 217
Ext.Viewport.add({ items : [ { xtype : 'selectfield', name : 'location', label : 'Site', displayField : 'name', ...
-
27 Mar 2013 6:01 PM
- Replies
- 4
- Views
- 217
{
xtype: 'selectfield',
name: 'location',
label: 'Site',
displayField: 'name',
valueField: 'object',
... -
27 Mar 2013 5:56 PM
- Replies
- 6
- Views
- 255
This will work if I go from A.1 to B.2, but won't catch the case from B.1 to B.2. Obviously I could add the logic to handle the latter case. I'm just wondering there is something else I should catch...
-
27 Mar 2013 7:00 AM
- Replies
- 6
- Views
- 255
I have a simple application that has 4 tabs (Tab.Panel, let me call them A,B,C and D) and then each of the 4 tabs have a navigation view in them, let me call them A.1, A.2 and B.1, B.2, etc.
The... -
18 Mar 2013 4:30 PM
- Replies
- 2
- Views
- 235
so this is just me?
-
14 Mar 2013 12:16 PM
- Replies
- 1
- Views
- 98
I have noticed since 4.1.2 when I collapse/expand the 'west' region, the center region seems to be removed from the DOM tree and re-added back, more specifically, the collapse seems ok but the expand...
-
12 Mar 2013 6:44 AM
Jump to post Thread: el.dom is null in 4.1.3 Render code by okwei
- Replies
- 6
- Views
- 371
I got the same problem. I had to add the items in afterrender call to work around this.
It only happen in IE (7,8) so far. IE 9 and 10 not tested. -
27 Feb 2013 9:11 AM
- Replies
- 2
- Views
- 235
anyone has the same problem in 2.1.1?
-
26 Feb 2013 12:30 PM
- Replies
- 2
- Views
- 235
Using a simple Disclosure List with group: true, ui: 'round'.
The last row of the group isn't rendered properly. the arrow button is rendered outside the group.
42066 -
22 Feb 2013 3:53 PM
- Replies
- 5
- Views
- 307
I will give it a try, where's the related documentation for the @include sencha-loading-spinner;
-
19 Feb 2013 7:16 AM
Jump to post Thread: Ext.JSON.encode() Indentation by okwei
- Replies
- 1
- Views
- 122
Is there a way to have indentation for Ext.JSON.encode()? The browser JSON.stringify() provide an extra parameter to add indentation, but it is not available to older browsers (e.g. IE7/8)
Thanks -
4 Feb 2013 6:01 AM
- Replies
- 5
- Views
- 307
No, these are not custom css, I dont have a custom css file at all, they are in the /myApp/resources/css/app.css file when the app is generated by the command. But some styles are missing after...
-
1 Feb 2013 6:01 PM
- Replies
- 5
- Views
- 307
Tried with the latest sencha Cmd v3.0.2.288, same problems. This is how the pull down list look like when the styles are missing.
41636 -
1 Feb 2013 10:09 AM
- Replies
- 5
- Views
- 307
I'm using the latest Sencha Cmd 3.0.0.250 and Sencha touch 2.1.0
Used "sencha app build production" to build my application, 2 problems:
1. the build version of the app.css seems to miss many... -
30 Jan 2013 6:11 AM
Jump to post Thread: Add my icons and css by okwei
- Replies
- 3
- Views
- 417
Yes, thanks very much. Will these css or images get compiled/built by sencha cmd?
-
29 Jan 2013 12:02 PM
Jump to post Thread: Add my icons and css by okwei
- Replies
- 3
- Views
- 417
In which folder should I put my own icons and my own css files after the following structure is generated by the sencha cmd? I noticed that the index.html does not include any .js or .css files, how...
-
10 Oct 2012 12:18 PM
- Replies
- 2
- Views
- 625
OK, I get it, so this have to be in native app. the mobile browser isn't working.
-
2 Oct 2012 6:50 PM
- Replies
- 2
- Views
- 625
Copy the example code from tutorial and it doesn't do anything neither in my iphone or andriod phone.
Ext.device.Camera.capture({
source: 'camera',
destination: 'file',
success:... -
27 Sep 2012 5:55 AM
- Replies
- 3
- Views
- 1,151
Sometimes, this 'painted' event seems to fire before the panel is fully laid out. when I do in Chrome:
console.log(c.element.getSize());
The height is 0 and width is proper, tried in my iphone,... -
26 Sep 2012 6:46 PM
- Replies
- 3
- Views
- 1,151
Is there a 'afterrender'/'afterlayout' event or something similar when a Panel is rendered. I'd like to know the size of a 'fit' layout panel, but I couldn't get the size before this panel is laid...
-
14 Sep 2012 5:47 PM
- Replies
- 7
- Views
- 1,345
Nope, this only render 3 buttons (with ext4.1.1), none of which can be selected/pressed. You can only click on them, just like regular buttons.
-
14 Sep 2012 8:03 AM
- Replies
- 7
- Views
- 1,345
I'd like to replicate a radio button group behavior - at least 1 button is selected, but it seems that all buttons in the toggle group can be unpressed.
any work around?
Results 1 to 25 of 86
