House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 02, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Draw line and box

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Don L
10/10/2008 11:10 AM

I'm wondering if there's a way or even using some simple external function with ColdFusion 8 to draw simple line or box, really simple stuff not some fancy graphics design tool or the like.  Or probably I'm not the first one to ask this question. Ideas? Thanks.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Phillip M. Vector
10/10/2008 11:14 AM

<table width="(width of box)" border="1">   <tr height="(Height of box)">     <td>     </td>   </tr> </table> There's a square for ya. :) D > I'm wondering if there's a way or even using some simple external function with ColdFusion 8 to draw simple line or box, really simple stuff not some fancy graphics design tool or the like.  Or probably I'm not the first one to ask this question. > Ideas? > > Thanks.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Gerald Guido
10/10/2008 11:43 AM

CFImage? On Fri, Oct 10, 2008 at 11:08 AM, Phillip M. Vector < Vector@mostdeadlygame.com> wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Francis
10/10/2008 11:49 AM

Lots of ways to do it with <div> and border, background-color, etc. Or sizing a monocolor image. What effect exactly are you looking for? I'm wondering if there's a way or even using some simple external function with ColdFusion 8 to draw simple line or box, really simple stuff not some fancy graphics design tool or the like.  Or probably I'm not the first one to ask this question. Ideas? Thanks.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Andrew Grosset
10/10/2008 04:26 PM

Google: drawing with javascript lots of interesting stuff turns up!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Don L
10/10/2008 06:57 PM

>Google: drawing with javascript > >lots of interesting stuff turns up! Sorry, guys, for not being clear.  I'd like to provide a space with TextArea, then, let my user to draw some lines, to form a triangle, square, pentagon, etc., small or big, on his/her own... ha, the google link seem intersting but looks messy at first glance... more, better some clarity pls if possible, thanks.


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists