Author Topic: Drawing  (Read 575 times)

0 Members and 1 Guest are viewing this topic.

Offline rhodry_korbTopic starter

  • Enthusiast
  • Posts: 357
    • View Profile
Drawing
« on: March 13, 2010, 10:24:03 AM »
Hi, I am on the lookout for an AJAX (or other) program which will allow a user to draw a rectangle (not individual lines, need to work like Microsoft Word Rectangle Tool) on a grid and then when submitted to code the program know the grid cooridantes of each rectangle eg Retangle 1 starts (0,0) and ends (10,10) and rectangle 2 starts (20, 20) and ends (40, 40). So if anyone can suggest code or give me code they have it would be much appreciated

Thanks
Only ten percent of the code in any given program will ever execute
The sooner you start coding a program, the longer it will take

Offline rhodry_korbTopic starter

  • Enthusiast
  • Posts: 357
    • View Profile
Re: Drawing
« Reply #1 on: March 13, 2010, 08:19:06 PM »
any one?
Only ten percent of the code in any given program will ever execute
The sooner you start coding a program, the longer it will take

Offline rhodry_korbTopic starter

  • Enthusiast
  • Posts: 357
    • View Profile
Re: Drawing
« Reply #2 on: March 13, 2010, 08:35:20 PM »
I have found this but I need the ability that when I click outside the box it finalises it and then after that if I click again it starts a new rectangle, also when I click in the box if I press the DEL key it should ask if I wish to delect that one rectangle, also I need it to have every rectangle a different color
Only ten percent of the code in any given program will ever execute
The sooner you start coding a program, the longer it will take