Re: Security Vulnerabilities with GWT

2022-10-26 Thread 'Ben Shapiro' via GWT Users
to the latest version of 3.21.8? Thanks in advance. Ben On Tuesday, June 30, 2020 at 4:16:01 AM UTC-6 priyako...@gmail.com wrote: > Thank you very much for quick responses. > Here are Vulnerabilities listed - > > > Gwt-dev.jar - > 1.1 Vulnerable version of jetty library(curren

Re: Install GWT plugin for Firefox26

2022-06-28 Thread 'Ben Shapiro' via GWT Users
We have the gwt-dev-plugin-1.26-rc1.xpi plugin here in our office. I am happy to give you a copy if you want. Then you can manually install it on your old version of Firefox. You can reach me at bshapiro @ qvera.com. Thanks. On Friday, June 24, 2022 at 3:29:44 AM UTC-6 dis0...@gmail.com

Help finding UK based get developers

2017-08-03 Thread Ben Potter
Hi guys, I'm looking for some help if you would be so kind. I am looking for a gwt developer in the south of England. I'm having trouble finding a gwt specialist rather than someone who has just used it at some point in the past. If anyone could point me in the right direction or recommend

Re: Basic SuperDevCompiler + SuperDevModeUI Library

2015-09-12 Thread Ben Dol
That worked thanks, Jens. Makes this library less useful for me now haha oh well might find more use for it at some point. Appreciate the help. On Sunday, September 13, 2015 at 2:47:19 AM UTC+12, Jens wrote: > > > Using intellij GWT run configuration with Tomcat7 >> > > I assume you have an

Re: Basic SuperDevCompiler + SuperDevModeUI Library

2015-09-12 Thread Ben Dol
Using intellij GWT run configuration with Tomcat7 "C:\Program Files\Java\jdk1.7.0_65\bin\java" -Xms2048m -Xmx2048m -XX:MaxPermSize=1024m -Didea.launcher.port=7536 "-Didea.launcher.bin.path=E:\Jetbrains\IntelliJ IDEA 14.1.4\bin" -Dfile.encoding=windows-1252 -classpat

Re: Problems GWT2.7 superdevmode + tomcat server

2015-09-11 Thread Ben Dol
There is a way to get it working with the tomcat maven plugin with gwt maven plugin, however I haven't had any luck with that yet. In the mean time you can use a library I wrote up for SuperDevMode to help manipulate compilations. Somewhat a work around to many issues but I find it helps me

Basic SuperDevCompiler + SuperDevModeUI Library

2015-09-11 Thread Ben Dol
So I wanted to invoke SuperDevMode compilations myself removing the need for the bookmarks so I wrote an emulated wrapper for the dev_mode_on.js compiler interface. Then added some useful features to a SuperDevModeUI like auto compile on F5, display compile errors in the same window and an

Re: Basic SuperDevCompiler + SuperDevModeUI Library

2015-09-11 Thread Ben Dol
Not when you are using Tomcat. I know there are ways to get it working with Tomcat, but I didn't have any luck with it yet. On Saturday, September 12, 2015 at 7:27:35 AM UTC+12, Jens wrote: > > Are you aware that GWT 2.7 already has automatic recompilation on browser > reload by default? > > --

Re: Hibernate Validator Issue

2015-02-19 Thread Ben Dol
Also forgot to mention I have the GWT inherit in my modules gwt.xml, like so: inherits name=org.hibernate.validator.HibernateValidator / replace-with class=nz.co.doltech.ims.client.core.AppValidatorFactory when-type-is class=javax.validation.ValidatorFactory / /replace-with -- You

Hibernate Validator Issue

2015-02-19 Thread Ben Dol
Hey guys, I'm trying to get the GWT Validation working but I keep getting a ton of compile errors. I am using Maven to import the dependencies including the Hibernate Sources which I am manually installing with maven. This is the error I get when compiling: http://pastebin.com/TBt0ps4K and

Re: Hibernate Validator Issue

2015-02-19 Thread Ben Dol
Also this is the version used: hibernate-validator.version4.1.0.Final/hibernate-validator.version As instructed by the tutorial on the gwt webiste. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Access OutputStream of HttpServlet within GWT Client

2014-05-28 Thread Ben
. But the response does not look like the one from the HttpServlet. Is there any chance to access data from a HttpServlet response in GWT? Regards Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: RadioButton does not get selected when setValue is called events not fired in IE

2014-04-23 Thread Ben Hahne
dhoffer dhoffer6@... writes: I have two RadioButtons on a panel, each have an addValueChangeHandler() listener. Later after all the widgets are created and added to the panelI call readiobutton1.setValue(true, true) to both set it as selected and to fire events which the

Re: RadioButton does not get selected when setValue is called events not fired in IE

2014-04-23 Thread Ben Hahne
So, this fix evidently only satiates IE :( WTH CHROME?! -- 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.

Re: RadioButton does not get selected when setValue is called events not fired in IE

2014-04-23 Thread Ben Hahne
OK! So I have just realized my issue was because I was using tabs and had radio buttons with the same group name. This was causing confusion with who was to be checked evidently. So, after making different group names for each set of tabs, I see the expected results. #DontCopyPastCode --

Re: Super Dev Mode in Firefox, Breakpoints not being hit

2014-03-04 Thread Ben Hegarty
a GWT.debugger() call and recompiling; that should always work, unless something is really wrong. - Brian On Monday, March 3, 2014 12:44:06 PM UTC-8, Ben Hegarty wrote: Hi, I was wondering if anyone is seeing issues using super dev mode in firefox, I've tried it in chrome and it works

Super Dev Mode in Firefox, Breakpoints not being hit

2014-03-03 Thread Ben Hegarty
this issue? Or is a special way that firefox enables breakpoints? Regards Ben -- 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

How to disable smartgwt CustomValidator for a specific scenario

2014-02-28 Thread Hanen Ben Rhouma
H Hello, I have a form which uses CustomValidator to check for non empty field whenever we try to Add a record (PARAMETER, VALUE) I'm looking for a way to disable form validation when I'm trying to Delete (the user can delete an empty listGridRecord if he changes his mind and needs no more to

Custom widget child elements

2014-01-03 Thread Ben Cuthbert
Hi All, I have created a custom widget that extends ComplexPanel so that it can have children. The UIBinder looks like so layout:Layout ui:field=layoutPanel layout:top g:HTMLPanel styleName=links-container /g:HTMLPanel /layout:top /layout:Layout In the Layout class that extends

Re: Determining dependencies for split points

2013-11-03 Thread Ben Klein
The solution that worked for me was to move the code from the runAsync method of split point 1 out of the runAsync call (next to it). This put the relevant code into the initial download part, where I could trace the dependency. On Monday, October 14, 2013 1:00:41 PM UTC-4, Ben Klein wrote

Re: Determining dependencies for split points

2013-11-03 Thread Ben Klein
Correction: split point 5, not 1 -- 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,

Integration of desktop and mobile application

2013-10-22 Thread Ben
for our task, because we have two completely different apps. How can we achieve this? Regards Ben -- 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

Re: Determining dependencies for split points

2013-10-14 Thread Ben Klein
Actually, these are initial fragments, loading in the order 5,1,2,3,4. There are no exclusive fragments in this application. On Monday, October 14, 2013 1:37:46 PM UTC-4, Jens wrote: You have only used that specific code in split point 5 and never in split point 1. Thats why the code ends up

Build tree table with GWT CellTableBuilder

2013-05-22 Thread Ben
://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCustomDataGrid only allows to expand the top level rows. My use case requires expansion of multiple row levels. How can I achieve this with pure GWT? Regards Ben -- You received this message because you are subscribed to the Google Groups

Re: Slider for GWT?

2013-05-16 Thread Ben Ritchie
CSS hide the other scrollbar? On Tuesday, 7 May 2013 19:00:14 UTC+1, membersound wrote: This incubator works perfectly for me, as I just need a single scrollbar. Thanks! 2013/5/7 Honza Rames ram...@gmail.com javascript: There is an Slider implementation in GWT incubator (

Converting JavaScript project to GWT component

2013-03-12 Thread Ben Cuthbert
Has anyone got any good tutorials on converting Javascript projects like http://needim.github.com/noty/ to GWT components? -- 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,

GWT Maps - v2 to v3

2013-02-12 Thread Ben
We are looking at porting our GWT Maps v2 apps to v3. As we understand it there are 2 principle efforts/libs to this effect: 1. http://code.google.com/p/gwt-google-maps-v3/ 2. http://code.google.com/p/gwt-google-apis/downloads/detail?name=gwt-maps-3.8.0-pre1.zip It does

Re: why no getTabBar() in TabLayoutPanel?

2013-02-11 Thread Ben
I also would need the getTabBar() but for a different reason (dynamically customizing the style of the bar) thus the proposed workarounds are not good for me. Any suggestion? At least I would like to understand why this essential basic functionality has been removed. -- You

Re: GWT 2.5 dev mode unable to refresh

2012-12-04 Thread Ben St. Pierre
No ideas? On Tuesday, November 13, 2012 4:52:03 PM UTC-7, Ben St. Pierre wrote: Hi guys, After upgrading to to GWT 2.5 I am unable to refresh my dev mode. It initially loads fine but reloading (in any browser causes the rpc mechanism to throw this error... Caused

GWT 2.5 dev mode unable to refresh

2012-11-13 Thread Ben St. Pierre
Hi guys, After upgrading to to GWT 2.5 I am unable to refresh my dev mode. It initially loads fine but reloading (in any browser causes the rpc mechanism to throw this error... Caused by: com.google.gwt.user.client.rpc.SerializationException: java.lang.RuntimeException: Unable to find class

Re: what's ReflectionHelper.loadClass(String) does?

2012-11-08 Thread Ben St. Pierre
It's used by dev mode to load classes dynamically. GWT production code would be unable to use this. On Monday, October 3, 2011 12:27:07 PM UTC-6, Elhanan wrote: hi.. it seems there is some sort of partial reflection support in gwt, but can i use it? is it the same as class.forname? --

GWT compiler .java files

2012-10-25 Thread Ben Cuthbert
All I when I add my modules .java files into the jar and pass it to my application the compiler works. But when I put the .java files of the module into a -sources.jar and then add that to the classpath of my application the compile does not work, and I get the following error. ERROR] Line

Re: CellList Style

2012-10-24 Thread sana ben aissa
hi , how does it work in case i added the same widget twice in a view ? i wanna add the same widget twice in a view with diffrent style ! like this , i will always get the second style i puted in the component ! thx for ur time :=) -- You received this message because you are subscribed to

Re: TabLayoutPanel with scroll buttons

2012-09-25 Thread sana ben aissa
please can you show me how to use it , i coudn't even test it ! -- 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/-/RUADpqouugoJ. To post to this

Re: TabLayoutPanel with scroll buttons

2012-09-25 Thread sana ben aissa
hi , please can help me understand what do you mean by saying You should be able to wrap it into a Composite and then reference that Composite in your UiBinder file though. ?? and i m searching for a widget that can help me do this

Newbie listbox with Uibinder issue

2012-09-25 Thread Ben Hegarty
I've been having a problem using the Listbox with the UIbinder but I can't seem to figure out why the following code doesn't populate the listbox on startup? public class RegistrationViewImpl extends Composite implements RegistrationView { private static RegistrationViewUiBinder uiBinder

CellTable does not appear when used in CellList (or CellTable) as part of a custom widget

2012-09-03 Thread ben
Hello, I created a custom widget that contains a CellTable and other components. It works fine. Now I want to use this widget in a CellList (or CellTable, whatever). I created a custom cell that extends AbstractCell and contains my widget. The problem is that I can see every components of my

CellTable does not appear when used in CellList (or CellTable) as part of a custom widget

2012-09-03 Thread ben
Hello, I created a custom widget that contains a CellTable and other components. It works fine. Now I want to use this widget in a CellList (or CellTable, whatever). I created a custom cell that extends AbstractCell and contains my widget. The problem is that I can see every components of my

Re: Any summary on The History and Future of Google Web Toolkit available?

2012-07-03 Thread Ben
here is the presentation: https://docs.google.com/presentation/d/1pC9WK80-fzIs2iMQOO3Jsvfmqv2erI9xucuF3lHOE7Q/edit#slide=id.p18 Am Montag, 2. Juli 2012 22:44:08 UTC+2 schrieb Celinio Fernandes: https://developers.google.com/events/io/sessions/gooio2012/218/ is this talk finally available

Re: add timer on panel......

2012-06-04 Thread Ben Klein
If I recall correctly, System.currentTimeMillis() still works in GWT. In your timer code, this can be called; end_time + start_time - current_time will give you how much time is left. On Tuesday, May 29, 2012 7:59:43 AM UTC-4, Harshal Patil wrote: Hello Can anyone plz help me to create

Tree HTML item loses focus

2012-03-07 Thread Ben Klein
I have a Tree serving as a navigation pane, in which almost all of the items are HTML links. Often, when tabbing through the tree, the Tree itself will take back the focus from whichever link was selected. Is there any way that I can prevent this from happening? -- You received this message

ListBox horizontal scrollbar

2012-01-20 Thread Ben
Using GWT2.0.3 and trying to find an easy way to effectively end up with a ListBox that has both vertical *and* horizontal scrollbars (vertical is no problem - the horizontal is the sticky one). Not finding conclusive answers in the forums at this point. Was hoping to find someone who'd done the

Incubator SliderBar - setCurrentValue() not updating the slider's value

2011-11-15 Thread Ben
I'm using the SliderBar from GWT incubator.. I can't get it to set value! In the below code the alert pops up but the Slider's value does not change. What am i missing? Thanks. SLIDER_LIT_MIN = new SliderBar(0.0,1); SLIDER_LIT_MIN.setStylePrimaryName(gwt-SliderBar-shell);

Ruler tool for GWT maps

2011-11-03 Thread Ben
Hi GWT/Mappers - Has anybody built a ruler tool to enable measuring between 2 points *on a map created via GWT* in java? An example or sources would be appreciated. I suppose either JSNI or GWT version is ok.. I'm using an older ver. of GWT - 2.1. Thanks. -- You received this message because

Re: FileUpload and IE8

2011-10-06 Thread Ben Imp
Not that this helps you resolve your issue, but the GWT applications I maintain have no issues when uploading files in IE8 land. Something about how you are handling things is likely unique. Post some code and, as others have mentioned, a bit more detail about what exactly is happening. -Ben

Re: Using window.open(), Chrome and extensions in GWT project..

2011-10-05 Thread Ben
be made visible by default from window.open(). On Oct 4, 3:52 pm, Ben ben.falc...@gmail.com wrote: As a part of a larger GWT project we have some native JavaScript in which we use window.open to create a new Chrome instance. So far so good. But we have some Chrome extensions (e.g., a screenshot

Using window.open(), Chrome and extensions in GWT project..

2011-10-04 Thread Ben
As a part of a larger GWT project we have some native JavaScript in which we use window.open to create a new Chrome instance. So far so good. But we have some Chrome extensions (e.g., a screenshot extension - 'Awesome Screenshot', or 'Screen capture (by Google)') that we want available to this new

Using FileUpload

2011-10-03 Thread Soumaya Ben Abdallah
Hi All, I was wondering, is there a way to get the last modified date of a file when using the FileUpload component? Thanx in advance. -- 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: Performance Tip for IE browsers : Java garbage collection is NOT Javascript garbage Collection

2011-09-26 Thread ben fenster
so just to understand just replace anonymous in call callback with a variable will fix the problem ? instead of: call(new callback(){}); use : callback c = new callback(){}; call(c); ? On Sep 26, 1:29 pm, Rokesh rjan...@gmail.com wrote: Hi All, I've been working on GWT for a while now and

Re: Java and HTML file

2011-09-13 Thread Ben Imp
While I'm not sure GWT allows you to do exactly what you are asking, you should be able to use a ui binder template to accomplish the same goal. http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html -Ben -- You received this message because you are subscribed to the Google Groups

Re: Creating my own UiBinder panel

2011-09-09 Thread Aviad Ben Dov
resource, and there are a bunch of UiBinder examples in GWT samples. John LaBanca | GWT Software Engineer | jlaba...@google.com On Fri, Sep 9, 2011 at 1:42 AM, Aviad Ben Dov aviad.ben...@gmail.comwrote: Hello! My name is Aviad, and I'm emailing you quite randomly because I have no idea who

Re: UiHandler and how to do it right?

2011-09-08 Thread Ben Munge
Do you have a corresponding field in your UIBinder ui.xml with the same ui:field property? For example, in your ui.xml you should have: g:Button ui:field=buttonClick Me/g:Button In the corresponding Java class you should have: @UiField Button button; @UiHandler(button) void

Re: is there a Naming conventions of gwt?

2011-09-08 Thread Ben Munge
Could you be more specific? GWT does utilize convention over configuration in several aspects. This is especially apparent in the UIBinder model where naming conventions allow you to easily associate Java elements and methods with the defined elements in your ui.xml. On Sep 8, 5:26 am, wahaha

Re: Is there a GWT book covering version = 2.1.1?

2011-09-08 Thread Ben Munge
There does seem to be a lack of valuable GWT books covering some of the newer aspects of the language. Have you gone through all the tutorials on the main site? I found the large scale application development and MVP pattern w/ UIBinder tutorial extremely valuable when learning the framework:

Re: Conditional CSS Updates

2011-09-08 Thread Ben Munge
I don't think you can do this with conditional styles. I think you'd be better off firing an event on the event bus when they orientation changes and just change class/style through an event handler. On Aug 29, 12:39 am, rth rthol...@gmail.com wrote: Hi, I have a Conditional CSS block that

Re: Is there a GWT book covering version = 2.1.1?

2011-09-08 Thread Ben Munge
Thanks for the tip BM! On Sep 8, 9:57 am, BM bhushan.ma...@gmail.com wrote: Have you checked the Manning's GWT in Action Second Edition book? They have it on MEAP program. This book is awesome. They cover the latest 2.3 version with extensive coverage on UIBinder, RPC, MVP, Activities and

Re: SuggestBox popup Z-Index issue (appears behind everything)

2011-08-15 Thread Ben Imp
One of the SuggestBox constructors lets you pass in a custom SuggestionDisplay. You should be able to just extend the DefaultSuggestionDisplay, override the decorateSuggestionList method, and set the z-index of the widget it makes. -Ben -- You received this message because you

Re: SuggestBox popup Z-Index issue (appears behind everything)

2011-08-15 Thread Ben Imp
I suppose you could also use CSS, too. That would seem to be a bit less hacky. -Ben -- 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: RequestFactory Best Practices: How to share object between client and server

2011-08-04 Thread Ben Munge
You create a Proxy object on the client for your corresponding server object. http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html On Aug 4, 5:46 am, br22 g22...@gmail.com wrote: Sometimes you want the same Java code to run on the client and server. With RPC it is easy to

Re: RequestFactory Best Practices: How to share object between client and server

2011-08-04 Thread Ben Munge
assistance. On Aug 4, 11:24 am, br22 g22...@gmail.com wrote: Great, but how you make the SAME Java code (that runs both on the client and the server) share the SAME object (not 2 objects like Obj1 and Obj1Proxy)? On Aug 4, 11:34 am, Ben Munge ben.mu...@gmail.com wrote: You create a Proxy

Re: Does GWT has any framework or class or something for accessibility (especially for client side )

2011-08-02 Thread Ben Munge
I'm not sure what you mean exactly. Accessibility is driven much more by the content and construction of your pages. A framework cannot make assumptions about accessibility because it doesn't know what your site is trying to express. If you follow the UI Binder approach, just construct your

Dynamically convert between TextBox and PasswordTextBox

2011-07-29 Thread Ben Munge
I have a requirement to turn some financial fields into masked fields and I wanted to use the password input type to simplify the logic. I need to be able to change a TextBox to a PasswordTextBox and have it change the value in the box to circles without affecting the value or style of the

Re: Dynamically convert between TextBox and PasswordTextBox

2011-07-29 Thread Ben Munge
: From a code and css points of view they are exactly the same. You should be able to change from TextBox to PasswordTextBox without changing anything. On Fri, Jul 29, 2011 at 5:05 PM, Ben Munge ben.mu...@gmail.com wrote: I have a requirement to turn some financial fields into masked

Re: Dynamically convert between TextBox and PasswordTextBox

2011-07-29 Thread Ben Imp
a password field is to hide the value from the user. If that isn't the use case, then ignore my ramblings. -Ben -- 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

Re: Applying CSS to Grid

2011-07-27 Thread Ben Imp
You appear to be missing a period in your CSS, in front of headerRow. -Ben -- 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/-/2eNxTmFTIRMJ. To post

Re: Multiple dialog boxes

2011-07-26 Thread Ben Imp
You can tell the dialogs to be non-modal (ie. setModal(false)). That should allow you to have multiple dialogs up and interact with all of them. -Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: History and search field

2011-07-18 Thread Ben Imp
for the former, as I find its easier to make throwaway presenters. I suppose you could also chuck it into a cookie. -Ben -- 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

Re: A newbie's question on the bufferedImage

2011-06-29 Thread Ben Imp
GWT only emulates a subset of the JRE. AWT is not part of that subset. http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html -Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https

Re: hyperlinks/html

2011-06-24 Thread Ben Imp
Check out the Anchor widget. That should let you navigate anywhere you want. -Ben -- 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/-/nmJKvypcdzEJ

Re: Log file

2011-06-24 Thread Ben Imp
The answer to that depends on which server you are using. If its Tomcat, there should be a conf subdirectory with a catalina.out file in there, unless yours is configured differently. -Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: HTML ids for widgets generated in a celltable

2011-06-22 Thread Ben Munge
Just curious, but why do you need ID's? Xelibrety's solution should work but you should be able to add any behavior you want to the objects through GWT without the need for an ID. If you have JavaScript that needs IDs to access them, you might as well just port Xelibrety's code over the JavaScript

Re: Unable to load module entry point class

2011-06-21 Thread Ben Munge
Can you post your code for WelcomePage? On Jun 20, 11:42 am, SCK guyedj...@gmail.com wrote: Hi, I'm new developer in GWT. I try somthing and when I want to Run the application, I get error Failed to load Module. See error in below: [ERROR] Unable to load module entry point class

Re: No source code is available for type java.lang.NoSuchFieldError

2011-06-21 Thread Ben Munge
In your GWT console double click the individual errors and you should get a more detailed stack trace. It likely is something wrong with your code rather then a missing import/resource. I've gotten a similar error in the past and it's not overly intuitive. On Jun 20, 1:59 pm, Nathan Klatt

Re: GMail like selection combobox

2011-06-21 Thread Ben Munge
It's a pretty simple Widget. The checkbox itself is simply a standard check box. The event would check all if clicked and unchecked all if unchecked. The box around it is simply a div styled as a button with a click event. The click event shows the dropdown which is simply another collection of

Re: Maintaining application state

2011-06-10 Thread Ben Imp
, ApplicationEventBus, ApplicationFactory, etc. Wrapping it all up in the parameter object makes it really easy to add new application-wide bits. -Ben -- 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

Immediate Need of SAP MM Need Consultant

2011-06-10 Thread ben smith
Transactional data movements) Material Master They want heavy reporting and inventory mgmt ECC 6.0* *Thanks Ben Smith | Technical Recruiter Panzer Solutions LLC 45 Stuart Ave, K Norwalk CT 06850 USA b...@panzersolutions.co*m -- You received

Re: Maintaining application state

2011-06-10 Thread Ben Imp
= new YyyComponentPresenter(model.getYyyComponentModel(), view.getYyyComponentView()); ... } -Ben -- 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

gwt-earth sample - question

2011-06-10 Thread Ben
I'm trying to learn and work with the gwt-earth project.. started with the sort of hello earth program available at: http://code.google.com/p/earth-api-samples/source/browse/#svn%2Ftrunk%2Fdemos%2Fgwt-earth%2Fsrc%2Fcom%2Fgoogle%253Fstate%253Dclosed While the GEPlugin concept is fairly tricky -

cannot be cast to javax.servlet.Servlet

2011-05-29 Thread Hedi Ben Said
Hi everybody, when I deploy my ear file I got the following error the GlobalServiceImpl is the service that extends RemoteServiceServlet 13:08:41,625 INFO [org.apache.catalina.core.ContainerBase.[jboss.web]. [localhost].[/Manager]] Marking servlet globalServlet as unavailable 13:08:41,625 ERROR

Re: cannot be cast to javax.servlet.Servlet

2011-05-29 Thread Hedi Ben Said
Think I found the problem, I removed the gwt-user.jar from my ear and the exception disappeared On May 29, 1:13 pm, Hedi Ben Said hedi.bens...@gmail.com wrote: Hi everybody, when I deploy my ear file I got the following error the GlobalServiceImpl is the service that extends

Re: Error when obfuscating a gwt jar

2011-05-29 Thread Hedi Ben Said
://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.h... that means, all GWT code, that the client will ever see is already obfuscated: so why would you want toobfuscatethe class files again? On May 26, 7:17 pm, Hedi Ben Said hedi.bens...@gmail.com wrote: When Iobfuscatea jar

Error when obfuscating a gwt jar

2011-05-26 Thread Hedi Ben Said
When I obfuscate a jar of a gwt application I got the following error The response could not be deserialized. By obfuscating I do not mean the compiler option of gwt. I mean obfuscating the .class files contained in the jar file Do you have any idea? Thanks a lot -- You received this message

Re: Detect panel remove call

2011-05-25 Thread Ben Imp
I believe if you can add a handler (via addAttachHandler) that will fire when it is removed. However, at that point I'm not sure you can really prevent the panel from being removed, if that is your goal. -Ben -- You received this message because you are subscribed to the Google Groups

Re: How to unit test case on GWT server side class methods and how mock up the session inside the methods.

2011-05-23 Thread Ben Imp
(); Then you can mock out the request, session, etc, in your unit test, since they will just be arguments instead of class methods. -Ben -- 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: HTML rendering in GWT

2011-05-23 Thread Ben Imp
Yes, it is possible. However, you should probably be using CSS and a span tag. Why not take a tour through the samples and see what GWT can do. http://code.google.com/webtoolkit/examples/ -Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Development mode cross site RPC requests

2011-05-20 Thread Ben Imp
You could create a server side component for your GWT app, and delegate fetching the XML data to that. -Ben -- 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

Re: Development mode cross site RPC requests

2011-05-20 Thread Ben Imp
as Apache. -Ben -- 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

Re: how to reposition the popup when window gets resized

2011-05-02 Thread Ben Imp
I believe the center() method on the dialog will re-center a dialog even if its already visible. Stick that into a resize handler and you should be good to go. -Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: using SuggestBox with special Oracle and Suggestion - how to keep view humble

2011-04-26 Thread Ben Imp
is HasClickHandlersAndEnableable, which lets me have greater control over buttons without adding more methods to the main view interface. -Ben -- 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: how to update specific area

2011-04-25 Thread Ben Imp
There should be plenty of this kind of behavior for you to look at in the examples section. http://code.google.com/webtoolkit/examples/ -Ben -- 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

Re: Have each element have its own unique id automatically

2011-04-25 Thread Ben Imp
WidgetUtility().createVerticalPanel(cssClassOne); Not really auto-generated or anything, but it cleans up the code, and doesn't rely on any magic. -Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Internet Explorer

2011-04-25 Thread Ben Imp
, but not to the degree that you are describing. -Ben -- 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: Loading thumbnails of images as links in gwt

2011-04-22 Thread Ben Imp
The Image class implements HasClickHandlers, so you can just tie into that and do whatever you need to do when your handler gets called. -Ben -- 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

Re: Which widget to use

2011-04-22 Thread Ben Imp
These examples will probably be helpful. As the other person mentioned in this thread, the Cell Widgets will probably be what you are looking for. http://code.google.com/webtoolkit/examples/ -Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Ajax loader locked screen

2011-04-20 Thread Ben Imp
You could use a modal DialogBox and not offer the user a way to close it. -Ben -- 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

Re: using SuggestBox with special Oracle and Suggestion - how to keep view humble

2011-04-19 Thread Ben Imp
; } } Then I wrap this in a HasSuggestions interface that lets you set the delegate oracle from outside, and attach listeners and so forth. Seems to work quite well. -Ben -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: KeyPressevent is being called twice for suggest box - Please help!!!!!

2011-04-19 Thread Ben Imp
I believe you are hitting this. http://code.google.com/p/google-web-toolkit/issues/detail?id=3533 There's a few suggestions in there for how to go about fixing it. I ended up creating a de-duping Handler that wont fire its delegate when it gets called for the duplicate event. -Ben -- You

Re: KeyPressevent is being called twice for suggest box - Please help!!!!!

2011-04-19 Thread Ben Imp
That seems a lot simpler than what I did. Awesome. -Ben -- 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: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-13 Thread Ben Imp
As far as I am aware, the browser wont let you read/write local files like that. -Ben On Apr 13, 9:53 am, Diego Lovison diegolovi...@gmail.com wrote: hello, each browser have your api for create and read files or to access data on disk storage So I would like to create an api to make

Re: Is validation on client side enough or do I need both?

2011-04-08 Thread Ben Imp
Never trust a client. -Ben On Apr 8, 6:52 am, Stephan T stephan.tern...@gmail.com wrote: The scenario: I have a form where you can create a new person by entering name in a textbox and click a button. When the user clicks the button I grab the value from the textbox and sets it on the Person

  1   2   3   4   5   >