What is your own domain name? A
Are you starting the app directly from file browser? File://
Von meinem iPhone gesendet
Am 21.02.2013 um 07:31 schrieb "Mustafa Sak"
mailto:mustafa@1und1.de>>:
Could you provide us with your request code?
Von meinem iPhone gesendet
Am 20.02.2013 um 19:44 s
Could you provide us with your request code?
Von meinem iPhone gesendet
Am 20.02.2013 um 19:44 schrieb "Marc-André Dubois"
mailto:madub...@lanauco.com>>:
I try with external address of our company with redirection and I have the same
problem…
GET
http://mail.lanauco.com:11162/services/login?
I try with external address of our company with redirection and I have the
same problem…
GET
http://mail.lanauco.com:11162/services/login?username=root&passwordHash=4813494d137e1631bba301d5acaede7bb7aa74ce1185d456565ef51d737677b2&applicationKey=88363a0d-81fe-48f5-9e9f-23b01cab118e&nocache=1361
I tried to access to server started on other computer with 192.168.0.105
address
I have the same result
Marc-André Dubois
madub...@lanauco.com
Programmeur-Analyste
De : Mustafa Sak [mailto:mustafa@1und1.de]
Envoyé : 20 février 2013 13:15
À : qooxdoo Development
Objet : Re: [qooxdoo-deve
I try to add parameters to RequestHeader
This is the part of my code where make my request :
var req = new qx.io.request.Jsonp();
req.setUrl(url);
req.setCache(false);
req.setCallbackName('callback');
req.setCallbackParam('ca
You are using CORS, right?
Origin must be not be null. It's set by the browser. Maybe localhost will not
work proper. Try to request the same request with another domain name.
Von meinem iPhone gesendet
Am 20.02.2013 um 19:01 schrieb "Marc-André Dubois"
mailto:madub...@lanauco.com>>:
I found
e.g. Charles Proxy or even the Chrome Inspector F12 key -> Network -> select
request -> tab to header -> view source -> select it -> paste it into email
regards
Mustafa Sak
Applications & Integration
1&1 Internet AG
Ernst-Frey-Straße 10
DE-76135 Karlsruhe
Von: Marc-André Dubois [mailto:madub..
I found it via Chrome tools
This is the Request Header Data of my login attempt :
GET
http://localhost:11162/services/login?username=root&passwordHash=4813494d1
37e1631bba301d5acab6e7bb7aa74ce1185d456565ef51d737677b2&applicationKey=883
63a0d-81fe-48f5-9e9f-23b01cab118e&nocache=1361382996223 HTT
Ok and how can get the dump of my request header data?
Marc-André Dubois
madub...@lanauco.com
Programmeur-Analyste
De : Mustafa Sak [mailto:mustafa@1und1.de]
Envoyé : 20 février 2013 11:47
À : qooxdoo Development
Objet : Re: [qooxdoo-devel] Jsonp vs Xhr
Hi Marc,
could you please provi
Hi Marc,
could you please provide us with a dump of your request header data? This is
not a qooxdoo issue, but maybe the list can help you out. XHR calls are often
falling into the SOP trap.
Mustafa Sak
Applications & Integration
1&1 Internet AG
Ernst-Frey-Straße 10
DE-76135 Karlsruhe
Von: M
Hey,
> There is no way to add css class to the widget by appearance atm, right? (in
> desktop)
Thats right.
> I have mixin that adds themable property cssClass, so i'll go with that, but
> haven't you considered adding something like that? I know appearance is all
> nice etc, but css is much f
Hi,
I need to access to java web service. If I use Jsonp request with callback
parameters, its working perfectly.
But I need to use POST, PUT and DELETE to
So if I use Xhr I have the «
callback » error like Jsonp request without callback param
XMLHttpRequest cannot load http://localhost
On 02/20/2013 02:29 PM, Tobias Koller (GERMO GmbH) wrote:
qooxdoo 0.7 with current qooxdoo-version mix ?
Hi,
thanks for your quick answer.
I will try to upgrade and will let you know if it worked ;)
Make sure you follow up on all the migration warnings and hints you get,
both during the r
Hi Burak..
Sorry ...
I thank you very much your example is very useful
2013/2/19 Burak Arslan
>
> Hi Katy,
>
> First, please quit spamming me, once is enough.
>
> If I understand correctly, you're looking for a way to alter the
> behaviour of the jsqt-generated class.
>
> I've added an exampl
Hi,
thanks for your quick answer.
I will try to upgrade and will let you know if it worked ;)
Thanks!
Von: thron7 [mailto:thomas.herchenroe...@1und1.de]
Gesendet: Mittwoch, 20. Februar 2013 14:24
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] qooxdoo 0.7 with current qooxdoo-ver
On 02/20/2013 01:27 PM, Tobias Koller (GERMO GmbH) wrote:
qooxdoo 0.7 with current qooxdoo-version mix ?
Hello everybody,
three years agoIunsubscriped from this mailinglist because we
didn'thave tochange anything on our qooxdoo-applicationtill today.
But now we have to change the complete c
On 02/20/2013 12:37 PM, arsousa wrote:
> Thanks for the tips.
> I found where the problem are, but I don't understand why that cause an
> error (after build process), because there is no syntax error.
> The issue was in the contribution qxProtovis.Panel
>
> if (position(row)) for (var i = 0;
Hello everybody,
three years ago I unsubscriped from this mailinglist because we didn't
have to change anything on our qooxdoo-application till today.
But now we have to change the complete communication from our qooxdoo
0.7-app (till now it was qooxdoo-->qx.io.remote.Request-->PHP)
to qooxdoo--
On 02/20/2013 12:21 PM, Cajus Pollmeier wrote:
> Ok. I'm using them ahead of the function declaration. But it looks like it's
> not enough to place it inside of the comment. Made the the block exactly look
> like
>
> /**
> * @lint ignoreUndefined(foobar)
> */
>
> and it works.
Ye
Thanks for the tips.
I found where the problem are, but I don't understand why that cause an
error (after build process), because there is no syntax error.
The issue was in the contribution qxProtovis.Panel
if (position(row)) for (var i = 0; i < row.length; i++) {
*row[i].dy += h;*
}
Ok. I'm using them ahead of the function declaration. But it looks like it's
not enough to place it inside of the comment. Made the the block exactly look
like
/**
* @lint ignoreUndefined(foobar)
*/
and it works.
Thanks for the hint.
Am Mittwoch, 20. Februar 2013, 11:40:35 schri
Can you give a bit of context *where* you are using these @-hints? Are
you using proper JSDoc syntax? They only make sense in certain places,
e.g. ahead of a function or class declaration.
T.
On 02/20/2013 10:39 AM, Cajus Pollmeier wrote:
> Hi,
>
> is it possible to hide these lint warnings? I
Hi,
is it possible to hide these lint warnings? I tried to use
@lint ignoreUndefined(...)
but it doesn't seem to help.
Cheers,
Cajus
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynami
23 matches
Mail list logo