Search Type: Posts; User: marceloverdijk
Search: Search took 0.02 seconds.
-
28 Mar 2012 6:36 AM
- Replies
- 5
- Views
- 1,945
Note that I implemented CORS using this link: http://www.sencha.com/forum/showthread.php?162292-(CORS)-Cross-Origin-Resource-Sharing-requests
Would be nice if ST would provide CORS aware proxies... -
28 Mar 2012 6:35 AM
- Replies
- 13
- Views
- 10,206
In ST 2.0 I had to put the settings inside the config block to get it to work:
Ext.define('App.data.CrossOriginConnection', {
extend: 'Ext.data.Connection',
singleton: true,
config: {... -
28 Mar 2012 4:36 AM
- Replies
- 6
- Views
- 2,396
Actually this is working. I accidently added the constructor to the proxy :">
Thanks again for your help. -
27 Mar 2012 11:38 PM
- Replies
- 5
- Views
- 1,945
OK I got a little bit further now.
While changing my test.htlm to:
var xhr = new XMLHttpRequest();
xhr.open('GET', 'http://localhost:8888/products?secretKey=reflection', true);... -
27 Mar 2012 10:48 PM
- Replies
- 5
- Views
- 1,945
@mrsunshine: JsonP is no option as I need full Rest support including POST, PUT and DELETE. JsonP only supports GET.
@wnielson Thanks for that, but I'm having a very similar setup.
Let me add... -
27 Mar 2012 12:51 PM
- Replies
- 5
- Views
- 1,945
I'm having an issue with Cross Origin Resource Sharing (CORS).
I've set up my server to handle CROS request successfuly.
To verify this was working I used a simple test like:
<script>... -
26 Mar 2012 12:12 PM
- Replies
- 6
- Views
- 2,396
Thanks for quick reply.
But unfortunately it's not working for me; see my code below
Ext.define('App.proxy.AppEngine', {
extend: 'Ext.data.proxy.JsonP',
alias: 'proxy.appengine',... -
26 Mar 2012 12:01 PM
- Replies
- 6
- Views
- 2,396
PS:
I had to call it like
MyApp.util.Config.config.someUrl
Your example
MyApp.util.Config.getSomeUrl() -
23 Mar 2012 7:01 AM
- Replies
- 6
- Views
- 2,396
Thanks for the reply! I will look into this.
-
23 Mar 2012 1:01 AM
- Replies
- 6
- Views
- 2,396
The Geocongress app contains a proxy like:
Ext.define('GeoCon.store.Bills', {
extend : 'Ext.data.Store',
config: {
model: 'GeoCon.model.Bill',
groupField:... -
20 Mar 2012 2:54 PM
- Replies
- 1
- Views
- 330
Hmm it seems more dependent on the icon itself.
E.g. home2 and shop2 are working, but e.g. user and tag not... -
20 Mar 2012 2:44 PM
- Replies
- 1
- Views
- 330
I have Tab Panel like:
Ext.define('App.view.Main', {
extend: 'Ext.tab.Panel',
requires: ['Ext.TitleBar'],
config: {
tabBarPosition: 'bottom', -
20 Mar 2012 12:00 AM
- Replies
- 2
- Views
- 588
Thanks, it worked.
I thought it needed to be part of the items, just as the titlebar.
I also wonder what I should then if I want to have some kind of form above the list? -
19 Mar 2012 1:41 PM
- Replies
- 2
- Views
- 588
I'm trying to extend the getting started application by adding a tab panel with a list.
The list uses an inline store with fixed data.
But when I navigate to the List tab no list items ares... -
5 Mar 2012 2:44 AM
- Replies
- 8
- Views
- 1,667
And now also in 2.0 rc 1
-
2 Feb 2012 12:08 PM
- Replies
- 3
- Views
- 848
I just found out the beta1 css files in \sencha-touch-2-b1\resources\css are corrupted.
Instead of the css they contain something like:
/*
Syntax error: File to import not found or... -
19 Jan 2012 11:23 AM
- Replies
- 8
- Views
- 1,667
I also have the same issue on Galaxy Tab with Sencha 2.0 pr3...
-
19 Jan 2012 4:40 AM
- Replies
- 28
- Views
- 15,937
Will this plugin be available in Sencha Touch 2.0? I can't see it preview3.
-
18 Jan 2012 5:01 AM
- Replies
- 3
- Views
- 746
When you talk about compiling the widgets and application files into a single js files you talk about the jsbuilder?
I need to look into that later.
For now I'm uploading a quick demo to a... -
18 Jan 2012 3:46 AM
- Replies
- 3
- Views
- 746
All the examples mention to just unpack the Sencha SDK and put in the apps /lib folder.
The Sencha SDK contains also docs, sources, pkgs and a bunch of js files in the root.
I wonder if there are... -
20 Nov 2008 1:30 PM
Jump to post Thread: License question by marceloverdijk
- Replies
- 2
- Views
- 1,127
Send the question 10 days ago, but still no answer....
-
10 Nov 2008 11:34 AM
Jump to post Thread: License question by marceloverdijk
- Replies
- 2
- Views
- 1,127
I have a question concerning the Ext license.
Imagine I'm devloping a web application for recruiting services. People may add resumes, and companies might search in these resumes for candidates.... -
18 Apr 2008 11:29 AM
- Replies
- 6
- Views
- 1,361
I was thinking more myself in approach that I craete some hiddenfield and set when the date changes.
I maybe could do this in extended version of the Datefield object, but I don't know where to... -
18 Apr 2008 11:20 AM
- Replies
- 6
- Views
- 1,361
OK, I have a FormPanel with this datefield
{
name: 'date1',
value: 'some value',
fieldLabel: 'Date1',
... -
18 Apr 2008 10:57 AM
- Replies
- 6
- Views
- 1,361
Thanks for quick response, but I don't understand what you mean to be honest.
Could you maybe clarify a little bit.
Thanks.
Results 1 to 25 of 74
