[gwt-contrib] Re: stylesheet ignored/not handled in SDM 2.7.0-rc1

2014-11-07 Thread Christian X
the file is requested from http://127.0.0.1:9876/overwrite.css -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] stylesheet ignored/not handled in SDM 2.7.0-rc1

2014-11-05 Thread Christian X
Hello, I wanted to test the new SDM in 2.7.0-rc1. A stylesheet that I reference im my model file is not loaded, in console I get the output: [INFO] GET /overwrite.css [INFO][WARN] ignored get request: /overwrite.css [INFO][WARN] not handled: /overwrite.css With gwt 2.6.1 I could use

[gwt-contrib] stylesheet ignored/not handled in SDM 2.7.0-rc1

2014-11-05 Thread Christian X
Hello, I wanted to test the new SDM in 2.7.0-rc1. A stylesheet that I reference im my model file is not loaded, in console I get the output: [INFO] GET /overwrite.css [INFO][WARN] ignored get request: /overwrite.css [INFO][WARN] not handled: /overwrite.css With gwt 2.6.1 I could use

Can I use replace-with / to replace a Google class?

2014-08-15 Thread chris-x . walker
Hi, I am having problems running in hosted mode (GWT 2.6.1) as a result of a possible bug in com.google.gwt.dom.client.StyleInjector.java (see Issue 8863 https://code.google.com/p/google-web-toolkit/issues/detail?id=8863). The fix is simple, so I have created my own version of the problem

Re: Can I use replace-with / to replace a Google class?

2014-08-15 Thread chris-x . walker
=com.google.gwt.dom.client.StyleInjector.StyleInjectorImpl / any when-property-is name=user.agent value=ie8 / when-property-is name=user.agent value=ie10 / /any /replace-with Chris On Friday, 15 August 2014 15:15:58 UTC+1, chris-x...@db.com wrote: Hi, I am having problems running

How to make SuggestBox display scroll properly?

2014-07-14 Thread chris-x . walker
I'm working with a SuggestBox that produces a very large number of suggestions on the first one or two chanracters. I don't want an ugly list that disappears off the bottom of the screen, so I've made the selection display scroll by adding height and overflow to the CSS for

RequestFactory ServiceLocator persist chilld onetomany

2012-09-25 Thread Tost X
Hi all, I use resquestfactory with Locator and ServiceLocator and am trying to persist an entity that has a one to many, but the layer server children are not sent. When I do find, the children leave the server to the client layer without problems using .wth(child). Anyone know how to persist

Widget not displayed upon change of place

2011-06-14 Thread Harry X
I have a display region which will display diffrent widgets accpording place change event. The widgets are simple, haveing a couple of tables in a flowpanel and making a async call to get some data through RPC. When the place change events are fired by clicking on a navigation tree,

Re: Eample for MVP+EventBus+Presenter+Activity

2011-06-08 Thread Harry X
Deanna Bonds deanna.bonds@... writes: I was going through the same thing.  I ended up going back and rewatching the Ray Ryan architecture videos from 2009 and 2010 again, but this time drawing down all the diagrams, but combining them all.  Then after having a big block diagram of the

Eample for MVP+EventBus+Presenter+Activity

2011-06-06 Thread Harry X
Hello, I am new to GWT and need some examples to help understand it. Reading though some posts and searching over internet, I think using MVP+EventBus+DI+Presenter+Activity is a sound approach. Can some one point to me a good example to further study? Thanks in advance. Harry -- You

Re: Eample for MVP+EventBus+Presenter+Activity

2011-06-06 Thread Harry X
Juan Pablo Gardella gardellajuanpablo@... writes: You can see this sample https://bitbucket.org/gardellajuanpablo/gwt- sample/wiki/Home Juan2011/6/6 Harry X qxie...@hotmail.com Hello, I am new to GWT and need some examples to help understand it. Reading though some posts

setting debugId on nested menu item (UI Binder)

2011-02-07 Thread x-fission
Is there a way to set a debugId (for selenium testing) on a nested menu item in UI binder? I have a setup similar to a typical menubar such as: g:MenuBar ui:field=topMenu g:MenuItem ui:field=file bFile/b g:MenuBar g:MenuItem ui:field=saveSave/g:MenuItem

Re: How to compile code for UNIX

2009-05-05 Thread X
and Vista versions of IE run differently from each other? I'd make a better test to target them, but I don't feel like it. var y='',x; for(x in navigator)y+=x+: +navigator[x]+'\n'; alert(y); Long-Live Open Source! --~--~-~--~~~---~--~~ You received this message

Re: How to suppress the token change for Hyperlink

2009-05-05 Thread X
Download the a href='google.ca?q=download+gwt+incubator'incubator/a, and use the HyperlinkOverride class as an example. It is a proposed change to the regular Hyperlink object that cares not whether the alt, ctrl or shift buttons are pressed {allowing users to spawn multiple pages of your app at

Re: GWT is it possible?

2009-05-05 Thread X
I'm not gonna lie to you, if you want something that can DRAW that stuff in the web browser, it's gonna be a lot of work. Your only real choice is to use the gwt incubator canvas, create classes for every kind of thing you want to draw, including connectors and line-routing mechanisms. Unless

Re: Image size

2009-05-05 Thread X
If you want IE7 amd IE8, look into virtualbox. Microsoft gives away FREE vhd harddrives online with XP+IE6, XP+IE7, XP+IE8, VISTA+IE7 and VISTA+IE8. Of course, they only last a few months at a time, but they're free for web developer testing. {Sets up on Ubuntu real nice} Anyway... I've been

Re: How do I write my own version of DialogBox?

2009-05-05 Thread X
Aye. Use replace-with class=com.google.gwt.user.client.ui.YourCrAZyClassName when-type-is class=com.google.gwt.user.client.ui.DecoratedPopupPanel / /replace-with ...If you're willing to rewrite enough classes, you can even compile out HashMaps and Tables... And file sizes will

Re: Optimisation of obfuscated mode

2009-05-05 Thread X
public interface Bax{ public String getValue(); } public class Bar implements Bax{ String size; public String getValue(){return size;} } public class Foo implements Ba... OH WAIT!! You have one class returning String, and another returning int. I was going to say you need to use

Re: Optimisation of obfuscated mode

2009-05-05 Thread X
public interface Bax{ public String getValue(); } public class Bar implements Bax{ String size; public String getValue(){return size;} } public class Foo implements Ba... OH WAIT!! You have one class returning String, and another returning int. I was going to say you need to use

Re: How to change the base URL for the app in Hosted Mode??

2009-05-05 Thread X
I use a deferred-binding method to get my urls right for every app / build. Basically, public class xSettings{ public String xDatiiUrl(){ return Document.get().getDomain()+x51/; } and public class xYourSettings extends xSettings{ @Override public String xDatiiUrl(){ return

Re: HandlerRegistration not always so friendly ??

2009-05-05 Thread X
You can use a single StackHandlerManager for all your events for one Widget, or in a more static context if you can control where all your widgets send all their Handlers. In the old model, you needed a collection for every type of listener, and {this is BIG} you couldn't call

Re: Error: The import xxx.yyy.client.utils.ProgramSettings cannot be resolved

2009-05-05 Thread X
If you're in eclipse, try to refresh the package / src folder. The IDE sets up a virtual filesystem for your code, and some methods of GWT compile read from this filesystem and others use the actual filesystem. When IDE builds do weird things, try an ant build. The gwt 1.6 webapp creator makes

Re: GWT (Multiple Pages Implementation)

2009-05-03 Thread X
this kind of stuff, but code like: static Object x = xBuildor() will have the reference to the object removed, but not the call to xBuildor, even if it just returns a string. By building your pieces in different modules, you are better prepared to deprecate old code, compile out unneeded excess and keep

Re: GWT (Multiple Pages Implementation)

2009-04-30 Thread X
to take large modules and slice them into smaller files, which will, I hope, allow us to use mutiple frames capable of understanding the same interfaces... As it is now, we cannot control how the gwt compiler renames fields and methods, and it's best not to try for(x in y)if(y[x]=...@some.java