Search Type: Posts; User: _piotr
Search: Search took 0.02 seconds.
-
22 Aug 2012 5:06 AM
Jump to post Thread: doLayout? by _piotr
- Replies
- 7
- Views
- 3,940
Are you sure at it does not need anything to reload/re-render the layout, @TommyMaintz? It does not work for me if I login with another user (another session).
Does anyone has any solution for... -
22 Aug 2012 1:26 AM
- Replies
- 8
- Views
- 4,934
I have the same problem. I have an app with user authentication. At the topbar I have an username and personalized buttons on the home page.
When I log me in (after successfully logging out) with... -
30 Jul 2012 6:25 AM
- Replies
- 4
- Views
- 1,224
Ok, so I see at there is an issue with external resources. I've read at it is impossible in Sencha to request external url in the way: http://url.toexternalscript.com/scripts/s.js or /scripts/s.js if...
-
30 Jul 2012 12:13 AM
- Replies
- 4
- Views
- 1,224
Ok, I've removed it from cache.manifest, but it goes to localStorage and has not been updated thou.
HTML5 documentation says at when cache.manifest changes, files are going to be refreshed. Does... -
26 Jul 2012 6:52 AM
- Replies
- 4
- Views
- 1,224
Hi,
I have following code in app.json:
"js": [
{
"path": "app.js",
"bundle": true,
"update": "delta"
} -
18 Jul 2012 11:43 PM
- Replies
- 2
- Views
- 1,261
How about loading them in app.json?
{
"js": {
{
"path": "sencha-touch-all.js"
},
{
"path": "lib/deft.js" -
12 Jul 2012 11:48 PM
Jump to post Thread: Sencha Touch support for IE9 by _piotr
- Replies
- 5
- Views
- 2,893
How has researching gone @mitchellsimoens?
Maybe it is just to turn off animation and all effects around webkit engine? -
10 Jul 2012 5:29 AM
- Replies
- 5
- Views
- 658
I have done like you recommended but when I try call a function, a variable from custom library, get I following error: ReferenceError: Can't find variable: Translations.
I read at it should... -
5 Jul 2012 1:41 PM
- Replies
- 2
- Views
- 997
common, unsolved problem :(
-
30 Jun 2012 2:10 AM
- Replies
- 0
- Views
- 266
Hi, I am struggling with an error when I am trying to update a record to a store.
I get the error: TypeError: Object #<Object> has no method 'beginEdit'.
Here comes code:
... -
27 Jun 2012 6:26 AM
- Replies
- 12
- Views
- 2,378
I'm struggling with this error a whole day. Could you tell me what I should do?
Here is my packager.json file:
{ "applicationName": "Test App",
"applicationId": "com.dev.test",
... -
14 Jun 2012 2:58 AM
Jump to post Thread: xtemplate? by _piotr
- Replies
- 21
- Views
- 2,716
I've tried to change it in notepad and it did worked however when I open Archtect the value changes again. It seems at we can't edit any sencha files with external editors. It is quite inconvenient! ...
-
24 May 2012 12:36 PM
Jump to post Thread: xtemplate? by _piotr
- Replies
- 21
- Views
- 2,716
@bharatn writes at it is possible for custom variables. So if I would like to use XTemplate for itemTpl, so what should I do?
To overload the component, to set template with list.setTpl() or is... -
24 May 2012 3:04 AM
Jump to post Thread: Changing type of custom properties by _piotr
- Replies
- 2
- Views
- 905
You've made my day!
How about a default property? For example for Ext.dataview.Dataview we have an itemTpl property with array type as default. I would like to implement Ext.XTemplate object. How... -
24 May 2012 1:40 AM
Jump to post Thread: xtemplate? by _piotr
- Replies
- 21
- Views
- 2,716
If it is available, so what do I do wrong whereas I am trying to put XTemplate for itemTpl in Dataview?
Ext.define('mBooking.view.ReservationFormContainer', { extend: 'Ext.Container',
... -
21 May 2012 6:34 AM
- Replies
- 4
- Views
- 2,321
Yeah, it could work... However I've got a small error when I click on delete button. I've got following message:
I have:
Ext.define('MyApp.view.AccessList', {
extend:... -
21 May 2012 5:10 AM
- Replies
- 4
- Views
- 2,321
Hi, I was just wondering what I have done wrong...
I am posting the relevant parts - I hope so :)
In a view:
{
xtype: 'panel',
layout:... -
20 May 2012 11:02 PM
Jump to post Thread: DataView and 100% height by _piotr
- Replies
- 4
- Views
- 1,046
Thanks for response, Scott! Yes, I've wrote it in from memory :)
What should it be instead of Ext.viewport.Default? Should I repleace it with Ext.Panel? I am using formpanel because I have also... -
18 May 2012 1:57 AM
Jump to post Thread: DataView and 100% height by _piotr
- Replies
- 4
- Views
- 1,046
I've read many posts about dataview and height property, however I didn't found a solution which worked for me.
A problem is trivial: "Dataview type does not show children".
It is like a float... -
14 May 2012 5:54 AM
- Replies
- 26
- Views
- 5,063
Does it mather if I use debbug or compat or all version of js file? I have also the same problem with slow scrolling under Android 4.0.4 and the newest sencha.
-> It turns into squares after I go... -
8 May 2012 12:03 AM
- Replies
- 40
- Views
- 15,396
I am developing app for Android.
When I write:
error["currentTarget"]
so it shows following error: -
16 Mar 2012 8:39 AM
- Replies
- 3
- Views
- 979
Do I have to include this? I was googling after it but I couldn't find any answer or source code. In sencha touch 2 download packing can be found an example but It seems to be build-in effect. I...
-
16 Mar 2012 7:41 AM
- Replies
- 3
- Views
- 979
I would like to obtain animation shown here http://dev.sencha.com/deploy/touch/examples/production/kitchensink/#demo/CoverUp
How can I get it? I've tried to set config option for panel:
...
Results 1 to 23 of 23
