Hi All,

I have been using this modal window since 15 days. I am very much
comfortable with this product usage also. Recently I am facing a Javascript
error problem. 

Problem description: I have a web form with two text boxes and one textarea
and two buttons namely Reset and Save. These two textboxes are mandatory
fields which I am validating client side on submit and errors I am
displaying in our modal window (mac_os style). This is working fine. After
Saving this form, Save button will become Update. The validation continues
on click of Update also but here I am facing Javascript error. Same kinds of
validations are working in all other forms except only two forms for me.
Please find the errors attached here.


Please help me out.

Thanks and Regards,
Srinivas

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Monday, February 26, 2007 10:30 PM
To: [email protected]
Subject: Javawin Digest, Vol 11, Issue 35


Send Javawin mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Javawin digest..."


Today's Topics:

   1. Re: (no subject) (Florian LEONARD)
   2. Re: samples don't work (Pierre Boquet)


----------------------------------------------------------------------

Message: 1
Date: Mon, 26 Feb 2007 08:23:27 +0100
From: "Florian LEONARD" <[EMAIL PROTECTED]>
Subject: Re: [Javawin] (no subject)
To: <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Thank you S?bastien.

It works very fine.

 

Florian.

 

De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la
part de S?bastien Gruhier
Envoy? : vendredi 23 f?vrier 2007 15:48
? : [email protected]
Objet : Re: [Javawin] (no subject)

 

Hi

 

Sorry for the late answer

You need to add on line in tooltip.js (it will be in the newt release of
course)

line 156 you have

    if (!element.ajaxInfo) 

      this.tooltipWindow.show();

 

change them to 

    if (!element.ajaxInfo) {

      this.tooltipWindow.show();

      this.tooltipWindow.toFront();

    }

 

On Feb 21, 2007, at 11:10 AM, Florian LEONARD wrote:





Hello,

 

I have a little problem with tooltip.js.

 

I define this style :

 

            <style> 

                        #di-page 

                        { 

                                   PADDING-LEFT: 2px;

                                   PADDING-RIGHT: 2px;

                                   TOP: -5px;

                                   LEFT: -5px;

                                   BORDER: #999999 1px solid; 

                                   PADDING-BOTTOM: 2px; 

                                   WIDTH: 200px; 

                                   PADDING-TOP: 2px; 

                                   POSITION: relative; 

                                   HEIGHT: 200px; 

                                   BACKGROUND-COLOR: #f2f2f2 

                        }

                        #di-page-shade

                        { 

                                   BORDER: #999999 1px solid; 

                                   LEFT: 30px; 

                                   WIDTH: 200px; 

                                   POSITION: relative; 

                                   TOP: 30px; 

                                   HEIGHT: 200px; 

                                   BACKGROUND-COLOR: #333333 

                        }

            </style>

 

My html page contains juste this code :

 

            <body>

 

                        <div id="di-page- shade ">

                                   <div id="di-page">

                                               <INPUT id="idbtn"
tabIndex="1"

type="text"><br>

                                   </div>

                        </div>

 

                        <div id="tooltip_content2" style="DISPLAY:none">

                                   <div class="tooltip_content">

                                               <h3>HTML Tooltip</h3>Just one
sample...

                                   </div>

                        </div>

                        

                        <script>

                                   TooltipManager.addHTML("idbtn",

"tooltip_content2");

                        </script>

                                               

            </body>

 

When I fly over the input element, the tooltip appears but behind the

two

Div element "di-page-shade" and "di-page".

 

If I use a window object, it appaers fine, but not with tooltip.

 

Does somebody have this problem ?

I don't find a solution.

 

 

_______________________________________________

Javawin mailing list

[email protected]

http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://mail.xilinus.com/pipermail/javawin_xilinus.com/attachments/20070226/d
f0d59f5/attachment-0001.html 

------------------------------

Message: 2
Date: Mon, 26 Feb 2007 09:41:23 +0100
From: Pierre Boquet <[EMAIL PROTECTED]>
Subject: Re: [Javawin] samples don't work
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Dont forget to set a <BODY> tag ! ( i had this problem once ;) )

ting wang a ?crit :
> It is really the problem about read write right.
>
> Because the right javascipts directory and *.js files in this 
> directory are not readable, so causes the problem like:
>
> Object cannot be created in this context" code: "9
>
> Thanks for the answer
>
>
> Ting
>
> On 2/25/07, *S?bastien Gruhier* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     I dont see any error in Firebug. The only thing I see is that
>     alphacube theme images cannot be read may a owner right issu.
>     Seb
>     On Feb 25, 2007, at 11:40 AM, ting wang wrote:
>
>>     Hello all,
>>
>>     I have downloaded windows_js_1.1.zip .
>>     When I open the .html file in samples directory direct with
>>     FireFox, all work well. URL is like
>>
>>
file:///home/txw/workspace_php/ajaxTest/windows/samples/window_store.html#
>>
>>
>>
>>     When i put the whole directory into my Apache web directory and
>>     try it again, the following error message is detected by firebug:
>>
>>     Object cannot be created in this context" code: "9
>>
>>     This can be see under URL
>>
http://www.mindxuniversity.org/tingwang/ajaxTest/wd/samples/window_store.htm
l#
>>
<http://www.mindxuniversity.org/tingwang/ajaxTest/wd/samples/window_store.ht
ml#>
>>
>>
>>     Who can help me?
>>
>>
>>     Thanks a lot
>>
>>
>>     Ting
>>
>>
>>     --
>>     "The bane of my existence is doing things
>>     that I know the computer could do for me"
>>                             -- Dan Connolly
>>     _______________________________________________
>>     Javawin mailing list
>>     [email protected] <mailto:[email protected]>
>>     http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
>>     <http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com>
>
>
>     _______________________________________________
>     Javawin mailing list
>     [email protected] <mailto:[email protected]>
>     http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
>
>
>
>
> -- 
> "The bane of my existence is doing things
> that I know the computer could do for me"
>                         -- Dan Connolly
> ------------------------------------------------------------------------
>
> _______________________________________________
> Javawin mailing list
> [email protected]
> http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
>   


-- 
Pierre BOQUET
AXSMarine
Tel +33 1 53 43 05 77





------------------------------

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com


End of Javawin Digest, Vol 11, Issue 35
***************************************

Attachment: Error.GIF
Description: GIF image

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to