AJAX :: Seadragon Mouse Wheel Motion Zoom / Zoomout Not Working
Sep 8, 2010using following code.. vs 2008 and ajaxtoolkit 3.5.40412.2 what is is to be done to make it work?
[Code]....
using following code.. vs 2008 and ajaxtoolkit 3.5.40412.2 what is is to be done to make it work?
[Code]....
I have generated single imge in deep zoom composer and i can able to working seadragon control
code: sourceurl="dzc_output.xml"
Now I need to display mutilple images. I have generated images using deep zoom composer.I should use these images in seadragon control.
i need free jquery for zoom in and zoom out image with mouse scrool i google but one of the Query is from the developers side so i can't use thisso where can i get fully free code
View 6 Replieshow to use the Seadragon image zoom control in asp.net page
View 3 RepliesI have a ReportViewer with a long report and so there are scroll bars on right hand side.
Usually we just can use the scroll wheel on mouse to drag downwards to reveal lower part of the page but I found this wheel is not working when the mouse pointer is over the report.
how to zoom image in side like in shopping sitewhen we put mouse over the particular portion of of image,that portion zooms in the side.how to do this with simple codes?
View 1 RepliesI have added 4 CollapsiblePanel programmatically and it is working with IE7 and IE8 but it is not working with IE6 its behaving flashing while expand and collapse and on mouse move to the panel.
View 1 Replieswhy this javascript error: 'ClientToolbarctl00_ContentPlaceHolder1_reportViewer_ctl01' is undefined shows up whenever I click on 'Export' and 'Zoom' controls of my report viewer? Everything else works for my reportviewer.
View 3 RepliesHas anyone ever tried to put a seadragon control in an accordion extender? I just tried and I can't get it to work. The seadragon control dosn't render the image when you open a pane in the accordion. Something like this...
[Code]....
I used the DeepZoomTools.DLL to convert a JPG file to XML using the following code:
[Code]....
I then used the aspx page below to show the file which is created. On Firefox there are no java erros, the control appears but it just says loading....... on the IE8 control show up saying Loading.. but I am getting a javascript error. Can anybody help figure this out?
[Code]....
[Code]....
When work with seadragon control it works fine.but when put seadragon control in tabcontainer it is not displaying.code
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<cc1:TabContainer Visible="true" lefr-margin="200px" Width="1000px"
[code]....
The toolkit in Visual studio doesnot have SeaDragon ajax tool.How can i use it in my project.
I need the image to zoom in my project.
In my appliction I have 4 tabs. Ex- HOME,ABOUT US,LAYOUT,CONTACT US. these tabs are in tabcontainer. Using Seadragon I have created the image(LAYOUT).Image is displaying only when I set the Activetabindex to LAYOUT. Otherwise it is not displaying the image.
View 2 RepliesI need to display multiple images in seadragon. I have developed these in deep zoom compmser and checked in preview, it works fine.but when i put this in seadrgon's sourceurl,i am facing the following error. icrosoft JScript runtime error: Object doesn't support this property or method.
View 2 RepliesI've been implementing Seadragon (as part of the ACT), but have recently found some users complaining of slow speeds whilst using it - I thought this odd because the whole idea of Seadragon and DeepZoom is streaming images as they're required rather than loading one huge image in one request.
I've done a bit of testing (using Firebug) on both our web pages and the ASP.net ACT Sample website Seadragon control, and have found that when the control is opened on screen, the browser decides to load all the tile images at once (even the tiles which aren't at the default zoom level).
Has anyone else experienced this and does anyone know why it does it/if there's a fix? The fact it happens on the ACT sample site has left me tearing my hair out because I know that it's not just my implementation of the control that's causing problems.
i want to use seadragon control in order to show a map.
my code is
[Code]....
i am getting the following error:
Error on execution of Microsoft JScript: the 'undefined' is null or not an object
here:
AjaxControlToolkit.Seadragon.ImageLoader.prototype = {
_onComplete:
callback(image);
}
Seadragon.Debug.error(e.name +
}
}
},
function(callback, src, image) {this._downloading--;if
(typeof (callback) ==
"function") {try {catch
(e) {" while executing " + src +" callback: " + e.message,
e);
I want to display multiple images using seadragon control.
View 1 RepliesZoom option in azax line chart control.
View 1 RepliesI implement IHttpModule to rewrite url address. Other images, css, js work well except zoom images control on Seadragon.
View 4 RepliesIn my Bing Ajax Map app the user is presented with a list of locations they can choose from. OnRowClick the map center and zooms on that places location. After it has focused on that location, it shows the info window for it as well.
The problem is that the info window seems to be loading before the map has finished panning. This causes the info window to appear in the wrong spot, or not at all. For now I've put the show info method in a setTimeout tag to give it another second before loading the information, but its a fairly ugly hack and still doesn't work 100% of the time.
Show delete Button On GridView Row Mouse over and hide on mouse out in ASP.Net
View 1 RepliesI have a gridview with list of companies. I want to provide an option to user that, when user mouse over, the user has to see the delete(imagebuttion) option and clicking on that need confirm buttion. The below articles are very useful but the delete option is always visible to end user which I dont want in my application.
[URL]
I have teh seadragon working, but when I try to active it with a hovermenu or popupcontrol, I don't get an error, I just get everything except for the actual image. It has the background, the controls of enlarge, shrink etc, but no image.
View 1 RepliesI am showing some information on mouse hovering on the links. I am doing this by making an AJAX call on mouse hover the the links and fetching the data from database.
Problem is that if I mouse hover several times on the same link it will make the AJAX call and hit the database in each time. But I want if it once fetch the data from the database for a specific link on second time mouse hover it should not hit the database again. For this I need to store the data in client side some where and reuse it(I think).
What is the best approach to handle this situation?
P.S: I am having more than 20 such links in the page.
So you have a control like a button. When the user mouses over the button a picture should change to a picture that is relevant for that button. If the button says "trees" then the picture should show trees when the button is moused over. If a diferent button says "horses" then the picture should show horses when the horses button is moused over. I have AJAX and the control toolkit installed.
View 4 Replies