Re: How to block brower event ( ctrl +s , alt+ f .. etc )

2008-10-31 Thread Adam T
you could try EventPreview assuming you are using GWT. Make your entrypoint implement EventPreview interface, as part of your construction of the application call DOM.addEventPreview(this) and implement the onEventPreview(Event evt) method to look for your key combination. //Adam jhpark skrev:

using com.google.gwt.user.client.ui as package name

2008-10-27 Thread r a f t
name. so what do you think ? can i count on this ? or am i somehow hacking the system ? thanks in advance r a f t --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: using com.google.gwt.user.client.ui as package name

2008-10-27 Thread r a f t
hi, On Oct 27, 6:51 pm, Thomas Broyer [EMAIL PROTECTED] wrote: On 27 oct, 17:30, r a f t [EMAIL PROTECTED] wrote: hello, i'm trying to implement a custom widget. it seems more natural and easy to extend a standard gwt widget and modify necessary parts. It depends... it might be better

Re: Why the callback value is null?? What is the problem here??

2008-10-22 Thread Adam T
because that is what the code is doing in the lines: if (!window[callback + done]) { [EMAIL PROTECTED]::handleJsonResponse(Ljava/ lang/String;)(null); which seems to be called when there is no response yet received from the server returning the JSON server. There is an issue with this type of

Re: size of a unvisible widget

2008-10-22 Thread r a f t
that it is 'visibility: hidden' does not push other elements out of the way.  Something like that... Walden On Oct 21, 4:50 pm, r a f t [EMAIL PROTECTED] wrote: btw, do you (or anybody) know how does that work exactly ? looking at the code, it makes popup invisible, shows it (didnt

size of a unvisible widget

2008-10-21 Thread r a f t
to be workaround but i guess it will cause flicker thanks, r a f t --~--~-~--~~~---~--~~ 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

Re: size of a unvisible widget

2008-10-21 Thread r a f t
thank you. that is the offical solution i was looking for :) On Oct 21, 5:44 pm, walden [EMAIL PROTECTED] wrote: See: PopupPanel.setPopupPositionAndShow(PositionCallback callback).  I have not had a problem with flicker. Walden On Oct 21, 10:36 am, r a f t [EMAIL PROTECTED] wrote: thank

Re: size of a unvisible widget

2008-10-21 Thread r a f t
.. ?! On Oct 21, 5:44 pm, walden [EMAIL PROTECTED] wrote: See: PopupPanel.setPopupPositionAndShow(PositionCallback callback).  I have not had a problem with flicker. Walden On Oct 21, 10:36 am, r a f t [EMAIL PROTECTED] wrote: thank you. that sounds to be a good solution. what is that +ve

Re: modifying stylesheets in hosted mode

2008-10-18 Thread r a f t
there is a way to automatically do that (other than an plugin) but i dont think so thank you r a f t On Oct 17, 8:38 pm, Isaac Truett [EMAIL PROTECTED] wrote: I think your assumption regarding refreshing the workspace may be mistaken. Unless you have installed a plugin that provides automatic

Re: modifying stylesheets in hosted mode

2008-10-18 Thread r a f t
that old behaviour is really odd. maybe you faced a strange bug On Oct 17, 8:49 pm, Ian Bambury [EMAIL PROTECTED] wrote: Pressing F5 in hosted mode (without -noserver) will refresh the html host page and its css files, but not the gwt.xml file or *its* css files AFAIAA. Mine are always in the

Re: modifying stylesheets in hosted mode

2008-10-18 Thread r a f t
that sounds good. although i'm a bit reluctant about using such plugins, if it really makes my life easier why not use it :) i have installed cypal but couldnt find how to use existing gwt modules with it. do you know how ? anyway, i had posted the subject to cypal group regards, r a f t On Oct

modifying stylesheets in hosted mode

2008-10-17 Thread r a f t
hello, is there a way of seeing results of a modified css file in hosted mode without re-compiling the module ? seems as reloading the page without a compilation has no effect. thanks in advance, r a f t --~--~-~--~~~---~--~~ You received this message because you

Re: modifying stylesheets in hosted mode

2008-10-17 Thread r a f t
hi Shaffer, what is your development platform ? i use linux (ubuntu) and use noserver option for hosted mode. maybe they make the difference r a f t On Oct 17, 5:58 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've been able to make changes to the CSS and seen the effect by just refreshing

Re: modifying stylesheets in hosted mode

2008-10-17 Thread r a f t
page (at least for development) ? On Oct 17, 6:03 pm, Isaac Truett [EMAIL PROTECTED] wrote: If you're using -noserver then you'll have to redeploy your CSS file(s) to the server. On Fri, Oct 17, 2008 at 11:01 AM, r a f t [EMAIL PROTECTED] wrote: hi Shaffer, what is your development

Re: modifying stylesheets in hosted mode

2008-10-17 Thread r a f t
a f t [EMAIL PROTECTED] wrote: hi Shaffer, what is your development platform ? i use linux (ubuntu) and use noserver option for hosted mode. maybe they make the difference r a f t On Oct 17, 5:58 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've been able to make changes

Re: * No source code is available for type java.io.BufferedWriter; did you forget to inherit a required module?*

2008-09-29 Thread Adam T
. On the server side you can use any Java classes you want. Regards, Arthur Kalmenson On Sep 28, 11:21 am, Adam T [EMAIL PROTECTED] wrote: Too add to Lothar's comment, you can find which Java classes you can use on server side by referring here:http://code.google.com/docreader/#p=google-web

Re: * No source code is available for type java.io.BufferedWriter; did you forget to inherit a required module?*

2008-09-28 Thread Adam T
Too add to Lothar's comment, you can find which Java classes you can use on server side by referring here: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=RefJreEmulation BufferedWriter and FileWriter are not included for the reasons already stated.

Re: Reading files question (again :(

2008-09-04 Thread Adam T
try GWT.getModuleBaseURL() (with the usual caveats that you can't use java.io etc for reading files) //A On 4 Sep, 15:38, alex.d [EMAIL PROTECTED] wrote: Following issue: I need to read a file from my public folder. The problem: the path in hosted mode(while developing) is different from

Re: Safari import?

2008-09-04 Thread Adam T
Du är i fel forum - det här är för diskussioner om GWT (Google Web Toolkit - användas för att bygga JavaScript webapplikationer från Java). Låter som som du kommer att ha bättre lycka med din fråga i en Chrome forum istället //A On 3 Sep, 20:29, Aozame [EMAIL PROTECTED] wrote: Hej Jag

<    3   4   5   6   7   8