Re: Project structure in IntelliJ

2016-03-01 Thread Benjamin Tillman
m/support/ > (hey, you paid for their product after all!) > > On Monday, February 29, 2016 at 7:21:44 PM UTC+1, Benjamin Tillman wrote: >> >> Maybe I'm just missing something, but I can't find a way to stray from >> IntelliJ's suggested package structure for GWT apps (see this

Project structure in IntelliJ

2016-02-29 Thread Benjamin Tillman
Maybe I'm just missing something, but I can't find a way to stray from IntelliJ's suggested package structure for GWT apps (see this link ). For example, if I have an application organised using a standard Maven directory

[gwt-contrib] Re: JsInterop Question

2015-08-25 Thread Benjamin Tillman
That's fine, I was just trying to pre-empt Elemental 2.0 a bit and got the impression from the compiler complaint and some of the design docs linked here that examples like the above wouldn't be possible. Regards, Ben. On Monday, 24 August 2015 22:32:55 UTC+10, Jens wrote: You need to use

Re: JsInterop question ...

2015-08-24 Thread Benjamin Tillman
Any chance of reply? If it's a bad question I'm happy to hear that as well, just so I know I'm thinking about this the wrong way. Regards, Ben. On Wednesday, 1 July 2015 05:30:17 UTC+10, Benjamin Tillman wrote: Hey everyone, just a quick question regarding JsInterop: how is it proposed

[gwt-contrib] Re: JsInterop Question

2015-08-24 Thread Benjamin Tillman
Any chance of reply? If it's a bad question I'm happy to hear that as well, just so I know I'm thinking about this the wrong way. Regards, Ben. On Friday, 31 July 2015 17:13:32 UTC+10, Benjamin Tillman wrote: Hey everyone, I posted this question on the GWT group here https

[gwt-contrib] JsInterop Question

2015-07-31 Thread Benjamin Tillman
Hey everyone, I posted this question on the GWT group here https://groups.google.com/forum/#!topic/google-web-toolkit/sj3pyJPijB8 at the beginning of the month, but since I didn't get a reply I'm just cross-posting here :) Just a quick question regarding JsInterop: how is it proposed to manage

JsInterop question ...

2015-06-30 Thread Benjamin Tillman
Hey everyone, just a quick question regarding JsInterop: how is it proposed to manage javascript functions that can potentially take more than one type of parameter? For example, take the websocket interface http://www.w3.org/TR/websockets/#the-websocket-interface: @JsType(prototype =

IntelliJ and debugging Javascript issues

2015-05-29 Thread Benjamin Tillman
Hello everyone, I've just installed a fresh copy of IntelliJ (14.1) and wanted to test Super Dev Mode out (GWT 2.7.0). Everything seems to be working fine except that any breakpoints I set in IntelliJ are not working. I'm really not sure what information is going to help solve this issue, so

Re: IntelliJ and debugging Javascript issues

2015-05-29 Thread Benjamin Tillman
I guess it was just bad timing on my part to start playing with this yesterday as opposed to me doing something wrong. See this IntelliJ issue https://youtrack.jetbrains.com/issue/IDEA-139739 which will be fixed next release. Regards, Ben. On Saturday, 30 May 2015 02:00:16 UTC+10, Jens wrote:

Animate CellList (adding and removing objects via ListDataProvider)

2013-11-12 Thread Benjamin Tillman
Is it possible to animate a CellList when a new object is added to or removed from the list wrapped by a ListDataProvider? At the moment, the item just instantly appears, but since I'm using the CellList as a menu, I'd like to make it a little more obvious that a menu item is now