Re: Architecture of adding 'pure html/js' to client side?

2015-08-24 Thread funkforce
xternalize-html-in-gwt-apps > > On Friday, August 21, 2015 at 9:38:04 AM UTC+2, funkforce wrote: >> >> >But I not sure how this is related to GWT >> I am pretty sure people mix gwt and html/js programming and I wonder how >> they mix thees things together if they don&#x

Re: Architecture of adding 'pure html/js' to client side?

2015-08-21 Thread funkforce
sntz=1&usg=AFQjCNG_f5sx1oSTt4zl4mz-IRHmMmYZKA>) > > in some projects and we just add the dist forlder into the war (webapp > folder if you are using maven). You can add links to this htmls using > anchors or setting the browser url manually using > Window.Location.setLocation.

Re: Architecture of adding 'pure html/js' to client side?

2015-08-18 Thread funkforce
I am a bit surprised that none have added large chunks of html/js as an independent part of the application and are willing to sharewell well... On Wednesday, August 12, 2015 at 10:34:52 AM UTC+2, funkforce wrote: > > We have a GWT application coded in java on the client. There is

Architecture of adding 'pure html/js' to client side?

2015-08-12 Thread funkforce
We have a GWT application coded in java on the client. There is no ui binder only a jsp page and a class with our onModuleLoad() method and then pure java serving the gui. We want to add bunch of html/javascript to a new part of the application but I don't know how to organize the new html/ja

Re: DevAppServer Creation Fails With IBM JDK

2015-01-13 Thread funkforce
I don't know if this is related but we run ibm jdk and in order to get gwt working for us we have to remove the *gwtar files from gwt-user.jar and clean out the gwt-unitCache folder in our workspace. On Friday, January 9, 2015 at 12:15:33 AM UTC+1, Samaya Madhavan wrote: > > > I seem to be hav

Re: com.google.gwt.core.client.JsonUtils,safeEval(String) throws exception in GWT 2.7

2015-01-07 Thread funkforce
Thanks Jens, I think that should be it. I was able to recreate the error my self when setting compatibility view on ie 8. OT: Reading the gwt source is a joy! So clear and so easy to understand and good comments. Yes I am sure there are places were this is not the case but from what I have see

Re: com.google.gwt.core.client.JsonUtils,safeEval(String) throws exception in GWT 2.7

2015-01-05 Thread funkforce
No one on GWT team have any idea why we get this in internet explorer 8? This happens only in GWT code. On Friday, December 19, 2014 12:15:29 PM UTC+1, funkforce wrote: > > Upgrading from 2.6.1 to 2.7 I get reports of an exception in method > safeEval(String jso

com.google.gwt.core.client.JsonUtils,safeEval(String) throws exception in GWT 2.7

2014-12-19 Thread funkforce
Upgrading from 2.6.1 to 2.7 I get reports of an exception in method safeEval(String json) in the com.google.gwt.core.client.JsonUtils class from some internet explorer 8 users on windows 7. I haven't been able to recreate the error my self but we can not move to production with 2.7 if this is n

Rows in CellTable do not show selection in superdevmode

2014-12-16 Thread funkforce
I have a number of CellTables in my application that changes color and enables buttons after selection. This works in production (gwt 2.6.1) and in classic dev mode using an old firefox 24. See attachment devmode.png. When using superdevmode with both firefox and chrome the rows doesn't change

Re: super dev mode with external server debugging

2014-12-16 Thread funkforce
Today it shows up nice in chrome and also using sdbg. Yesterday i didn't. Keeping my fingers crossed for tomorrow. Thanks! On Monday, December 15, 2014 4:13:06 PM UTC+1, Thomas Broyer wrote: > > > > On Monday, December 15, 2014 3:26:58 PM UTC+1, funkforce wrote: >> >

super dev mode with external server debugging

2014-12-15 Thread funkforce
I am about to upgrade to gwt 2.7 but I can not get super dev mode up and running as I wish. I run eclipse and an external app server and I have classic dev mode running with an old firefox adding -nosuperDevMode to my old run configuration in eclipse. 1. I think I get sdm running by running my

Re: CodeServer vs DevMode for 2.7.0

2014-10-27 Thread funkforce
> > I think you need to add gwt-codeserver.jar to the classpath; but you > should have some logs if something fails. > > IIUC this will be done automatically with the next release of the Google > Plugin for Eclipse. > > On Monday, October 27, 2014 4:59:42 PM UTC+1, funkf

Re: CodeServer vs DevMode for 2.7.0

2014-10-27 Thread funkforce
re is usally get the url that is my debug url.Can I see logs or any output from this process anywhere? On Monday, October 27, 2014 4:59:42 PM UTC+1, funkforce wrote: > > Hi, > > I am sorry but I cant understand what you say. Can you please show an > example of a configuartio

Re: CodeServer vs DevMode for 2.7.0

2014-10-27 Thread funkforce
Hi, I am sorry but I cant understand what you say. Can you please show an example of a configuartion that works? I just download 2.7beta and even my old configuration from 2.6 doesn't work anymore with an external appserver. Heres are my arguments: -startupUrl http://172.16.186.131:9080/icpGWT

IndexOutOfBoundsException in 2.5 rc2 and not in 2.4

2012-10-10 Thread funkforce
Hi, I am getting an java.lang.IndexOutOfBoundsException: Row index: 0, Row size: 0 (full exception below). in 2.5 rc2 on code that works fine in 2.4. I have a CellTable and when I have an empty dataset to feed the list I receive the exception. When it contains objects it works as before. After

wishlist for 2.6

2012-08-22 Thread funkforce
I haven't seen were you can suggest new features for next version so i am posting it here. Please correct me if this assumption is wrong. 1. Java 7 support 2. Faster compiler Regards FF -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. T

Re: GWT future

2012-08-08 Thread funkforce
Thanks! Den tisdagen den 7:e augusti 2012 kl. 16:14:14 UTC+2 skrev Richard: > > IE10 will be able to work as if it's a previous version. This page should > explain it: > http://msdn.microsoft.com/en-us/library/ff955275(v=vs.85).aspx > > On Tuesday, August 7, 2012 4:10

Re: GWT future

2012-08-07 Thread funkforce
Thanks Thomas, But what do you mean by IE=9 mode ? Den tisdagen den 7:e augusti 2012 kl. 10:48:11 UTC+2 skrev Thomas Broyer: > > Generally it should work, but it cannot be guaranteed: workarounds now > breaking, etc. IE10 is going to be a major change though, so you'll either > have to use the

Re: GWT future

2012-08-06 Thread funkforce
Thomas, Reading this: > but until then, GWT will have adapt to each new browser version, and your > app would have to be recompiled with the newer version of GWT to take > advantage of it. > Do you meant that if I deploy an app compiled with GWT 2.4 today and in a few weeks a new browser ver

Re: Good looking themes in default gwt

2012-03-15 Thread funkforce
Joseph, Thanks for your reply. I have looked at them but I cant use any of them because I am 'limited' to pure GWT due to architecture choices and licensing issues. From my point of view I would like some more com.google.gwt.user.theme.* themes. Regards FF On Mar 15, 2:36 pm, Joseph Lust wrote:

Good looking themes in default gwt

2012-03-15 Thread funkforce
Hi, I use GWT since it makes it easy for me as Java developer to build good looking and functionally strong web apps. I don't need to fuzz around a lot with HTML, Javascript and CSS. As a Java developer my strong side is not design and GUI stuff. It would therefore make my life much easier if you

TabLayoutPanel border color

2011-02-09 Thread funkforce
Hi I have not manged to set the border color of the TabLayoutPanel and I wonder how to do that? I can change the tabs with the following code: .gwt-TabLayoutPanel .gwt-TabLayoutPanelTab.gwt-TabLayoutPanelTab { background-color: #99; color: #FF; } .gwt-TabLayoutPa

Re: Update Chrome to 10.0.612.1 does not work with either 2.1.0 or 2.1.1

2010-12-20 Thread funkforce
Same problem here. Is there a way to go back to old Chrome? Doesnt get it to work in FF 4 beta also. On Dec 20, 5:44 pm, "a...@mechnicality.com" wrote: > Sadly, that doesn't work for me because I am developing a WebGL based app and > that only works with > Chrome or FF 4. > > I've  reverted to a