Search Type: Posts; User: lotsofquestions
Search: Search took 0.02 seconds.
-
7 Feb 2013 1:51 PM
- Replies
- 12
- Views
- 1,102
Awesome it works!
Well done guys - great job!
I will keep you posted when we have finished our competition entry as this is what that was for ;-) -
7 Feb 2013 12:20 PM
- Replies
- 12
- Views
- 1,102
If verifying means entering a credit card, receiving an sms then I could not say we have done that.
I am not sure what 'registering for mobile' means in the doc you listed? So cant be sure thats... -
7 Feb 2013 10:22 AM
- Replies
- 12
- Views
- 1,102
Thanks. That saves a lot of time our end. Waiting with anticipation! ;-)
-
7 Feb 2013 10:19 AM
- Replies
- 12
- Views
- 1,102
DEBUG: Transport.receive {"service":"GroupManager","sv":"0.7","msg":{"corr-id":2,"result":{"status":"error","error":{"code":"THIRD_PARTY_AUTH_ERROR","message":"Error during third party...
-
7 Feb 2013 10:14 AM
- Replies
- 12
- Views
- 1,102
And if we are using your hosting?
I assume you mean use the url our app loads on in the 'App Domains' setting?
What do we set if we choose to host it with you? Which we were going to...
Am... -
7 Feb 2013 9:44 AM
- Replies
- 12
- Views
- 1,102
Nope - no sandbox mode!
We were thinking it may be something to do with the "
App Domains:" setting? Does this have to be a Sencha URL? -
7 Feb 2013 5:07 AM
- Replies
- 12
- Views
- 1,102
Unless you login with a FaceBook developer account, it seems that we can not login with Sencha.IO using Facebook as the auth.
The Sencha Touch IO app redirects to FaceBook ok (after pressing... -
16 May 2012 10:38 PM
- Replies
- 2
- Views
- 795
This is shipped with invalid syntax.
I removed
!= null from line 41of _gradients.scss which does not appear to be valid SASS syntax.
This fixed the problem, and compass compile ran -
15 May 2012 7:33 AM
- Replies
- 2
- Views
- 795
Ran from SDK directory:
Ran (after making simple change to resources/sass/app.scss):
Got: -
15 May 2012 7:13 AM
- Replies
- 10
- Views
- 1,511
Sencha Command v2.0.0 Beta 3
-
15 May 2012 7:11 AM
- Replies
- 10
- Views
- 1,511
I am using the same versions on Mac and out of the box get the following errors:
Ashleys-MacBook-Air:sass ashleycoker$ compass compile
error app.scss (Line 41 of _gradients.scss: Invalid... -
6 Jan 2012 9:43 AM
- Replies
- 2
- Views
- 356
It was because the isValid() call on the records in question was failing due to the fact that the validations defined in the model were not met.
validations: [ { field:... -
6 Jan 2012 3:42 AM
- Replies
- 2
- Views
- 356
I am using ExtJs version 4..0.6
-
6 Jan 2012 3:41 AM
- Replies
- 2
- Views
- 356
I have successfully added an object (not model instance) to a store and it appears in the grid that is bound to the store. However, then calling sync() on the store does not send a create command to...
-
31 Oct 2011 10:00 AM
- Replies
- 4
- Views
- 2,249
We are implementing server side functionality for extjs trees. The tree is displayed using a Ext.tree.Panel and a Ext.data.TreeStore store. We are using drag and drop functionality by specifying
... -
31 May 2011 8:35 AM
- Replies
- 2
- Views
- 810
This is the source of my entire app - the HBox layout wont span the entire screen - annoying...?!
new Ext.Application({
launch: function() {
var panel;
var homeToolbar;... -
28 Jan 2011 1:48 AM
- Replies
- 11
- Views
- 6,736
// Global Ajax events can be handled on every request!
Ext.Ajax.on('beforerequest', function(conn, options){
if(this.progressCount == 0 ||... -
8 Apr 2010 8:00 AM
- Replies
- 7
- Views
- 1,055
I have tried this but I still get the same result:
var config = {
items : [{
xtype: 'propertygrid2',
itemId: 'propGrid',
... -
8 Apr 2010 7:53 AM
- Replies
- 7
- Views
- 1,055
I thought I had set the scope?
Could the button code be written differently? -
8 Apr 2010 7:34 AM
- Replies
- 7
- Views
- 1,055
Maybe I will change the implementation later but my original question still stands which is am I doing something wrong with the passed iPropertyId to cause the value to be fixed even if I change...
-
8 Apr 2010 7:18 AM
- Replies
- 7
- Views
- 1,055
I have tried defining iPropertyId inside initComponent and also inside the config but I still cannot change the value of it after it is instantiated, i.e. It is set inside the loadConfig() function...
-
8 Apr 2010 7:10 AM
- Replies
- 7
- Views
- 1,055
I am extending a Panel and inside this panel I have a propertygrid but my problem is simpler than that. I create a new instance of my custom object type, and pass in an id as a parameter as follows:...
-
30 Aug 2009 8:44 AM
Jump to post Thread: Tree Styling by lotsofquestions
- Replies
- 0
- Views
- 542
I have a tree and wanted to change the style of it so that our application looks clearer, as we use the tree for navigation between sections of the software.
How can I change the indentation of...
Results 1 to 23 of 23
