Re: problem with css when deployed to app engine

2012-02-11 Thread toont...@googlemail.com
I encountered the same symptoms today. I worked around it by adding
this to my page:

LINK REL=StyleSheet HREF=... TYPE=text/css

Note that I'm using Google App Engine 1.6.1 and there is a discussion
of this problem here:

http://groups.google.com/group/google-appengine-java/browse_thread/thread/cea6b9c7bbad50ba/b9081ae430584f5e


On Feb 10, 10:36 am, gwtTexter harald.eil...@gmail.com wrote:
 I'm using the standard theme in GWT 2.4 and have ancss-file placed
 under the war folder.

 Everything works fine in hosted mode in Chrome but 
 oncedeployedtoappengineChrome ignores my own stylesheet?
 In Firefox there is noproblemthough..

 It kind of bothers me that hosted mode andappenginereacts
 differently in the same browser, can anyone tell me why?

 I'm running osx 10.6.8, GWT 2.4 and Eclipse Indigo.

-- 
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: Why does GWT's API differ so much from the Javascript one?

2011-11-13 Thread toont...@googlemail.com
Yes but it isn't clear how to share code between the client and server
-- especially in the case the original poster mentioned: org.w3c.dom.*
We were forced to wrap all the org.w3c.dom interfaces in classes that
implement the com.google.gwt.client.xml interfaces.

I understand that GWT can't implement some parts of org.w3c.dom.*
(e.g. namespaces) but rather than introduce a new interface I would
rather have had errors in those cases. The truly best situation would
be if the org.w3c.dom interfaces were defined as extending the
com.google.gwt.client.xml interfaces. But I don't see how that could
be done.

On Nov 12, 9:29 am, Thomas Broyer t.bro...@gmail.com wrote:
 Which API do you find so much different from the native one? I don't
 think com.google.gwt.dom.client.* can be less different that the API it's
 making available to the GWT Java world. Same for com.google.gwt.canvas,
 com.google.gwt.geolocation, com.google.gwt.media, com.google.gwt.regexp,
 com.google.gwt.storage, and com.google.gwt.xhr.
 Event handling has to be different for various reasons (prevent memory
 leaks being one of
 them:http://code.google.com/p/google-web-toolkit/wiki/DomEventsAndMemoryLeaks
 )

-- 
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: Inviting you to NEXT interfaces (GWT Touch framework)

2011-10-04 Thread toont...@googlemail.com
On my Android (2.2 - Dell Streak) when I visit the URL I get

Data connectivity problem
The page contains too many server redirects.

-- 
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.



Are there any libraries for highlighting/pointing to/selective disabling of widgets?

2011-09-28 Thread toont...@googlemail.com
We have a Swing library (http://code.google.com/p/migen/source/browse/
trunk/java/src/uk/ac/lkl/common/ui/jft/) that is useful for
implementing interactive tutorials and programmatic interface
interventions (e.g. 'intelligent' help). We are wondering if there is
anything close that works for GWT Widgets. The kinds of actions we
need include temporarily greying out and disabling most of the
interface while highlighting the part of the interface we want to the
user to focus on and use, drawing arrows, talk balloons, and thought
bubbles to explain or reference Widgets, and the like.

-- 
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.



Is it possible for a button to generate a file and then load it into a new window?

2009-08-06 Thread toont...@googlemail.com

When I tried to do this I run into popup blockers because the code
that opens the new window is in a callback that is run after a call to
the server finishes. The user initiated the call to the server with a
button click but because of the asynchronous callback browsers don't
see this as user initiated and block the new window.

Is the only solution to have the user click twice? Once to generate
the file and then when it is ready to click again to open it?

-ken
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Problems with ImageBundle in IE8 when not in compatibility mode

2009-04-14 Thread toont...@googlemail.com

Greetings,

Only in IE8 with compatibility mode off do I see the images in the
ImageBundle displayed in the right location but other images from the
bundle are displayed to the left of the displayed image. In other
words it isn't clipping the bundle to the left. In compatibility mode
it works fine and it works in IE7, FF3, Opera, and Safari.

This a problem in 1.6.4 and 1.5.3.

I've looked for previous discussions of this and found

http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/e992a62fedc9e974

where Janie says I'm trying to track down an issue with ImageBundles
that I'm having in IE8.  This email is not about that issue... . But
then nothing more about this.

Suggestions?

-ken
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



DisclosurePanel headerText limited to plain text?

2009-04-09 Thread toont...@googlemail.com

Greetings,

I would like the headerText of a DisclosurePanel to be HTML. I tried

disclosurePanel.setHeader(new HTML(headerText));

but then I lost the nice triangular icons.

The default header widget seems only to have a HasText interface.

I could make my own Widget with the DisclosurePanel icons but the
DisclosurePanel header is pretty complex and I would rather not copy
and edit the source code.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Problems adding listeners to a user-defined textarea

2009-02-15 Thread toont...@googlemail.com

I want to add listeners to some user-supplied HTML that has been added
to the DOM.

If I create a new TextArea it works but none of the user's properties
or attributes carry over.

If I create a FocusWidget or TextAreaBase with the user's Element all
works well only in IE7. (No indication that events are triggered in
FF3, Safari, Opera, or Chrome).

I can use getProperty and setProperty to transfer properties to the
new TextArea but how do I iterate over the properties (and attributes)
of an Element?

Thanks in advance.

-ken kahn
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---