Re: Unable to download eclipse plugin

2018-05-21 Thread mohan . krishna
+1

On Monday, May 21, 2018 at 2:28:27 AM UTC+5:30, J.J.Chao Tao wrote:
>
> Hi, 
>
>   I am trying to install GWT plugin for Eclipse (Oxygen or Neon), using 
> the Eclipse market place, but got "No repository found at 
> http://storage.googleapis.com/gwt-eclipse-plugin/v3/release;. Can anyone 
> help?
>
>   Thanks.
>
> --J.J Chao--
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


CellTable Header style as Title+Menubar(For filtering)

2013-11-05 Thread Mohan I
Hi All,

I am new to GWT and developed application using Celltable having sorting 
and filtering(As seperate listbox) and it is working fine.

But right now we need to include the same in Header of Celltable like PFA 
image.

Any ideas to achieve this would be highly appreciable.

Thanks,
Mohan

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
attachment: header.png

Unresponsive Script Warning - Need help on Incremental Command

2010-04-12 Thread Anand Mohan Singh
Hi,
   I am using GWT 2.0.3 along with Gilead 1.3 and Hibernate 3.2 for
developing an application. Some of the bean classes have 20+ entities
because of which when I am trying to bring list of such beans to
client side the browser is throwing 'Warning: Unresponsive Script'.
This hold true even when instead of Gilead, DTO is used. So problem is
basically large chunk of data. However, because of requirement I will
have to use such big beans.
  I browsed through various forums and after quite a work came along
'Incremental Command'. However, there is no comprehensive
documentation/tutorial for it and I don't know how to proceed further
with it.Hence, if possible can someone help me by explaining how
'Incremental Command' works and how to use it (If possible any
comprehensive tutorials). I have already tried to implement on the
line of the example given in the link below but it was not of much
use. So request you to please help me through this.

http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsDelayed.html#incremental

-- 
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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Vertical Block Selection

2010-04-09 Thread Ram Mohan Yaratapally
Hi

We have a requirement to select block of text verticall. Does any body
have any idea on which control/widget can be used for this
requirement. If not available with toolkit already is it possible to
develop one, any ideas on how to solve this. To be more clear, the
feature similar to the Word with ALT+Select or Textpad block
selection.

Thanks 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 google-web-tool...@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.



Re: Urgent help in GWT-Visualization

2010-01-21 Thread Brij Mohan
try out the faq

http://code.google.com/docreader/#p=gwt-google-apiss=gwt-google-apist=VisualizationFAQ

On Tue, Jan 19, 2010 at 4:37 PM, Ramya Devi Dharmarajan 
dramyadevi2...@gmail.com wrote:

 Hi,

  I have a problem in my below code.Please share your thoughts.This is
 Urgent.

 Code :

 *Sample.java*

 TimeLine timeLine =
 *new* TimeLine();

 VisualizationUtils.*loadVisualizationApi*(timeLine, AnnotatedTimeLine.
 *PACKAGE*);

 widget = timeLine.getAnnotatedChart();

 *TimeLine.java:*
 *

 public
 * Widget getAnnotatedChart(){

 widget = *new* AnnotatedTimeLine(getData(), getOption(), 700px, 240px);


 *return* widget;

 }

 *private* AnnotatedTimeLine.Options getOption()

 {

 AnnotatedTimeLine.Options options = AnnotatedTimeLine.Options.*create*();

 options.setDisplayAnnotations(
 *true*);

 *return* options;

 }

 *private* AbstractDataTable getData()

 {

 DataTable data = DataTable.*create*();

 data.addColumn(AbstractDataTable.ColumnType.
 *DATE*, Date);

 data.addColumn(AbstractDataTable.ColumnType.
 *NUMBER*, First Label);

 return data;

 }

 But i got the below exception.

 Uncaught exception escaped : -

 [ERROR] Uncaught exception escaped
 com.google.gwt.core.client.JavaScriptException: (TypeError):
 '$wnd.google.visualization.DataTable' is null or not an object
  number: -2146823281
  description: '$wnd.google.visualization.DataTable' is null or not an
 object
  at com.google.gwt.visualization.client.DataTable$.create(Native Method)
  at org.soh.doh.ui.client.util.TimeLine.getData(TimeLine.java:39)
  at org.soh.doh.ui.client.util.TimeLine.getAnnotatedChart(TimeLine.java:28)
  at
 org.soh.doh.ui.client.gui.panel.PublicVisualization.EDVisitsbySyndrome.setTimeSeriesLine(EDVisitsbySyndrome.java:144)
  at
 org.soh.doh.ui.client.gui.panel.PublicVisualization.EDVisitsbySyndrome.init(EDVisitsbySyndrome.java:79)
  at org.soh.doh.ui.client.mvc.CenterView.handleEvent(CenterView.java:69)
  at
 com.extjs.gxt.ui.client.mvc.Controller.forwardToView(Controller.java:90)
  at
 org.soh.doh.ui.client.mvc.CenterController.handleEvent(CenterController.java:111)
  at com.extjs.gxt.ui.client.mvc.Dispatcher.dispatch(Dispatcher.java:236)
  at com.extjs.gxt.ui.client.mvc.Dispatcher.dispatch(Dispatcher.java:164)
  at com.extjs.gxt.ui.client.mvc.Dispatcher.dispatch(Dispatcher.java:174)
  at com.extjs.gxt.ui.client.mvc.Dispatcher.forwardEvent(Dispatcher.java:81)
  at org.soh.doh.ui.client.mvc.WestView$4.handleEvent(WestView.java:264)
  at org.soh.doh.ui.client.mvc.WestView$4.handleEvent(WestView.java:1)
  at
 com.extjs.gxt.ui.client.event.BaseObservable.callListener(BaseObservable.java:176)
  at
 com.extjs.gxt.ui.client.event.BaseObservable.fireEvent(BaseObservable.java:96)
  at com.extjs.gxt.ui.client.widget.Component.fireEvent(Component.java:444)
  at
 com.extjs.gxt.ui.client.widget.Component.onBrowserEvent(Component.java:762)
  at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:1320)
  at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:1299)
  at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1262)










 --
 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
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 

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 google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



How to add Escape key handler

2009-09-29 Thread mohan

Hi,
I have a button and on click of the button i m opening a pop up.i want
to close the pop up on press of Escape key.
How and where to add the handler for Escape button? Kindly guide me :)

Thanks in advance.

Cheers!!!
Mohan
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Input Validation

2009-09-25 Thread mohan

Dude , thanks a ton. its a gud idea to work on :)
thanks again

On Sep 23, 7:18 pm, monk3y darkside...@hotmail.com wrote:
 Expanding on what Geraldo already said you can have the following

 Button saveBtn = new Button(Save)
 saveBtn.addClickHandler( new ClickHandler() {
   public void onClick(Event event) {
             if(checkData()){
                   form.submit();
             }else{
                 //no submit
             }
       }
  }

 });

 public boolean checkData(){
           if(nameEditBox.getText().trim().equals()){
                  Window.alert(Name can not be blank);
                  return false;
           }
          if(phoneBox.getText().trim().equals()){
                  Window.alert(Phone can not be blank);
                  return false;
           }

 return true;

 }

 You get the idea :).

 On Sep 23, 3:27 am, Geraldo Lopes geraldo...@gmail.com wrote:



  mohan,

  At client you can put an event on button that advises the user to
  enter proper information.

  Button saveBtn = new Button(Save)
  saveBtn.addClickHandler( new ClickHandler() {
    public void onClick(Event event) {
        if (nameEditBox.getText().equals()) {
            Window.alert(bla bla bla)
          return;
        }
   }

  });

  if thevalidationdepends on the server you can use gwt rpc mechanism
  to achieve that

 http://code.google.com/intl/en/webtoolkit/doc/1.6/DevGuideServerCommu...

  Good Luck,

  Geraldo

  On 22 set, 06:49, mohan yen.mo...@gmail.com wrote:

   Hi,
    I am very new to GWT. I have a form with Name,phone and email. I need
   to validate theinput. How can i do that? Kindly guide me.
   Thanks in advance.

   Cheers!!!
   Mohan
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Need help in Check box and Labels.

2009-09-24 Thread mohan

Hi All,
I am beginner in GWT and I am simulating the case like how we are
applying the Labels for the Mails in GMail. I am trying having the
labels in a set of Check box and the mails in another set of check
box. I am not able to figure out how to do that. Kindly help in
finishing this work as I am doing a POC for my project.

Thanks in advance.

Cheers!!!
Mohan

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Where can i put the images

2009-09-23 Thread mohan

Hi All,
As i m new to the GWT, i dont know where to put the images for my
site.

com.test.gwt.contactus.client is my package structure of my client and
contactus.java has the following code:

Image jimmyFull = new Image(bold.jpg);
final PopupPanel imagePopup = new PopupPanel(true);
imagePopup.setAnimationEnabled(true);
imagePopup.ensureDebugId(cwBasicPopup-imagePopup);
imagePopup.setWidget(jimmyFull);
jimmyFull.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent event) {
  imagePopup.hide();
   }
});

Basically where can i have the image, so that when i compile it should
go with my site.
Kindly guide me.Thanks  :)

Cheers!!!
Mohan
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Where can i put the images

2009-09-23 Thread mohan
Thanks for ur guidance... it worked :)

On Wed, Sep 23, 2009 at 4:13 PM, Thomas Broyer t.bro...@gmail.com wrote:




 On 23 sep, 08:18, mohan yen.mo...@gmail.com wrote:
  Hi All,
  As i m new to the GWT, i dont know where to put the images for my
  site.
 
  com.test.gwt.contactus.client is my package structure of my client and
  contactus.java has the following code:
 
  Image jimmyFull = new Image(bold.jpg);
  final PopupPanel imagePopup = new PopupPanel(true);
  imagePopup.setAnimationEnabled(true);
  imagePopup.ensureDebugId(cwBasicPopup-imagePopup);
  imagePopup.setWidget(jimmyFull);
  jimmyFull.addClickHandler(new ClickHandler() {
  public void onClick(ClickEvent event) {
imagePopup.hide();
 }
 
  });
 
  Basically where can i have the image, so that when i compile it should
  go with my site.
  Kindly guide me.Thanks  :)

 If you don't use ImageBundle, then either:
  - you put them in your package's public subfolder (com/test/gwt/
 contactus/public) and use new Image(GWT.getModuleBaseURL() +
 bold.jpg);
  - or put them in your war/ folder and use new Image
 (GWT.getHostPageBaseURL() + bold.jpg)

 You can of course use subfolders...

 The advantage of the first approach is if your module is reusable
 (inherit/ed in another module), you'll always have the images right
 (that's how the GWT themes work for example).
 The advantage of the second approach is that it's easy to change the
 image being used: just change the image in the war/, or even have
 multiple war folders each with a different bold.jpg in them. That's
 generally how you'd do themed versions for, e.g., different clients
 (e.g. the client's logo); provided it won't affect the app's layout.
 And you wouldn't even have to compile the app for each and every
 client: compile it once and just copy the generated code over and over
 in your different war/ folders.
 


--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Input Validation

2009-09-22 Thread mohan

Hi,
 I am very new to GWT. I have a form with Name,phone and email. I need
to validate the input. How can i do that? Kindly guide me.
Thanks in advance.

Cheers!!!
Mohan

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---