Re: GWT2.8 : org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

2016-12-02 Thread Ian Whyman
ps://groups.google.com/d/topic/google-web-toolkit/jZEikD1GbYk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group

Re: GWT2.8 : org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

2016-10-25 Thread Ian Whyman
It seems still to be an issue with the final 2.8.0 release Ian On Tuesday, 18 October 2016 10:37:08 UTC+1, Darren Smith wrote: > > Hi Ian, > > Yes, we are still seeing the problem. I've put it aside for the moment, > hoping to revisit once we upgrade to a new GWT Release

Re: GWT2.8 : org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration

2016-10-10 Thread Ian Whyman
Hi Darren, We are seeing the same issue, did you find any resolution? Regards, Ian On Thursday, 6 October 2016 08:20:49 UTC+1, Darren Smith wrote: > > Hi, > > I am developing a that contains within it > - a vanilla HttpServlet > - a GWT RPC Service implementation (Re

Re: lambda being compiled to empty method

2016-09-06 Thread Ian Preston
with 2.8rc1 > (and 2.8beta-1 before that), can you try if it works with with that? > > > On Tuesday, September 6, 2016 at 4:29:46 PM UTC-4, Ian Preston wrote: >> >> This is the Function interface code: >> >> https://github.com/Peergos/Peergos/blob/google/src/

Re: lambda being compiled to empty method

2016-09-06 Thread Ian Preston
t 3:35:32 PM UTC-4, Ian Preston wrote: >> >> Thank you for all your awesome work on GWT. >> >> I'm getting a lambda being compiled to an empty method. As the method is >> empty, it returns null, and the caller gets a null dereference. I'm using >>

lambda being compiled to empty method

2016-09-06 Thread Ian Preston
Thank you for all your awesome work on GWT. I'm getting a lambda being compiled to an empty method. As the method is empty, it returns null, and the caller gets a null dereference. I'm using the latest HEAD from gwt github. The lambda is the following (the whole class is at https://github.co

Re: Emulating CompletableFuture with Promise

2016-09-06 Thread Ian Preston
For another hint, I think you don't want the "new" before "Promise.resolve" on line 88 of impl/JsPromise :-) What the best way for me to report bugs to you? A PR? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and s

Re: Emulating CompletableFuture with Promise

2016-09-05 Thread Ian Preston
github.com/nordligulv/gwt/commit/ea70c5358bac3c939cb0c1628a58ccc462cd7423 > > Feel free to use it but note that I haven't tested it properly yet. > > > > On Monday, September 5, 2016 at 3:28:27 AM UTC+3, Ian Preston wrote: >> >> I'm trying to emulate Completable

Emulating CompletableFuture with Promise

2016-09-04 Thread Ian Preston
I'm trying to emulate CompletableFuture by backing directly onto Promise, but when compiling it gives this error: "No source code is available for type java.util.concurrent.CompletableFuture" (it finds other JRE classes I've replaced fine) My source I'm including is below. Am I doing anything i

Re: synchronously waiting for a Promise

2016-09-01 Thread Ian Preston
Jens, my suggestion was to propagate the asyncs up the call stack to all callers of the function, automatically changing each one to return a promise, and use await on the calls to the async functions, which would work fine except for losing the atomic synchonization of the functions effects in

Re: synchronously waiting for a Promise

2016-09-01 Thread Ian Preston
and a > much more complex compiler". The Pareto rule tells us that you should just > embrace asynchrony and live with only the non-blocking API (CompletionStage > basically, plus getNow() and a few others). > > On Thursday, September 1, 2016 at 11:53:45 AM UTC+2, Ian Preston

Re: synchronously waiting for a Promise

2016-09-01 Thread Ian Preston
inue to ignore synchronization, and get the same results assuming non deadlocking programs, which can't be translated without a full emulator like doppio anyway. On Thursday, 1 September 2016 10:22:08 UTC+1, Thomas Broyer wrote: > > > > On Wednesday, August 31, 2016 at 11:58:51 PM UTC+2, I

Re: synchronously waiting for a Promise

2016-08-31 Thread Ian Preston
One idea, which would be awesome from a user perspective, is the following: Emulate CompletableFuture with native Promises. Then if the synchronous cf.get() call is used, then translate that to await, and make the function it is in async (in JS land). This would automatically change the signatur

synchronously waiting for a Promise

2016-08-31 Thread Ian Preston
omises all the way up my Java stack is not really an option. Many thanks for any suggestions, Ian -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-

Re: jsinterop export method that returns Optional

2016-08-30 Thread Ian Preston
Thanks guys, I've gone with Jens' suggestion in the end. I don't need the full Function et al stuff, just isPresent and get for my use case. So I was able to just export only those methods. On Tuesday, 30 August 2016 10:11:31 UTC+1, Ian Preston wrote: > > I'm tryi

jsinterop export method that returns Optional

2016-08-30 Thread Ian Preston
I'm trying to export a Java method with @JsMethod which returns an Optional. Clearly GWT is emulating Optional under the hood for internal code. Is it possible to export the Optional class as well? At the moment it compiles, but gives me a warning: [unusable-by-js] Return type of 'Optional MyC

Re: GWT error "no instantiable subtypes" with interface in RPC method with 1 known concrete class?

2016-05-10 Thread Ian White
If you have a class that you are using to transport RPC params then it needs to implement IsSerializable, right. So then if your IsSerializable class does not have a default empty constructor (i.e. no params) you will see this message. On Wednesday, December 17, 2014 at 8:34:35 PM UTC+11, Ed wro

Re: ONLINE PROJECT SUPPORT FOR DEVELOPERS IN .NET

2013-05-02 Thread Ian Mayo
Group moderators: can we get this account blocked from the group? Clearly it's just spam. Cheers, Ian -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, se

Re: Actual Status of GWT

2012-10-26 Thread Ian Mayo
lly to support income generating projects, but it isn't one in itself. Anyway, that's my 2-cents worth. Ian -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.go

Re: GWT podcasts?

2012-10-01 Thread Ian Mayo
dcast-reader compliant? cheers, Ian -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/AwnBo1MuBnwJ. To post to this group, send emai

Re: Simple GWT Dual list

2012-07-10 Thread Ian Mayo
Hi there, nice clean implementation - well done. A couple of minor suggestions, if you don't mind ;-) There's a UI precedent in controls like this whereby double-clicking on an item moves it to the other list. This lets the user to continue to focus their gaze on the list in question. The sec

Using SuggestBox for data binding of non String type

2012-05-14 Thread ian tabangay
Hi. Has anyone had any experience in using SuggestBox for data binding Objects or Enums? -- 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 gro

Re: How to set and get value of SuggestBox

2012-05-14 Thread ian tabangay
yeah im somewhere in that line already. type to string conversion seems to be the most obvious way to do it but im trying to see if there's a better way to implement it. On Mon, May 14, 2012 at 6:51 PM, Jens wrote: > Good question.. never used it with Editor Framework. > > I think I would try im

Re: How to set and get value of SuggestBox

2012-05-14 Thread ian tabangay
What about setting the value of the SuggestBox? Im trying to use the SuggestBox in an editor that is auto binded to a data object and the value of the SuggestBox can be an enum or some other object. On Mon, May 14, 2012 at 6:13 PM, Jens wrote: > Implement a class that extends SuggestOracle and p

How to set and get value of SuggestBox

2012-05-14 Thread ian tabangay
Hi. Can anyone point me to the right direction on how I can set and get the value of SuggestBox when the Suggestion is not of type String? like an Enum or a data object? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to t

data auto binding of date to a label

2012-05-10 Thread ian tabangay
Hi. Im new with data auto binding and Im getting an error when the data I am binding to a label is not a string. is there a way around this? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https:/

Re: Abridged summary of google-web-toolkit@googlegroups.com - 56 Messages in 24 Topics

2012-01-04 Thread Ian Bambury
Can't someone ban this git? 2012/1/4 > NOUVEAU - BORE@L INFORMATIQUE INTEGRE JPA CONSULTANTS > Afin de mieux vous servir, nos deux sociétés ont décidé de réunir leurs > compétences et > leur professionnalisme sous le nom de JPA CONSULTANTS SA . > > Par ce partenariat, nous nous améliorerons su

Re: Something other than a Java object was returned from JSNI method

2011-12-31 Thread Ian Bambury
they used to have to.' 'Great idea, we'll put it in the next release!' Sigh. Anyway, Happy New Year to all who read this far :-) Ian On 30 December 2011 22:59, Thomas Broyer wrote: > Hi Ian, welcome back! > > See http://code.google.com/p/google-web-toolki

Re: Cannot install Eclipse GWT (and other Google)-plug-ins

2011-12-31 Thread Ian Bambury
What version of Eclipse are you using? As I said, the only one that would work for me was the Java EE. On 31 December 2011 14:27, Thad wrote: > I have Oracle's JDK 1.6.0_29 installed on Windows 7. I've installed > Eclipse 3.7. > > The ONLY portion from the link below that installs is GWT Design

Re: gwt

2011-12-31 Thread Ian Bambury
Can you be a bit more specific - what exactly are you trying to do? setFocus will move the focus to whatever you choose. Ian On 31 December 2011 05:50, Amrutha Thomas wrote: > but how can I change focus from one text box to another using this > > > > On Fri, Dec 30, 2011

Something other than a Java object was returned from JSNI method

2011-12-30 Thread Ian Bambury
ome just hate me? There's nothing very special about my app, it's about three days old and just logs people in or out and has history support and can page. Any ideas? Thanks Ian (Back again after a bit of a gap :-) ) -- You received this message because you are subscribed to the Google

Re: Cannot install Eclipse GWT (and other Google)-plug-ins

2011-12-30 Thread Ian Bambury
ething and reinstall) Let us know if it works for you. Ian On 30 December 2011 13:19, Clundahl wrote: > Hi > > I run a VirtualBox on a 64 bit Windows 7, inside this I run a Ubuntu > 10.11 (32-bit). > > The first thing i did when installation completed i ran > > sudo apt

Re: gwt

2011-12-30 Thread Ian Bambury
textbox.setFocus(true); On 30 December 2011 09:49, Ed Bras wrote: > For any widget element: > /** > * Sets the focus state of the element. > * @param focused the new focus state > */ > public native void setFocus(Element elem, boolean focused) /*-{ > try { > if (focused) > elem.focus(); >

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Ian Jacobs
I take it back. My 1st test was using a gwt plugin I installed into a directory with spaces. I changed the classpath to use the gwt plugin off of c:\eclipse\ and the designer loaded without incident. -- You received this message because you are subscribed to the Google Groups "Google Web To

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Ian Jacobs
Didn't for me. I installed a clean copy of eclipse to c:\eclipse\ andd then installed the gwt plugin 2.3. Same error came up on my test project. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to googl

Re: .Net Developer Job Opening - Valencia, CA

2011-04-04 Thread Ian Petersen
Hey Mods, This job posting has nothing to do with Java, never mind GWT. Ian On Mon, Apr 4, 2011 at 7:03 AM, Makro Tech wrote: > Hi > > This is Vignesh with Makro Technologies, Inc. > > We have been in business for over 10 years and we are one of the Fast 500 > National IT sta

Re: Attn::Unix Administrator Requirement in Framingham, MA::Please respond back at di...@abacuscs.com::

2011-01-20 Thread Ian Bambury
@ di...@abacuscs.com Get stuffed @ google-web-toolkit@googlegroups.com Admin Is this really appropriate for this list? On 20 January 2011 20:15, Dipin Sukumaran wrote: > Hi, > > Hope you are doing well. This is Dipin (di...@abacuscs.com ) from Abacus > Management & consultancy services. Pleas

Re: Attn::Solaris Admin Requirement in Woonsocket, RI::Please respond back at di...@abacuscs.com::

2011-01-19 Thread Ian Petersen
Well that's embarassing This was supposed to go to Dipin directly. Ian On Wed, Jan 19, 2011 at 1:02 PM, Ian Petersen wrote: > Thanks for the offer Dipin, but I'm neither qualified nor interested. > > Ian > > On Wed, Jan 19, 2011 at 12:57 PM, Dipin Sukumaran >

Re: Attn::Solaris Admin Requirement in Woonsocket, RI::Please respond back at di...@abacuscs.com::

2011-01-19 Thread Ian Petersen
Thanks for the offer Dipin, but I'm neither qualified nor interested. Ian On Wed, Jan 19, 2011 at 12:57 PM, Dipin Sukumaran wrote: > Hi, > > Hope you are doing well. This is Dipin (di...@abacuscs.com ) from Abacus > Management & consultancy services. Please review my Urgent

Re: Link ClickHandler doesn't fire

2011-01-17 Thread Ian Bambury
Something like this? import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.Window; import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.RootPanel; public class App implements ClickHandle

Re: KeyPressEvent.getCharCode() problem

2011-01-12 Thread Ian Bambury
Any chance you could use international dates rather that US-specific dates? This is an international forum. Thanks (from the rest of the world), it makes referencing stuff easier for the rest of us. Ian Of course, it might just be me having a really bad 12/01/2011 On 12 January 2011 14:57

Re: Wave

2011-01-09 Thread Ian Bambury
as* a _very_ general question rather than 'I get this error when I do something, what do I do to fix it?' You don't get much more generalised that 'Tell me how to recreate Wave'. Asked by someone who doesn't seem to realise that the 'i' in GUI actually s

Re: Where do KeyPress Events go?

2011-01-05 Thread Ian Bambury
) { Window.alert("Hi!"); } }, KeyUpEvent.getType()); On 5 January 2011 15:20, Ian Bambury wrote: > > fu.addChangeHandler(new ChangeHandler() > { > > @Override > public void onChange(ChangeEvent event) > { &g

Re: Where do KeyPress Events go?

2011-01-05 Thread Ian Bambury
entPreview' - problem is, you probably want enter to move your user from input area to input area. firstname-lastname-fileuploadCV or something, rather than submit every time the user presses enter. Ian On 5 January 2011 14:50, Greg Dougherty wrote: > Currently, I'm using a Submit

Re: Where do KeyPress Events go?

2011-01-05 Thread Ian Bambury
Greg, is there a reason you can't just set the focus to the button? On 5 January 2011 14:08, jaybose wrote: > OK, what does the button do, at the moment? > > Do you have your EnterButton's handler call submit() on the form? > If so, are you seeing any errors? > > > On Jan 4, 8:53 am, Greg Dough

Re: GWT - Thin or Fat Client

2010-12-29 Thread Ian Bambury
Well, you can do the computational stuff on the server, but there is little point if all the data is available (or can be made available) on the client. I think I would go for the term 'obese client' :-) Ian On 29 December 2010 16:05, Ross McKinnon wrote: > Hi all, >

Re: JavaScript that I cant resolve!

2010-12-29 Thread Ian Bambury
Some code might help On 29 December 2010 17:44, Ross McKinnon wrote: > Hi everyone, > > When i add a new Tab to my tab set I get the error.. ( at least i > think thats whats causing it) > > Uncaught JavaScript exception [missing ) after argument list] > > I have no idea what is causing it. > > H

Re: How to remove Space between disclosure panels

2010-12-21 Thread Ian Bambury
I seem to remember that you get this if the disclosure panel is empty - disPanel1 is empty since you add simPanel to it but then add simPanel to disPanel2 Ian On 21 December 2010 10:27, Thomas Broyer wrote: > VerticalPanel are hardly necessary. Most of the time, a FlowPanel would >

Re: To GWT or Not to GWT

2010-12-16 Thread Ian Bambury
little bit or you wouldn't be asking. Apologies again, Ian -- 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-tool...@googlegroups.com. To unsubscribe from this grou

Re: To GWT or Not to GWT

2010-12-16 Thread Ian Bambury
yes but what if...' scenarios. Specific is good :-) Ian -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email t

Re: Multi url GWT app

2010-12-16 Thread Ian Bambury
Just a quick correction: You can have as many entry points as you want. Ian On 16 December 2010 12:52, Jim Majure wrote: > Each module can have at most 1 entry point. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Re: Reflection: Get Variable Name

2010-08-05 Thread Ian Petersen
code. You could probably do something pretty slick with JSON, and there might be a GWT-themed FOSS package out there somewhere that does it for you. I'm out of the loop, though, so I'm not personally aware of any. Ian On Thu, Aug 5, 2010 at 4:17 PM, Maurice Nee wrote: > Thanks again

Re: Reflection: Get Variable Name

2010-08-05 Thread Ian Petersen
enerated on the client! If you want to do what you've described, you need to do it on the server, in regular Java, where reflection works as usual. Ian On Thu, Aug 5, 2010 at 3:06 PM, Maurice Nee wrote: > Thanks for the reply. Generators seem like a lot to swallow. I'm > trying to i

Re: Reflection: Get Variable Name

2010-08-05 Thread Ian Petersen
At run time, it's impossible. At compile time, you use the generator API. Back in the GWT 1.5 time frame it wasn't well documented but that may have changed since. Ian On Thu, Aug 5, 2010 at 1:42 PM, Maurice Nee wrote: > How can I get a variable's name in GWT? > > Ho

Re: network data per second

2010-07-15 Thread Ian Petersen
average, what does that tell you? I've seen "broadband" for sale anywhere from 128Kbps to 50Mbps. That's a range of at least three orders of magnitude there. Do you really care what the arithmetic mean is? Ian On Thu, Jul 15, 2010 at 5:54 PM, munna kaka wrote: > I was af

Re: network data per second

2010-07-15 Thread Ian Petersen
government's websites seem rather low-tech. They do load nice and quickly, though. :) Anyway, my point is just that you need to ask your users what their connection speed is like, not the-internet-at-large, because the answers will almost certainly be different. Ian On Thu, Jul 15, 2010 at 4:39 P

Re: Timer to Refresh a Table View

2010-07-15 Thread Ian Petersen
#x27;t know how t.schedule() is implemented and there are at least two options that I'm aware of, each with its own pros and cons, but neither is burdensome. Ian On Thu, Jul 15, 2010 at 1:44 PM, Irving Ruan wrote: > Hi, > > That solved my problem. Thanks! > > So, what's the m

Re: gradient background over multiple panels?

2010-07-05 Thread Ian Bambury
Don't make them something else. Transparent is the default. If you'd Googled *background transparent *and looked at the first result, you could have found that our for yourself. On 5 July 2010 20:22, Magnus wrote: > Hi, > > thanks! How can I make them transparent? > > Magnus > > -- > You rec

Re: Button look and feel

2010-06-26 Thread Ian Bambury
You can just add your style sheets after the GWT one in the *.gwt.xml file relative to the /war/ directory These are added after the HTML is processed and therefore overwrite them On 26 June 2010 15:54, andreas wrote: > > > On 26 Jun., 15:13, Thomas Broyer wrote: > > On 26 juin, 13:14,

Re: 1 layout - 3 browsers - 3 results?

2010-06-09 Thread Ian Bambury
> > But how do I get the Resize-Event if I don't subclass an existing > layout panel? Window.addResizeHandler(handler); -- 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-tool...@googlegroups.

Re: 1 layout - 3 browsers - 3 results?

2010-06-09 Thread Ian Bambury
> > > > but you just need to use 'margin:0 auto' > > What does this style mean? It means that you need to look it up or ask in a forum dedicated to CSS. This forum is for GWT. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to th

Re: 1 layout - 3 browsers - 3 results?

2010-06-09 Thread Ian Bambury
> > So far, so good. The point is that I add another layout pane to the > "remaining space". Where is the contradiction? > You are trying to float a fixed=width widget in the centre of the screen. It doesn't matter now many times you nest it, it will still work the same way. > > > I didn't actual

Re: 1 layout - 3 browsers - 3 results?

2010-06-09 Thread Ian Bambury
On 9 June 2010 11:48, Magnus wrote: > Hi Ian, > > as longer I think about your advice, the more I like it. You could do > interesting things within the resize code, e. g. hide some widgets if > there is not enough room... > > However, before I give it a new try, I

Re: 1 layout - 3 browsers - 3 results?

2010-06-09 Thread Ian Bambury
(http://roughian.com/magnus/) looks wrong in Linux/FF? > > There is something missing, especially the chess board, which should > be centered within the red box. Look at my screenshots. > I didn't actually write your application for you, I just wanted to know if the red box wa

Re: Extending a Widget subclass or Composite?

2010-06-08 Thread Ian Bambury
e to clear the widgets out of it etc? If you are making a NumbersOnlyTextBox out of a textbox, you probably *do* want to expose all the normal methods. Ian On 8 June 2010 21:46, David Grant wrote: > Is it generally bad practice to extend a widget rather than extending from > Com

Re: 1 layout - 3 browsers - 3 results?

2010-06-08 Thread Ian Bambury
how you want to use them, not that you always get told what that is) and then it's pretty much OK. So this (http://roughian.com/magnus/) looks wrong in Linux/FF? Shame. It works in Windows IE/Chrome/FF/Safari/Opera - I don't have the ability right now to test anything else. BTW, di

Re: 1 layout - 3 browsers - 3 results?

2010-06-08 Thread Ian Bambury
I think you might need to use 'position:absolute' and set left and margin-left the same way. It's a long time since I've used it. On 8 June 2010 18:52, Ian Bambury wrote: > Yep, a typo > > It sets the top to half way down the screen (top:50%) then moves it back up

Re: 1 layout - 3 browsers - 3 results?

2010-06-08 Thread Ian Bambury
Yep, a typo It sets the top to half way down the screen (top:50%) then moves it back up with the negative margin by half the height of the panel. The effect being that it is centred vertically. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gro

Re: 1 layout - 3 browsers - 3 results?

2010-06-08 Thread Ian Bambury
ant to do that (and don't care what happens if the window is smaller than the inner panel) then you can use 'top:50%;margin:top:-300px;' (changing '-300px' to half the height of inner panel + border). It's an old hack, but it still works. Ian -- You received this mes

Re: 1 layout - 3 browsers - 3 results?

2010-06-08 Thread Ian Bambury
I think your best bet is to use the onResize and just calculate it. CSS doesn't support centring vertically and I don't think GWT has any magic bullet either. Ian -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. T

Re: inserting space between form elements

2010-06-01 Thread Ian Bambury
padding-bottom:15px; Ian http://examples.roughian.com On 1 June 2010 18:39, Magnus wrote: > Hi, > > I use VerticalPanel for my forms. I subsequently and alternating add > Labels and TextBoxes: > > add (); > add (); > add (); > add (); > > I would like some s

Re: Menubar - retrieving the selected menu item within the Command object?

2010-05-30 Thread Ian Bambury
in an unnecessary way'? Kozura's way is like going into a restaurant and, whatever you order, they prepare and bring you everything that there is on the menu but you are only allowed to eat what you ordered. All the rest is thrown away (but takes up space all the time you are the

HTMLPanel getElementById() - Bug or docs error?

2010-05-05 Thread Ian Bambury
quot;Found"); will alert 'Found' if there is an element with that ID somewhere else in the document. All getElementById() does is to temporarily attach the panel to the DOM (if it isn't already attached) and then do DOM.getElementById(id) Not what is says on the box. Ian ht

Re: KeyPressHandler tips with keys canceling

2010-04-30 Thread Ian Petersen
Have a look at issue 1061 and others in the issue database that mention keyboard-related stuff. What you're trying to do can be (mostly) done, but the browsers are very inconsistent and it's a royal pain. Ian On Fri, Apr 30, 2010 at 8:10 AM, mariyan nenchev wrote: > Could you pa

Re: Again: Flextable problems if used in own Composite-Class

2010-04-29 Thread Ian Bambury
table.getFlexCellFormatter().setColSpan(row,*colspan*, colspan); -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to goog

Re: GWT application parameters

2010-04-21 Thread Ian Bambury
If the user is logging in, just have a mode-flag in the user record and pass it back to the client. Or am I missing something? Ian http://examples.roughian.com On 22 April 2010 01:53, sunny...@gmail.com wrote: > Thanks for the reply. Having read through the deferred binding I can > s

Re: DeferredCommand does not work in IE

2010-04-19 Thread Ian Petersen
My guess is that summaryPageLoader.load(0, 30) invokes an RPC and you end up trying to resize the widget before the data has been loaded. If I'm right, you need to resize in the onSuccess of the RPC's AsyncCallback rather than during some arbitrary deferred command. Ian On Mon, Apr 19,

Re: example of styling vertical panel

2010-04-16 Thread Ian Bambury
Have you got anything in the VP? It would be useful to see the code that doesn't work rather than just guessing from all the things you might be doing wrong. Ian http://examples.roughian.com On 16 April 2010 16:36, Vik wrote: > Hie > > I am not using uibinder so tried above m

Re: No ability to scroll

2010-04-16 Thread Ian Bambury
Hint: Some indication of what you are doing would help. :-) Ian http://examples.roughian.com On 16 April 2010 06:18, Jonny wrote: > When my page goes vertically beyond the size of the window I don't > have the ability to scroll. The info is being painted (i can select > all a

Re: Dynamic layout using the DockLayoutPanel

2010-04-16 Thread Ian Bambury
youtPanels. If you want something to scroll within, say, a DockLayoutPanel. add a scrollpanel to one of the DockLayoutPanel's cells. Ian http://examples.roughian.com On 16 April 2010 09:20, googelybear wrote: > Hi, > > I am struggling with the same problem: I use the DockLayou

Re: Project Stopped Working (wasn't me, I never touched it!)

2010-04-13 Thread Ian Bambury
No, I've found the problem. Me! Somehow the -war argument got an extra character in it - not deliberately, just a late night thing when I was putting the -port argument back, I suppose. Thanks to both of you for you help Ian http://examples.roughian.com On 13 April 2010 12:47, Sri

Re: -port keeps disappearing

2010-04-13 Thread Ian Bambury
So why doesn't the embedded server do it that way? Still seems like a bug to me. Ian http://examples.roughian.com On 13 April 2010 10:24, Thomas Broyer wrote: > > > On Apr 13, 7:19 am, Abdullah Shaikh > wrote: > > OK, but is it not required to specify the port no

Re: Project Stopped Working (wasn't me, I never touched it!)

2010-04-13 Thread Ian Bambury
Hi, Thanks for the response. It's nothing like that - like I say, I can rename the project and it works OK. Rename it back and it stops working. Something somewhere has a setting that stops it working is my guess. Ian http://examples.roughian.com On 12 April 2010 14:15, Katharina P

-port keeps disappearing

2010-04-12 Thread Ian Bambury
In the Run Configs - Arguments I add -codeServerPort -noserver and -port. If I restart Eclipse, or go to the arguments, or after a while of just running via the run button, the -port switch and port number disappear. Anyone else get this? Any way to make it 'stick'? Is it a bug in the

Project Stopped Working (wasn't me, I never touched it!)

2010-04-12 Thread Ian Bambury
e the project, it works fine, name it back again and it stops working. Any suggestions? Ian http://examples.roughian.com -- 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-tool...@googl

Re: Unable to bring up the hosted mode console for my web application

2010-04-11 Thread Ian Bambury
Right-click the URL, copy, and paste it into a browser (as it says just above the URL). Then you'll have to install a plug-in. Ian http://examples.roughian.com On 12 April 2010 00:58, DanG wrote: > When I create a GWT project in eclipse with gwt2.0.2 and google app > engine 1.

Re: Images being padded, would like to have one directly on top of the other

2010-04-11 Thread Ian Bambury
img { display : block; } or img { vertical-align : bottom; } Ian http://examples.roughian.com On 12 April 2010 00:36, Dan wrote: > Hi all, > > I am trying to create a spinner putting an arrow pointing up on top of > one pointing down to increment and decrement a

Re: ***Exciting Java Opportunity in Hampshire***

2010-04-08 Thread Ian Bambury
I didn't really think you were allowing advertising :-), and I appreciate the hard work that goes into moderating a group like this. Ian http://examples.roughian.com On 8 April 2010 15:44, Chris Ramsdale wrote: > No, it hasn't been decided. To that extent we're filte

Re: ***Exciting Java Opportunity in Hampshire***

2010-04-08 Thread Ian Bambury
So has it been decided that people can advertise on this group, then? Ian http://examples.roughian.com On 7 April 2010 14:09, Benny Tech Recruiter wrote: > I am currently looking for a Java Developer for the Leader in Sports > and Entertainment Integration. > > My client are looki

Re: Generated CSSResource not injected when using UIBinder

2010-04-07 Thread Ian Bambury
;blue"); doesn't work if you are using runAsync or LazyPanel but it does work with class="classname" and style set in an app-wide css file Ian http://examples.roughian.com On 6 April 2010 06:22, Andrew Hughes wrote: > I think this was a bug, try 2.0.3 and please let othe

Re: value change listener not firing

2010-04-07 Thread Ian Bambury
asn't changed and so it won't. Try the Blur event which fires as the user leaves, whatever. Ian -- 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-tool...@googlegroups.com.

Re: Dynamic layout using the DockLayoutPanel

2010-04-07 Thread Ian Bambury
You could use a flowpanel instead - no need to complicate things unnecessarily. Ian http://examples.roughian.com On 7 April 2010 11:06, larsbjo wrote: > There might be a very simple answer to this in the forum already. If > so please have me apologized. > > I'm makin

Re: UiBinder - How to refer to /war/MyApplication.css ?

2010-04-06 Thread Ian Bambury
Why do you need to refer to it at all? Ian http://examples.roughian.com On 6 April 2010 18:15, TalkinJive wrote: > Hi Kathrin, > > Thanx 4 this clue. > > But I don't find the relative path smart (you may have a lot > of ../../..). And what if you refactor the packages

Re: Change output folder.

2010-04-06 Thread Ian Bambury
You can do it that way (which I did because it was easiest) or you can get them out of the gwt-user.jar (which is where they are from originally. They turn up in the /war/ directory anyway as soon as you fire up dev mode. Ian http://examples.roughian.com On 6 April 2010 16:17, Dymytry wrote

Re: Change output folder.

2010-04-06 Thread Ian Bambury
No, it's in the HTML as a link Ian http://examples.roughian.com On 6 April 2010 15:32, Dymytry wrote: > Ian, thank you. > > Your example really works! > > One thing unclear for me: as far as I see your gwt.xml file doesn't &g

Re: Change output folder.

2010-04-06 Thread Ian Bambury
Private email sent - if anyone else should want the project, just let me know. Ian http://examples.roughian.com On 6 April 2010 07:27, Dymytry wrote: > Ian, probably sending the project is a very good idea. You can see my > email, right? Or tell me a link, if you can put it on you

Re: Deleting gwt-servlet.jar

2010-04-05 Thread Ian Bambury
the first place. I can't see a way to do that and presumably Miguel can't either or he wouldn't have asked me to file a bug report. That's the problem. If it's me that's misread things and there is a way, then I apologise, but could you please spell it out for me :-)

Re: Change output folder.

2010-04-05 Thread Ian Bambury
server. I can send you a working project if you can't get it going. Ian http://examples.roughian.com On 5 April 2010 15:42, Dymytry wrote: > Ian, the steps that I have made seem to be the same as yours, or I > haven't done soomething? > > You have copied ALL the files of

Re: Change output folder.

2010-04-05 Thread Ian Bambury
Just tried my way, and it works OK in production (that was the whole point, wasn't it?), css and all. I can't see why Thomas's wouldn't either. Ian http://examples.roughian.com On 5 April 2010 09:36, Dymytry wrote: > Ian, Thomas, your ideas seem to be very reasonable,

Re: Deleting gwt-servlet.jar

2010-04-05 Thread Ian Bambury
Hi Miguel, So I take that there's no way to do what I need, then. Ian 2010/4/5 Miguel Méndez > Sorry to hear that Paul. > > @All: In GPE 1.3 we added a way to configure the severity of the errors and > warnings reported by GPE. If you navigate to Preferences > Errors/

  1   2   3   4   5   6   7   8   9   10   >