I've tried this and even set it to a ridiculously high number. The
problem is not that the resuilts set is not displaying the problem is
that the web service is not being called. I have discovered that the
KeyPress Event in controls.js does not fire, if the textbox is shown
in a modal box.

If anyone has any ideas, i'd be happy to try them.

CB

On Oct 3, 10:29 pm, Michael Hauptmann <[EMAIL PROTECTED]> wrote:
> Hi CB,
>
> You could try and assign a zIndex higher than 10.000 to #div1.
> I'm using both together without problems, but had to increase the zIndex
> of the results div in order to show it above the layer.
>
> Maybe that helps,
> Miguel
>
> MikeFeltman wrote:
> > I'm having some problems with ModalBox as well. It doesn't appear to
> > be very well supported and despite a number of open issues it's going
> > on a year without an update. It seems its author's have abandoned it
> > and I am considering the same.
>
> > On Oct 3, 10:18 am, CallinBollig<[EMAIL PROTECTED]>  wrote:
>
> >> updated to prototype 1.6.0.3 but no change in behaviour.
>
> >> On Oct 3, 2:41 pm, "T.J. Crowder"<[EMAIL PROTECTED]>  wrote:
>
> >>> Hi,
>
> >>> And that's the value of hard numbers:  That's not the latest version
> >>> of Prototype, v1.6.0.3 was released on the 28th.  Probably nothing to
> >>> do with it, but...
>
> >>> -- T.J. ;-)
>
> >>> On Oct 3, 2:07 pm, CallinBollig<[EMAIL PROTECTED]>  wrote:
>
> >>>> OK apologies for being so vague.
> >>>> Versions are from the .js files
>
> >>>> Modalbox.js VERSION 1.6.0 Last Modified: 12/13/2007
> >>>> Prototype.js Prototype JavaScript framework, version 1.6.0.2
> >>>> script.aculo.us scriptaculous.js v1.8.1
>
> >>>> hope this clears up any confusion
>
> >>>> On Oct 3, 9:38 am, "T.J. Crowder"<[EMAIL PROTECTED]>  wrote:
>
> >>>>> Hi,
>
> >>>>>> I am using the latest version of Prototype.cs and the scriptaculous
> >>>>>> files.
>
> >>>>> The "latest version" is a very slippery concept.  Specific versions?
> >>>>> --
> >>>>> T.J. Crowder
> >>>>> tj / crowder softare / com
>
> >>>>> On Oct 3, 9:16 am, CallinBollig<[EMAIL PROTECTED]>  wrote:
>
> >>>>>> Hi,
> >>>>>>     I have a small issue, which I can't find a solution to on the web.
> >>>>>> Perhaps you can help. Using Prototype and Scriptaculous I have created
> >>>>>> an autocompleter which calls an ASP.NET web service and works fine.
> >>>>>> However when I put it onto a Panel which is made visible by a
> >>>>>> modalbox.Show() the autocompleter no longer fires.
> >>>>>> I am using the latest version of Prototype.cs and the scriptaculous
> >>>>>> files.
>
> >>>>>> Here is the code
>
> >>>>>> <div id="Panel1">
> >>>>>>          <table cellspacing="3" cellpadding="3">
> >>>>>>              <tr>
> >>>>>>                  <td>
> >>>>>>                      Possible Values
> >>>>>>                      <br />
> >>>>>>                      <%--asp:ListBox ID="lbPossiblefiltervalues"
> >>>>>> runat="server" Height="500px" Width="150px"></asp:ListBox>--%>
> >>>>>>                      <div id="div1" class="autocompleteContainer">
> >>>>>>                          <h3>
> >>>>>>                              Custom autocomplete using AJAX and
> >>>>>> parameters</h3>
> >>>>>>                          <div id="divDetails5">
> >>>>>>                              &nbsp;</div>
> >>>>>>                          <input id="autocomplete5" type="text" />
> >>>>>>                          <div id="autocomplete_choices5"
> >>>>>> class="autocomplete">
> >>>>>>                          </div>
> >>>>>>                      </div>
> >>>>>>                  </td>
> >>>>>>              </tr>
> >>>>>>          </table>
> >>>>>>          <input type="button" value="Save" onclick="onSavePopup()" />
> >>>>>>          <input type="button" value="Cancel"
> >>>>>> onclick="Modalbox.hide();return false;" />
> >>>>>>      </div>
>
> >>>>>> just let me reiterate the control works fine outside the modal box,
> >>>>>> just not in the panel when the modal box is active. I've checked the
> >>>>>> rendered html and the id's are correct.
>
> >>>>>> Any help would be appreciated,
>
> >>>>>> Best Regards
>
> >>>>>> CB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to