Re: New logging api error with firebug lite

2011-01-19 Thread Ramon Salla
I managed to use firebuglite.

Changed FireBugLogHandler to use in native JSNI methods:

top.console.info();

instead of

window.console.info();


I don't really know why it's working because console should be in the
same html application as gwt application.
Any thought?



On 14 Gen, 18:43, Ramon Salla rsal...@gmail.com wrote:
 Not working either. Some thoughts:

 a) with a simple html (no gwt) with a html button with
 console.info(info) works in firebug lite, chrome console and ie8
 console.

 b) Enabling a simple vanilla gwt application with a jsni method with
 console.info(info)  only works in chrome console.

 c) Inheritting new gwt logging api inherits
 name='com.google.gwt.logging.Logging'/ and using the same jsni code
 only works in chrome (as b) )

 d)  So, no console neither ie8 nor firebuglite... what do do?

 Ramon.

 On 14 Gen, 11:01, Thomas Broyer t.bro...@gmail.com wrote:







  AFAIK, IE8 has a console.log(), so maybe in this case Firebug lite doesn't
  (cannot?) use its own implementation. Have you checked the IE Developer
  Tools' console? (hit the F12 key to bring them up)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: New logging api error with firebug lite

2011-01-14 Thread Thomas Broyer
AFAIK, IE8 has a console.log(), so maybe in this case Firebug lite doesn't 
(cannot?) use its own implementation. Have you checked the IE Developer 
Tools' console? (hit the F12 key to bring them up)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: New logging api error with firebug lite

2011-01-14 Thread Ramon Salla
Not working either. Some thoughts:

a) with a simple html (no gwt) with a html button with
console.info(info) works in firebug lite, chrome console and ie8
console.

b) Enabling a simple vanilla gwt application with a jsni method with
console.info(info)  only works in chrome console.

c) Inheritting new gwt logging api inherits
name='com.google.gwt.logging.Logging'/ and using the same jsni code
only works in chrome (as b) )

d)  So, no console neither ie8 nor firebuglite... what do do?

Ramon.






On 14 Gen, 11:01, Thomas Broyer t.bro...@gmail.com wrote:
 AFAIK, IE8 has a console.log(), so maybe in this case Firebug lite doesn't
 (cannot?) use its own implementation. Have you checked the IE Developer
 Tools' console? (hit the F12 key to bring them up)

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



New logging api error with firebug lite

2011-01-13 Thread Ramon Salla
Hi,
I guess I am doing something wrong:
Log traces does not appear in Firebug Lite (ie8) but they are
appearing in chrome console.

Any idea?

Ramon.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.