how to get text,value pairs in gwt suggestionBox

2012-09-03 Thread md alamin
i need a autosuggest combobox for an ambiguous list of strings. but everey string has an unique id. this id is needed to know what the user has selected (send id back to server and do something with it). how to implement this with the gwt's auto-suggest-comboBox suggestionBox. Is there a way

Re: GWT Date 'week of year' and 'day of week' problem

2011-09-01 Thread md
Thanks geert3 for your answer, and sorry for my late reply! I didn't found something helpfull and made (in the end) a workaround with a GWT RPC... so let the server do the stuff. Definetely not a good solution, but it works. Thanks alot for your help! On 23 Aug., 21:10, geert3

GWT Date 'week of year' and 'day of week' problem

2011-08-22 Thread md
Hi! Due to the fact that the Java Calendar Class is (unfortunately) not compatible with GWT I’m having some problems: I need to generate a Date-Object out of the Information by “week of year” and “day of week”. With the Calendar-class my code looks like: Calendar cal =

FlexTable RowSpan problem

2011-08-16 Thread md
Hi! I'm developing an application using GWT 2.3.3 In this application I have a FlexTable which includes (as a widget) another FlexTable in many cells (some cells are empty, as for the reason that i want to set a colSpan so that the flexTable in Cell (1,0) combines (2,0). So the Problem: If

Re: How to learn use GWT

2011-05-22 Thread MD Bruno
Thank every One ! I'm happy, Now I have some advices to do. Thank very much ! On May 19, 5:12 am, MD Bruno bruno@gmail.com wrote: Hello every body. I just beganing to learn web dev, I don't know how to use GWT, best book for read, video to learn it Give me some advices. Thank you very

Re: How to learn use GWT

2011-05-20 Thread MD Bruno
Thank much. I will try best to learn , thanhk 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to

How to learn use GWT

2011-05-19 Thread MD Bruno
Hello every body. I just beganing to learn web dev, I don't know how to use GWT, best book for read, video to learn it Give me some advices. Thank you very much ! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Using a Comm Service of a Parent Module from Child

2011-05-16 Thread Android MD
Hi All, My question is that when I attempt to use a service defined and implemented in the Parent Module by a Child module, the web.xml has to be edited for the RPC plumbing to correctly point the request for the service's servlet implemented. For example, I have isolated my service into

GWT from Java

2008-09-19 Thread md
hi, Am a new GWT user and need a favour from experienced users. I access search engine through non-JavaScript environment(Java) via Standard URL Base address and Standard URL arguments.My URL is http:// ajax.googleapis.com/ajax/services/search/web? v=1.0rsz=largestart=0q=Paris%20Hilton However