Re: JSInterop and "JSON.stringify" method return "Converting circular structure to JSON"

2024-05-22 Thread Marco Tenti (IoProgrammo88)
I misunderstood the documentation... ty for the clarification Thomas can you give me some confirmations. The Date issue, When you say to use the JsDate do you mean the one in the elemental2 package (elemental2.core.JsDate) or in the gwt core ( com.google.gwt.core.client.JsDate) ? So for the

Re: Using JsInterop to create JS object literals

2024-05-21 Thread Marco Tenti (IoProgrammo88)
he erorr i'm getting on the setter : > > > DesktopApp-0.js:13132 Tue May 21 16:24:02 GMT+200 2024 > com.google.gwt.logging.client.LogConfiguration SEVERE: Exception caught: > (TypeError) : b.setCodiceAmministrazione is not a function > com.google.gwt.event.shared.UmbrellaExc

Re: Using JsInterop to create JS object literals

2024-05-21 Thread Marco Tenti (IoProgrammo88)
(TypeError) : b.setCodiceAmministrazione is not a function com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError) : b.setCodiceAmministrazione is not a function Il giorno martedì 21 maggio 2024 alle 14:56:22 UTC+2 Marco Tenti (IoProgrammo88) ha scritto: > Sorry Thomas about your last comment

Re: Using JsInterop to create JS object literals

2024-05-21 Thread Marco Tenti (IoProgrammo88)
Sorry Thomas about your last comment " I'd rather user fields than getters/setters for such objects " can you point me out to some example for this ? Il giorno mercoledì 29 giugno 2022 alle 09:48:49 UTC+2 Thomas Broyer ha scritto: > Using isNative=true, you're telling GWT that you're only

Re: Problems moving JsInterop from GWT 2.7 to 2.8

2024-04-15 Thread Marco Tenti (IoProgrammo88)
" I also solved the problem of List and Map with an own Interface, which is an ArrayList/HashMap on serverside and an own implemented native List/Map on gwt side" can you share the solution ? Il giorno venerdì 29 settembre 2017 alle 14:00:12 UTC+2 Ignacio Baca Moreno-Torres ha scritto: > We

Re: Help to undrerstand how to use domino-jackson and the annotation JSONMapper

2024-04-15 Thread Marco Tenti (IoProgrammo88)
configuration to add somewehre ? Il giorno lunedì 15 aprile 2024 alle 09:16:49 UTC+2 Marco Tenti (IoProgrammo88) ha scritto: > The problem i cannot find the generate class "Person_MapperImpl" is under > the target folder somewhere ? > > Il giorno venerdì 12 aprile 2024 alle

Re: Help to undrerstand how to use domino-jackson and the annotation JSONMapper

2024-04-15 Thread Marco Tenti (IoProgrammo88)
The problem i cannot find the generate class "Person_MapperImpl" is under the target folder somewhere ? Il giorno venerdì 12 aprile 2024 alle 18:25:30 UTC+2 Thomas Broyer ha scritto: > Aren't you supposed to directly use the generated class rather than using > GWT.create() ? (unless you also

Re: Really need help getting CodeServer to run with Java 11 and GWT 2.10

2024-04-12 Thread Marco Tenti (IoProgrammo88)
This project has many good examples to check out https://github.com/NaluKit/nalu-examples, it help me a lot. Il giorno venerdì 12 aprile 2024 alle 14:39:16 UTC+2 Mathias ha scritto: > Hey Jens, thanks for replying! > > re. the gwt-type: > > 1. I only have one maven module that contains the

Help to undrerstand how to use domino-jackson and the annotation JSONMapper

2024-04-12 Thread Marco Tenti (IoProgrammo88)
I'm upgrading a old project and i want to replace the old gwt-jackson (https://dominokit.com/solutions/domino-jackson/v1) with the domino-jackson project (https://github.com/DominoKit/domino-jackson). It should be a simple transiction, but i cannot understand how to let the GWT compilation

Re: How to debug the java code on the eclipse ide with the tbroyer gwt maven plugin ?

2023-12-11 Thread Marco Tenti (IoProgrammo88)
> suggest using your browser's built-in development tools (Ctrl+Shift+I). You > will see your JAVA source code and can put your breakpoints etc. and step > through your code. This works in Chrome, Firefox, Edge. > > Bon courage > Ralph > > On Mon, Dec 4, 2023 at 1:1

How to debug the java code on the eclipse ide with the tbroyer gwt maven plugin ?

2023-12-04 Thread Marco Tenti (IoProgrammo88)
Hello everyone, I am updating some old gwt projects and I started to study about 15 days ago the gwt framework, this is to specify that I don't know all the secrets of the framework yet. Following Nalu's approach and starting from his example at

Re: Our 10+ year journey with GWT (+ job opening)

2021-01-21 Thread Marco Castillo
material design look. And with all the stories I just read, maybe I will ditch React (it was going to be our choosed framework for substituting GWT) and kept GWT. Regards Marco On Wednesday, January 20, 2021 at 10:14:32 AM UTC-6 David Nouls wrote: > That is actually a good point indeed. We also h

[ERROR] Unable to find *.gwt.xml on your classpath

2014-07-23 Thread Marco
Hello all, I need some help with GWT. We have a Java project and we use GWT to build the UI, the structure of my project is something similar to this: ProjectA | |--Server/Common/src |-com.abc.core |-util.gwt.xml

Re: Sporadic error with GWT and GAE

2013-05-30 Thread Marco
Dear all, this error appeared again...cannot understand why. Could help me? Do you have any advice? Thank you, Marco. On Tuesday, May 28, 2013 5:57:12 PM UTC+2, Marco wrote: Dear all, I have developed an application in GWT that is running on GAE and I am receiving sporadic error like

Sporadic error with GWT and GAE

2013-05-28 Thread Marco
help me understanding how to solve the problem? Thank you very much and best Regards, Marco. javax.servlet.ServletContext log: Exception while dispatching incoming RPC call java.lang.IllegalArgumentException: encodedRequest cannot be empty at com.google.gwt.user.server.rpc.RPC.decodeRequest

Re: Menu Bar - hide

2013-05-05 Thread Marco
Has nobody any idea? -- 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

Re: GWT Designer - MenuBar

2013-04-05 Thread Marco
Yes, this issue has been fixed. The fix is in eclipse gwt plugin and not in gwt itself. You have to update your eclipse plugin. -- 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

Re: How to create deep copy of list on client side?

2013-04-05 Thread Marco
He problem is already described here: https://groups.google.com/forum/#!msg/google-web-toolkit/Y0bN9QGsspQ/roqeVR7ryhcJ https://groups.google.com/forum/?fromgroups=#!topic/Google-Web-Toolkit/MvLCaqJ2MBQ but also with no solution. GWT-RPC is already serializing and deserializing objects,

Menu Bar - hide

2013-03-17 Thread Marco
I have a strange behaviour which also occurs in GWT Showcase. http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwMenuBar In the gwt showcase there is a menubar example with the menus: File - New Open Close Recent - Fishing in the desert.txt - How to tame a wild

Re: Object deep copy or serialization

2013-03-04 Thread Marco
I have the same issue. I found this: http://stackoverflow.com/questions/4730463/gwt-overlay-deep-copy but it seems a little bit strange? One remark: AutoBean.clone() method is deprecated in the meantime. Is there no other solution? -- You received this message because you are subscribed to

Re: Tomcat error messages in localhost_access_log

2013-02-11 Thread Marco
Thanks for the remark with /w00tw00t.at.ISC.SANS.Win32:), i will investigate this. In some rare cases I get following client error: The call failed on the server; see server log for details The only message I have is in localhost_access_log , therefore I asked for these messages in general.

Tomcat error messages in localhost_access_log

2013-02-10 Thread Marco
Hello, i'm using gwt 2.5 and tomcat 7. In my localhost_access_log logfile I have a lot of error messages. Here an example: [10/Feb/2013:16:25:51 +0100] GET /resources/orders-96x96-disabled.png HTTP/1.1 304 - [10/Feb/2013:16:25:52 +0100] POST /masterdata HTTP/1.1 200 1749

Re: Changing CSS for TabPanel

2013-01-22 Thread Marco Cuccato
I've the same problem but i want to use the CssResource approach. I just want to set my custom CSS to a single TabBar/TabPanel instance, leaving the default gwt Theme on other all TabBar/Panel. That's what i've done: - found the original TabBar and TabPanel Gwt css file - created a new css

Re: Changing CSS for TabPanel

2013-01-22 Thread Marco Cuccato
Solved! 1. Custom styles named as GWT API says (.gwt-TabBar...); 2. Just wrapped the css file to a simple CssResorce, without the custom interface. There is no need to have a method for every style defined in file with this trick. Thanks Il giorno martedì 22 gennaio 2013 12:47:36 UTC+1, Marco

Re: GUI crashes when call .destroy() method on Layout class

2013-01-17 Thread Marco
in order to identify variables belonging to my class but I have read that this marker could generate some problem if the JNSI function does not correctly map it so I have removed it. Thank you very much. Marco. On Monday, January 14, 2013 10:46:04 PM UTC+1, Marco wrote: Dear all, I am having

GUI crashes when call .destroy() method on Layout class

2013-01-16 Thread Marco
) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) at java.lang.Thread.run(Thread.java:680) Please could you help me understanding which is the problem? What can I do in order to figure out what is the cause? Thank you vey much for your help and best Regards, Marco. -- You received this message

ClassCastException Umbrella Exception: GUI randomly crashes

2013-01-16 Thread Marco
Regards, Marco. -- 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/-/54ZUYsOQQeYJ. To post to this group, send email to google-web-toolkit@googlegroups.com

Re: Background css gradient

2012-12-24 Thread Marco
I had a little mistake in my program therefore CssResource did not work. Only with the *literal *css description it work now: .backgroundtoolbar { background-image: literal(-ms-linear-gradient(top, #000 20%, #fff 80%)); background-image: literal(-moz-linear-gradient(top, #000 20%, #fff

Re: Background css gradient

2012-12-24 Thread Marco
I have added following line to my css file: filter: literal(progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc', endColorstr='#00')); now the gradient is also working in IE. Thanks a lot. -- You received this message because you are subscribed to the Google Groups Google

Background css gradient

2012-12-23 Thread Marco
I have seen that it's possible to use css gradient in gwt 2.5. http://code.google.com/p/google-web-toolkit/issues/detail?id=5771 I tried to set a css gradient to a simplepanel with both examples in bug 5771: .foo { background-image: literal(-ms-linear-gradient(top, #000 20%, #fff 80%));

Re: Background css gradient

2012-12-23 Thread Marco
I tried this way now: *GradientStyle.css* .backgroundtoolbar { background-image: literal(-ms-linear-gradient(top, #000 20%, #fff 80%)); background-image: literal(-moz-linear-gradient(top, #000 20%, #fff 80%)); background-image: literal(-o-linear-gradient(top, #000 20%, #fff 80%));

Re: Background css gradient

2012-12-23 Thread Marco
@Jens When and where should I call: IGradientStyle.INSTANCE.style().ensureInjected() ? I called IGradientStyle.INSTANCE.style().ensureInjected() just before mySimplePanel .setStyleName(IGradientStyle.INSTANCE.style().backgroundtoolbar()); but without any effect. @Andrei: What kind of

Re: Clearing Browser cache for upadated deployments

2012-12-21 Thread Marco
http://seewah.blogspot.de/2009/02/gwt-tips-2-nocachejs-getting-cached-in.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/-/u2JGxvMGRgwJ. To

Re: Textarea KeyUpHandler not working

2012-11-29 Thread marco
Hi Thomas, thanks for your explanation. I had that setElement(rootPanel.getElement()) thing in my mind, but I didn't really got what it does until your explanation. Now it makes much sense to me what happened. Cheers, Marco Am Mittwoch, 28. November 2012 14:45:51 UTC+1 schrieb Thomas Broyer

Textarea KeyUpHandler not working

2012-11-28 Thread marco
is there any magic working I don't see? Any event I can listen to be sure that my ValidatableTextarea is ready to accept my keyUpHandler? Or is my given Handler somehow overwritten? Thanks in advance, Marco -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Textarea KeyUpHandler not working

2012-11-28 Thread marco
addKeyUpHandler(KeyUpHandler keyUpHandler) { input.addKeyUpHandler(keyUpHandler); } Don't know why but it's working now. Cheers Am Mittwoch, 28. November 2012 08:34:43 UTC+1 schrieb marco: Hi there, I'm trying to implement a counter for a textarea. Something like this is working for me

Re: GWT Designer - MenuBar

2012-11-11 Thread Marco
One more problem (see errormessage below). @Thomas Broyer : can you please use your contacts to get any feedback/reaction about this critical designer issue. See also: http://code.google.com/p/gwt-designer/issues/detail?id=1 It's more than a month without any statement. :-(

Re: GWT Designer - MenuBar

2012-10-30 Thread Marco
Today I installed the new eclipse plugins: Google Web Toolkit SDK 2.5.0 2.5.0.v201210291354-rel-r42 Google Plugin for Eclipse 4.2 3.1.1.v201210291354-rel-r42 I don't have the previous posted error anymore: org.eclipse.wb.internal.core.utils.check.AssertionFailedException: Can not find method

Re: GWT Designer - MenuBar

2012-10-28 Thread Marco
Next error in gwt designer after updating from gwt2.5_rc2 to gwt2.5. Full context stack trace: org.eclipse.wb.internal.core.utils.check.AssertionFailedException: Can not find method setRowData(java.util.List) in class com.google.gwt.user.client.ui.HTML at

Re: GWT Designer - MenuBar

2012-10-10 Thread Marco
I think this is an urgent issue. What's the best way to place this issue and to get feedback? -- 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 Designer - MenuBar

2012-10-10 Thread Marco
posted it to: http://code.google.com/p/gwt-designer/issues/detail?id=1 I'm the first who has ever posted an issue to this project (ID 1). Let's see if I get any response. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

GWT Designer - MenuBar

2012-10-07 Thread Marco
Hello, i'm using following infrastructure: Eclipse 4.2.1 GWT Designer 2.6.0.r42x201206111253 GWT 2.5_RC 2 Problem is, that I can't choose MenuBar or MenuItem in GWT Designer Palette. If I open a class with a menubar, i get following error:

Re: CellTree: Changing the default no data message for empty nodes

2012-10-03 Thread Marco
There is already an open issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6868 -- 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: CaptionPanel - CaptionLayoutPanel

2012-10-03 Thread Marco
Furtunately I got an answer at stackoverflow: http://stackoverflow.com/questions/12588759/captionpanel-captionlayoutpanel Only problem is, that I have to set the childs height manually to 98% (normally it's not necessary for Layout Panels) to fit in the caption panel. I can live with this

DecoratorPanel - Layout panel

2012-09-25 Thread Marco
I want to use the DecoraterPanel inside a Layout Panel (DockLayoutPanel) . The problem is that there is no DecoratorLayoutPanel implementation and therefore if I want to use this panel inside a Layout Panel, all childs will loose the resize events because the resize-chain is broken through the

CaptionPanel - CaptionLayoutPanel

2012-09-25 Thread Marco
I want to use the CaptionPanel inside a Layout Panel (DockLayoutPanel) . The problem is that there is no CaptionLayoutPanel(like SimpleLayoutPanel) implementation and therefore if I want to use this panel inside a Layout Panel, all childs will loose the resize events because the resize-chain is

Re: GUI Design - Layout Panels

2012-09-20 Thread Marco
Thx for the answer but my problems described in my post are not solved with your solution. One more thing to be clear, with Layout Panels I don't mean just the LayoutPanel.class but all the classes described here:

Re: GUI Design - Layout Panels

2012-09-20 Thread Marco
Thanks Thomas for this hint, also HeaderPanel was new for me. Maybe for better understanding I have added a screenshot with some remarks of GwtTestDockFilled.class My background is plain Java, therefore it's easier for me to have less CSS,HTMLPanel I think. ;-) I still have no idea whats the

GUI Design - Layout Panels

2012-09-19 Thread Marco
for any help. Marco -- 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/-/m7UFnpv49UgJ. To post to this group, send email to google-web-toolkit

DockLayoutPanel/SimpleLayoutPanel - Css padding

2012-09-18 Thread Marco
Hello, i have the problem that the css padding is not working for me, the margin and background-color does. Here a simple example to show the problem. Has anybody an idea where the problem is? Thx a lot Marco .test { margin: 4px; padding: 20px; background-color: Lime; } public class

Re: How to use a DisclosurePanel within a DockLayoutPanel's north panel

2012-09-16 Thread Marco
Have you found a solution in the meantime? Has anybody else an idea? -- 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/-/TePZo1qbXuAJ. To post

GET instead of a POST when submitting a form in Safari 5

2012-06-19 Thread Marco
I run into a serious issue using Safari 5.1.7. I'm working on a GWT application using GWT SDK 2.3.0, hosted by Jetty 7.2.2 and running on Windows XP 32 bits. In this application we have to let the user uploads some files. Most of the time it works well but at some point it sends a GET request

Re: Editor Framework: Client side validation and error handling

2012-05-18 Thread Marco
on the client as well as on the server. For a longer description with example see my reply to How to do client side validation with annotated rules on domain classes (RequestFactory)http://stackoverflow.com/a/10659828/862411 . - Marco -- You received this message because you are subscribed

Re: GWT Remote Logging - Logger Name replaced by logOnServer

2012-05-02 Thread Marco
Just had the same problem. Seems to be Issue 1930http://code.google.com/p/googleappengine/issues/detail?id=1930 As a (temporary) workaround I replaced the

Re: want to set browser to full screen mode

2012-03-06 Thread Marco
Have you found a solution in the meantime? Am Dienstag, 28. September 2010 16:18:42 UTC+2 schrieb ganesh b: hai to all, i am new to gwt, i want to run my gwt page in full screen mode, can any tell me to to do this. regards ganesh -- You received this message because you are

Re: How can I run a GWT application in full screen mode

2012-03-06 Thread Marco
Have you found a solution in the meantime? @Stevko: Good to know but do you have a solution with example anyway? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT - Datagrid Selection Color

2012-03-05 Thread Marco
Hi, is there a way to change global the selection color of gwt datagrid? I added following css-format in the main-app-css file: .dataGridSelectedRow { background: #1EDA17; color: white; height: auto; overflow: auto; } I have seen also following link:

Re: No type for token

2012-02-20 Thread Marco Asteriti
be welcome! Marco -- 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/-/xkDH2eCm9dcJ. To post to this group, send email to google-web-toolkit

Re: No type for token

2012-02-20 Thread Marco Asteriti
On Monday, February 20, 2012 9:29:54 AM UTC-5, Thomas Broyer wrote: Several things: - Annotation processing in Eclipse a barely usable. I battled for hours yesterday to make it refresh the generated DeobfuscatorBuilder. IIRC, I refresh the project in eclipse, then restarted

Re: Celltree - Add, Update, Remove Nodes

2012-02-04 Thread Marco
Here my third try: This way is recommended by gwt-commiter. Please see following issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=7160 Current status: * Adding is possible * Removing is possible if not last child! So, last open point, refresh the tree if last open child!

Re: Celltree - Add, Update, Remove Nodes

2012-01-29 Thread Marco
Here an example of my second try. I tried to close/reopen the nodes to refresh the tree but sadly without success. The refresh for adding is working but not for removing a node. I replaced my refresh method by following two methods. Still no help? public void refresh() {

Re: Celltree - Add, Update, Remove Nodes

2012-01-27 Thread Marco
Ok here a very simple complete example of my try to add/remove nodes in a celltree. Sadly it doesn't work very well. Please try my example and maybe now somebody can give me a hint how to solve this problem. import java.util.ArrayList; import com.google.gwt.cell.client.AbstractCell; import

Celltree - Add, Update, Remove Nodes

2012-01-22 Thread Marco
/easy solution. Is there no smart solution for that because this is a very basic funtionallity and lot of people must have this 'challenge'? Has anybody a running small example how to add/remove dynamically nodes? I'm using GWT 2.4. Thanks a lot for any help! Marco -- You received this message

Re: Fast way for email, phone input validation

2011-06-27 Thread marco . m . alves
Thanks! Sent from my BlackBerry® wireless device -Original Message- From: mohamed salah mohamedhasanshaks...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Mon, 27 Jun 2011 13:42:39 To: google-web-toolkit@googlegroups.com Reply-To: google-web-toolkit@googlegroups.com

Re: Fast way for email, phone input validation

2011-06-27 Thread Marco Alves
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Marco Manteigas Alves tlm: 96 983 46 23 skype: marco.m.alves -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Import GWT prj

2011-03-28 Thread Marco Gadaleta
Hello everyone, I'm trying to create a project of Utils for other GWT Project. In this Utils I can put some code so that does not duplicate it. There is a way to do this if considering that in Util Project could be GWT ui code (layoutpanel, button, etc..)? Thx -- Marco -- You received

Re: Import GWT prj

2011-03-28 Thread Marco Gadaleta
Please.. On Mon, Mar 28, 2011 at 11:10 AM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: Hello everyone, I'm trying to create a project of Utils for other GWT Project. In this Utils I can put some code so that does not duplicate it. There is a way to do this if considering that in Util

TabLayoutPanel

2011-03-28 Thread Marco Gadaleta
DecoratorTabPanel to 100% in width and height? -- Marco -- 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 group, send email to google-web

Re: FocusPanel selection borderless

2011-03-25 Thread Marco Gadaleta
any help.. On Thu, Mar 24, 2011 at 3:40 PM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: Hello everyone, I'm using a FocusPanel widget and i wan't to remove the border of selection when i click on the focus panel. I've try with a css with border: none but without succes.. Any idea

Celltable renderer object

2011-03-25 Thread Marco Gadaleta
or not dinamically another column based on a specific value of the object -- Marco -- 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 group

Re: Style TabLayoutPanel

2011-03-24 Thread Marco Gadaleta
-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight { background-position: -6px -61px; } But nothing change. There is another way? On Wed, Mar 23, 2011 at 10:45 PM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: Hello everyone, I'm trying to style a TabLayoutPanel but without success. More

Re: Style TabLayoutPanel

2011-03-24 Thread Marco Gadaleta
email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Marco -- You received this message because you

FocusPanel selection borderless

2011-03-24 Thread Marco Gadaleta
Hello everyone, I'm using a FocusPanel widget and i wan't to remove the border of selection when i click on the focus panel. I've try with a css with border: none but without succes.. Any idea? -- Marco -- You received this message because you are subscribed to the Google Groups Google Web

Re: Style TabLayoutPanel

2011-03-24 Thread Marco Gadaleta
=en. -- Marco -- 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 group, send email to google-web-toolkit+unsubscr...@googlegroups.com

TableLayoutPanel css

2011-03-23 Thread Marco Gadaleta
can Someone help me saying where i can found an example for a tablelayoupanel styling ? thx -- Marco -- 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

Re: DockLayoutPanel with global Scroll

2011-03-23 Thread Marco Gadaleta
email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Marco -- You received this message because you

Re: TableLayoutPanel css

2011-03-23 Thread Marco Gadaleta
TableLayoutPanel is incorrect. I was referring to TabLayoutPanel; On Wed, Mar 23, 2011 at 12:05 PM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: can Someone help me saying where i can found an example for a tablelayoupanel styling ? thx -- Marco -- Marco -- You received

Re: TableLayoutPanel css

2011-03-23 Thread Marco Gadaleta
nothing..?? On Wed, Mar 23, 2011 at 12:24 PM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: TableLayoutPanel is incorrect. I was referring to TabLayoutPanel; On Wed, Mar 23, 2011 at 12:05 PM, Marco Gadaleta gadaleta.ma...@gmail.com wrote: can Someone help me saying where i can found

Style TabLayoutPanel

2011-03-23 Thread Marco Gadaleta
Hello everyone, I'm trying to style a TabLayoutPanel but without success. More precisely, I'm trying to change the color of tab and the border of content area.. but i cannot find their way.. Any suggestion would be appreciated. Thx -- Marco -- You received this message because you

Re: Celltable Css

2011-03-22 Thread Marco Gadaleta
: It' so strange. In this way i cant handle multiple css.. Yes you can. You can have several CellTable.Resources/Style instances, and you can also define your CellTable.Style to use @external CSS class names soyou can style them with an external CSS stylesheet. -- Marco -- You received

DockLayoutPanel with global Scroll

2011-03-22 Thread Marco Gadaleta
to the screen.. Any suggestion is appreciated. Thx, -- Marco -- 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 group, send email to google-web

Re: DockLayoutPanel with global Scroll

2011-03-22 Thread Marco Gadaleta
to be growing to the content. Patrice -- Marco -- 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 group, send email to google-web-toolkit+unsubscr

Re: DockLayoutPanel with global Scroll

2011-03-22 Thread Marco Gadaleta
But if i want to add a LayoutPanel i cant use RootPanel but I must use RootLayoutPanel.. Is it right? On Tue, Mar 22, 2011 at 3:36 PM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: thx ;-) On Tue, Mar 22, 2011 at 3:16 PM, Patrice De Saint Steban patou.de.saint.ste...@gmail.com wrote

Style CellTable UiBinder

2011-03-21 Thread Marco Gadaleta
Hello everyone, I'm going crazy.. I'm trying to set a style to celltable object in this way: mycelltable.setStylePrimaryName; I also tryed to set mycelltable.addColumnStyleName but...nothing... any help would be appreciated Thx, Marco -- Marco -- You received this message because you

Style CellTable UiBinder

2011-03-21 Thread Marco Gadaleta
Hello everyone, I'm going crazy.. I'm trying to set a style to celltable object in this way: mycelltable.setStylePrimaryName; I also tryed to set mycelltable.addColumnStyleName but...nothing... any help would be appreciated Thx, Marco -- Marco -- You received this message because you

Re: Style CellTable UiBinder

2011-03-21 Thread Marco Gadaleta
Help!!! On Mon, Mar 21, 2011 at 1:40 PM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: Hello everyone, I'm going crazy.. I'm trying to set a style to celltable object in this way: mycelltable.setStylePrimaryName; I also tryed to set mycelltable.addColumnStyleName but...nothing... any

Celltable Css

2011-03-21 Thread Marco Gadaleta
Hello i'm needing help about the possibility to style cellTable using a css declared in this way in the host page: link type=text/css rel=stylesheet href=Global.css I'm trying to assign css in setstyle..but without result. Any help is appreciate -- Marco -- You received this message

Re: Celltable Css

2011-03-21 Thread Marco Gadaleta
/google-web-toolkit?hl=en. -- Marco -- 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 group, send email to google-web-toolkit+unsubscr

Re: CellTable Filter

2011-03-18 Thread Marco Gadaleta
, gadaleta.marco gadaleta.ma...@gmail.com wrote: Hello everyone, I was wondering if there is the possibility to apply a filter on a celltable or celllist. If so, could you tell me how? Txh, Marco -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: DropDown Button

2011-03-15 Thread Marco Gadaleta
Hi Jim, I've yet done as you have say to me. But can you tell me the instruction to insert an arrow on th face? Thx you, Marco On Mon, Mar 14, 2011 at 9:34 PM, Jim Douglas jdou...@basis.com wrote: Make a button with text and a dropdown arrow on the face, react to the button click by showing

Add icon to Button

2011-03-14 Thread Marco Gadaleta
Hi, i'm try to add icon to a button using gwt. Someone can help me? Thx, Marco -- Marco -- 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: DropDown Button

2011-03-14 Thread Marco Gadaleta
Nothing??? On Wed, Mar 9, 2011 at 1:53 PM, gadaleta.marco gadaleta.ma...@gmail.comwrote: hello everyone, there a way to create a button in gwt like gmail more actions button without using external library? Thx, hope you can help me. -- Marco -- You received this message because you

Re: DropDown Button

2011-03-14 Thread Marco Gadaleta
? On Mon, Mar 14, 2011 at 9:12 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: +1 2011/3/14 Marco Gadaleta gadaleta.ma...@gmail.com Nothing??? On Wed, Mar 9, 2011 at 1:53 PM, gadaleta.marco gadaleta.ma...@gmail.comwrote: hello everyone, there a way to create a button

Re: ImageCell clickable

2011-03-12 Thread Marco Gadaleta
There is a way to handle selection? On Sat, Mar 12, 2011 at 12:21 PM, gadaleta.marco gadaleta.ma...@gmail.comwrote: Hi, there is a a way to click on an ImageCell colum like ClickableTextCell? Thx, Marco -- Marco -- You received this message because you are subscribed to the Google

FieldUpadater not work

2011-03-12 Thread Marco Gadaleta
Hi i've created a field updater for celltable column. It works for TextColum but not for ImageCell. Why this? -- Marco -- 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

Re: ImageCell clickable

2011-03-12 Thread Marco Gadaleta
I've fix it write my own class On Sat, Mar 12, 2011 at 1:18 PM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: There is a way to handle selection? On Sat, Mar 12, 2011 at 12:21 PM, gadaleta.marco gadaleta.ma...@gmail.com wrote: Hi, there is a a way to click on an ImageCell colum like

Datagrid Json

2011-03-09 Thread Marco Gadaleta
Hi, this is the possibility to use json object inside celltable ? I hope in a response. Thx, -- Marco -- 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

Multi Gwt Project

2011-03-05 Thread Marco Gadaleta
Hello everyone, i want put a question relative a kind of multi-project project implementation . I have 2 gwt modules (Main Project, X Project). i want to load X Project into Main Project with the possibility to pass values between modules. What is the best practies? Thx, Marco -- Marco

Re: RequestBuilder and StatusCode=0

2011-03-04 Thread Marco Gadaleta
. -- Marco -- 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 group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options

Re: RequestBuilder and StatusCode=0

2011-03-04 Thread Marco Gadaleta
@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Marco -- You received this message because you are subscribed to the Google Groups

  1   2   >