Hello,

I have found out any more:
If I create the WTextEdit on Applicationstart, it is no problem. But if
I create it later, as example if the internal path changed, it makes the
problems.

Greetings
Torsten

Torsten Schulz schrieb:
> Hello,
>
> I tested now this:
>
>
> this->root()->addWidget(new WTextEdit());
>
> return;
>
> In Browser I get the message "Die aufgerufene Website leitet die Anfrage
> so um, dass sie nie beendet werden kann." It means, the're so much 301
> that it never ends. In Consolo I get the following lines:
> Redirect: /?_=/start/login&wtd=A0qRGKHQU00JXAE4
> 127.0.0.1 - - [2009-Oct-01 22:44:31.952872] "GET
> /?_=/start/login&wtd=A0qRGKHQU00JXAE4 HTTP/1.1" 301 0
> [2009-Oct-01 22:44:31.955160] 24040 [/ A0qRGKHQU00JXAE4] [notice]
> "Refreshing session"
> Redirect: /?_=/start/login&wtd=A0qRGKHQU00JXAE4
> 127.0.0.1 - - [2009-Oct-01 22:44:31.955353] "GET
> /?_=/start/login&wtd=A0qRGKHQU00JXAE4 HTTP/1.1" 301 0
> [2009-Oct-01 22:44:31.957867] 24040 [/ A0qRGKHQU00JXAE4] [notice]
> "Refreshing session"
> Redirect: /?_=/start/login&wtd=A0qRGKHQU00JXAE4
> 127.0.0.1 - - [2009-Oct-01 22:44:31.958175] "GET
> /?_=/start/login&wtd=A0qRGKHQU00JXAE4 HTTP/1.1" 301 0
> [2009-Oct-01 22:44:31.960699] 24040 [/ A0qRGKHQU00JXAE4] [notice]
> "Refreshing session"
> Redirect: /?_=/start/login&wtd=A0qRGKHQU00JXAE4
> 127.0.0.1 - - [2009-Oct-01 22:44:31.961065] "GET
> /?_=/start/login&wtd=A0qRGKHQU00JXAE4 HTTP/1.1" 301 0
>
> But only if I had the lines above. On all other widgets the page works.
>
> Greetings
> Torsten
>
> Torsten Schulz schrieb:
>   
>> Hi Koen,
>>
>> I've checked. And I found the following line:
>>
>> 127.0.0.1 - - [2009-Sep-28 21:34:00.805771] "GET
>> /resources/tiny_mce/tiny_mce.js HTTP/1.1" 200 179149
>>
>> It is 200, so it must be loaded - but it don't work :(
>>
>> Greetings
>> Torsten
>>
>> Koen Deforche schrieb:
>>   
>>     
>>> Hey Torsten,
>>>
>>> 2009/9/28 Torsten Schulz <[email protected]>:
>>>   
>>>     
>>>       
>>>> Hello Koen,
>>>>
>>>> exactly:
>>>> I'll use WTextEdit. If I the line
>>>> WTextEdit *field = new WTextEdit();
>>>> is executed, I'm no longer able to use the Site. No event works longer.
>>>>     
>>>>       
>>>>         
>>> Ah. That is because the tinymce JavaScript library that is needed by
>>> WTextEdit does not load... Check your logs for 404's !
>>>
>>> Regards,
>>> koen
>>>
>>> ------------------------------------------------------------------------------
>>> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
>>> is the only developer event you need to attend this year. Jumpstart your
>>> developing skills, take BlackBerry mobile applications to market and stay 
>>> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
>>> http://p.sf.net/sfu/devconf
>>> _______________________________________________
>>> witty-interest mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/witty-interest
>>>   
>>>     
>>>       
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay 
>> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
>> http://p.sf.net/sfu/devconf
>> _______________________________________________
>> witty-interest mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/witty-interest
>>   
>>     
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>   


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to