Cannot install gwt plugin in Eclipse with Windows 7 64-bit

2011-01-28 Thread Kiarash
I'm trying to install Eclipse plugin for GWT and follow the instructions step by step as following: - Download and install Eclipse 3.6 Helios - Choosing >Help >Install new software... adding the address http://dl.google.com/eclipse/plugin/3.6 - Here I see GWT plugins and >Select all, and >Next Th

Re: What makes a DockLayoutPanel stretch its child and what prevents an AbsolutePanel from doing so?

2011-01-28 Thread Magnus
Hi, in addition: I have a base class that derives from AbsolutePanel, and I have different sub classes. Some of the sub classes need to be stretched, some should not be stretched. In the first case, it would be good if the base class is derived from DockLayoutPanel or something like that. In the

What makes a DockLayoutPanel stretch its child and what prevents an AbsolutePanel from doing so?

2011-01-28 Thread Magnus
Hi, I know that a DockLayoutPanel stretches its children to use the full available space. I also know that an AbsolutePanel does not, i. e. it positions a child with its given size per default at the upper left. However, what exactly causes this behavior? And how can I manually stretch a child wi

Re: widget has padding but getPadding returns nothing?

2011-01-28 Thread Jim Douglas
Magnus -- Try something like this: ... Widget widget = ...; Element element = widget.getElement(); int paddingTop = getComputedStyle(element,"paddingTop"); int paddingRight = getComputedStyle(element,"paddingRight"); int paddingBottom = getComputedStyle(element,"paddingBottom"); int paddingLeft

Re: Unable to load image, please help

2011-01-28 Thread Sednus
I checked it out, but my code is meant for an isolated network, so I need to be able to generate the images on the server-side. Apparently I am having trouble adding the JFreeChart libraries properly. Could someone help with a walk-trough on how to? Thanks a lot anyway it was very useful. O

Re: widget has padding but getPadding returns nothing?

2011-01-28 Thread Jim Douglas
http://www.google.com/search?q=getComputedStyle On Jan 28, 7:21 pm, Magnus wrote: > Hi, > > if this is true then it's not good. :-) I thought that these methods > operate on the DOM, and it should be transparent, where the styles of > the DOM come from... > > I would be glad if someone could clar

Re: widget has padding but getPadding returns nothing?

2011-01-28 Thread Magnus
Hi, if this is true then it's not good. :-) I thought that these methods operate on the DOM, and it should be transparent, where the styles of the DOM come from... I would be glad if someone could clarify this... Magnus -- You received this message because you are subscribed to the Google Grou

Re: Announcing GPE/GWT 2.2M1

2011-01-28 Thread Jim Douglas
http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/canvas/client/Canvas.html http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/canvas/client/Canvas.java http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/dom/client/Canv

Re: Announcing GPE/GWT 2.2M1

2011-01-28 Thread Jambi
Great news! is there maybe a documentation for the Canvas API? I love the fact that GWT 2.2 comes with a build in solution, but does it cover all canvas functions? I´m stucking on drawing an image on the canvas. How can I create an ImageElement that fits to the context? On Jan 28, 8:25 pm, Thomas

Re: Use hosted mode existing tomcat server and not with embadded jetty server

2011-01-28 Thread Y2i
Following those instructions will allow debugging client side only, and they require often recompilation of the project which slows down the development. After going through that approach I finally migrated to Jetty and have no regrets. -- You received this message because you are subscribed

Re: Use hosted mode existing tomcat server and not with embadded jetty server

2011-01-28 Thread Ben Imp
Its in the FAQ. In fact, its the first result when you search for Tomcat on the GWT site. I highly recommend reading through the all of the docs there. http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s -Ben On

Re: Selecting and disabling elements in CellTable

2011-01-28 Thread Jeff Schwartz
Don't move the check boxes, just don't render them. If all user interfaces we're as rigid as that we wouldn't need a dom api to manipulate and render html on the client. A ui principle you didn't mention is don't expose useless info/ui to users. Look, its your site so I'm just giving you something

Re: Google Web Fonts

2011-01-28 Thread EMan
Yes adding it into the main HTML file seems to work now for me. Thanks. -- 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

Fusion Table

2011-01-28 Thread Thomas Lefort
I just discovered Fusion Tables. It's yet another very very cool tool from the Google (labs?). Check http://www.google.com/fusiontables/, it's really nice. But wait, the nicest bit? I reckon GWT was to implement the interface! at least some parts (tables). Any blog on this? it would be cool to read

Re: PopupPanel

2011-01-28 Thread ciosbel
Mail sample. http://gwt.google.com/samples/Mail/Mail.html On 28 Gen, 19:29, SVR wrote: > http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/g... > > Can somebody please tell me from the above doc, which sample project does > the PopupPanel image correspond to? (I mean the sample

Re: PopupPanel

2011-01-28 Thread Thomas Broyer
It's the Mail sample, which you can see live at http://gwt.google.com/samples/Mail/Mail.html (then click on "Contacts" on the bottom left, and then click on a contact in the list to make the popup appear). The code is in the GWT SDK distribution. -- You received this message because you are su

Re: GWT 2.1.1. + Deploy in Tomcat

2011-01-28 Thread Thomas Broyer
On Friday, January 28, 2011 6:59:30 PM UTC+1, Gabriel wrote: > > Hi Florian, Thomas, thanks for reply. > > I have this on WEB-INF\lib: > > * db4o-7.12.156.14667-core-java5.jar > * geronimo-jpa_3.0_spec-1.1.1.jar > * gwt-servlet.jar > * gwt-servlet-deps.jar > * jsr107cache-1.1.jar > > I'm u

Re: Selecting and disabling elements in CellTable

2011-01-28 Thread Greg Dougherty
Well, If they create a group, or select a group that they can modify, then they need the checkboxes. Having them disappear and reappear (rather than be disabled and enabled) violates the principles of UI design that I know and agree with. Starting with the belief that the UI should be stable and

Re: Announcing GPE/GWT 2.2M1

2011-01-28 Thread Thomas Broyer
OK thanks, so maybe I'll deploy them in our internal maven repo then, so I'll have RC1 when it'll be out. -- 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 unsubsc

Re: Getting a user Enter key

2011-01-28 Thread Brian Reilly
Interesting... maybe the alert box is getting the key press event, which isn't being fired until after the alert has popped up because that's happening on key down. Maybe using event.getNativeEvent().getKeyCode() in a KeyPressHandler will work. I'm not sure because I haven't run into this case myse

PopupPanel

2011-01-28 Thread SVR
http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/PopupPanel.html Can somebody please tell me from the above doc, which sample project does the PopupPanel image correspond to? (I mean the sample code for the example "Richard Feynman" popup). I want the exact sa

Re: Selecting and disabling elements in CellTable

2011-01-28 Thread Deepak Singh
Hi Jeff, Similar problem i am also facing. I want the rows to be selected with focus and then get the selected object for further action. when the table is created appeared first, the focus should automatically go to first row and the row should automatically be selected and as focus moves throug

Re: CellTable elements not updating correctly

2011-01-28 Thread Greg Dougherty
// Making the cell I click on to change what Group i'm seeing: ClickableTextCell groupCell = new ClickableTextCell (); FieldUpdater updater = new FieldUpdater () { @Override public void update (int index, GroupInfo theInfo, String value)

Re: widget has padding but getPadding returns nothing?

2011-01-28 Thread Jeff Larsen
I believe getElement().getStyle().getPadding() will only get inline styles, not ones from stylesheets. As far as the answer to your question, I'd like to know myself. That would be very useful to know how to get the padding etc of a widget. -- You received this message because you are sub

Re: GWT 2.1.1. + Deploy in Tomcat

2011-01-28 Thread Gabriel
Hi Florian, Thomas, thanks for reply. I have this on WEB-INF\lib: * db4o-7.12.156.14667-core-java5.jar * geronimo-jpa_3.0_spec-1.1.1.jar * gwt-servlet.jar * gwt-servlet-deps.jar * jsr107cache-1.1.jar I'm using GWT 2.1.1 without App Engine in Development Mode and run successfully. When I try to d

Re: CellTable elements not updating correctly

2011-01-28 Thread Jeff Schwartz
Code? On Fri, Jan 28, 2011 at 12:28 PM, Greg Dougherty wrote: > I have two CellTables that are logically connected together. When I > change the selection of the first one, I need to change the data > representation in the second one. When I first create the two tables, > this works. I call r

Re: Selecting and disabling elements in CellTable

2011-01-28 Thread Jeff Schwartz
>From a UI designer's perspective why display a column of check boxes if the user isn't allowed to click them? I wouldn't personally as a designer nor would I like that if I were a user. If the checkbox column is in a cell table that is being rendered in response to the user having selected someth

CellTable elements not updating correctly

2011-01-28 Thread Greg Dougherty
I have two CellTables that are logically connected together. When I change the selection of the first one, I need to change the data representation in the second one. When I first create the two tables, this works. I call refresh on the DataProvider for the second table, it calls getValue for th

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-28 Thread Chris Conroy
Hi everyone. A repacking of the crx is now live. This should finally fix the issues for users on Windows. On Fri, Jan 28, 2011 at 11:54 AM, Tony wrote: > gwt bug report > http://code.google.com/p/google-web-toolkit/issues/detail?id=5941 > > On Jan 26, 3:54 pm, cri wrote: > > Suddenly today, aft

Re: GWT Web Application testing...

2011-01-28 Thread Ben Imp
I've only used Selenium for GWT client testing. It worked as we expected it to. The learning curve has a bit of a bump at first, due to the somewhat confusing way they name things and have you configure a test suite. Nothing to do specifically with GWT, mind you. I must mention that we have don

Re: Selecting and disabling elements in CellTable

2011-01-28 Thread Greg Dougherty
Hi Jeff, Thank you. I added a SingleSelectionModel to my CellTable, and now I can force selection of rows. Any idea how I tell a column of CheckBoxes that they can't accept any clicks? Greg On Jan 28, 10:11 am, Jeff Schwartz wrote: > You can use one of the concrete implementations of Abstract

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-28 Thread Tony
gwt bug report http://code.google.com/p/google-web-toolkit/issues/detail?id=5941 On Jan 26, 3:54 pm, cri wrote: > Suddenly today, after months of running gwt in development mode in > conjunction with chrome, I continually get prompted to load the gwt > dev plugin for chrome. However, the plugin i

widget has padding but getPadding returns nothing?

2011-01-28 Thread Magnus
Hi, I would like to get the padding of a widget. It's an inner widget of a StackLayoutPanel. getElement().getStyle().getPadding() returns nothing. But in FireBug I see that there is a padding property in the CSS selector (.gwt-StackLayoutPanelContent). How can I get this? Magnus -- You recei

Re: Google Web Fonts

2011-01-28 Thread Arthur Kalmenson
I got it working with my GWT app by just putting the link into the HTML file (that includes the GWT JS) and using the font as you would use any font (like verdana) in your CSS file. No @font-face required. -- Arthur Kalmenson On Fri, Jan 28, 2011 at 9:48 AM, Jeff Schwartz wrote: > > > 2011/1/2

Re: Announcing GPE/GWT 2.2M1

2011-01-28 Thread Arthur Kalmenson
Does this include the Touch Handlers that went in recently? -- Arthur Kalmenson On Wed, Jan 26, 2011 at 6:21 PM, Eric Clayberg wrote: > Good news! Google Plugin for Eclipse 2.2M1 (including Google Web > Toolkit 2.2M1) is ready for you to download and try out from the > following update site UR

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread Xuanah
Firefox plug-in is now available. Chrome's is still not working. It still asks to be updated every time you open the page... On Jan 28, 3:44 pm, Chris Conroy wrote: > Hi everyone. This has now been fixed. Sorry for the trouble. -- You received this message because you are subscribed to the Goog

Re: Announcing GPE/GWT 2.2M1

2011-01-28 Thread David Chandler
Hi Thomas, It's the latter. The upcoming 2.2 RC1 will be released on code.google.com, but not pushed to maven central. The next thing pushed to maven central will be 2.2. /dmc On Fri, Jan 28, 2011 at 10:16 AM, Thomas Broyer wrote: > > > On Friday, January 28, 2011 3:00:48 PM UTC+1, David Chand

Re: Image does neither load nor error

2011-01-28 Thread gex
What is the best way to load images for a canvas then? Do I have to add them to the document and hide them with css? Or are there other / better ways? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goo

Re: Selecting and disabling elements in CellTable

2011-01-28 Thread Jeff Schwartz
You can use one of the concrete implementations of AbstractSelectionModel to select rows and respond to row selection. CellTables and AbstractSelectionModel instances work hand-in-hand. You connect the selection model to the cell table by calling the table's setSelectionModel method passing an ins

how to implement branding in GWT

2011-01-28 Thread Armishev, Sergey
I need to implement branding in my Web application and I asking community to share their experience how it was implemented. In branding I need to show some custom image (logo image), change references in links (contacts, help), some labels text. -Sergey _

Re: Unable to load image, please help

2011-01-28 Thread Sednus
Thanks a lot. I'll take a look at it. On Jan 28, 11:11 am, Thomas Broyer wrote: > On Friday, January 28, 2011 2:34:43 PM UTC+1, Sednus wrote: > > > javax.swing.event.EventListenerList is a restricted class. Please see > > the Google  App Engine developer's guide for more details. > > If you're bu

Selecting and disabling elements in CellTable

2011-01-28 Thread Greg Dougherty
I am trying to use three CellTables to make a Users and Groups panel in my current application. Its purpose is so users can give other users access to resources that they control (in this particular case, choosing which people can see the information you've uploaded to a database). The first tabl

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread Chris Conroy
Hi everyone. This has now been fixed. Sorry for the trouble. -- 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-we

Re: Announcing GPE/GWT 2.2M1

2011-01-28 Thread Thomas Broyer
On Friday, January 28, 2011 3:00:48 PM UTC+1, David Chandler (Google) wrote: > > GWT 2.2M1 was released to maven central yesterday, albeit mistakenly as > version 2.2-rc1 instead of 2.2-m1 as it should have been due to a > misunderstanding on my part. The next version pushed to Maven Central wi

Re: SuggestBox.SuggestMenuItem

2011-01-28 Thread Thomas Broyer
I think you'll have to implement your own SuggestionDisplay -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: Unable to load image, please help

2011-01-28 Thread Thomas Broyer
On Friday, January 28, 2011 2:34:43 PM UTC+1, Sednus wrote: > > javax.swing.event.EventListenerList is a restricted class. Please see > the Google App Engine developer's guide for more details. > If you're building your app on Google App Engine, maybe you should rather use Google's Chart API

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread Noor
Hasn't Google notice this, there must be a way to handle this!!, all my work is now pending!! -- 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 thi

Re: SOAP Web Service

2011-01-28 Thread Deepak Singh
Right. And i am using Spring web service with GWT and it works fine, no issue. Deepak On Fri, Jan 28, 2011 at 6:30 AM, mortsahl wrote: > My company has a set of web services that are not exposed outside the > firewall. > > It is being proposed that a publicly available GUI client be written > t

Re: Google Web Fonts

2011-01-28 Thread Jeff Schwartz
2011/1/28 Jaroslav Záruba > No trick apparently, @font-face. Yup, I believe you are right :) > > Too bad the fonts (quite predictably) miss many characters and there's no > way to complete them. I'd participate glady. > > -- > You received this message because you are subscribed to the Google

Inherited modules and TabPanel

2011-01-28 Thread cvh
Hello all, I'm a GWT novice, using the Eclipse GWT plugin. I've got it working to the point where I have two separate projects (let's call them project 1 and project 2) both running fine. Both of these projects have their own .gwt.xml files, entry point classes and various servlets. Now I want to

Re: Google Web Fonts

2011-01-28 Thread Jaroslav Záruba
...and then you read On Friday, January 28, 2011 3:26:26 PM UTC+1, Jeff wrote: > > Another very cool service from Google provided to us struggling web > developers... how cool is that? > +1 ...and then you read those drama queens on Engadget crying that Google has added ads to GMail UI or cease

Re: Google Web Fonts

2011-01-28 Thread Jaroslav Záruba
No trick apparently, @font-face. Too bad the fonts (quite predictably) miss many characters and there's no way to complete them. I'd participate glady. -- 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: Google Web Fonts

2011-01-28 Thread Jeff Schwartz
>From what I read they are just web fonts which means their font css style sheets need to be loaded via a link tag and once they are loaded they are used as any other font would be using standard css font attributes. The Technical Considerations documentation, located at http://code.google.com/apis

Re: Announcing GPE/GWT 2.2M1

2011-01-28 Thread David Chandler
GWT 2.2M1 was released to maven central yesterday, albeit mistakenly as version 2.2-rc1 instead of 2.2-m1 as it should have been due to a misunderstanding on my part. The next version pushed to Maven Central will be the 2.2 release. /dmc On Thu, Jan 27, 2011 at 5:52 AM, Thomas Broyer wrote: > W

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-28 Thread doright
thanks Craig, good fix. On Jan 27, 8:49 am, jd wrote: > Thanks Craig! Fixed it for me > > On Jan 27, 9:28 am, Craig Mitchell wrote: > > > > > > > > > Downgrading theplugingets it working again: > > > 1:  Uninstall the currentplugin(Tools -> Extensions) > > 2.  Install the > > olderplugin https:

MVP view in new Window

2011-01-28 Thread cri
We would like to be able to pop up a new browser window (as in Window.open()) and display an MVP view (with activity) in it. I've seen a thread on how to do this with history tokens (http:// groups.google.com/group/google-web-toolkit/browse_thread/thread/ db5b9d3f5f28c31b/3a417ed277fed05e?lnk=gst&q

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread pete
Same problem when the auto update tries to install a new version of the developer plugin in firefox On Jan 28, 12:37 pm, Xuanah wrote: > +1... > > On Jan 28, 8:53 am, saket kumar wrote: > > > +1 > > > On Fri, Jan 28, 2011 at 1:17 PM, hons wrote: > > > I'm getting the same for firefox. > > > In

Re: Unable to load image, please help

2011-01-28 Thread Sednus
It throws the following errors and they are thrown when I try to create an object of the JFreeChart library: [ERROR] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.lang.String

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread Xuanah
+1... On Jan 28, 8:53 am, saket kumar wrote: > +1 > > > > > > > > > > On Fri, Jan 28, 2011 at 1:17 PM, hons wrote: > > I'm getting the same for firefox. > > In chrome instead the download of the plugin works, however it > > requests it each time I load the page, so basically I've no > > possibil

App not showing up after installing the new Firefox Developer Plugin...

2011-01-28 Thread Paolo Ciccarese
As suggested by Firefox, I Installed the new Firefox Developer Plugin this morning (Firefox version 3.6.13, Mac OS X 10.5.8). The GWT application was not starting anymore and the browser kept asking to install the plugin which I had already installed. After what happened, I've been looking at the

How to remove Header & Footer from CellTable? How to create your own Cell-based widget?

2011-01-28 Thread Vasily
Hi All... have few questions: 1. How to remove header & footer from the CellTable in case I don't need them? 2. I need pretty simple widget: table, no header, no footer... my styles, cells, no key-based selection, only key-based paging I wanna re-use such CellTable features as "push data". Wha

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-28 Thread erikjfreed
You the man! Works great... On Jan 26, 6:28 pm, Craig Mitchell wrote: > Downgrading the plugin gets it working again: > > 1:  Uninstall the current plugin (Tools -> Extensions) > 2.  Install the older plugin   > https://dl-ssl.google.com/gwt/plugins/chrome/1.0.9521/gwt-dev-plugin.crx > > On Jan 2

SOAP Web Service

2011-01-28 Thread mortsahl
My company has a set of web services that are not exposed outside the firewall. It is being proposed that a publicly available GUI client be written to access those services by our clients. It's being proposed that the client be written in GWT/GXT Are there valid reasons to use GWT and web servi

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread dariogrcdr
+1 On Jan 28, 9:53 am, saket kumar wrote: > +1 > > > > On Fri, Jan 28, 2011 at 1:17 PM, hons wrote: > > I'm getting the same for firefox. > > In chrome instead the download of the plugin works, however it > > requests it each time I load the page, so basically I've no > > possibility to get to t

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread Deps
My development activities have stopped due to this problem! I cannot start any GWT app in development mode! -- 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 unsubs

access gwt servlet via rpc ajax call

2011-01-28 Thread George.H
Hi, I have a GWT application running and it contains several servlets. Our regular clients use a GWT client to access the servlets. We have some new clients that need to access the same servlets but via a very minimal client. Like plain javascript using ajax rpc call to retrieve the data. Problem

SuggestBox.SuggestMenuItem

2011-01-28 Thread huggles
Hey guys, Any reasonable ideas for overriding the constructor for SuggestBox.SuggestMenuItem Alternatively, I need to assign a specific id to the td menu item element generated by the DOM so that it becomes more predictable. For example SuggestBox.SuggestMenuItem extends MenuItem. The MenuItem c

Re: Getting a user Enter key

2011-01-28 Thread Michael Phoenix
Well, I'm ran into this problem while doing the tutorial. I applied your solution, but it still doesn't work properly. When I press enter in the text box, the error alert comes up, but only for a fraction of second, after which it disappears. It works fine for the button click. Here's my pertinent

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread George.H
I get the same problem when I go to that link. But somehow firefox auto-updated the plugin automatically. On Jan 28, 10:53 am, saket kumar wrote: > +1 > > > > On Fri, Jan 28, 2011 at 1:17 PM, hons wrote: > > I'm getting the same for firefox. > > In chrome instead the download of the plugin works

Re: Getting a user Enter key

2011-01-28 Thread Michael Phoenix
Hate to tell you, but your workaround is a broken link. On Dec 3 2010, 12:54 pm, David Chandler wrote: > Also seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=5558for > a workaround. > > /dmc > > On Fri, Dec 3, 2010 at 3:36 PM, Brian Reilly wrote: > > > > > Greg, > > > As I mention

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-28 Thread Curtis Stanford
I've never been able to get it working on Mac since it was released. I'm on the dev channel. It always shows the missing plugin even though the red google toolbox shows in the omni bar. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread Yuriy Matyashev
I'm getting the same problem too.Only IE plugin works fine. On 28 янв, 10:47, hons wrote: > I'm getting the same for firefox. > In chrome instead the download of the plugin works, however it > requests it each time I load the page, so basically I've no > possibility to get to the real page I want

Re: Casting JavaScriptObject with GWT 2.1

2011-01-28 Thread Ahmet BÜTÜN
Hi Julio I have the same problem, could you able to find a solution for that? thanks, Ahmet On Dec 11 2010, 3:54 pm, julio wrote: > Gaurav > pls post useful answers not crap, or give me correct links at least to > explain the problem. > I don't get ur humorism and BTW i don't get any compile er

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread Edson Richter
I also have this problem with FireFox. For Google Chrome, besides the plugin is available, after download and install you try to reload the page and then Chrome ask to install the plugin again. Seems that the plugin is corrupt. Please help! Edson On 28 jan, 03:18, Noor wrote: > Today, i instal

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread PiotrN
Same here, -- 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 o

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread eric73
You can download one at : http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi?spec=svn9641&r=9641 On 28 jan, 09:53, saket kumar wrote: > +1 > > > > On Fri, Jan 28, 2011 at 1:17 PM, hons wrote: > > I'm getting the same for firefox. > > In chr

Re: Unable to load image, please help

2011-01-28 Thread Sednus
I debugged for some time and realized, that the actual problem is that my server side code doesnt find the JFreeChart external libraries when running. I copied the libraries to /war/WEB-INF/lib but the behaivor still the same. On Jan 27, 10:38 am, Sednus wrote: > Hi, >   Im trying load an imag

Re: Security in GWT 2.1

2011-01-28 Thread Rene Vielma
Hello I used sample of Google AppEngine's UserService. It exposes how securing each request. but my question now is.. Which method is recommended to implement to get the user of getCurrentUser? Using a hash of session? thank you On 16 ene, 16:58, Thomas Lefort wrote: > wow this is good, than

java.util.List set method makes affected item null

2011-01-28 Thread Owen Ilagan
Hi there, Has anyone ever encountered this problem using the List's set method? For example: List list = new Vector(); ...then you populate the list using a few list.add(new MyItems(xxx)); When you do, list.get(some index) it returns the item. But when you do list.set(some index, new MyItems

Re: gwt mvp sessions

2011-01-28 Thread Ernesto Reig
Thank you very much for your responses Thomas and Y2i. Maybe, this can help to other people who are (like me) changing from Tomcat to Jetty. Refering to the web.xml and jetty-web.xml: - I did know that jetty.home was pointing to my working directory (C:\workspace\my_app\src\main\webapp in my cas

Re: Firefox Plugin for GWT not downloading

2011-01-28 Thread saket kumar
+1 On Fri, Jan 28, 2011 at 1:17 PM, hons wrote: > I'm getting the same for firefox. > In chrome instead the download of the plugin works, however it > requests it each time I load the page, so basically I've no > possibility to get to the real page I want to develop > > On Jan 28, 7:57 am, John

Re: scroll to node in CellTree

2011-01-28 Thread Torgeir
Sorry, wrong information. The Celltree will scroll to the cell that currently has the focus, when calling cellTree.setFocus(true); I would be home free if there was a way to programmatically set which cell has the focus. -- You received this message because you are subscribed to the Google Gr