Re: GWT Cross Site Iframe Linker and Script Tags

2012-11-16 Thread googelybear
the ScriptInjector :-) On Monday, November 12, 2012 5:54:58 PM UTC+1, Thomas Broyer wrote: On Monday, November 12, 2012 4:55:58 PM UTC+1, googelybear wrote: I have the same error when running the code server and this limitation effectively prevents me from using superdevmode, as in my case

Re: GWT Cross Site Iframe Linker and Script Tags

2012-11-12 Thread googelybear
I have the same error when running the code server and this limitation effectively prevents me from using superdevmode, as in my case the problem is with an external library that I include which then uses the script tag in its own module xml. Also not being able to use script in the module xml

Re: Changed handling of quotes in GWT localizable resources?

2011-08-02 Thread googelybear
posted a bug report for this issue, as this makes i18n almost impossible: http://code.google.com/p/google-web-toolkit/issues/detail?id=6647 On Jul 25, 11:55 am, googelybear googelyb...@gmail.com wrote: just found out that this only affects properties loaded via the Constants interface. When

Re: Changed handling of quotes in GWT localizable resources?

2011-07-25 Thread googelybear
feedback, Dennis On Jun 25, 3:31 pm, googelybear googelyb...@gmail.com wrote: Hi, I am developing a multi locale app and as described in many posts (e.g. [1] or [2]) so far I have always put 2 quotes when I wanted a single quote to appear in the output in my language properties files (e.g

Re: Changed handling of quotes in GWT localizable resources?

2011-07-25 Thread googelybear
'' in the source file will also be outputted as 2 ''). On Jul 25, 11:40 am, googelybear googelyb...@gmail.com wrote: Hi, I am a bit puzzled about this, is no one else facing this issue? How did you guys solve it? According to the official Message Format javadoc from Oracle (http:// download.oracle.com

[i18n] Changed handling of quotes in GWT localizable resources?

2011-06-25 Thread googelybear
Hi, I am developing a multi locale app and as described in many posts (e.g. [1] or [2]) so far I have always put 2 quotes when I wanted a single quote to appear in the output in my language properties files (e.g. that''s right will become that's right). This was very annoying for translators and

Re: Massive increase in compile time with GWT 2.3

2011-05-19 Thread googelybear
First of all: Thank you very much for all the feedback! This build I am trying to optimize is compiled on our build server by the continuous integration tool (hudson in our case triggered after every commit). It is mainly used to run unit tests and for general testing by the developers to get

Re: Απ: Massive increase in compile time with GWT 2.3

2011-05-18 Thread googelybear
technically the project consists of 4 separate apps, so 4 modules that are compiled individually and it supports 4 locales. Is it unusual to have such a large compile time? On May 18, 1:14 pm, George Moschovitis george.moschovi...@gmail.com wrote: 45 minutes ?!?! what kind of app is that? -g.

Re: Massive increase in compile time with GWT 2.3

2011-05-18 Thread googelybear
idea what else we could tweak here? On May 18, 4:02 pm, Raphael André Bauer raphael.andre.ba...@gmail.com wrote: On Tue, May 17, 2011 at 11:55 PM, googelybear googelyb...@gmail.com wrote: Hi, I have recently updated from GWT 2.2.0 to 2.3 and noticed a significant increas in compile time

Massive increase in compile time with GWT 2.3

2011-05-17 Thread googelybear
Hi, I have recently updated from GWT 2.2.0 to 2.3 and noticed a significant increas in compile time: Compile time with 2.2.0 was 45minutes and now with 2.3 it increased to 1h 12m - that's almost a 40% increase. I didn't change any settings at all. Are others experiencing this as well? Do you

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-20 Thread googelybear
I have the same problem since I upgraded to the eclipse plugin that comes with the built-in designer. I am still using GWT 2.1SDK. My system: OSX, Eclipse 3.5. This problem occurs constantly and is very annoying, is there a way to 'downgrade' the eclipse plugin to the old version from 2.1?

Incorrect escaping of XML entities (e.g. less-than) in GWT XMLParser

2010-11-16 Thread googelybear
Hi all, The GWT XMLParser seems to have a bug wtih respect to escaping of xml entities like the less-than sign. E.g. writting a less-than sign in a text node should become 'lt;'. This escaping is performed correctly when writing the text content in the TEXT node, but when the text node is added

Re: GWT2.1 : sample Data bound views

2010-10-31 Thread googelybear
production ready)? Any best practices on this would be great. thanks, Den On Oct 31, 10:33 am, Thomas Broyer t.bro...@gmail.com wrote: On 31 oct, 01:20, googelybear googelyb...@gmail.com wrote: I am also trying out the new editor framework. Did anyone already find out how to define

Re: GWT2.1 : sample Data bound views

2010-10-30 Thread googelybear
I am also trying out the new editor framework. Did anyone already find out how to define constraints on fields? E.g. I have a TextBox and the user needs to type at least n characters in it otherwise an error should be displayed. regards, Den On Oct 30, 2:32 pm, Tobias thaberm...@gmail.com wrote:

GWT app no longer working in Eclipse 3.6 dev-mode

2010-07-27 Thread googelybear
Hi, Previously I was running my gwt app in eclipse 3.5. Now I have installed a fresh 3.6 (helios, classic), subversive and the gwt plugin via the update sites. Starting my gwt app also works fine and the Development Mode tab gets opened. When I connect to my app via firefox and login I get the

Re: GWT app no longer working in Eclipse 3.6 dev-mode

2010-07-27 Thread googelybear
work fine (even for FF)? kathrin On Tue, Jul 27, 2010 at 9:05 AM, googelybear googelyb...@gmail.com wrote: Hi, Previously I was running my gwt app in eclipse 3.5. Now I have installed a fresh 3.6 (helios, classic), subversive and the gwt plugin via the update sites. Starting my gwt app

Why am I forced to use @DefaultStringValue annotations for i8n in production mode?

2010-06-16 Thread googelybear
Hi, I am using the Constants interface with simple properties files to localize my app (foo_de.properties, foo_en.properties and so on). When I run the app from eclipse (dev mode) everything works fine but when I compile the app I get the error message that the @DefaultStringValue annotation is

Re: How to internationalize StackPanel with uibinder?

2010-06-09 Thread googelybear
no one ever used stackpanel with internationalization? The only other solution I see is to create the stackpanel programmatically without uibinder. On Jun 5, 12:07 pm, googelybear googelyb...@gmail.com wrote: Hi, I am using aStackPanelin ui binder and would like to internationalize

Re: RootPanel vs RootLayoutPanel

2010-06-07 Thread googelybear
Layout-based panels. See   http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideUiPan... Do you agree?) Best regards, Stefan On 7 Jun., 01:55, googelybear googelyb...@gmail.com wrote: RootLayoutPanel is designed for the new full screen Layout panels (GWT 2.0 and newer

Re: RootPanel vs RootLayoutPanel

2010-06-06 Thread googelybear
RootLayoutPanel is designed for the new full screen Layout panels (GWT 2.0 and newer). RootPanel for the regular panels. Use RootLayoutPanel when you have at least 1 layout panel in your app. @Stefan: Can you explain what's wrong with using uibinder and RootPanel as long as you do NOT have any

How to internationalize StackPanel with uibinder?

2010-06-05 Thread googelybear
Hi, I am using a StackPanel in ui binder and would like to internationalize the header texts of the stacks. After going again through the i8n doc on how to translate attributes I tried the following straight-forward approach: g:StackPanel width='175px' ui:field=mainMenuStackPanel

Re: GWT Compiler fails with 'Too many open files' error / internal compiler error

2010-06-03 Thread googelybear
It seems that I could fix the build by setting the max. nr of open files to 2048 (that as twice as much as the default). On Jun 2, 3:05 pm, googelybear googelyb...@gmail.com wrote: Ok this gets weirder, now I get another internal compiler error in DisclosurePanel:      [java]    Scanning

Re: How to achieve traditional website behavior with layout panels?

2010-06-02 Thread googelybear
with div When I really know your layout, it it probably achievable with style=float. Stefan Bacherthttp://gwtworld.de On 28 Mai, 10:39, googelybear googelyb...@gmail.com wrote: @Stefan: I know the term sucks, but it was the best I could come up with ;-) As you concluded my main goal

Re: GWT Compiler fails with 'Too many open files' error / internal compiler error

2010-06-02 Thread googelybear
I just checked on that machine and the global limit is 6'297'272, and the user limit for the user running the gwt compiler is 1024. Does gwt really need to open so many files? What would you recommend to set? On Jun 2, 1:23 am, googelybear googelyb...@gmail.com wrote: Hi Chris, yes it's

Re: GWT Compiler fails with 'Too many open files' error / internal compiler error

2010-06-02 Thread googelybear
$CompilationUnitAdapter.getContents(AbstractCompiler.java:75) Can anyone make sense out of this? On Jun 2, 1:23 am, googelybear googelyb...@gmail.com wrote: Hi Chris, yes it's a linux box (ubuntu). The weird thing is that it compiles fine on my workstation (also Ubuntu Linux) without tweaking (I

Re: GWT Compiler fails with 'Too many open files' error / internal compiler error

2010-06-01 Thread googelybear
parameters are in a normal range before calling the GWT compiler, then there may be a problem with GWT though, because I'm not sure, if it's supposed to use somanyopenfiles. HTH Chris On Jun 1, 12:28 am, googelybear googelyb...@gmail.com wrote: Hi, When I compile my gwt project via

GWT Compiler fails with 'Too many open files' error / internal compiler error

2010-05-31 Thread googelybear
Hi, When I compile my gwt project via ant I regularly get the following error '[java] Invoking com.google.gwt.dev.javac.standardgeneratorcont...@28e4f4ad [java][ERROR] Generator 'com.google.gwt.uibinder.rebind.UiBinderGenerator' threw threw an exception while

Re: How to achieve traditional website behavior with layout panels?

2010-05-28 Thread googelybear
://gwtworld.de On 26 Mai, 10:33, googelybear googelyb...@gmail.com wrote: Hi, I am developing a webapp that should behave like atraditionalweb page, meaning that when the content grows in height the browser should display a vertical scroll bar. Unfortunately I was foolish and jumped right

Re: How to achieve traditional website behavior with layout panels?

2010-05-27 Thread googelybear
site but with widgets like in app): you want a website (HTML + CSS) or an app (Widgets + Layout). Olivier On 26 mai, 13:53, googelybear googelyb...@gmail.com wrote: Are you not afraid that they will get removed soon? I always get deprecated warnings when using them: StackPanel

How to achieve traditional website behavior with layout panels?

2010-05-26 Thread googelybear
Hi, I am developing a webapp that should behave like a traditional web page, meaning that when the content grows in height the browser should display a vertical scroll bar. Unfortunately I was foolish and jumped right in on the new, shiny layout panels. As I found out later these are not suitable

How to use StackPanel with UiBinder?

2010-05-26 Thread googelybear
Hi, After searching I found out how to use DockPanel (the old one) with uibinder in this thread: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9c5cde36a8731d44/0eed904daa7f7de2 Unfortunately this is not described in the javadock of DockPanel. I was not able to find an

Re: How to use StackPanel with UiBinder?

2010-05-26 Thread googelybear
#A1edwVHBClQ/user/src/com/googooglecode\.com On Wed, May 26, 2010 at 1:56 AM, googelybear googelyb...@gmail.com wrote: Hi, After searching I found out how to use DockPanel (the old one) with uibinder in this thread: http://groups.google.com/group/google-web-toolkit/browse_thread

Re: How to achieve traditional website behavior with layout panels?

2010-05-26 Thread googelybear
...@free.fr wrote: For a traditionnallayout, I use the old schoolpanels. It's not really a old school, it just has another goal. Olivier On 26 mai, 10:33, googelybear googelyb...@gmail.com wrote: Hi, I am developing a webapp that should behave like atraditionalweb page, meaning

Re: How to get notified after a widget has been completely rendered?

2010-05-26 Thread googelybear
when the user has seen the widget. Stefan Bachert http://gwtworld.de On 20 Mai, 16:16, googelybear googelyb...@gmail.com wrote: Hi, I'd like to ask if it is possible to get notified (by adding some kind of event handler) after a widget has been completely rendered? I couldn't find

Re: How to get notified after a widget has been completely rendered?

2010-05-21 Thread googelybear
? (for me they both sound very similar and I don't really get the difference) thanks, Dennis On May 20, 4:37 pm, rudolf michael roud...@gmail.com wrote: onLoad or onAttach On Thu, May 20, 2010 at 5:16 PM, googelybear googelyb...@gmail.com wrote: Hi, I'd like to ask if it is possible

How to get notified after a widget has been completely rendered?

2010-05-20 Thread googelybear
Hi, I'd like to ask if it is possible to get notified (by adding some kind of event handler) after a widget has been completely rendered? I couldn't find such an event... thanks for your help, Dennis -- You received this message because you are subscribed to the Google Groups Google Web

Re: How to add a scrollbar to a SuggestBox popup?

2010-04-22 Thread googelybear
unfortunately not, as the popup is not exposed to the outside world: code private final PopupPanel suggestionPopup; /code On Mar 19, 9:10 pm, Paul Stockley pstockl...@gmail.com wrote: Can't you justadda scrollPanel as the first child of thePopup? -- You received this message because you are

Paging Scroll Table in GWT 2.0.x?

2010-04-19 Thread googelybear
Hi, I basically thave the same question as already asked here, but for the current version of gwt: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/610a20088c153898/c083bb973cf44f32 Is the PST still maintained for gwt 2.0.x? Would you recommend to use it or are there other

Re: Dynamic layout using the DockLayoutPanel

2010-04-16 Thread googelybear
Hi, I am struggling with the same problem: I use the DockLayoutPanel as my main container (being a good coder following Google's recommendations: Use the new LayoutPanels they are much better/predictable/ compatible ..so I hoped on the train) but I want the browser to display a scrollbar as soon

Re: Dynamic layout using the DockLayoutPanel

2010-04-16 Thread googelybear
://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#Re... jk On Apr 16, 2:20 am, googelybear googelyb...@gmail.com wrote: Hi, I am struggling with the same problem: I use theDockLayoutPanelas my main container (being a good coder following Google's recommendations: Use

Re: Incorrect XML escaping of semicolon

2010-03-31 Thread googelybear
the browser to perform the XML document/node manipulation. On Wed, Mar 24, 2010 at 3:34 AM, googelybear googelyb...@gmail.com wrote: Hi, It seems that GWT DOES escape the semicolon character but actually this is a valid XML character and should not be escaped according to http://www.w3.org

How to implement hashCode() and equals() for a point in 2D-space (x,y) in GWT?

2010-03-31 Thread googelybear
Hi, this question might seem stupid but how can one implement hashCode() and equals() for a simple 2d point class as follows: public class Point { private double fX; private double fY; public double getX() { return fX; } public void

Re: How to implement hashCode() and equals() for a point in 2D-space (x,y) in GWT?

2010-03-31 Thread googelybear
I just found a post in the gwt contributors group but I cannot find it anywhere in gwt, any ideas? http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/a5193c6a82eddb5e/b400204dddcc8c64 On Mar 31, 2:20 pm, googelybear googelyb...@gmail.com wrote: Hi

Re: How to implement hashCode() and equals() for a point in 2D-space (x,y) in GWT?

2010-03-31 Thread googelybear
It seems that this got reverted at some point: http://code.google.com/p/google-web-toolkit/source/diff?spec=svn2434r=2434format=sidepath=/trunk/user/super/com/google/gwt/emul/java/lang/Double.java does anyone know why? On Mar 31, 2:35 pm, googelybear googelyb...@gmail.com wrote: I just found

Re: How to implement hashCode() and equals() for a point in 2D-space (x,y) in GWT?

2010-03-31 Thread googelybear
Found my answer here: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/f44e5874eb20b41b/f34caf3a7bf64daa Simply hash the Double.toString() . Anyone has a better idea? On Mar 31, 2:53 pm, googelybear googelyb...@gmail.com wrote: It seems that this got reverted at some

Incorrect XML escaping of semicolon

2010-03-24 Thread googelybear
Hi, It seems that GWT DOES escape the semicolon character but actually this is a valid XML character and should not be escaped according to http://www.w3.org/TR/REC-xml/#sec-references and http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references Here's a snippet of how this

How to add a scrollbar to a SuggestBox popup?

2010-03-19 Thread googelybear
Hi, I would like to display a scrollbar in the popup panel shown by the SuggestBox (Imagine there might be 100 entries in the list and you don't want to display a huuuge popup, instead you want to add a nice vertical scrollbar to it). Does anyone know how to achieve this with gwt 2.0? I have

How to allow connection in gwt browser plugin again that has been accidentally blocked?

2010-03-11 Thread googelybear
Hi, I have a very stupid problem: I tried to connect with my Windows/IE test machine to my gwt app using the gwt browser plugin and in the popup where it asks if the connection should be allowed I clicked no and remember this choice (or similar). But now I cannot find where this setting is stored

Re: How to allow connection in gwt browser plugin again that has been accidentally blocked?

2010-03-11 Thread googelybear
, googelybear googelyb...@gmail.com wrote: Hi, I have a very stupid problem: I tried to connect with my Windows/IE test machine to my gwt app using the gwt browser plugin and in the popup where it asks if the connection should be allowed I clicked no and remember this choice (or similar

Is there a universal solution to hide and then show a StackLayoutPanel (that also works on IE)?

2010-02-25 Thread googelybear
Hello, I'm using StackLayoutPanel to create a menu navigation panel. I encountered some problems on IE (both IE7 and IE8) related to the StackLayoutPanel. For some reason I want to hide the menu panel first and then show it later on. I used myStackLayoutPanel.setVisible(false) to hide it and

Re: Building GWT apps that support adjustable font sizes

2010-02-24 Thread googelybear
t.bro...@gmail.com wrote: On 13 fév, 01:30, googelybear googelyb...@gmail.com wrote: Hi, I need to build an app that also works well (meaning: looks acceptable and is still usable) with different font sizes. Eg. a user with impaired vision might increase the default font size of the browser

Building GWT apps that support adjustable font sizes

2010-02-12 Thread googelybear
Hi, I need to build an app that also works well (meaning: looks acceptable and is still usable) with different font sizes. Eg. a user with impaired vision might increase the default font size of the browser to make web pages easier readable for him. For me as a developer this means removing as

How to encode a string in UTF-8?

2010-01-28 Thread googelybear
Hi, My problem is very simple (I think):I have a string and would like to encode it in utf-8 (so I can send it to a server). Example: ü becomes #252; Someone pointed out to use com.google.gwt.http.client.URL.encode (myString) but this will not yield the correct result (e.g. ü becomes %C3%BC which

Re: FireFox 3.6 Can't Debug Anymore :(

2010-01-22 Thread googelybear
same here, used to work with 3.5.7 - but doesn't work anymore with 3.6. When is the plugin expected to be updated? On 21 Jan., 23:38, Jim Douglas jdoug...@basis.com wrote: When you clicked Get the New Version, it should have taken you to a dialogue that says Incompatible Add-ons Found.  I'm

Re: GWT Developer Plugin not working IE8

2009-12-23 Thread googelybear
works for me in 64bit win 2003 server with 32bit IE8. But only when logged in as Administrator. When trying to install as as normal user with run as Adminsitrator it gets sucessfully installed but the page still thinks the plugin is not installed. Any ideas? On Dec 15, 3:20 pm, Chad

Re: GWT Developer Plugin not working IE8

2009-12-23 Thread googelybear
/12/23 googelybear googelyb...@gmail.com works for me in 64bit win 2003 server with 32bit IE8. But only when logged in as Administrator. When trying to install as as normal user with run as Adminsitrator it gets sucessfully installed but the page still thinks the plugin is not installed

Re: GWT suddenly stops running: SIGSEGV in libxpcom.so (hosted mode, Ubuntu 9.4)

2009-06-23 Thread googelybear
not in the gwt directory...) On 23 Jun., 13:40, Enea eneager...@gmail.com wrote: maybe a chanche with: sudo apt-get install libstdc++5 if you are using eclipse, try to reinstall eclipse. On 22 Giu, 23:59, googelybear googelyb...@gmail.com wrote: Hi there, today GWT decided that it does no longer

Re: GWT suddenly stops running: SIGSEGV in libxpcom.so (hosted mode, Ubuntu 9.4)

2009-06-23 Thread googelybear
not in the gwt directory...) On 23 Jun., 13:40, Enea eneager...@gmail.com wrote: maybe a chanche with: sudo apt-get install libstdc++5 if you are using eclipse, try to reinstall eclipse. On 22 Giu, 23:59, googelybear googelyb...@gmail.com wrote: Hi there, today GWT decided that it does no longer

GWT suddenly stops running: SIGSEGV in libxpcom.so (hosted mode, Ubuntu 9.4)

2009-06-22 Thread googelybear
Hi there, today GWT decided that it does no longer want to run on my machine. When I run the hosted mode browser (32bit ubuntu) I get the following error msg (already rebooted the machine, and re-downloaded gwt): # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV

How to show tooltips on FlexTable?

2009-04-30 Thread googelybear
Hi, I did not manage to display tooltips on the FlexTable (there seems to be no setTooltip(row, col, text) or similar, and also google did not yield any promising hits) - is this not possible or did I just not dig deep enough? Any pointers appreciated ;) thx, den

Re: How to show tooltips on FlexTable?

2009-04-30 Thread googelybear
...@gmail.com wrote: What about adding tooltip to the Widget in table cell. On Thu, Apr 30, 2009 at 11:25 AM, googelybear googelyb...@gmail.com wrote: Hi, I did not manage to display tooltips on the FlexTable (there seems to be no setTooltip(row, col, text) or similar, and also google did

Re: Announcing GWT 1.6 Release Candidate

2009-03-27 Thread googelybear
Is there an approximate release date for 1.6? Like in April or not before christmas. I was unable to find such a page... On 18 Mrz., 21:32, Bruce Johnson br...@google.com wrote: Good news! Google Web Toolkit 1.6 RC is ready for you to download and try out:

Re: Change default size of embedded browser

2009-02-09 Thread googelybear
Unfortunately this is currently not possible as described here: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/5438734713af42dd/5bc63581e3e289f1 On 28 Jan., 14:37, googelybear googelyb...@gmail.com wrote: Hi all, Is it somehow possible to change thedefaultsizeof

Change default size of embedded browser

2009-01-28 Thread googelybear
Hi all, Is it somehow possible to change the default size of the embedded browser window (for me it's always to small and I'd like to have it bigger by default instead of always having to restart the window)? Or is this something that's handled by the OS (I'm running gwt on an ubuntu linux box)?

Re: Unable to run GWT + Flash on 64bit Linux

2009-01-08 Thread googelybear
update: I copied the 32bit version of the libflashplayer.so to ~/.mozilla/plugins but it still doesn't work. Does anyone have this working? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Unable to run GWT + Flash on 64bit Linux

2009-01-08 Thread googelybear
update: I copied the 32bit version of the libflashplayer.so to ~/.mozilla/plugins but it still no luck :-( Would it work if I was able to somehow install a 32bit version of firefox? Does the hosted mode browser use firefox? --~--~-~--~~~---~--~~ You received this

Unable to run GWT + Flash on 64bit Linux

2009-01-07 Thread googelybear
Hi there, I'm running GWT on my 64bit Ubuntu 8.10 dev box with a 32bit jvm installed and it works just fine. But all this changes when I want to use (the recently released Google Visualizations for gwt[1], as some of its charts require Flash (applies for all other flash components as well). So I