Search Results

Type: Posts; User: peterdiplaros

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. Now it hides rather quick when I mouse out of the grid, but very slow (2 sec) when I mouse out of the rowtip area and into another column on the same grid.

    Why is there a difference? Does the...
  2. One more thing: It does not hide very quickly when I move the mouse away... Is there anything I can do to speed it up?

    Cheers
  3. It worked once I made the following change:

    Before:



    var id = Ext.fly(RowTip.triggerElement).child('input[type=hidden]').dom.value;


    After:
  4. Sorry but this does not work at all. No tooltip shows up.
    The function updateTooltip never fires, and the prototype function only fires the first time a mouseover occurs, and e.getTarget returns...
  5. Sorry but this does not work for me. I am using 0.8.2 release.
  6. I am using an asp:GridView control showing people's names, positions, etc. and I would like to show an ext ajax tooltip as the user hovers over each person's name. The tooltip would display the...
  7. Yes, that was it. LayoutOnTabChange worked. When can we expect documentation? This is all hidden stuff.

    Thank you.
  8. Ok I got that fixed but now I am having a differernt problem. When the tab panel is set to DeferredRender = "True" none of the grid panels I added in codebehind show up in Firefox. They show up in...
  9. Hi

    I am trying to build a number of GridPanels in codebehind and attach them to tabs in a tabpanel.

    The problem is, I cannot seem to set the RowSelectionMode and LoadMask for these GridPanels....
  10. Hi Geoff

    You previously suggested this:



    "As a side note, I noticed the data you are returning is formatted in Json. Given the amout of data you are returning, you might want to test with...
  11. Actually, the only thing that helped was removing Firebug completely (uninstall) and then re-installing. So far, no more problems.
  12. Could the problem be FireBug?



    Peter
  13. This error is irrelevant to the scope of this issue. I know what is causing that. I removed this reference temporarily so you can drill down and determine what is happening.

    I have confirmed that...
  14. Why am I getting this error?

    Coolite.Ext.Callback is not a constructor
    http://204.225.175.217/coolite/coolite-data-js/coolite.axd?7019


    This is the page:
    http://204.225.175.217/fundlist.aspx...
  15. Ok it's good to know about the Success="..." option. But if I want a different message and action for failure, and I add Failure="some js code" for that in the <AjaxEvents><Click> method, how do I...
  16. What is the purpose of the line:

    Success="#{GridPanel1}.store.commitChanges();"

    What does that function do?
  17. Ok so I have the records I want in a store connected to a gridpanel. The store is connected to a SQL data source. What is the easiest way to save the store contents back to the database from VB code?...
  18. I am using version 0.6.

    I have made an implementation of the 2 grids, and I can copy from one to the other no problem. However, I need to save the results together with some other form information...
  19. Thanks

    I guess that means that the whole row must be the hyperlink? What if I have 2 different links in 2 different cells (columns)?

    How can I attach different hrefs to differernt cells?

    P
  20. Can you show me some code that adds the popup code into the listener from within the row's custom renderer JS for the cell?
  21. Vladimir, thank you.
    I knew there was an event firing post-mouse click. This was probably it.
    I disabled selection and the focus stayed on the popup window.
    This works for me in this case....
  22. The window.focus() I was referrring to is found in the source code for the popup page (http://dynamic.profolio.ca/fundprofile.aspx) not the main page. I removed the .focus() call from the popup page...
  23. I was only able to shorten the delay by using setTimeout("newwin.focus()", 100) but that is not always guaranteed to work.
  24. Ok I removed the window.focus() call. Now check and see what I mean.

    Peter
  25. What do you mean "everything appears to be working fine"?

    I and many others have seen this behaviour. The popup window does not focus RIGHT AWAY. There is some kind of row action or mouse capture...
Results 1 to 25 of 41
Page 1 of 2 1 2