u know, i hope we've thought right. if someone from Microsoft core members was asked, he could make us more certain about it. i wonder why browser must neglect WM_EXITSIZEMOVE while we've ResizeEnd in a form application?!
THEN, since i'm essentially a low-level programmer recently ported from C++ to C# and .Net, i'm thinking about a way to grab the original WM_EXITSIZEMOVE message. is there any WndProc in Silverlight? maybe i have to write...
User Profile
Collapse
-
thanx 4 ur favor,
as i said, timeout is a way like the grid way u suggested which hides unavailability of mouse up event. we will reach there in case we can't really find a solution to grab mouse up on the browser window's border. until then, i prefer not to use timeout and really find out when user releases the mouse left button. the way in the stackoverflow is just a simulation and ResizeEnd is not really received.
so let's concentrate...Leave a comment:
-
thank u 4 ur suggestion
as far as i could understand, u mean i change the map size in grids of a value eg. 100 and if map size (width or height) gets different than before more than this value this causes me to send the request, right?
if so, i should choose a value which is not so small and not so big. if the value be large, the map is not got at expected values and if it be small, requests grow.
seems a good suggestion, but i...Leave a comment:
-
ok, let me explain the reason;
i'm showing a map inside browser. every time size is changed a request is sent to server for new map. it's not still optimized to just return the exposed part to the client. i send the whole image every time a request is received from client. this causes expensive resources to be consumed for nothing, while just the new size is important, the size which user is going to reach by mouse and have to generate several...Leave a comment:
-
thanx 4 the reply, but i need a way to distinguish between multiple resize events coming and the last one. how can i realize this is the last resize and the user has ended resizing and has released the left mouse button? i need to know when this is triggered. the other resize events is not useful for me. i want to get only one resize event, the last one, every time user resizes the browser window.Leave a comment:
-
910211 - how can i have ResizeEnd event in Silverlight?
hi
regarding to the solution given by Jeffrey Tan in the following post:
http://bytes.com/topic/c-sharp/answe...resizing-event
i've this question that when my application is a Silverlight application what can i do? WndProc is not available to be overridden, is it?... -
910209 - Where's ResizeEnd event?
hi
i need to know when resize ends in my Silverlight application. how can i do that?
No activity results to display
Show More
Leave a comment: