Search

You searched for the word(s): userid:657204

Matching Posts

  • Re: DragPanel jumps down and to the right (former: Is Atlas compatible with Master Pages?)

    Hi Ted, if we use the version in the common.js do we need to specifically include this .js or is it automagically downloaded as part of the control toolkit at runtime? can you give an example of how to correctly access the function in this common.js, correctly overriding the base version? If anyone from MS is actually paying attention to this thread... It really would be nice if you fixed this bug, it's not exactly a small issue Thank in advance Ted.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SNewman on 10/27/2006
  • Re: Noob: Atlas & Update Panel Error: Unknown Error

    I see similar behaviour, I am also using master pages but I only see the issue when I put an ASP.Net control inside my update panel. I have another app with a very similar setup - Master page and the exact same controls as in the other app but this time the update panel works fine. I have no idea how this can be but hey, update panels seem to be fine on master pages but not with asp.net controls in them.
    Posted to ASP.NET AJAX UI (Forum) by SNewman on 9/4/2006
  • Re: Atlas Unknown Error Popup on Session Exipry - Requesting fix

    Hi All, I am also experiencing an issue where I get unknown error. My issue only happens when I wrap asp.net 2.0 controls in an update panel. The strangest thing is that this is only happening in one of two projects that uses the same ASP.net controls. In one I get the updates working fine in the other I get unknown error. The only difference as I can see is that n the project that doesn't work correctly the controlls are nested more deeply. I have a panel surrounding a header and body panel
    Posted to ASP.NET AJAX UI (Forum) by SNewman on 9/4/2006
  • Re: Is Atlas compatible with Master Pages?

    Hi Ted, Yup the target is absolutely positioned. What I found was that there is some code that works out the old position of the drag panel (I'm guessing so it could send it back there if I were to do a drag drop and the drop need to be cancelled?) and it appears to do this based on the mouse position using the x, y coordinates and then there is a calculation performed based on that. I was not able to confirm that this is the calculation causing the issue but it kind of fits as the x, y, co-ordinates
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SNewman on 8/31/2006
  • Is Atlas compatible with Master Pages?

    Hi, I've got an issue that I have been trying to lock down for about a week now with no success and could really do with some input. Basically I have a panel that i have extended with the Drag Panel Extender, when I try to drag the panel it jumps down and to the right! I can still drag the panel around but it's offset from the mouse position. Also simply clicking on the Drag Handle caused the whole panel to jupm down and to the right, each click causes is to jump again. I have managed to
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SNewman on 8/29/2006
  • Re: Collapsible Panel Style bug

    Hi, I came accross this issue also today, I am using the July CTP. Following on from the original workaround I found the section of code (see below) and specifically set the styles I needed. My issue (for the moderators benefit) was that applying style attributes for top and left to the container panel meant that the new div created when the page is parsed also had the top and left style applied but it was relative to the main panel (read div) not the page. Using the IE dom explorer I could see why
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SNewman on 8/21/2006
  • Collapsible Panel extender feature/howto request.

    Hi, I have a page I am designing with a selection of collapsible panels on it thanks to the extender. They all work just fine and I've found this part relatively straightforward to complete. I would, however, like to be able to 'shuffle' items on the page when a panel is collapsed, moving the items that were under the panel up as the panel collapsed and back down again when expanded, the aim being the avoidance of big 'holes' in the page. I've had a dig around and try as I might, I can't find anything
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SNewman on 8/18/2006
  • Dragable Collapsible Panel... Possible Issue?

    Hi, I have bee trying to combine the DragPanelExtender and the CollapsiblePanel Extender in order to make a Collapsible panel that i can drag around. I have had mixed results, the best I can get is some strange frankenstein panel that jumps down the screen when I try and collapse it and when you drag it the top of the panel is about 300px below the mouse. It's all a bit unuseable of course so I'm hoping that someone has accomplished this and can tell me where I may be going wrong, or even if it is
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SNewman on 8/18/2006
  • Re: Draggable, Resizable, Collapsible Panel

    Hi, I wonder if using the onclientResizing property of the resizeablePanelExtender will help you achieve what you want? I was able to successfully create a resizable multiline ASP TextBox yesterday using this method. It took a bit of working out but in the end it was all very simple indeed. The Code Below Shows what I have on my page. Basically by setting the onClientResizing property and adding a Javascript function you can access the panel and it's children, you can then do what you like in here
    Posted to ASP.NET AJAX Control Toolkit (Forum) by SNewman on 8/18/2006
  • Re: VS2k5 crash, now code behind intellisense can't find controls on page

    Hi, We are seeing this on a regular basis at my company. We are using te Web Application Projects rather than the WEb Site Project. Any Time we place a control on a page, we get no intellisense for that control. During our investigations we have found that nothing gets entered into the Designer.cs for the page. Further investigation led to the discovery that there appears to be a link with SCC. If the Designer.cs is checked in when you add a control to the page the required entried for the control
    Posted to Visual Studio 2005 (Forum) by SNewman on 8/18/2006
Page 1 of 2 (11 items) 1 2 Next >