Re: Warning while add a widget to absolute panel

2011-08-23 Thread Charan
Hi, I am adding the vertical panels into absolutepanel with absolute position not relatively like you mentioned absolutePanel.add(verticalPanel, 10, 99); --- Charan On Aug 23, 11:45 am, Sudhakar Abraham s.abra...@datastoregwt.com wrote: In AbsolutePanel object set the size, add the widget

Warning while add a widget to absolute panel

2011-08-22 Thread Charan
Warning: com.google.gwt.user.client.ui.AbsolutePanel descendants will be incorrectly positioned, i.e. not relative to their parent element, when 'position:static', which is the CSS default, is in effect. One possible fix is to call 'panel.getElement().getStyle().setPosition(Position.RELATIVE)'.

Re: Developer plug-in hangs

2010-05-14 Thread Charan
Hi, I workaround for my developer plug-in window hanging. i was mentioned the -logLevel ALL, i deleted this option in java arguments then it working fine. Regards, Charan On May 13, 2:25 pm, Charan s.chara...@gmail.com wrote: Yes it was compiled sucessfuly. On May 11, 11:34 am, Chatak

What is the use of gwt-api-checker.jar in GWT 2.0.3

2010-05-14 Thread Charan
Hi, I was developing a GWT app in 2.0.3 version. I have seen two files newly added gwt-api-checker.jar and gwt-soyc- vis.jar i never used any of these jars files in my app development. Anyone can tell me what is purpose of these jars files. Regards Charan -- You received this message because

Issue on Normal mode not replicating in the Developer mode

2010-05-14 Thread Charan
version. So, i went to developer mode (host mode) to see whats the issue, but there it is working fine no issues. Any one give me an idea what went wrong in normal browse mode it is not refreshed. Regards, Charan -- You received this message because you are subscribed to the Google Groups Google

Re: Issue on Normal mode not replicating in the Developer mode

2010-05-14 Thread Charan
Hi, i=(j=null,JXd(j.d.ef(_xf),218)); this where FF is failed for j is null i=(j=null,aYd(j.c.df(kAf),218)); this where IE is failing for c is null or not an object Any help is appreciated. Regards, Charan On May 14, 2:43 pm, Charan s.chara...@gmail.com wrote: Hi, I have Horizontal split

Re: Developer plug-in hangs

2010-05-13 Thread Charan
Yes it was compiled sucessfuly. On May 11, 11:34 am, Chatak 007aditya.b...@gmail.com wrote: Have you tried compiling that code ? does it compiled successfully? Regards, Aditya On May 11, 11:29 am, Charan s.chara...@gmail.com wrote: Hi, I was trying some code in GWT 2.0.3

Re: Developer plug-in hangs

2010-05-12 Thread Charan
. Regards, Charan On May 11, 11:29 am, Charan s.chara...@gmail.com wrote: Hi, I was trying some code in GWT 2.0.3 with DialogBox and panels, dialog box is not showing which is throwing the AttachDetachException in FF firebug. I used the developer plugin to debug see the exactly which panel

Developer plug-in hangs

2010-05-11 Thread Charan
. Because of this i am unable to figure out which panel is throwing exception. Regards, Charan -- 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

Re: how to resize a DockLayoutPanel pane using gwt 2.0 and uibinder

2010-01-07 Thread Charan
Because of a bug in the SDK you cannot subclass DockLayoutPanel and use it in the template xml. http://code.google.com/p/google-web-toolkit/issues/detail?id=4342 Another solution would be to declare an interface and use that to specify the size for eg:- public interface DockPanelSize {

CustomHeader Widget for DisclosurePanel

2010-01-06 Thread Charan
I am trying to put in a custom widget for the header of DisclosurePanel. How can I use the images (disclosurePanelOpen, disclosurePanelClosed) that come with the SDK in the custom widget class? Thanks -- You received this message because you are subscribed to the Google Groups Google Web

RichTextArea with SetEnabled(false) and listener added throws Javascript Exception

2009-08-12 Thread Charan
Hi, I have RichTextArea on which i setEnabled(false) and i have added click listener for the same object. it throws Javascript Exception Object Required on IE browsers only. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: RichTextArea with SetEnabled(false) and listener added throws Javascript Exception

2009-08-12 Thread Charan
Hi, i have similar type of error when i used the RichTextToolbar with setEnabled(false) on RichTextArea object which we are passing it to RichTextToolBar this is only on IE On Aug 12, 11:42 am, Charan s.chara...@gmail.com wrote: Hi, I have RichTextArea on which i setEnabled(false) and i

Auto expansion of widgets in Flex table when onfocus css applied

2009-05-19 Thread Charan
Hi, I want to apply the css when the TextBox, TextArea got the focus, so i am adding a style onFocus() and removing it on the onLostFocus() it is working when my problem is when the textBox has text which is large when i focus the textBox/TextArea it is expanding the textBox/textArea up to the

Re: Auto expansion of widgets in Flex table when onfocus css applied

2009-05-19 Thread Charan
) { if (sender instanceof TextBoxBase) { sender.removeStyleName(mandatory-textBox-border); } } On May 19, 4:36 pm, Charan s.chara...@gmail.com wrote: Hi, I want to apply the css when the TextBox, TextArea got the focus, so i am adding a style onFocus() and removing

Re: set border colr onFocus

2009-05-19 Thread Charan
characters), when the user focus the TextBox/ textArea it auto expanding to the length of the text in field. so i am clue less why this behaviour is happening, help me if any body has suggestions for this scenario Thanks Charan On Apr 24, 3:03 am, Freller andre.frel...@gmail.com wrote: Hi satya, I

Re: How to clear History

2008-12-24 Thread Charan
I don't think such method in History class =Charan On Dec 24, 12:59 pm, kiran raj kiranraj@gmail.com wrote: did you try history.clear(); On Wed, Dec 24, 2008 at 12:45 PM, Charan s.chara...@gmail.com wrote: Hi, After a long time after giving a message with similar question

Re: How to clear History

2008-12-23 Thread Charan
javascript , or JSON any suggestion will do Thanks regards Charan On Oct 30, 5:11 pm, Ian Bambury ianbamb...@gmail.com wrote: OK, Well, that might indicate that you should redesign slightly so that you only set it once :-) Re-initialising a number of times would suggest that there is a better

Regarding 1.5.3 compiler warning

2008-11-19 Thread Charan
hi, i have my pojo which are having Collections(Map, List, Vector) which are raw type (not generic) when i was compiling i am the following warning (still the app is working fine) Compiling module com.capgent.cpt.FileView [java] Scanning for additional dependencies: file:/D:/

Re: Regarding 1.5.3 compiler warning

2008-11-19 Thread Charan
hi chappel, set-property name=gwt.suppressNonStaticFinalFieldWarnings value=true / in moulde.gwt.xml file that is not stopping the warnings on console Regards, Charan On Nov 19, 10:42 pm, Ivan Chappel [EMAIL PROTECTED] wrote: Try adding the following to your module file : set-property

Re: Regarding 1.5.3 compiler warning

2008-11-19 Thread Charan
columns [java] java.util.ArrayList [java] Verifying instantiability [java] java.util.ArrayList? extends java.lang.Object [java] [WARN] Checking all subtypes of Object which qualify for serialization On Nov 20, 10:07 am, Charan [EMAIL PROTECTED] wrote: hi chappel, set-property name

How to accept dynamic URL for a servlet in .gwt.xml

2008-10-02 Thread Charan
hi, i have requirement to accept multiple URL's to single servlet file for example: /projectName/access/files/1234 /projectName/access/files/1235 /projectName/access/files/1236 /projectName/access/files/1237 /projectName/access/files/1238 /projectName/access/files/1239

Re: How to accept dynamic URL for a servlet in .gwt.xml

2008-10-02 Thread Charan
this servlet in the gwt.xml ! On Thu, Oct 2, 2008 at 4:16 PM, Charan [EMAIL PROTECTED] wrote: hi, i have requirement to accept multiple URL's to single servlet file for example: /projectName/access/files/1234 /projectName/access/files/1235 /projectName/access/files/1236 /projectName

Enabling text selection on particular widget

2008-09-30 Thread Charan
I have disabled the default mouseEvents of browser by using the following code DOM.addEventPreview(new EventPreview() { public boolean onEventPreview(Event event) { switch (DOM.eventGetType(event))

Enabling text selection on particular widget

2008-09-30 Thread Charan
hi, I have disabled the default mouseEvents of browser by using the following code DOM.addEventPreview(new EventPreview() { public boolean onEventPreview(Event event) { switch

Enable Text Selection on HTML widget while browser default events are prevented

2008-09-30 Thread Charan
hi, I have disabled the default mouseEvents of browser by using the following code DOM.addEventPreview(new EventPreview() { public boolean onEventPreview(Event event) { switch

Re: Enabling text selection on particular widget

2008-09-30 Thread Charan
hi can anyone help me in this it should only highlight / text selection only on HTML widget only On Sep 29, 8:16 pm, Charan [EMAIL PROTECTED] wrote: hi, I have disabled the default mouseEvents of browser by using the following code DOM.addEventPreview(new EventPreview