Re: Problem with popup panel in firefox

2009-07-04 Thread baalu aanand

Hi all,


 Thanks for your replies. I used onEventPreview() method and it worked
fine for me. Thanks again


Baalu



On Jul 2, 6:03 pm, alex.d alex.dukhov...@googlemail.com wrote:
 Actually it's the same behavior with FF 3.0 - popup is hidden when
 clicking on the scrollbar. I would also suggest overriding
 onPreviewNativeEvent.

 On 2 Jul., 14:30, Thomas Broyer t.bro...@gmail.com wrote:

  On 2 juil, 09:34, baalu aanand baaluaan...@gmail.com wrote:

   Hi alex,

            But when the autoHide is disabled, it is not hiding when I
   click outside of the popup. I just need that popup should hide when i
   click outside of the popup but not when i click on the browser scroll
   bar. It actually works fine in IE, but not working in  firefox.

  I suspect a bug in Firefox (there's one for mouseout events that'll be
  fixed in 3.5.1 and is worked around in the upcoming GWT 1.6.5) where
  the target of the event is the scrollbar instead of the scrollable
  element; therefore, the code in PopupPanel that checks whether the
  event targets either the popup or a partner will return a false
  negative.

  To check if it is the case, just override onPreviewNativeEvent (or
  onEventPreview in GWT 1.5)  and check the event.getEventTarget()
  value.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Problem with popup panel in firefox

2009-07-02 Thread baalu aanand

Hi,

 I have used popup panel to list some of my items but when i click
the scroll in firefox to see the below items in the popup , The pop up
gets hidden . So I am unable to check the below items. Could some one
help me



Thanks In Advance
Baalu
--~--~-~--~~~---~--~~
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: Problem with popup panel in firefox

2009-07-02 Thread baalu aanand

Hi alex,

 But when the autoHide is disabled, it is not hiding when I
click outside of the popup. I just need that popup should hide when i
click outside of the popup but not when i click on the browser scroll
bar. It actually works fine in IE, but not working in  firefox.

Thanks
Baalu

On Jul 2, 12:16 pm, alex.d alex.dukhov...@googlemail.com wrote:
 popuppanel has an autoHide property. take a look at the constructor:

 PopupPanel(boolean autoHide)

 On 2 Jul., 08:39, baalu aanand baaluaan...@gmail.com wrote:

  Hi,

       I have used popup panel to list some of my items but when i click
  the scroll in firefox to see the below items in the popup , The pop up
  gets hidden . So I am unable to check the below items. Could some one
  help me

  Thanks In Advance
  Baalu
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



SSL login in GWT

2009-06-13 Thread baalu aanand

Hi,

   I am a new bee for GWT. I am using PHP as server. I am posting data
to server using

   RequestBuilder requestBuilder = new RequestBuilder
(RequestBuilder.POST, ./php/mylogin.php);
   requestBuilder.setHeader(Content-Type, application/json);

and receiving the response using the method in RequestCallback
interface
  public void onResponseReceived(Request request, Response
response).

   Using this following method for login, i can able to see the users
password in firebug  console. So i need to use SSL connection, to make
it secure. I don't know correctly how to use the SSL connection.
Kindly guide me to get the secure connection. I hope it will be clear
for you.

Thanks in advance
Baalu

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Problem in showing the items in Flextable

2008-10-14 Thread baalu aanand

Hi all,

   I am updating the Mail App. I have gave some related items
under the sent folder. While i click the sent in Mailboxes.java, the
Flex table in MailList.java not showing the corresponding items. I
have calling the MailList.update() function  from the Mailboxes.java
while clicking the sent tree node. But if i click the older button
the values of sent are displaying in the table. Then I have noticed,
If used any listener means only the table getting refresh.

  I want to see items of sent in Flextable when i click the
sent tree node at left hand side.

Please kindly help me
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Moving values

2008-09-23 Thread baalu aanand

Hi

I am new for using the GWT. Now i am working with Mail
application. I am doing some alteration in that. I altered the Task
tab at lefthand side. I have placed one textfield and button in that
tab. When I give any values in the textfield and select the button
means, that text box value should come below the trash in Mail tab at
right hand side.

  I have tried it many ways, the values are reaching the Mail tab, but
it not placing below the trash. Then all the calls are ajax call. I
don't know how to call one HTML page from my current HTML page.

 I need help for this. Kindly help me.


Thanks
Baalu

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---