Re: DominoKit has a new home

2023-11-03 Thread Andrea Stocchero
well done guys! Il giorno mercoledì 1 novembre 2023 alle 18:31:31 UTC+1 lofid...@gmail.com ha scritto: > Great work! Congrats! > > Vegegoku schrieb am Dienstag, 31. Oktober 2023 um 09:41:19 UTC+1: > >> Exciting news — https://dominokit.com is live! Our new platform stands >> as a beacon of

Re: JavaFX for GWT

2022-11-09 Thread Andrea Stocchero
Really interesting Il giorno martedì 8 novembre 2022 alle 15:37:50 UTC+1 Bruno Salmon ha scritto: > Hi, > > I'm working on a JavaFX transpiler powered by GWT. > It lets you use JavaFX as a UI toolkit in your GWT apps. > The JavaFX API is far from completely covered, but you can already see

Re: Wrapping Javascript library (chart.js) using JSInterop

2022-09-11 Thread Andrea Stocchero
Why don't you use Charba? https://github.com/pepstock-org/Charba Charba is providing the wrapper of Chart.js for GWT and J2CL. Il giorno domenica 11 settembre 2022 alle 14:53:25 UTC+2 manassriv...@gmail.com ha scritto: > I have added a pom.xml file in the project attached below while running

Re: GWT 2.10.0 release

2022-07-15 Thread Andrea Stocchero
Great! Thank you Colin and everyone. Il giorno venerdì 15 luglio 2022 alle 10:30:30 UTC+2 abhiy...@gmail.com ha scritto: > Hi Priya, > > GWT 2.10 has dropped support for IE 8, 9, and 10. So it will not work > unless you modify the Sencha GXT 2.3.1.a.jar > > On Thursday, July 14, 2022 at

Re: [ANN] Akasha: Typed Browser API

2021-06-15 Thread Andrea Stocchero
For INTL Number and Date format, there is an implementation here: https://github.com/pepstock-org/Charba/tree/master/src/org/pepstock/charba/client/intl If you are not using that chart lib, it could be a starting point. Il giorno martedì 15 giugno 2021 alle 00:54:56 UTC+2 peter.j...@gmail.com

Re: Can I create GWT Widget in javascript code?

2021-03-02 Thread Andrea Stocchero
Charba is a library which is wrapping CHART.JS to provide charts in GWt and J2Cl appliation and for GWT a chat can be a widget. Almost everything by JSINTEROP. https://github.com/pepstock-org/Charba/tree/master/src/org/pepstock/charba/client/gwt/widgets https://github.com/pepstock-org/Charba

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2020-09-29 Thread Andrea Stocchero
Sorry Lofi, I misunderstood you. Fully agree with you! Il giorno martedì 29 settembre 2020 alle 10:56:26 UTC+2 lofid...@gmail.com ha scritto: > Ahh, I mean not only "Maven" just a *build tool* like Maven, Gradle, > Buildr, Bazel, Ivy or whatever...  > > The main thing we need to *manage the

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2020-09-29 Thread Andrea Stocchero
Sorry Lofi, Il giorno mar 29 set 2020 alle ore 10:57 lofid...@gmail.com < lofidewa...@gmail.com> ha scritto: > Ahh, I mean not only "Maven" just a *build tool* like Maven, Gradle, > Buildr, Bazel, Ivy or whatever...  > > The main thing we need to *manage the dependencies and versions*. > >

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2020-09-28 Thread Andrea Stocchero
First of all, let me say I'm a Java developer and I'm using GWT since years. Having started developing java since 1996 (with java 1.0.2), I have seen many technologies and frameworks to help a java developer can use to build a UI on web browser (like applets, servlets, jsp, jsf, webstart). I

Accessing "basic" JS Object in JsInterop callback

2017-08-13 Thread Andrea Martino
JSNI I am not able to access/read the object's properties. Does JsInterop addresses this scenario without falling-back to old style JSNI? Thanks a lot in andvance Andrea -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: Unable to access exported JsType from JavaScript

2016-06-20 Thread Andrea Spadaccini
d(); x.runAndGetRegisters(); I don't know how I missed it. :) Again, thanks a lot for the pointer. Cheers, Andrea -- 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

Re: Unable to access exported JsType from JavaScript

2016-06-20 Thread Andrea Spadaccini
Hi, > Did you forgot to add -generateJsInteropExports to the compiler parameters? > I set it for both devmode and production code: https://github.com/lupino3/edumips64/blob/jsinterop/build.xml#L104 Is it set in the right way? Thanks! Andrea -- You received this message becau

Unable to access exported JsType from JavaScript

2016-06-19 Thread Andrea Spadaccini
from the Chrome console. Once that works, I can set up a better interface between JS and Java, but first I'd like to be able to execute one single method. Given my current use of JsType, under what name should I be able to run the WebUI.runAndGetRegisters() method? Thanks in advance, Andrea

Re: in GWT, can we manage Messages Constants (i18n) at Server as we manage at Client?

2014-03-07 Thread Andrea Boscolo
On Friday, March 7, 2014 10:30:50 AM UTC+1, Thomas Broyer wrote: There are also a few projects that directly try to use your GWT interfaces on server-side; and it's also a planned feature of GWT proper (no ETA yet). Just curious, but what about https://gwt-review.googlesource.com/#/c/1550/

Re: in GWT, can we manage Messages Constants (i18n) at Server as we manage at Client?

2014-03-07 Thread Andrea Boscolo
Ok, got it. Thank you for the explanation. On Friday, March 7, 2014 6:13:19 PM UTC+1, Thomas Broyer wrote: It is one step towards I18N on the server. GWT.create() on the server was one such other steps. The last one being generating Messages, Constants, etc. implementations for use on the

Re: GWT - Send a message from the server to the client?

2013-10-29 Thread Andrea Boscolo
I'd use http://errai.github.io/ and its bus. On Monday, October 28, 2013 10:01:27 PM UTC+1, Joshua Godi wrote: Good afternoon, I was curious how I would properly send a message from the server to the client? Here is my scenario: Client A - Modifies User1 from the GUI and pushes the data

Re: GWT 2.5.1 now available

2013-10-19 Thread Andrea Boscolo
See https://groups.google.com/d/topic/google-web-toolkit-contributors/Sljy8sRR3Io/discussion According to the timeline there will be a RC on 4th of November and subsequent RCs only if needed. The final release should be out on 2nd of Dec. On Friday, September 27, 2013 4:37:35 PM UTC+2, Ed

Re: GWT JettyLauncher.java How to enable SSL programaticly

2013-08-16 Thread Andrea Boscolo
Or, enable the SSL support of the embedded Jetty server. See http://stackoverflow.com/questions/6370919/how-to-enable-https-in-gwts-jetty and http://stackoverflow.com/questions/15791758/run-gwt-with-https-enabled/15793359#15793359 -- You received this message because you are subscribed to the

Re: Custom cell in CellTable with TextCell and SelectionCell

2013-08-09 Thread Andrea Boscolo
A quick view reveals you haven't consumed the desired events in the cell's constructor. Something like: public CustomStatusCell() { super(click, keydown); // And so on. // ... } -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Google GWT with Eclipse eats up disk space -

2013-07-24 Thread Andrea Boscolo
If you are using Windows, I guess you hit http://code.google.com/p/google-web-toolkit/issues/detail?id=5261 (related to https://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=74). In the first link you can find the folders to clean, as well as some useful scripts to use from

Re: DataGrid and using Event.setCapture to implement column resizing.

2013-07-18 Thread Andrea Boscolo
Not an answer to your problems, but other people in the past have followed the same road. Have a look at http://code.google.com/p/google-web-toolkit/issues/detail?id=6401 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Re: Anchor does not work in IE - very strange problem!

2013-06-24 Thread Andrea Boscolo
Audio element is supported from IE 8 according to thishttp://caniuse.com/#search=audio . Always use the static method isSupported() for all @PartialSupporthttp://www.gwtproject.org/javadoc/latest/com/google/gwt/dom/client/class-use/PartialSupport.htmlclasses for runtime check. On Monday, June

Re: How to add an icon to MenuItem?

2013-05-13 Thread Andrea Boscolo
You don't need to extend MenuItem. See http://stackoverflow.com/questions/16399241/how-to-add-an-icon-to-a-menuitem-in-gwt -- 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,

Re: GWT 2.5.1 - Incubator Deprecated Classes

2013-05-06 Thread Andrea Boscolo
Unfortunately I can't say much about ADA and 508 compliance, but the CellTable/DataGrid supports ARIA http://www.w3.org/TR/wai-aria/attributes (see docs https://developers.google.com/web-toolkit/doc/latest/DevGuideA11y). Also, such grids are the only enterprise grid officially supported by

Re: GWT 2.5.1 - Incubator Deprecated Classes

2013-04-27 Thread Andrea Boscolo
By the errors above, I guess you need to move from Paging/ScrollTable to DataGrid (or CellTable). But it is not a matter of changing imports. The APIs are quite different, you need to refactor in order to move to DataGrid. You can start from

Re: columnSortHandler on a Dynamic CellTable

2013-04-24 Thread Andrea Boscolo
Also, it looks like https://groups.google.com/forum/?start=hl=en#!topic/google-web-toolkit/7CFHEhWUjQA[1-25-false] and http://stackoverflow.com/questions/16146094/gwt-columnsorthandler-setcomparator-for-all-columns-in-a-loop-make-the-sorting -- You received this message because you are

Re: JavaDocs are out of date?

2013-04-15 Thread Andrea Boscolo
See https://plus.google.com/111739836936169749229/posts/7ZYGmbTE5WE -- 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

Re: Multiple instances of a view

2013-04-12 Thread Andrea Boscolo
This is how GIN works, it always inject a new instance when requested. If you want to inject the same instance, bind the dependency into Singleton scope, using bind(YourClass.class).in(Singleton.class), inside you GinModule. -- You received this message because you are subscribed to the

Re: moveable areas as in iGoogle?

2013-04-10 Thread Andrea Boscolo
You need some kind of drag drop functionality. You can either use the built-in GWT drag drop support (which is based on the HTML5 drag drop API [1]), or use the always handy gwt-dnd [2]. Do note that HTML5 dd API is about moving data, not actual widgets, but it can be used also in that way,

Re: How to globally catch all exceptions?

2013-04-10 Thread Andrea Boscolo
Use the GWT.setUncaughtExceptionHandler() [1]. [1] http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/core/client/GWT.html#setUncaughtExceptionHandler%28com.google.gwt.core.client.GWT.UncaughtExceptionHandler%29 -- You received this message because you are subscribed to

Re: Removing obfuscation from a stack trace.

2013-04-09 Thread Andrea Boscolo
Read the StackTraceDeobfuscator doc [1], you are either missing the -deploy dir argument for creating the symbolMaps, or it is not in the right place. [1] http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/logging/server/StackTraceDeobfuscator.html On Tuesday, April 9,

Re: Displaying a Label with icon?

2013-04-08 Thread Andrea Boscolo
For a widget-based solution, without rolling out something in-house, my preferred approach is to use TextButton [1]. Note that there is not a direct method to setup the icon of the inner cell, so you have to subclass TextButton and add a simple method like: public void setIcon(ImageResource

Re: Uncaught umbrella exception.

2013-04-07 Thread Andrea Boscolo
For the annotation processor, put requestfactory-apt.jar in you classpath and you should be ok. If you want to manually run it, see the official wiki [1], where you can find the command line, maven and ant (in comments) instructions. [1]

Re: Changes Opacity for vertical scrollbar inside 2.4 DataGrid?

2013-04-04 Thread Andrea Boscolo
Good, another two suggestions: - if you do not want opacity/transition, simply use NativeVerticalScrollbar.Resources as-is; - in order to reliably know the right scrollbar width/height (in case you want to stick with a native scrollbar), you can use the static methods

Re: Changes Opacity for vertical scrollbar inside 2.4 DataGrid?

2013-04-03 Thread Andrea Boscolo
DataGrid uses a CustomScrollPanel for its data table. Such panel uses transparent-style native scrollbars, but the resources used (NativeVerticalScrollbar.ResourcesTransparant) are hardcoded in the CustomScrollPanel constructor. I guess you can: - extend the DataGrid to obtain a reference of

Re: Drag and drop (and Internet Explorer)

2013-03-21 Thread Andrea Boscolo
Check if DragDropEventBase.isSupported() and if not, stop trying :D According to [1] is not supported by ie6 and ie8 and there is a 'maybe' for everything else. I can't see where the problem could be, you are doing the right things: - set the element draggable; - add a dragstarthandler to the

Re: Drag and drop (and Internet Explorer)

2013-03-20 Thread Andrea Boscolo
Reading [1] seems like IE9 supports dataTransfer object only on images, links, and text. Starting from IE10 it supports dd on any element (using the draggable attribute), and the file attribute to the dataTransfer object. On IE9 try to use an hyperlink/image as a draggable. [1]

Re: MultiWordSuggestOracle with multiple values?

2013-03-05 Thread Andrea Boscolo
Something like... http://raibledesigns.com/rd/entry/creating_a_facebook_style_autocomplete ? I guess you simply have to define you own SuggestionDisplay and when you select an entry, add an inline label styled as you want just before the suggestbox. On Tuesday, March 5, 2013 3:22:03 PM UTC+1,

Re: New widgets: Best way to implement them?

2013-02-26 Thread Andrea Boscolo
+1 Just adding few thoughts. Personally I think that, performance wise, cells are the best. But it is also true that they can be tricky to work with, when defining new widgets. Luckily CellWidget helps *a lot* this way. Using CellWidget + Appearance pattern [1] + maybe UiRenderer, let you code

Re: How to attach custom event handler to InputField of EditTextBox?

2013-02-09 Thread Andrea Boscolo
Why not using http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/cell/client/NumberCell.html ? On Saturday, February 9, 2013 3:43:43 PM UTC+1, membersound wrote: Hi, I have a CellTable with EditTextBox. How can I attach a custom event handler to the InputElement

Re: How to detect number keys in a NativeEvent?

2013-02-09 Thread Andrea Boscolo
Check if event.getKeyCode() is between 48 and 57 (0 to 9 inclusive). And do the same for the keypad, if necessary. On Saturday, February 9, 2013 5:43:19 PM UTC+1, membersound wrote: Hi, looking at NativeEvent extends JavaScriptObject: how can I detect if the event was a number? I tried

Re: How to attach custom event handler to InputField of EditTextBox?

2013-02-09 Thread Andrea Boscolo
://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/gwt/i18n/client/NumberFormat.html . On Saturday, February 9, 2013 5:45:41 PM UTC+1, membersound wrote: Because NumberCell is not an editable Cell? Am Samstag, 9. Februar 2013 15:54:36 UTC+1 schrieb Andrea Boscolo: Why not using

Re: How to download a file from server without browser opening new window?

2013-02-02 Thread Andrea Boscolo
Define your anchor in uibinder and use @UiField(provided = true) in thejava file. Then instantiate it with that url before the binding call. On Friday, February 1, 2013 5:18:34 PM UTC+1, membersound wrote: I'm using ui:binder. How should I provide href for the anchor as

Re: load indicator when loading application

2013-02-02 Thread Andrea Boscolo
This is interesting. I'm not aware of any technique used to hook the bootstrap phase before the onModuleLoad() gets called. But it's also true that in the bootstrap phase [1] for a gwt app, the linker is the one responsible of its startup (iframe, cross-site, ...). So digging into [2] and [3]

RequestFactory on Websphere

2013-01-08 Thread Andrea Fiorentini
) \ IBM \ SDP \ runtimes \ base_v7 \ java \ lib; How can I know where is the problem?! thanks Andrea -- 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

Re: how to create columns with common header in data grid.

2012-12-29 Thread Andrea Boscolo
Have a look at http://showcase3.jlabanca-testing.appspot.com/#!CwCustomDataGrid and see the source (maybe some classe have been renamed, but you got the point). On Thursday, December 27, 2012 12:14:27 PM UTC+1, shray rawat wrote:

Re: Upgrading from 2.4 to 2.5: Issues with Generics?

2012-12-19 Thread Andrea Boscolo
According to https://groups.google.com/d/topic/gwt-steering/9K_HtTdVVpE/discussion there are some regressions. I guess your problem is related. The known regression with generics has a review pending, so you may be able to test is against trunk in a few days, or wait for the 2.5.1 release. On

Re: GWT/CSS text align problem

2012-12-18 Thread Andrea Boscolo
There is a typo in the table-row div (missing display). Then use text-align if you want to align just the text. See http://jsfiddle.net/a4RmK/ I'd rather try a cleaner solution though, like http://jsfiddle.net/nnpGb/ On Tuesday, December 18, 2012 9:46:15 AM UTC+1, Magnus wrote: Hi Thomas, I

Re: GWT/CSS text align problem

2012-12-18 Thread Andrea Boscolo
I see it misaligned even on firefox. Anyway simply add the divs to the outer panel in the left, right, center order (not left, center, right as you did). Recheck my last fiddle. AFAIK should work also in IE. On Tuesday, December 18, 2012 6:27:19 PM UTC+1, Magnus wrote: Hi Andrea, I would

Re: GWT/CSS text align problem

2012-12-18 Thread Andrea Boscolo
Actually a !DOCTYPE HTML declaration means standard mode, not strict. So you are fine with it. See https://developers.google.com/web-toolkit/doc/latest/DevGuideUiPanels#Standards To force IE8 standard mode try to add in the head element meta http-equiv=X-UA-Compatible content=IE=8 See

Re: Protocol Buffers for GWT: Issue 2649

2012-12-17 Thread Andrea Boscolo
It is indeed a nice feature to have out of the box. Lately I've been using a really nice library to use protobuf-like messages with GWT. It can generate jso implementation of server-side proto-generated classes, or you can even easily define your own class generator using StringTemplate (e.g.,

Re: GWT Window Scroll Bottom hit detection

2012-11-27 Thread Andrea Boscolo
They are more that enough, I guess. maxVerticalScrollHeight = element.getScrollHeight() - element.getClientHeight() then if (element.getScrollTop() == maxVerticalScrollHeight) // bottom reached That's the same idea behid ScrollPanel and the like. On Tuesday, November 27, 2012 10:35:45 AM

Re: Get an attribute from a GWT object via jsni?

2012-11-25 Thread Andrea Boscolo
Try with return conte...@com.google.gwt.canvas.dom.client.Context2d::webkitBackingStorePixelRatio; but I don't think it will ever work. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: RequestFactory Proxies and Generics - Compile problem

2012-11-14 Thread Andrea Boscolo
I guess, you can't. See http://code.google.com/p/google-web-toolkit/issues/detail?id=6967 and http://code.google.com/p/google-web-toolkit/issues/detail?id=5974 For the 2 server calls you can simply (and probabily better) call two different service methods with two different receivers in the

Re: Toggle Visibility of a Sidebar Element

2012-11-06 Thread Andrea Boscolo
Actually DockLayoutPanel implements AnimatedLayout thus it has direct animation support. You simply need to use setWidgetSize(widget, size) and call animate() (if necessary). Or even simpler use setWidgetHidden(widget) with gwt = 2.5. On Tuesday, November 6, 2012 10:01:55 PM UTC+1, Manuel

Re: compile to display java code line number

2012-11-01 Thread Andrea Boscolo
And don't forget set-property name=compiler.stackMode value=emulated/ in that case. Have also a look at the experimental SuperDevMode :) On Thursday, November 1, 2012 3:08:37 AM UTC+1, Thad wrote: If you run in devmode, you will see the Java line number. To see something more easily

Re: I Help help implementing ClickableSafeHtmlCell

2012-10-31 Thread Andrea Boscolo
If you want your cell to handle events you need to set those events as consumed by defining a constructor like public ClickableSafeHtmlCell(SafeHtmlRendererString renderer) { super(renderer, click); } But do not reinvent the wheel,

Re: performance problem on andorid using phonegap

2012-10-30 Thread andrea casati
ok, sorry :( this is the controller: //= public class ControllerP { private ModelP model; private ViewP view; ControllerP(ModelP model, ViewP view) { this.model = model; this.view = view; view.addButtonListener(new

performance problem on andorid using phonegap

2012-10-29 Thread andrea casati
hi all guys! i develop a very small application to test gwt the first time..so using MVC i create a button and a teextarea, pressing the button the number in the textfiel growing up this is the entry point: public void onModuleLoad() { //MODEL ModelP model = new ModelP(); //VIEW ViewP

Re: How to define AutoBeanFactory?

2012-10-19 Thread Andrea Boscolo
Have you read http://code.google.com/p/google-web-toolkit/wiki/AutoBean ? I think this can help to get you started. On Thursday, October 18, 2012 10:46:32 PM UTC+2, dhoffer wrote: I'm trying to figure out how to use AutoBeanFactory to decode a JSONString, e.g. AutoBeanIPayload autoBean =

Re: Polymorphic requestfactory example wanted

2012-10-19 Thread Andrea Boscolo
Maps are currently not supported as of http://code.google.com/p/google-web-toolkit/issues/detail?id=5524 a patch has been submitted but apparently it is blocked by http://code.google.com/p/google-web-toolkit/issues/detail?id=5974 so I guess you have to review your transportable type (maybe

Re: RPC call from server to client

2012-10-18 Thread Andrea Boscolo
The problem is that websocket (as any other HTML5 spec) has chages a bit in the last two years making some useful libraries outdated and not definitely working. On Thursday, October 18, 2012 6:56:19 PM UTC+2, Magnus wrote: Hi, I took a look at most of the libraries, but there is no one that

Re: AutoBean polymorphism support

2012-10-15 Thread Andrea Boscolo
has no mean to support polymorphism, and it specifically cannot be used for your use-case. You can possibly use Splittable, at a lower-level, or Elemental's JSON, JS overlays, or JSONObject. On Saturday, October 13, 2012 12:40:16 PM UTC+2, Andrea Boscolo wrote: Hi all, I am developing

AutoBean polymorphism support

2012-10-13 Thread Andrea Boscolo
Hi all, I am developing an app in which I use (or at least I would like to use) AutoBeans for serializing data. Unfortunately it seems to me that polymorphism is not supported i.e., I lost the concrete type once I deserialize the json in client-side, only the Base supertype is available. I

Re: Use Elemental to optionally generate HTML on the server?

2012-10-10 Thread Andrea Boscolo
I'm using Cell widgets elsewhere but don't think they'll buy me enough here because I can't use paging in this UI - I need to display the whole table. I'm already loading using an async request. Even if you don't use paging, it can increase the rendering speed of a basic, say, flext

Re: Use Elemental to optionally generate HTML on the server?

2012-10-09 Thread Andrea Boscolo
I'd give CellTable/DataGrid a try, if your model is suitable for it and your cells aren't so 'fancy'. You can use async requests, paging and lightweight widgets (cell widgets); should be more than enough to speed up fetching/rendering time. There is also the ElementBuilder API that makes easy

Re: Help finding widget that someone posted in this group

2012-09-20 Thread Andrea Boscolo
Too much generic. One of the best I've seen so far is https://groups.google.com/forum/?fromgroups=#!starred/google-web-toolkit/IbZf2DeINk8 On Thursday, September 20, 2012 4:57:15 AM UTC+2, Milan Cvejic wrote: Hello, I am looking for ListBox implementation that someone posted in this group

Re: Two footers in a CellTable?

2012-09-18 Thread Andrea Boscolo
Yes, check for Header/FooterBuilder API. http://showcase3.jlabanca-testing.appspot.com/#%21CwCustomDataGrid On Monday, September 17, 2012 10:42:59 PM UTC+2, Kevin Buikema wrote: Is there a way within the standard CellTable to add two footers to the table? I need to have two separate

Re: Asynchronous work - what are our options?

2012-09-11 Thread Andrea Boscolo
Elemental should support it. And there are also other wrappers here and there that work too. On Tuesday, September 11, 2012 5:31:33 AM UTC+2, markww wrote: Hi, I was hoping to do some asynchronous work, though I do not believe this is possible (due to the limitations of javascript). The

Re: Meteor DDP - or similar - with GWT?

2012-09-06 Thread Andrea Boscolo
I used it in a past project and it was simple and easy enough. Seems also to be relatively up to date. There is also atmosphere that carries a gwt client side module with also out of the box experimental support for websockets and much more:

Re: Elemental documentation

2012-08-21 Thread Andrea Boscolo
A start is on https://developers.google.com/web-toolkit/articles/elemental Anyway given its generated nature, I don't think it will ever be documented with something else other that javadoc/samples. If you are interested in something in specific, you have to dig into elemental.* packages. On

Re: Multiple cells per row in CellTable (like a Cell Grid)

2012-08-21 Thread Andrea Boscolo
It's up to you to create a grid of cells. Try to use a CompositeCell http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/gwt/cell/client/CompositeCell.html On Tuesday, August 21, 2012 3:29:20 PM UTC+2, Shaun Tarves wrote: Is there any way to have multiple cells per column in a

Re: AsyncDataProvider and CellTree

2012-08-02 Thread Andrea Boscolo
How do you bind a cell tree using uibinder? I think you can't call directly the getNodeInfo and expect you tree to be populated. The async data provider fills the tree by calling the onRangeChanged(), there is where you need to put you RPC call. The

Re: AsyncDataProvider and CellTree

2012-07-31 Thread Andrea Boscolo
On Monday, July 30, 2012 10:02:03 PM UTC+2, Thad wrote: I have a CellTree in which I want to represent something similar to a directory listing (actually represented in database records): public class DirectoryObject implements Serializable { public String name; public String

Re: GWTEventService listener triggers additional call each time the web application is displayed in the browser

2012-07-25 Thread Andrea Boscolo
Has been a while since I used the framework, but I suspect you do not 'unlisten' events when you leave your application (see http://code.google.com/p/gwteventservice/wiki/ConnectionHandling), your session stays open and every time you reload the app a new listener is registered. Anyway I'd

Re: Cell-Backed Widgets

2012-06-29 Thread Andrea Boscolo
AFAICT the only widget implemeted this way is TextButton (backed by TextButtonCell) and it shouldn't be abandoned. In the new release of Sencha GXT 3 such pattern is hevily used throughout the whole widget set, so it is at least well proven. On Friday, June 29, 2012 5:13:10 AM UTC+2, July

Re: gwt 2.5

2012-06-25 Thread Andrea Boscolo
See https://developers.google.com/web-toolkit/makinggwtbetter#compiling to compile from trunk. On Monday, June 25, 2012 10:22:51 PM UTC+2, Yuri C wrote: I too would like to know if there is a compiled package. On Friday, June 22, 2012 2:21:39 PM UTC-4, Dennis Haupt wrote: is there a

Re: GWT (lazy) Widget rendering: Comparison of approaches

2012-06-22 Thread Andrea Boscolo
What about the relation between IsRenderable and the ElementBuilder API? I know that IsRenderable is used to first render the widget content as safehtml/html, and then attach (claim) the 'real' widget to it. Can the rendering part be deferred to the server (given the lazy nature of

Re: XmlAdapter compile error

2012-06-21 Thread Andrea Boscolo
as this? My.gwt.xml (before) module source path=common//module module source path=common exclude name=MyXmlAdapter1.java / exclude name=MyXmlAdapter1.java / /source On Wednesday, June 20, 2012 6:16:03 PM UTC-4, Andrea Boscolo wrote

Re: XmlAdapter compile error

2012-06-20 Thread Andrea Boscolo
this issue as well. The annotations are in models in our 'shared' package - shared between client and server. Anyone know what I should change to resolve this? On Thursday, December 30, 2010 1:38:27 PM UTC-5, Andrea Boscolo wrote: I suppose you are trying to use that annotation

Re: SuperDevMode and APT

2012-06-13 Thread Andrea Boscolo
I can confirm that copying the CodeServer's .gwt.rpc files in the local war dir, works but it's a pain: every time they change, they need to be copied. Using a -workDir under the war didn't work for me. The CodeServer output directory structure does not help. In

Re: can DialogBox has a x close button in the upper right hand corner like most window have?

2012-05-31 Thread Andrea Boscolo
DialogBox uses a Caption element for the header. By default the caption is simply text. Extend it to provide all the buttons you need. Search in the groups to find out some samples. On Thursday, May 31, 2012 10:54:44 AM UTC+2, tong123123 wrote: I think it is very difficult if not impossible,

Re: resize celltable column by user using mouse

2012-04-12 Thread Andrea Boscolo
It's not possible using the current API. See http://code.google.com/p/google-web-toolkit/issues/detail?id=6401 for a couple of useful workarounds. On Thursday, April 12, 2012 11:17:41 AM UTC+2, tong123123 wrote: how to allow user to just use the mouse to drag the column widths to a desired

Re: gwt

2012-04-04 Thread Andrea Boscolo
Read the docs at least. https://developers.google.com/web-toolkit/gettingstarted On Monday, April 2, 2012 1:52:27 PM UTC+2, monal wrote: How to download use projectCreator -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Source maps

2012-04-01 Thread Andrea Boscolo
Are you sure the whole machinery is already available in the public (trunk) repo? I thought it's not. https://plus.google.com/u/1/110412141990454266397/posts/Nvr6Se6eAPh On Sunday, April 1, 2012 12:16:05 PM UTC+2, Honza Rames wrote: Hi everyone, I tried to compile my GWT app with source maps

Re: Programming a custom scrollbar with GWT

2012-03-23 Thread Andrea Boscolo
I don't know if this is related, but starting from GWT 2.3 (I think) there is a CustomScrollPanel that allows to provide custom scrollbars to override native ones. But you have to create them by yourself.

Re: ScrollPanel with a CellList Widget

2012-03-22 Thread Andrea Boscolo
See the showcase sample http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList On Thursday, March 22, 2012 11:38:18 AM UTC+1, Saik0 wrote: Hi @all, i have a confusing issue with the ScrollPanel. Im trying to add a CellList with n-Elements to a ScrollPanel. The ScrollPanel itself

Re: GWT FileUpload - Servlet options and handling response

2012-03-17 Thread Andrea Boscolo
Check out the http://code.google.com/p/gwtupload/ project. Easy to use and extend. On Friday, March 16, 2012 10:27:39 PM UTC+1, Ashish wrote: I am new to GWT and am trying to implement a file upload functionality. Found some implementation help over the internet and used that as reference.

Re: Custom header using CompositeCell or AbstractCell

2012-03-13 Thread Andrea Boscolo
GWT 2.5 will give this opportunity I guess. Relevant issue is http://code.google.com/p/google-web-toolkit/issues/detail?id=5423#c13 Relevant commits are: http://gwt-code-reviews.appspot.com/1501803 http://gwt-code-reviews.appspot.com/1499808/ Relevant demos are:

Re: How to add a link (anchor) to a CellTable?

2012-01-28 Thread Andrea Boscolo
See docs: http://code.google.com/webtoolkit/doc/latest/DevGuideUiCustomCells.html -- 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/-/GVWxakQw59sJ.

Re: Collapsible Component in GWT2.4

2012-01-20 Thread Andrea Boscolo
For an example, check the third comment (from Mauro) on https://groups.google.com/forum/#!topic/google-web-toolkit/C6S4jS1UsM0/discussion and see if it fits you needs. The sample is beyond simple layouting but you can find the collapsing/resizing logic you are looking for in the AppLayoutImpl

Re: The (currently) definite way to achieve Push/Comet/Streaming in a GWT app? :)

2012-01-19 Thread Andrea Boscolo
There are a lot of libraries out there dealing with comet/push/reverse ajax technology. Some could be: - http://code.google.com/p/gwt-comet/ (I don't see a valid update in almost an year) - http://code.google.com/p/rocket-gwt/wiki/Comet (over 2 year of inactivity) -

Re: The (currently) definite way to achieve Push/Comet/Streaming in a GWT app? :)

2012-01-19 Thread Andrea Boscolo
It has its own group: https://groups.google.com/forum/?hl=it#!forum/gwteventservice and forum http://gwteventservice.freeforums.org/ I've been using it in the last few weeks and looks (and works) good for my simple requests. Andrew. -- You received this message because you are subscribed to

Re: Basic MDI (Multiple Document Interface) question

2011-12-15 Thread Andrea Boscolo
Interesting. Can you share the resize part if by resize you mean via mouse? -- 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/-/exi-uPmpzuIJ. To post

Re: When will you launch the GWT plugin for Firefox 8?

2011-11-25 Thread Andrea Boscolo
Check the relevant topic: https://groups.google.com/forum/#!topic/google-web-toolkit/wElYN-Thi2M -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: ClientBundle not able to set background image

2011-11-22 Thread Andrea Boscolo
Should be ImageResource yes, and I also think the setBackgroundImage(...) method accepts a String, not an ImageResource. In the 2.4 release you should use ...setBackgroundImage(clientbundle.topbar2().getSafeUri().asString()); cause in 2.4 the getUrl() in the ImageResource is deprecated. --

Re: hoe to make GWT TabPanel draggable and resizable

2011-11-21 Thread Andrea Boscolo
Can http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#ResetCacheExample helps you out? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT 2.4 MVP tutorial

2011-10-27 Thread Andrea Boscolo
http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html It explains how activities and places can be used in a MVP way. It references a helloworld sample, but in the mid of the doc there's also a link to another and more complete sample (mobilewebapp) that takes in

Re: Places Activities any suggestion?

2011-10-17 Thread Andrea Boscolo
See https://groups.google.com/forum/?starthl=en#!starred/google-web-toolkit/PzlyZ3Gjazg -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: SliderBar

2011-10-05 Thread Andrea Boscolo
The incubator project is dead and no longer suppoted by gwt. Anyway you can fin it here: http://code.google.com/p/google-web-toolkit-incubator/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

  1   2   >