Rank: Advanced Member
Groups: Guest
Joined: 9/6/2005(UTC) Posts: 106
|
Dmitry,
I do not mean to sound rude but the ajax control for me is going backwards not forwards. I was able to make the AJAX work. There are underscores ____ in the item names on the client side now. I was use to using the javascript js files. But there was an option PreviewImageResizeRatio that was able to be made 0 now it can only be a 1. The problem with that is that when I resize and image or do anything to an image it makes it blury for a second or two where as when I was able to set it to a 0 it did not do this and it looked seemless. The other thing is that the control seems to transform images much slower than with the WEB Control. Any ideas on what we can do?
Thanks in advance
Chris
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 9/6/2005(UTC) Posts: 106
|
Dmitry,
Another thing that I am unsure of is why at the buttom of the source page there has to be the following entry: Sys.Applocation.add_load(App_load);
In the web control this was not needed to make the scripting work?
Thanks
Chris
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 7/28/2003(UTC) Posts: 1,660
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
Hello Chris, Quote:Another thing that I am unsure of is why at the buttom of the source page there has to be the following entry: Sys.Applocation.add_load(App_load);
In the web control this was not needed to make the scripting work? We need to work with client controls only when ASP.NET AJAX infrastructure is fully initialized. That's why we sign on this event. Edited by user Thursday, April 30, 2009 2:48:47 PM(UTC)
| Reason: Not specified |
Best regards, Fedor Skvortsov
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 7/28/2003(UTC) Posts: 1,660
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
Hello Chris, Quote:I do not mean to sound rude but the ajax control for me is going backwards not forwards. You can still use Web Controls. They are shipped with version 5.x. We have developed AJAX controls for more tight integration with standard ASP.NET infrastructure, as well as provide low learning curve. Quote:II was able to make the AJAX work. There are underscores ____ in the item names on the client side now. I was use to using the javascript js files. But there was an option PreviewImageResizeRatio that was able to be made 0 now it can only be a 1. Hmm, 0 value should generate exception. You can disable image previewing using PreviewImageEnabled Property. You can also play with different image load mode using ImageLoadMode Property. Quote:The problem with that is that when I resize and image or do anything to an image it makes it blury for a second or two where as when I was able to set it to a 0 it did not do this and it looked seemless. The other thing is that the control seems to transform images much slower than with the WEB Control. Any ideas on what we can do? Do you mean speed of image processing or speed of user interface updating? Edited by user Thursday, April 30, 2009 2:29:39 PM(UTC)
| Reason: Not specified |
Best regards, Fedor Skvortsov
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.