[appengine-java] is there any proper way to create shortcut(s) for the current window object in gwt

2010-10-03 Thread wingdings
just for like CTRL+1 or CTRL+2 .. how do i assigns shortcuts ?

something like this i did but it aint executing , also am i doing it
right ?
mayday mayday !

public class quotation implements KeyboardListener
{

public static Widget getSomeWidget()
{

return new Widget;
}
@Override
public void onKeyDown(Widget sender, char keyCode, int modifiers) {
// TODO Auto-generated method stub

}

@Override
public void onKeyPress(Widget sender, char keyCode, int modifiers) {
if(KeyboardListener.KEY_CTRL == keyCode)
{

}

}

@Override
public void onKeyUp(Widget sender, char keyCode, int modifiers) {
// TODO Auto-generated method stub

}
}

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] logging gwt ,gae

2010-09-19 Thread wingdings
how do I log events in google app engine ,

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] logging gwt ,gae

2010-09-19 Thread wingdings
how do I log events in google app engine ,

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.