Search Type: Posts; User: welshcathy
Search: Search took 0.02 seconds.
-
8 Apr 2013 8:26 AM
Jump to post Thread: Eroror from resolve by welshcathy
- Replies
- 4
- Views
- 173
Ah ... or is it just that app-refresh and app-resolve are only relevant to Ext Js apps and not Sencha Touch apps?
-
8 Apr 2013 8:10 AM
Jump to post Thread: Eroror from resolve by welshcathy
- Replies
- 4
- Views
- 173
Ok - I see where the message is coming from - just need to know how to fix it now!
In file <app>/.sencha/app/plugin.xml
I added these lines
<target name="-before-app-refresh">
... -
8 Apr 2013 7:25 AM
Jump to post Thread: Eroror from resolve by welshcathy
- Replies
- 4
- Views
- 173
Have found the same error message in an old post
http://www.sencha.com/forum/showthread.php?245871
where the SDK path was not resolved correctly ... but not sure how that would apply in this... -
8 Apr 2013 7:02 AM
Jump to post Thread: Eroror from resolve by welshcathy
- Replies
- 4
- Views
- 173
I have a similar bug.
Mac OSX 10.7.4
Just upgraded from Cmd 3.0.2.288 to 3.1.0.256
Had bugs during production build ... so changed back to 3.0.2.88
Created new ST 2.1.1 app using
> sencha... -
8 Apr 2013 6:22 AM
- Replies
- 2
- Views
- 339
Have you run
sencha app upgrade --noframework
see
sencha help app upgrade
for more information ... -
12 Nov 2012 11:46 AM
- Replies
- 3
- Views
- 331
I have a list which is initially rendered ungrouped on a store with no grouper function defined.
I use the following code to dynamically change this to a grouped list
var... -
7 Nov 2012 8:45 AM
- Replies
- 2
- Views
- 531
Hiya,
Not sure if this is the right place to post - so feel free to move if you want to.
I have a simple app
- created by Architect for Ext 4.1.x
- then using Sencha Cmd v3.0.0.230 and Ext... -
31 Oct 2012 10:06 AM
- Replies
- 1
- Views
- 281
If I have a class
MyClass
That is already linked to an instance in say MyViewport
MyViewport
myclass
Then I add a custom config property to MyClass. -
31 Oct 2012 9:59 AM
- Replies
- 9
- Views
- 1,693
Excellent news - sounds like you guys are keeping very busy :)
-
31 Oct 2012 3:35 AM
- Replies
- 9
- Views
- 1,693
For Cmd 3.0.0.230 it looks like the related code has been moved into
<app base folder>/.sencha/app/build-impl.xml
So same problem - just in a different place :) -
20 Aug 2012 12:32 AM
- Replies
- 5
- Views
- 861
Bruno - good spot!
Thank you for posting this.
Cheers,
Cathy -
31 Jul 2012 1:23 AM
Jump to post Thread: OData Support by welshcathy
- Replies
- 9
- Views
- 3,238
Sencha Touch oData Connector for SAP released
https://market.sencha.com/users/46/addons/49
Only supports xml ... latest version of SAP Gateway (SP04) now supports JSON .. -
12 May 2012 1:45 AM
- Replies
- 5
- Views
- 861
Thanks!
I was originally trying to do something like this - but over complicated it by trying to avoid hard coding the Base class destroy logic.
This is a much better work around than the one I... -
23 Apr 2012 4:41 AM
- Replies
- 14
- Views
- 1,712
I had the same error too - couldn't get to the bottom of it either.
I recommend a slight adjustment to the override in the meantime.
Ext.define('Ux.dom.Element', {
override:... -
20 Apr 2012 8:25 AM
- Replies
- 4
- Views
- 1,279
I have the same bug on Android 2.3.4
-
16 Apr 2012 12:32 AM
Jump to post Thread: OData Support by welshcathy
- Replies
- 9
- Views
- 3,238
It looks like oData support will be coming soon(?) for Sencha Touch at least.
... -
1 Apr 2012 9:35 AM
- Replies
- 3
- Views
- 602
Hiya,
Originally selectionchange only fired once when a new item was selected on a list.
Now it fires twice if
- list has singleSelect = true
- list has item selected
- you select a... -
31 Mar 2012 4:49 AM
- Replies
- 5
- Views
- 861
Hiya,
I have a store I change proxies on as it switches between off line with local storage and online with ajax.
Upgrading my app to ST2 I found this bug:
- store is initially set with a... -
20 Mar 2012 9:22 AM
Jump to post Thread: Pinch Zoom Scrollable Image by welshcathy
- Replies
- 42
- Views
- 16,372
Hiya,
Just read this thread this morning - then came across this really good explanation of how to pinch-zoom using matrix transformations -- if anyone is interested in replacing the use of... -
16 Mar 2012 1:52 AM
- Replies
- 4
- Views
- 747
Hiya,
The original component already had the logic in there to use the title configuration- but it only gets the initial config value and doesn't pick up any changes made since the item is... -
7 Mar 2012 8:42 AM
- Replies
- 4
- Views
- 747
Hiya,
Relatively minor - but I dynamically set all the titles of the components I use.
So when I put them in the Navigation View I need the title to be read using the getTitle() method, since... -
6 Mar 2012 12:47 AM
- Replies
- 2
- Views
- 432
Ok - thanks for the inside scoop on this - it's useful to know these things.
I can stick with hasMany and put in temporary methods for get and setValidation for now ... don't worry about an... -
5 Mar 2012 7:00 AM
- Replies
- 2
- Views
- 432
I think this bug may be causing the issues described here too
http://www.sencha.com/forum/showthread.php?164286-Using-hasOne-association
I have a nested data structure like this:
<Request> ... -
13 Feb 2012 2:29 AM
- Replies
- 2
- Views
- 902
Have you seen this thread?
http://www.sencha.com/forum/showthread.php?105092-Sencha-Phonegap-orientation-problem -
8 Feb 2012 1:37 AM
- Replies
- 2
- Views
- 695
Looks like the logic in Ext.mixin.Selectable.applySelected just appends a new list of selected items without replacing the current selection .... which isn't how I would expect setSelected to work...
Results 1 to 25 of 43
