Jump to content

Need Help!


Recommended Posts

What karthik said is a fairly common method to use.

for example, you have a small dx rectangle, and it starts at x 6 and ends at x 13

then you simply do this: if ( x >= 6 and x <= 13 ) then

and simply add the same for the y value, it will make a reasonably large if, but it will do the job perfectly without having to use any eventhandlers. ( other than onClientRender ofcourse )

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...