AMD is not working with ASB in IE Browser.

2010-11-26 Thread Sreenivasulu A
Hi list,

I am developing a small application with WOLips. I used Ajax Components to
work with application.
My app works good under Mozilla Browser, but it is not working with IE
Browser, particularly
AMD(AjaxModalDialog) is not working with AjaxSubmitButton(i.e., When I click
on ASB, AMD is not opening).
In my code, I followed this:
AjaxModalDialog.open(context(), MyAMDDialog, title);

Is there any possibilities to work with this?

Thanks  Regards,
Sreenivasulu Arveti.
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: AMD is not working with ASB in IE Browser.

2010-11-26 Thread Farrukh Ijaz
Try using AjaxModalDialogOpener instead of ASB and see it works?

Farrukh

Sent from my iPhone

On 26, نومبر 2010, at 4:40 PM, Sreenivasulu A sreenivasul...@evergent.com 
wrote:

 Hi list,
 
 I am developing a small application with WOLips. I used Ajax Components to 
 work with application.
 My app works good under Mozilla Browser, but it is not working with IE 
 Browser, particularly
 AMD(AjaxModalDialog) is not working with AjaxSubmitButton(i.e., When I click 
 on ASB, AMD is not opening).
 In my code, I followed this:
 AjaxModalDialog.open(context(), MyAMDDialog, title);
 
 Is there any possibilities to work with this?
  
 Thanks  Regards,
 Sreenivasulu Arveti.
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com
 
 This email sent to farrukh.i...@fuegodigitalmedia.com
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: AMD is not working with ASB in IE Browser.

2010-11-26 Thread Simon
presumably it's a scripting error - have you checked the script error
console on IE? what is it complaining about ?

simon


On 26 November 2010 13:40, Sreenivasulu A sreenivasul...@evergent.com wrote:
 Hi list,

 I am developing a small application with WOLips. I used Ajax Components to
 work with application.
 My app works good under Mozilla Browser, but it is not working with IE
 Browser, particularly
 AMD(AjaxModalDialog) is not working with AjaxSubmitButton(i.e., When I click
 on ASB, AMD is not opening).
 In my code, I followed this:
             AjaxModalDialog.open(context(), MyAMDDialog, title);

 Is there any possibilities to work with this?

 Thanks  Regards,
 Sreenivasulu Arveti.

  ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk

 This email sent to si...@potwells.co.uk

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: AMD is not working with ASB in IE Browser.

2010-11-26 Thread Sreenivasulu A
Hi Farrukh,

Thanks for your reply.
I saw the documentation and I understood this now.
This helps me a lot for further enhancements to my application.

Thanks  Regards,
Sreenivasulu Arveti.

On Fri, Nov 26, 2010 at 8:12 PM, Farrukh Ijaz 
farrukh.i...@fuegodigitalmedia.com wrote:

 I think you are using label binding of AMDO for the label. See the
 documentation of this component here: 
 http://webobjects.insigno.net/wonder/api/er/ajax/AjaxModalDialogOpener.html
 http://webobjects.insigno.net/wonder/api/er/ajax/AjaxModalDialogOpener.html

 You should not use the label binding if you are wrapping your elements with
 AMDO.

 HTH,

 Farrukh

 Sent from my iPhone

 On 26, نومبر 2010, at 5:25 PM, Sreenivasulu A sreenivasul...@evergent.com
 wrote:

 Hi Farrukh,

 Thanks for your reply.
 I provided AjaxModalDialogOpener instead of ASB. AjaxModalDialogOpener is
 working good with IE Browser also.
 But WOImage is wrapped with ASB and I provided ASB's button= false(To show
 like a HyperLink).
 With this I get an inline hyperlink with WOImage.
 I did it for AjaxModalDialogOpener also.
 i.e., WOImage wrapped with AjaxModalDialogOpener. But WOImage is not shown.
 But there is no *button* property for AjaxModalDialogOpener to set like
 ASB.
 Is there any possibilities to work with this scenario?

 Thanks  Regards,
 Sreenivasulu Arveti.

 On Fri, Nov 26, 2010 at 7:29 PM, Farrukh Ijaz 
 farrukh.i...@fuegodigitalmedia.com
 farrukh.i...@fuegodigitalmedia.com wrote:

 Try using AjaxModalDialogOpener instead of ASB and see it works?

 Farrukh

 Sent from my iPhone

 On 26, نومبر 2010, at 4:40 PM, Sreenivasulu A sreenivasul...@evergent.com
 sreenivasul...@evergent.com wrote:

  Hi list,
 
  I am developing a small application with WOLips. I used Ajax Components
 to work with application.
  My app works good under Mozilla Browser, but it is not working with IE
 Browser, particularly
  AMD(AjaxModalDialog) is not working with AjaxSubmitButton(i.e., When I
 click on ASB, AMD is not opening).
  In my code, I followed this:
  AjaxModalDialog.open(context(), MyAMDDialog, title);
 
  Is there any possibilities to work with this?
 
  Thanks  Regards,
  Sreenivasulu Arveti.
  ___
  Do not post admin requests to the list. They will be ignored.
  Webobjects-dev mailing list  ( Webobjects-dev@lists.apple.com
 Webobjects-dev@lists.apple.com)
  Help/Unsubscribe/Update your Subscription:
 
 http://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com
 http://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com
 
  This email sent to farrukh.i...@fuegodigitalmedia.com
 farrukh.i...@fuegodigitalmedia.com


 Thanks  Regards,
 Sreenivasulu Arveti.




-- 
Thanks  Regards,
Sreenivasulu Arveti.
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com