Search Type: Posts; User: dawesi
Search: Search took 0.07 seconds.
-
25 Apr 2013 8:21 AM
- Replies
- 2
- Views
- 161
all charts use stores, so you would need to create three stores to drive the charts.
You could approach this two ways,
1) load data store #1 and then iterate that data into the other two stores... -
21 Apr 2013 5:23 PM
Jump to post Thread: SenchaCon 2013 Question by dawesi
- Replies
- 3
- Views
- 673
The whole training and Tech Sales team will be there on top of the dev teams, so there will be plenty of us around.
-
17 Apr 2013 7:20 AM
- Replies
- 2
- Views
- 123
As sync calls a batch process, you need to set the params directly on the proxy before sync.
store.getProxy().setExtraParams({
'param1':'value 1',
'param2':'value 2'
});... -
9 Apr 2013 9:43 PM
- Replies
- 2
- Views
- 213
you should contact bryntum via their support site.
-
9 Apr 2013 9:39 PM
Jump to post Thread: Best Practice: External Tpl files by dawesi
- Replies
- 2
- Views
- 124
of course there is nothing stopping you from loading a series of templates using an ajax request and storing the object in localstorage or alike in your app ;-)
This would also be a decent... -
9 Apr 2013 9:35 PM
- Replies
- 1
- Views
- 75
your code is appreciated also ;-)
-
9 Apr 2013 9:35 PM
- Replies
- 4
- Views
- 238
have you created an instance of the store and has it been loaded?
-
9 Apr 2013 9:04 PM
- Replies
- 4
- Views
- 2,543
why not use the one by swarmonline for sencha touch 2 in the sencha market?
https://market.sencha.com/extensions/ext-ux-touchcalendar -
8 Apr 2013 10:28 PM
Jump to post Thread: Sencha Touch Dev blog by dawesi
- Replies
- 3
- Views
- 984
might want to run that domain name past Sencha legal... it contains their trademark.
-
1 Apr 2013 5:42 AM
- Replies
- 5
- Views
- 260
you can base64 them (aka turn them into a string) then request them and store them in a store.
there's plenty of examples on the web of how to do that, you could even use src.sencha.io to do that... -
1 Apr 2013 5:39 AM
Jump to post Thread: Tpl table on click show other js by dawesi
- Replies
- 2
- Views
- 148
check out DomQuery... you can use it to put click events onto any element or group of elements (great docco)
http://docs.sencha.com/touch/2-2/#!/api/Ext.DomQuery
aka put a class on your TR tags,... -
1 Apr 2013 5:35 AM
Jump to post Thread: Layout to fit content inside by dawesi
- Replies
- 3
- Views
- 299
{
xtype: 'container',
margin: 6,
padding: 6,
style: 'border:2px solid #CCC; background:white; -webkit-border-radius: 5px;... -
1 Apr 2013 5:11 AM
- Replies
- 5
- Views
- 625
Niether of you have provided testable code yet... to see where your code has bugs we need to see your actual code.
I know it's an alternative solution, however it's what you should be using:
... -
31 Mar 2013 6:10 AM
- Replies
- 5
- Views
- 333
A couple of directions with login security:
1) have login system (login/password reset/etc) in one app, and your app in another on the same domain so that the remote session stays valid, then just... -
31 Mar 2013 3:38 AM
- Replies
- 4
- Views
- 261
The Open Source version of the Software (“GPL Version”) is licensed under the terms of the GNU General Public License versions 3.0 (“GPL”) and not under this Agreement. If You, or another third...
-
31 Mar 2013 3:18 AM
Jump to post Thread: Flow of Ext.XTemplate by dawesi
- Replies
- 1
- Views
- 109
What do you mean by flow of template, and what is the result you are hoping to achieve?
-
27 Mar 2013 10:35 PM
Jump to post Thread: SenchaCon 2013 - Who's going? by dawesi
- Replies
- 21
- Views
- 5,040
I'll be there all the way from Melbourne, Australia... :-)
-
22 Mar 2013 12:44 AM
Jump to post Thread: Event Click by dawesi
- Replies
- 1
- Views
- 99
Here is how you get data of the clicked slice. The series class supports listeners via the Observable syntax and they are:
itemmouseup When the user interacts with a marker.
itemmousedown... -
22 Mar 2013 12:41 AM
- Replies
- 4
- Views
- 234
did you tilt your head to the left before you hit enter? lol just kidding.
try sencha cmd 3.1 released today perhaps. -
20 Mar 2013 1:17 AM
- Replies
- 5
- Views
- 150
you need to translate your data:
{ browser: 'chrome', date: 123456, clicks : 1000 }
{ browser: 'firefox, date: 123456, clicks 1000}
on the server -
20 Mar 2013 1:16 AM
- Replies
- 2
- Views
- 112
@attributes is an invalid variable name
http://mothereff.in/js-variables#%40attributes -
20 Mar 2013 12:38 AM
Jump to post Thread: how to access file from ux?? by dawesi
- Replies
- 2
- Views
- 94
You'd be better off storing your object in localstorage.
What is your use case? -
13 Mar 2013 8:22 PM
Jump to post Thread: Using a mask on a draw component by dawesi
- Replies
- 2
- Views
- 86
As the Draw clas is a component you can use setLoading() method on the Draw component.
http://docs.sencha.com/ext-js/4-2/#!/api/Ext.Component-method-setLoading -
13 Mar 2013 8:14 PM
Jump to post Thread: IE performance issue by dawesi
- Replies
- 6
- Views
- 217
have you logged the bug with Microsoft about their browser being slow?
-
13 Mar 2013 8:09 PM
- Replies
- 1
- Views
- 101
you can put a panel inside the tabpanel and set
...
floating: {constrain : true},
height: 200,
width: 200,
...
Results 1 to 25 of 111
