Re: Styling Login Widget

2010-11-20 Thread Thomas Broyer
On 20 nov, 05:03, Nicholas nick.sm...@gmail.com wrote: I was looking specifically at the GWT LoginWidget.  I don't see it exposing any properties that I could use to style things the way I want.  I guess I could always just re-implement the widget myself and expose some style properties that

Re: How to kill a GWT request which has not yet completed

2010-11-20 Thread Paul Stockley
You can cancel RPC requests. Just define your async interface as returning Request. You can then use the returned Request object to cancel the call. If you do this you also need to be aware your server code would throw an IO error due to the connection being closed by the client. I have a general

How do you style a SimplePager?

2010-11-20 Thread Jeff Schwartz
How do you style a SimplePager? The SimplePager is rendered as a table I like to apply css styling to the td elements that contain the navigation buttons. For instance, the last page image button is left aligned within its containing td element and I'd like to right align it. I can't use general

Re: Request order

2010-11-20 Thread Stefan Bachert
Hi, I had a look at gwt-dispatch. I do not see any logic which is able to avoid to execute requests on the server side in an other order than the client sends it. This situation may happens rarely but it is not impossible. An example. Client send three requests A,B,C. Servlet-Thread x get

Re: Request order

2010-11-20 Thread Jeff Schwartz
Running A, B C in parallel would imply that there are no dependencies between them. On the other hand if there are dependencies between them such as C is dependend upon B and B is dependent upon A then the solution is to chain B to run when the async call back for A returns success; similarly,

Re: Request order

2010-11-20 Thread Jeff Chimene
Hi Stefan: Perhaps we need a better functional requirement? From what I can tell, there is a requirement for transaction semantics; it's difficult to eliminate this requirement based on the conversation so far (In this thread you introduced the concept of interacting servers). Here's what I'm

Re: How to kill a GWT request which has not yet completed

2010-11-20 Thread Stefan Bachert
Hi, why not just ignoring the answer in certain cases? Stefan Bachert http://gwtworld.de On 19 Nov., 20:47, Sunit Katkar sunitkat...@gmail.com wrote: I Googled and also this group but could not find an answer. Here is the use case: 1) User enters a value in a textfield and clicks Submit

Re: How does HTML5 change the way we write GWT apps ?

2010-11-20 Thread Stefan Bachert
Hi, I think Html 5 will make bidirection communication to be a common feature. However, this may bring us a lot abuses, too. And the desktop integration will be much better than today. And the ability to use app some time offline. I don't think that REST is a good idea for client-communication

Problems selecting a Cell in a CellTree

2010-11-20 Thread dleins
I've succeeded in displaying a dynamic Celltree from my database of nodes, but cannot figure out how to make the displayed TextCells clickable so that I may edit them, add additional children, etc. I admit I am rather a novice using the new Cell Widgets. Here is the stripped down code. I have

Re: How to keep row selected after pagination grid refresh?

2010-11-20 Thread Ahmed Shoeib
i also need to know how to refresh a row with specific Object On Nov 19, 10:35 am, Tomeo tke...@gmail.com wrote: Hi folks, I have a below a simple scenario: 1. I have a grid populated with data 2. I select any 1 row from grid - data with a specific Object Id [internal id] 3. I press a

Re: GWT Designer crashes - GWT Designer 8.1 Beta + STS 2.5.1

2010-11-20 Thread Eric Clayberg
Can you provide us with some additional information? What exact OS version are you using? What version of Eclipse? What exact JVM is running Eclipse? Is this reproducible? With any source file or one specific source file? Can you provide a test case? Note that on the WindowBuilder GWT pref

OAuth and development

2010-11-20 Thread koma
Hi, I am developing an application for GAE that uses OAuth to access GData feeds. OAuth needs a static, public ip (domain) to callback to. I can manage my way around this by using dynamic dns and port forwarding on my router. But this is not possible behind a corporate firewall ! Any advise here

Re: Memcache problem : Cannot use as key: 'com.server.floor.par...@d65362'

2010-11-20 Thread tito100
Of course,now it works :-) . thank you -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Hierarchical cellTable

2010-11-20 Thread ycol
hi John, That kinda sucks for me :) I have though of some alternatives but this was my ideal solution from a user experience perspective. I am working on a application that has about 20 different hierarchical entities that are max of four levels deep. The number of records are very small we go

Re: Styling Login Widget

2010-11-20 Thread PhilBeaudoin
I agree with Thomas. If you really want to keep it, you could wrap it in a div or FlowPanel and then use element CSS to style it. For example: ... div class={style.loginWidgetHolder} g:LoginWidget / /div And use styles like: .loginWidgetHolder div {...} .loginWidgetHolder div span {...} A bit

Re: How to kill a GWT request which has not yet completed

2010-11-20 Thread Sunit Katkar
But if I return a Request as the return, then what about the data that is supposed to come from server? - Sunit Katkar http://sunitkatkar.blogspot.com/ On Sat, Nov 20, 2010 at 4:23 AM, Paul Stockley pstockl...@gmail.com wrote: You can cancel RPC requests. Just define your async interface as

Re: Problems selecting a Cell in a CellTree

2010-11-20 Thread John LaBanca
Have you tried EditTextCell? It shows readonly text, but turns into a Text Box when you click on it. Sounds like what you want. Thanks, John LaBanca jlaba...@google.com On Sat, Nov 20, 2010 at 11:45 AM, dleins dle...@gmail.com wrote: I've succeeded in displaying a dynamic Celltree from my

Re: How to keep row selected after pagination grid refresh?

2010-11-20 Thread John LaBanca
It sounds like you are using gwt-ext. Have you tried posting your question on their forum? Thanks, John LaBanca jlaba...@google.com On Sat, Nov 20, 2010 at 11:48 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i also need to know how to refresh a row with specific Object On Nov 19,

Re: How to kill a GWT request which has not yet completed

2010-11-20 Thread Thomas Broyer
On 20 nov, 23:23, Sunit Katkar sunitkat...@gmail.com wrote: But if I return a Request as the return, then what about the data that is supposed to come from server? It's Request instead of void, in your *Async interface, where the result comes back into an AsyncCallback. The nature of

Re: How to keep row selected after pagination grid refresh?

2010-11-20 Thread Blagoja Chavkoski
This question is for ext gwt forum, but i had implemented some code close to this one, and I had the same problem!! Its interesting that I notised the problem is on adding the html css style for the selected row..its just not showing, the related model row is correct and all related listeners are

Re: Cannot found source in GWT Project

2010-11-20 Thread Eric Clayberg
Give the latest GWT Designer 8.1 build a try... http://code.google.com/webtoolkit/tools/download-gwtdesigner-beta.html Also note that there is a preference for turning the enhanced compilation checking on and off...

White List

2010-11-20 Thread Bruno Santos
I wonder if there is any way to make a white list using SafeHtml, saw SimpleHtmlSanitizer but would like to add some more tags, is this possible? Otherwise you have to do a white list using SafeHtml someone could pass me a link that shows how to make one? -- You received this message because you

i18n apocalypse

2010-11-20 Thread Bryan Donnovan
I'm using eclipse helios and the GWT 2.1 plugin. My app was coming along nicely, I was learning the ins and outs of GWT, and decided to try out some of the built in i18n features. I began following the the UiBinder i18n guide and marked up one of my templates with some ui:msg fields and decided

Re: How to update a CellTree after the model changes?

2010-11-20 Thread spiewko
Hello, But CellTree do not implements HasDataT interface so can't be set as display for any DataProvider (and updated by DataProvider).. What you understand by call AbstractDataProvider.updateRowData() ? On 8 Lis, 19:25, John LaBanca jlaba...@google.com wrote: You should be able to call

How to show the contents from a checkbox in a separate panel

2010-11-20 Thread joelsamuel
Background: Hello I am quite new to GWT and Java. I have an application which helps students select courses. The application starts and the user clicks on a department. When they click on the department the courses offered by that department are shown with check boxes next to each course.

GWT Plugin on Firefox 3.6 (linux) not working

2010-11-20 Thread sombriks
hello all, i'm using firefox 3.6.12 on slackware 64 there and the plugin asks me to get installed over and over and over again. is there any working linux 64 bits version? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

CellTree update after items values changed

2010-11-20 Thread spiewko
I found it impossible to update CellTree view when needed. CellTree not implements HasDataT interface so can't be set as display for DataProvider. It looks like CellTree needs different approach than other cell widgets. I would very helpful if someone could explain what is a proper use of the

How to highlight word under mouse in TextArea?

2010-11-20 Thread Yu
Hi, I'd like to highlight the word under the mouse as the mouse pointer move around in a TextArea. But I haven't found any API to do that? Could you please help? Thanks, Yu -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

running default GWT project on tomcat (deploying with drag/drop)

2010-11-20 Thread Leonardo
http://picasaweb.google.com/Sombriks/Gwtwtp# Would be nice if such modifications could be made by default eclipse plugin. also i would like to know if there's any faster/easier way to do that, since i'm new on GWT. -- You received this message because you are subscribed to the Google Groups

Re: can't import into eclipse using mojo.codehaus.org gwt-maven-plugin 2.1.0

2010-11-20 Thread Steve Moyer
I found the same two issues you describe ... and I would classify them as problems with the archetype as opposed to problems with the gwt- maven-plugin's goals. Since I generally build my projects from scratch (it's not hard but there are a lot of moving parts until you get it done correctly), I

Re: CellTree update after items values changed

2010-11-20 Thread John LaBanca
CellTree consists of a bunch of NodeInfos, each of which has its own DataProvider. In order to use a CellTree, you need to create a TreeViewModel that creates NodeInfos (use DefaultNodeInfo) based on the value of the node that was just opened. For example, if you open the top level node Friends,

[gwt-contrib] Re: Add Locator API to allow arbitrary domain types to be used with RequestFactory. (issue1130801)

2010-11-20 Thread bobv
Couldn't this be deferred to a LocatorProvider (or whichever its name)? New patch uploaded that resolves and instantiates Locators through the ServiceLayer API. http://gwt-code-reviews.appspot.com/1130801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Passing the row index along with the row value to Cell methods. Currently, the row index is not ... (issue1129801)

2010-11-20 Thread jlabanca
Please hold off on this review. Instead of just adding the row index, we should really pass a concrete Context object that has the row index, value, etc... so we can add more fields in the future. I can already predict that people are going to want to know the column index. I'll update the

[gwt-contrib] Comment on ApiChecker_User_Guide in google-web-toolkit

2010-11-20 Thread codesite-noreply
Comment by kowin@gmail.com: Heading1= ==Heading2== ===Heading3=== *bold* _italic_ `inline code` escape: `*` Indent lists 2 spaces: * bullet item # numbered list {{{ verbatim code block }}} Horizontal rule WikiWordLink [http://domain/page label] http://domain/page || table

[gwt-contrib] Re: First-pass for adding HTML5's Canvas. (issue1082801)

2010-11-20 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1082801/diff/101001/102006 File user/src/com/google/gwt/canvas/dom/client/CanvasPixelArray.java (right): http://gwt-code-reviews.appspot.com/1082801/diff/101001/102006#newcode54 user/src/com/google/gwt/canvas/dom/client/CanvasPixelArray.java:54: * Most