Re: Styling text area editor / Rich text

2016-12-26 Thread Joel
hat. > Hide the toolbar and pass the text to edit in a element with a style > attribute that sets font and color. > > Regards, > Rodolfo > > On Mon, Dec 26, 2016 at 3:19 AM Joel <jo...@harpsoft.com > > wrote: > >> >> I don't need much in the way of a

Styling text area editor / Rich text

2016-12-25 Thread Joel
I don't need much in the way of a text editor. I just want to set to one monospace font, and then add color based on the selections I'll parse out. I've done lots of googling and this appears to be a largely unsolved issue within GWT. Stack overflow doesn't really answer this issue, and the

GWT Elemental - byte stream from microphone

2016-12-25 Thread Joel
Anyone have an example of using Elemental (or some other API) to capture bytes from the microphone? I've written this in Dart and apparently Elemental uses the same .idl to generate API, but I can't find them. I've opened an issue: https://github.com/gwtproject/gwt/issues/9474 J -- You

Use HAML instead of ui.xml

2015-10-22 Thread Joel Schaal
Hello guys ! Is there a way to define the UI using something else as .ui.xml files ? I was looking into HAML and SASS and I guess a common ground could be found. Has anyone already tried such thing ? Thank you, Joe. -- You received this message because you are subscribed to the Google Groups

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2015-06-30 Thread Joel Handwell
That means 1. Google Plugin for Eclipse will change its name to GWT Eclipse Plugin? (then the name I think does not include features like App Engine SDK) or 2. Google Plugin for Eclipse will be continued to be closed source, and GWT Eclipse Plugin will be developed as fork independent from

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2015-06-30 Thread Joel Handwell
is a community version and can accept patches where GPE is closed and can not at this time. Does that help? Thanks, Brandon On Tuesday, June 30, 2015 at 10:55:10 AM UTC-7, Joel Handwell wrote: That means 1. Google Plugin for Eclipse will change its name to GWT Eclipse Plugin

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2015-06-29 Thread Joel Handwell
As of 2015 June 29, Eclipse 4.5 is available. Any updates about GPE on github ? On Friday, July 4, 2014 at 11:36:40 AM UTC-4, Brandon Donnelson wrote: I hear there is a build coming for Eclipse Luna but don't know about a release date yet. On Thursday, July 3, 2014 9:21:07 PM UTC-7,

[gwt-contrib] Java to WebAssembly Compiler

2015-06-22 Thread Joel Handwell
- Luke Wagner wrote a post on his blog to report that his team at Mozilla have started working with Chromium, Edge and WebKit engineers on creating a new standard, WebAssembly, that defines a portable, size- and load-time-efficient format and execution model specifically designed to serve as a

Re: [gwt-contrib] support for JSR 310 / java.time created

2015-05-19 Thread Joel Handwell
What would be the status of patch? Was it created or still not read? On Wednesday, March 5, 2014 at 5:41:59 PM UTC-5, Daniel Kurka wrote: @Joerg could you start setting up a patch for review in gerrit? On Monday, December 9, 2013 10:20:54 PM UTC+1, Jörg Hohwiller wrote:

Re: Why Table Layout in GWT?

2014-12-12 Thread Joel Handwell
Is deprecation considered to be scheduled on those table layout widgets? On Tuesday, December 9, 2014 4:35:59 AM UTC-5, Thomas Broyer wrote: On Tuesday, December 9, 2014 8:20:41 AM UTC+1, Mohammed Sameen wrote: Hi, Why *table *layout is used in GWT?Why not *div *layout? Only old

Re: [gwt-contrib] Re: Can we move the code to GitHub?

2014-12-12 Thread Joel Handwell
Is there any update on considering http://gerrithub.io/ ? On Sunday, March 30, 2014 1:06:59 AM UTC-4, Stephen Haberman wrote: We're starting seeing integrations between Gerrit and GitHub (http://gerrithub.io/) Ooh, that looks spiffy. Thanks for the link, Thomas. From Benjamin's

Placecontroller goTo() Issue after logout

2014-03-12 Thread Joel
When we log someone out, we send them to the login screen. However, when they try to log in, the app doesn't respond, even though we are telling the place controller to goTo(MainPlace). If they refresh the screen and hit the login button, it does take them to MainPlace correctly (again, calling

Re: Placecontroller goTo() Issue after logout

2014-03-12 Thread Joel
That's kind of the issue, I don't know where to set a breakpoint. Where can I expect it to call into my code after placeController.goTo() is called? I don't think EventBus is involved at that point, is it? I think I'll try breakpoints in some activity starts() though Thanks for the

Re: Placecontroller goTo() Issue after logout

2014-03-12 Thread Joel
Interesting. Yes, the login screen is a dialog box within GWT app. It does appear that it thinks it is already at the MainPlace, not sure why... I would expect it to say LoginPlace. J On Wednesday, March 12, 2014 3:06:36 PM UTC-5, Thomas Broyer wrote: I'm assuming your login screen is

Re: Placecontroller goTo() Issue after logout

2014-03-12 Thread Joel
I actually have part of my code registered to listen to onPlaceChange events... It responds that the last place is LoginPlace, yet trying to go to MainPlace reports that the current placeController.getWhere() is MainPlace. So, you are correct, but I'm baffled by where it thinks it is :( On

render() - a better way?

2014-01-10 Thread Joel
. Thomas weighing in on this would be great. Joel -- 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, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post

Re: render() - a better way?

2014-01-10 Thread Joel
;-) http://facebook.github.io/react/ Feasible, but a bit of work. On Friday, January 10, 2014 4:06:07 PM UTC+1, Joel wrote: I've been thinking about how I can apply a more functional approach to GWT development. Currently, the view classes change the DOM based on events, for example, change

Re: render() - a better way?

2014-01-10 Thread Joel
When you say two rendering methods you mean GWT vs GXT? How would it be any more tightly coupled? Same component, just different rendering logic. It should be at least as responsive, if just the diff from the before/after is calculated and applied. (See ReactJS). J On Friday, January 10, 2014

Re: Up to date GWT-Tutorial that put things together

2014-01-10 Thread Joel
We had the same struggle, some time ago. Fortunately, a book was being written that we got early access to. Its called GWT in Action, and is now in full print. It includes MVP UiBinding and lots more. There may be a better resource now, but its still very relevant for current GWT development.

Split Report Analysis - Makes sense?

2013-11-27 Thread Joel
I'm having trouble code splitting, and understanding the analysis report. com.invodo.shelby.client.video.reporting.OverviewActivity::start - com.google.gwt.activity.shared.ActivityManager::$tryStart This seems to say that the base GWT ActivityManager may call my activity, therefore its

Re: Overriding CSS styles in ResourceBundle

2013-10-17 Thread Joel Cairney
I'm actually finding that this is not a complete solution. I tried using this combination of @Import and @Source in a ClientBundle to override a single CSS class on a GWT widget, and took advice from the issue Tomek linked to and extended the CssResource and used it in my overriding

Re: How do I avoid this issue?

2013-08-26 Thread Joel Cairney
. This will cause issue #1. On Mon, Aug 26, 2013 at 9:42 AM, Michael Prentice splak...@gmail.comwrote: I'm not sure how to avoid it but I've starred it. Sounds like a pretty nasty issue. On Wednesday, August 21, 2013 4:21:31 PM UTC-4, Joel Cairney wrote: I'm working on a large GWT

How do I avoid this issue?

2013-08-21 Thread Joel Cairney
I'm working on a large GWT application, and on chrome for android we're running into these issues: https://code.google.com/p/chromium/issues/detail?id=258044 The HTML and CSS patterns that create this issue are commonly found in GWT widgets, or are easily created by combining widgets. I

Video player for IE8

2013-07-31 Thread Joel
I'm looking for a video player I can use for IE8. I have solutions for the other platforms we support, but IE8 has been problematic, the Flash player we use doesn't want to load. J -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Modernizr.dragAndDrop equivalent?

2013-07-23 Thread Joel
I'm trying to get rid of dependency .jar baggage. We have one call to Modernizr.dragAndDrop which pulls in a jar file. I'd like to replace it, is there a GWT equivalent, or at least something to avoid sucking in another jar file? Joel -- You received this message because you are subscribed

Re: Correct methodology to update browser url with MVP

2013-07-10 Thread Joel Trunick
thoughts appreciated. On Wed, Jul 10, 2013 at 3:57 AM, Thomas Broyer t.bro...@gmail.com wrote: On Tuesday, July 9, 2013 8:17:41 PM UTC+2, Joel wrote: If its a re-focus effect, what would be the cure? Track its provenance and avoid it (if possible; hard to say without knowing why

Re: Correct methodology to update browser url with MVP

2013-07-09 Thread Joel Trunick
, Jul 8, 2013 at 5:04 PM, Thomas Broyer t.bro...@gmail.com wrote: On Monday, July 8, 2013 6:38:29 PM UTC+2, Joel wrote: We are using the MVP pattern, and have a page with a selectable list. Each time an item is selected, we would like the URL to reflect the selection. Initially, the code used

Re: Correct methodology to update browser url with MVP

2013-07-09 Thread Joel Trunick
If its a re-focus effect, what would be the cure? On Tue, Jul 9, 2013 at 10:31 AM, Thomas Broyer t.bro...@gmail.com wrote: On Tuesday, July 9, 2013 4:48:41 PM UTC+2, Joel wrote: Something odd happens when I use goTo()... The list (a CellList), will scroll so that the selected item

Correct methodology to update browser url with MVP

2013-07-08 Thread Joel
We are using the MVP pattern, and have a page with a selectable list. Each time an item is selected, we would like the URL to reflect the selection. Initially, the code used placeController.goTo() whenever an item was selected. However, we did not expect the activity's start() method to be

How to Pass Config vars from server to client

2013-07-07 Thread Joel Malchiondo
I would like to be able to pass a bunch of values from the server to the client and store them on the client side inside global vars. I tried doing this by creating a properties from a properties file on the server side and returning this in an rpc call. but when i do this i get an error No

How to add keydown and keyup listner to DrawingArea

2013-06-17 Thread Joel Malchiondo
I cant figure out how to add a keyboardlistner to a drawing area. i amd creating a simple game and would like to be able to respond to the user pressing buttons? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this

Re: Creating clickable links within text

2013-05-22 Thread Joel
Thanks for the response. I made some progress, like you say the trick is mostly in processing the DOM in the onBrowserEvent. I also had the issue of the pointer/selection trying to be handled by the CellList, this requires un-styling it appropriately and turning off selection mode:

Creating clickable links within text

2013-05-21 Thread Joel
I have a cell that contains some text. I would like to create links within the text that are clickable. For, example abc and xyz should be links. I figured on using InlineLabel to create the links within the text. However, since the whole thing is a cell I can't click on the individual

Does GWT optimize inefficient code?

2013-02-01 Thread Joel Cairney
imperfections? -Joel -- 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, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to google-web

CellTable MouseOver / Cell Change

2013-01-15 Thread Joel
When you mouseover/rollover a song in Google Music/Play, it shows a drop-down arrow at then end of the title cell, and shows icons in the last cell. How do I get this type of effect (the drop-down arrow) in GWT? There is a addCellPreviewHandler method, but then I would need to show the

Re: celltree indentation

2012-12-14 Thread Joel
Looking at CellTreeNodeView.java, I can see this is pretty buried in the implementation. On Wednesday, December 12, 2012 9:01:48 PM UTC-6, Joel wrote: I'd like to get rid of the indentation at least for the first set of children, but I still want the arrow icon images for open close (same

Re: celltree indentation

2012-12-12 Thread Joel
I'd like to get rid of the indentation at least for the first set of children, but I still want the arrow icon images for open close (same as Outlook). The reason is that the root nodes look like dividers (for each category). How can I do that? J On Monday, January 24, 2011 9:41:56 PM

Re: Datepicker with multiselect

2012-12-10 Thread Joel
Has anyone gotten hold of the code for this awesome datepicker? J On Sunday, November 27, 2011 9:10:00 AM UTC-6, Deepak Singh wrote: Hi Eric, I also need this multi select datepicker. Can release the component or send the source code to us. Thanks Deepak On Mon, Jun 27, 2011 at 5:54

Menubar styled like Google ribbon/menubar

2012-07-28 Thread Joel
The GWT menubar by default doesn't look too good, if someone has made it look better or ideally like the Google menubar (runs across top of their sites), I'd love to get my hands on it. J -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: [gwt-contrib] Re: FF11 Devmode Plugin (issue1667803)

2012-03-29 Thread joel meza baca
very good On Fri, Mar 23, 2012 at 3:36 PM, con...@google.com wrote: LGTM http://gwt-code-reviews.**appspot.com/1667803/http://gwt-code-reviews.appspot.com/1667803/ --

Re: How to set the path to SDK relatively in Eclipse

2011-11-03 Thread Joel
Indeed, it was that (didn't know where to look for them anymore). But now the problem is how to use them. In the Add dialog, whether I put ${ECLIPSE_HOME}/plugins $ECLIPSE_HOME/plugins $ECLIPSE_HOME$/plugins or %ECLIPSE_HOME%/ plugins I can't confirm because the OK button is disabled. There is

How to set the path to SDK relatively in Eclipse

2011-11-02 Thread Joel
}\..\plugins \com.google.gwt.eclipse.sdkbundke_2.4.0...\gwt-2.4.0 Thanks in advance. Joel. -- 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

Re: Status of Eclipse 4.1 integration

2011-11-01 Thread Joel
Anything at all ? On Sep 14, 11:47 am, Joel glatap...@gmail.com wrote: Hello all, thank you for this software, it is really enjoyable to use. I just updated Eclipse to version 4.1 and I can't install the GWT plugin anymore (trying with 3.7, since I knew it was alike, but it didn't work) I

Re: GWT Developer Plugin for Firefox 7

2011-10-31 Thread Joel
: Thanks Joel ! it worked for me very well ! Truly yours, Morteza Adi On Wed, Oct 26, 2011 at 6:41 PM, Joel glatap...@gmail.com wrote: Thank you very much :-) On Oct 25, 5:14 pm, Alan Leung acle...@google.com wrote: Sometimes this week. It seems to be pretty stable

Re: GWT Developer Plugin for Firefox 7

2011-10-26 Thread Joel
It is inside the conversation, you even had it included in your reply. Here is the direct link to it : http://groups.google.com/group/google-web-toolkit/attach/840a3dc826eda769/gwt-dev-plugin.xpi?part=4 Please take the time to report how it worked for you :-) Joel. On Oct 25, 5:28 pm, morteza

Re: GWT Developer Plugin for Firefox 7

2011-10-26 Thread Joel
, *Ivan Dimitrijevic*, dipl.ing. ISiT, MSc d...@dnjcompany.com d...@dnjcopmany.com http://dimi.dnjcompany.com On Tue, Oct 25, 2011 at 16:29, Joel glatap...@gmail.com wrote: It seems to work for me as well, under Firefox 7.0.1 with Windows 7 x64. When is the deployment planned

Error after upgrading to 2.4 from 2.3

2011-10-17 Thread joel
I'm getting the following error after switching to using the 2.4 libraries. I see there is an older bug that mentions something about the XML parser being used, but all I've change is the GWT library, so I wouldn't expect a problem. Any ideas? J Caused by: java.lang.Error: Unresolved

Re: Error after upgrading to 2.4 from 2.3

2011-10-17 Thread joel
Never mind, flushing out caches, etc. fixed this issue. On Oct 17, 11:11 am, joel jtrun...@gmail.com wrote: I'm getting the following error after switching to using the 2.4 libraries. I see there is an older bug that mentions something about the XML parser being used, but all I've change

Status of Eclipse 4.1 integration

2011-09-14 Thread Joel
Hello all, thank you for this software, it is really enjoyable to use. I just updated Eclipse to version 4.1 and I can't install the GWT plugin anymore (trying with 3.7, since I knew it was alike, but it didn't work) I guess this integration means (at least) a little work, but I haven't found

FileUpload clicking entry field brings up file dialog

2011-09-06 Thread joel
Is there a way to make FileUpload simply allow one to cutpaste, or edit the entry field? It seems like the button should bring up the file dialog and the entry field should be editable. J -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: FileUpload clicking entry field brings up file dialog

2011-09-06 Thread joel
thanks On Sep 6, 12:07 pm, Y2i yur...@gmail.com wrote: FileUpload wraps input type=file/ It does not look like HTML allows the entry to be editablehttp://www.w3schools.com/tags/tryit.asp?filename=tryhtml_input_type_file -- You received this message because you are subscribed to the Google

SimpleDateFormat

2011-08-10 Thread joel
I get an error trying to use java.text.SimpleDateFormat, do I need to do something to use it, or is there an alternative? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

CellList Style

2011-08-09 Thread joel
I'm wanting to add a separator line between elements in my CellList. How do I do that. More generally, I'd like to see example of how to properly override styles in GWT. I have a CellTable, that I pass in custom Resources, however, it doesn't work if there is _any_ tables that don't use the

TabLayoutPanel Internal Size

2011-07-07 Thread joel
Is there a way to set the size of the contained panel in pixels (ie. one tabs contents)? The size of the TabLayoutPanel seems to also include the tab and border, etc. J -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Google/GMail Buttons

2011-06-28 Thread joel
Is there an implementation of the button (with styling) used by GMail/ Google Docs, particularly the drop-down button? Possibly there is some integration with the Closure buttons? J -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Creating Custom Cells with UIBinder

2011-06-23 Thread joel
If I create a UIBinder class with a root of HTMLPanel, can I use the .toString() method to return HTML that can be used in the render method of my AbstractCellMyData implementation? Basically, how do I use UIBinder to build my Custom cells? What if I have some functionality I want to keep (click

Re: Creating Custom Cells with UIBinder

2011-06-23 Thread joel
It seems like at a minimum, I should be able to generate the html using UiBinder, but .getHTML()/HasHtml doesn't seem to be available on any interesting widgets? On Jun 23, 3:26 pm, Jeff Larsen larse...@gmail.com wrote: Basically, how do I use UIBinder to build my Custom cells? You can't yet.

GMail like selection combobox

2011-06-17 Thread joel
In GMail there is a combobox that shows a checkbox, you can drop-down the box and get the selections such as all/none... If you click the checkbox it will checkmark all your emails... How can I make that widget with GWT? J -- You received this message because you are subscribed to the Google

SplitPanel but with single click open/close

2011-06-08 Thread joel
Is there a widget for this already? Much like the GWT info pages? ie. http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#LayoutPanels Notice the horizontalsplitpanel lets you click on it to open/close. Does this exist as a GWT layout component already? J -- You received this

OutlineView Widget

2011-06-07 Thread joel
I'm looking for a GWT widget like this one: http://www.manytricks.com/sandbox/cocoadev/animatedcustomoutlinecell.png I'm also looking to add another column to display a date, I do need the numbers and dates lined up. How would you build this? A TreeGrid would be an obvious choice, but I don't

Example with EventBus/MVP

2011-06-07 Thread joel
Where is a good example, something more than Hello World that shows proper implementation with current GWT thinking ie. EventBus and MVP, etc. J -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: [gwt-contrib] New Google Groups apparent with GWT ?

2010-12-09 Thread Joel Webber
I believe it is, though I think they may have taken Gmail's Javascript rich-text editor (the one from the Closure library). I'm pretty happy with it, too. On 10:55 am, stuckagain david.no...@gmail.com wrote: Hi, I'm writing this message using the new Groups... and what do I see... it is now

[gwt-contrib] Re: Fix some timeout typos, and increase delay on RequestFactoryTest. (issue1163801)

2010-11-30 Thread Joel Webber
Ready for review now? On 2:32 pm, Ray Ryan rj...@google.com wrote: http://gwt-code-reviews.appspot.com/1163801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: Fixing Internet Explorer specific memory leaks (circular references, etc)

2010-11-15 Thread Joel Webber
Moby Dick for years now, and since I can't eliminate old versions of IE, I'd really like to see it laid to rest! Cheers, joel. Le 7 novembre 2010 03:10, Paul McLachlan pmclach...@gmail.com a écrit : I’d like to chronicle my experiences fixing a memory leak in our enterprise GWT application when

Re: [gwt-contrib] protected com.google.gwt.user.client.ui.Widget.addHandler(H, TypeH)

2010-11-10 Thread Joel Webber
The point of that method being protected is that under normal circumstances you don't want to be able to add handlers to a widget that's not capable of firing them in the first place. So a widget subclass creates addFooHandler(), then uses this method internally. Are you saying you want to add a

Fwd: [gwt-contrib] Re: Comment on WhyWidgetIsAClass in google-web-toolkit

2010-11-04 Thread Joel Webber
[+rjrjr] I haven't put much thought into widget interfaces recently (I've been busy wrestling low-level stuff on other fronts), but clearly Ray and others have been thinking about this problem (based upon the appearance of IsWidget, which seems to have worked out well). Thoughts? --

Re: [gwt-contrib] factory methods

2010-10-13 Thread Joel Webber
Specific examples might be helpful here. I can see how this might be useful in some specific cases, but wrapping every new in a template method sounds like a horribly contorting way to have to write all one's code. Le 13 octobre 2010 05:19, cokol eplisc...@googlemail.com a écrit : many other

Re: [gwt-contrib] panel does not fire attach events (issue981801)

2010-10-12 Thread Joel Webber
Hmm... I didn't even realize AttachEvent had been added. John Ray, you might want to take a look at this -- in the original design this super invocation wouldn't have mattered, because widget's onLoad() was empty (onAttach/Detach() weren't really meant to overridden outside of Panel and Composite

Re: [gwt-contrib] 2 questions about TabBar internals

2010-10-08 Thread Joel Webber
Thanks for pointing these out, Jay. If you could put together a quick patch, we'd be glad to commit it. Le 6 octobre 2010 16:52, jay jay.gin...@gmail.com a écrit : While debugging my code I ran across two things within the TabBar class that I seemed strange... (Line numbers are from svn 8960.)

Re: [gwt-contrib] Why is getOffsetWidth/getOffsetHeight returning 0 even after onLoad is called for LayoutPanel children?

2010-09-27 Thread Joel Webber
structure and nest it within another that *also* called forceLayout(), you would end up doing extra work). Hope that helps, joel. Le 27 septembre 2010 11:20, Damon Lundin damon.lun...@gmail.com a écrit : I posted this over on the normal group but hopefully I can get some useful responses here. I am

Re: [gwt-contrib] Re: Let MenuItem implement HasEnabled (issue846801)

2010-09-20 Thread Joel Webber
Sorry about that. Will look at it this afternoon (US/EST). Le 20 septembre 2010 04:45, johan.rydb...@gmail.com a écrit : Ping! On 2010/09/07 16:49:52, rjrjr wrote: Please! On Tue, Sep 7, 2010 at 8:01 AM, Joel Webber mailto:j...@google.com wrote: @rjrjr: I notice you own the bug

Re: [gwt-contrib] Re: How to detect HTML5 support?

2010-09-15 Thread Joel Webber
of possible to support a few of the things like local storage, but it would have to depend on an ugly combination of flash/gears. Is this the kind of thing you're thinking of? Cheers, joel. Le 14 septembre 2010 07:00, dflorey daniel.flo...@gmail.com a écrit : Thanks for your reply. Yes, I know that html5

Re: [gwt-contrib] GWT Compiler or widget.gwt.xml file optimisation for 2.1 ?

2010-09-13 Thread Joel Webber
This is slightly off-topic, but I'm curious -- would having a formal nightly build actually be acceptable for use within your locked-down environment? And would the same go for offline dev-mode plugin installers? Le 12 septembre 2010 08:43, David david.no...@gmail.com a écrit : Eric, No I'm

Re: [gwt-contrib] PopupPanel rolldown animation is only accesable with incubator!?

2010-09-13 Thread Joel Webber
@jlabanca: Sounds like a bit of an anachronism in the code. Is this something we can clean up now (and do you need a hand getting it done if so)? Le 13 septembre 2010 03:50, stuckagain david.no...@gmail.com a écrit : Hi, While factoring out a dependency on GWT incubator I stumbled upon the

Re: [gwt-contrib] Wrong error message...

2010-09-13 Thread Joel Webber
Whoops, looks like I missed a rename :) Thanks for the heads-up. Le 13 septembre 2010 11:03, dflorey daniel.flo...@gmail.com a écrit : ...in ResizeComposite:25 java.lang.AssertionError: LayoutComposite requires that its wrapped widget implement HasLayout should be

[gwt-contrib] Re: Deletes the bikeshed. (issue816801)

2010-09-10 Thread Joel Webber
Don't worry, I'm sure it will come back next time we need to do something big that needs time to settle. This ended up being a much, much better pattern than the incubator, which just became a dumping ground with version-skew hell... Le 10 septembre 2010 03:28, edwin...@gmail.com a écrit :

Re: [gwt-contrib] GWT Compiler or widget.gwt.xml file optimisation for 2.1 ?

2010-09-10 Thread Joel Webber
Wait, are you saying that your compile time went down *by* 2/3 (meaning to 1/3 of its original duration)? And this is a result of pulling the incubator off of the classpath (and hoisting out a couple of widgets)? That would seem to be a pretty big difference! @Eric: This might be interesting

Re: [gwt-contrib] [conference]

2010-09-09 Thread Joel Webber
Allez Nicolas! Le 9 septembre 2010 09:18, nicolas de loof nicolas.del...@gmail.com a écrit : For info, I'll speak at JugSummerCamp http://www.jugsummercamp.org/ conference tomorrow on GWT 2. Long live GWT :D Nicolas -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --

Re: [gwt-contrib] Let MenuItem implement HasEnabled (issue846801)

2010-09-07 Thread Joel Webber
@rjrjr: I notice you own the bug -- do you have time to look at this, or would you like me to take it off your hands? Le 6 septembre 2010 04:48, johan.rydb...@gmail.com a écrit : Reviewers: , Description: Let MenuItem implement HasEnabled and update MenuBar to use this information when

Re: Memory Leak IE7 GWT 2.0.4

2010-09-03 Thread Joel Webber
();                         tabPanel = new DecoratedTabPanel(); You may reuse existing tabPanel instead of create new one. On Aug 27, 4:21 pm, chrisr chris.robert.rowl...@gmail.com wrote: Hi Joel, i appreciate your help. I was running in development mode and it appears that this memory bloat goes away

Re: Memory Leak IE7 GWT 2.0.4

2010-08-27 Thread Joel Webber
Hmm... I've tried to reproduce this on IE7 and IE8 (both quirks standards), to no avail. I doubt it's anything in the outer HTML file, but just in case, here's what I used: !DOCTYPE HTML html head titleHello/title script type=text/javascript language=javascript src=hello/

Re: [gwt-contrib] IE6/7/8 huge speed problems when adding Stylenames on the fly.

2010-08-19 Thread Joel Webber
[+some people who have looked at this problem in the past] Le 19 août 2010 09:36, stuckagain david.no...@gmail.com a écrit : Hi, I found out that using something like addStylename() in an onmouseover can have really catastrophic effects on performance in IE (6/7 and 8). In fact IE8 seems to

Re: [gwt-contrib] HTML5 tags in com.google.gwt.dom.DOM.gwt.xml module

2010-08-18 Thread Joel Webber
Le 15 août 2010 10:40, Cristiano cristiano.costant...@gmail.com a écrit : Hello all, I need to work with new HTML5 elements: video and SVG's tags. Now I'm doing some experiment and I'm working out this HTML5 support by myself on a modified src of GWT: I'm adding some new Element subclasses

[gwt-contrib] This is a bug in JSORestrictionsChecker

2010-08-11 Thread Joel Webber
that generates the method dispatch code)? I'm perfectly willing to dig into it myself, but thought you might be able to provide a bit of context. Thanks, joel. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: This is a bug in JSORestrictionsChecker

2010-08-11 Thread Joel Webber
Le 11 août 2010 15:11, BobV b...@google.com a écrit : At first glance, this would appear to anger the SingleJSO gods. However, because NodeImpl contains implementations of all Node methods, there is no actual ambiguity as to which method implementation to bind to. The this is a bug

Re: [gwt-contrib] Re: Make GWT template javascript suitable for XHTML

2010-08-02 Thread Joel Webber
instead of document.write, which seems to work, and would like you to look at it. How can I send this file to you? On Jul 23, 3:17 pm, Joel Webber j...@google.com wrote: We've tried to get rid of the document.write() tricks before, but with no success. There's always some squirrely case

Re: [gwt-contrib] Phasing in a new, unified linker

2010-07-26 Thread Joel Webber
, or to sanely encourage it? The existing primary linkers ended up getting extended in brittle ways. On Mon, Jul 26, 2010 at 12:06 PM, Lex Spoon sp...@google.com wrote: Joel, Miguel, GWTers, I am trying to phase in a new linker as the default GWT linker, and I could use some feedback on how

Re: [gwt-contrib] Make GWT template javascript suitable for XHTML

2010-07-23 Thread Joel Webber
We've tried to get rid of the document.write() tricks before, but with no success. There's always some squirrely case that crops on (especially on IE) that's forced us to put them back in. There are also a couple of specific corner cases that rely on document.write(), which would need to be

Re: [gwt-contrib] Re: IE9 Preview 3 issues

2010-07-15 Thread Joel Webber
Thanks, Brendan. I entered issue 5125 to capture the general IE9 support issue. I agree that it seems likely we'll be able to shift to an IE9 that derives from the standard browser base classes. Nothing would make me happier :) Le 24 juin 2010 15:08, Brendan Kenny bcke...@gmail.com a écrit : I

Re: [gwt-contrib] UiBinder tweaks for GWT Designer

2010-06-23 Thread Joel Webber
of design tools. He's on vacation this week, so I doubt he'll be able to look into it until next week at the earliest. @rjrjr: Please do have a look at this when you have a moment, and if you'd like me to look at anything in particular, I'd be happy to. Cheers, joel. Le 23 juin 2010 06:40

[gwt-contrib] Re: UiBinder. Parser for TextAlignConstant (issue612803)

2010-06-23 Thread Joel Webber
@rjrjr: What say ye? Have you considered doing something like this before, and perhaps found a way to generalize it such that we don't have to create a separate attribute parser for every enum? Le 22 juin 2010 07:14, konstantin.scheg...@gmail.com a écrit : Reviewers: jgw, Description: It

Re: [gwt-contrib] Re: UiBinder. Code style for constant parsers.

2010-06-23 Thread Joel Webber
Le 22 juin 2010 07:03, Konstantin.Scheglov konstantin.scheg...@gmail.com a écrit : Pretty much everything we've done so far has been limited to automatically exposing the Java-level APIs in all their ugliness. The h/v alignment values are implemented somewhat manually, but for things

Re: [gwt-contrib] Re: Improving event handling, as initiated in 1.6

2010-06-22 Thread Joel Webber
Just to let everyone know, I've finally gotten around to picking up this task again, and have updated the linked wave with my proposals. Please feel free to chime in; I could use the feedback. Le 11 juin 2010 11:13, Thomas Broyer t.bro...@gmail.com a écrit : On Thu, Jun 10, 2010 at 11:59 PM,

Re: [gwt-contrib] Any ETA for 2.1?

2010-06-21 Thread Joel Webber
We're also working to get the new widgets libraries stabilized well before that, though we don't have hard dates. One thing to look for would be the removal of the Note: This class is new and its interface subject to change. warnings in the javadoc. Or just ask here :) Le 21 juin 2010 14:29,

Re: [gwt-contrib] mail patch

2010-06-21 Thread Joel Webber
Thanks, Stephen. @Dan: Is this still applicable, or has it been fixed already? Le 9 juin 2010 13:21, Stephen Haberman step...@exigencecorp.com a écrit : Hi, I was playing with the Mail example this morning and saw a stack trace casting the Message class to Comparable for the TreeMap inside

Re: [gwt-contrib] UiBinder. Code style for constant parsers.

2010-06-21 Thread Joel Webber
Le 19 juin 2010 10:34, Konstantin.Scheglov konstantin.scheg...@gmail.com a écrit : Why existing horizontal/vertical alignment parsers use so unfriendly names for alignments? ALIGN_RIGHT looks not very good in XML. Why not just right? This would be more natural for people with HTML

Re: [gwt-contrib] DockPanelParser and width/height attributes

2010-06-18 Thread Joel Webber
That certainly looks like a leftover implementation detail that could be cleaned up. If you don't mind putting together a patch I'd be happy to commit it. Le 18 juin 2010 08:23, Konstantin.Scheglov konstantin.scheg...@gmail.com a écrit : Is there reason to have separate handling for

Re: [gwt-contrib] Re: DockPanelParser and width/height attributes

2010-06-18 Thread Joel Webber
added also other patch yesterday and would like to add more of them in future (TextAlignConstant parser, AbsolutePanel support, etc). What is procedure for asking review? Sorry if I'm too impatient. ;-) On Jun 18, 5:26 pm, Joel Webber j...@google.com wrote: That certainly looks like

Re: [gwt-contrib] FileUpload.setEnabled(false) causing invalid access of stack red zone 0x141055ff8 rip=0x101098a05

2010-06-07 Thread Joel Webber
Even if that were a stupid thing to do, it shouldn't be crashing like that :) I suspect that most browsers would either silently fail or throw an exception under those circumstances, but that should be pretty harmless. What browser/platform are you seeing this on? At a glance, the bug looks like

Re: [gwt-contrib] Tabless

2010-06-03 Thread Joel Webber
in a FlowPanel? On Wed, May 26, 2010 at 8:41 AM, Joel Webber j...@google.com wrote: Well... HorizontalPanel is still useful in some instances, and we have no way of providing the same behavior in a general way because CSS layout is a bloody mess. I'd be ok with deprecating the others (StackPanel

  1   2   3   4   5   >