Crystal
You can obviously do it in Notepad too by replacing Line in
<ItemName>Line</ItemName> with something else. In case you can't see it
again, here is Scott's code you need to copy and paste into Notepad.
<Tool>
<ItemID idValue="{F0D064DC-6C66-4E6C-BBAA-CFCDBD15BE78}"/>
<Properties>
<ItemName>Line</ItemName>
<Images>
<Image cx="16" cy="16" src="Images\msf1f_1.png"/>
</Images><Time createdUniversalDateTime="2002-11-28T01:28:32"
modifiedUniversalDateTime="2002-11-28T01:28:32"/>
</Properties>
<Source/>
<StockToolRef idValue="{2AE7120B-CEE4-47A5-9B50-EF9F3ADE24AC}"/>
<Data>
<Macro>^C^C_line</Macro>
</Data>
</Tool>
Thanks,
Misha
"Crystal Bailey" <cba...@cfxamerica.com> wrote in message
news:B0E8598FC0A7CAA0...@in.WebX.maYIadrTaRb...
> Scott,
>
> ok....Bob and I are trying to figure out what you are talking about and we
> both have no clue. Could you clue us in?
>
> Crystal
>
"scott mceachron" <smcea...@avat.com> wrote in message
news:A623C94BE00A4173...@in.WebX.maYIadrTaRb...
> Try this - save this as an .atc file. You'll notice this is for the line
> command. Simply replace the line command with a lisp routine.
>
> <Tool>
> <ItemID idValue="{F0D064DC-6C66-4E6C-BBAA-CFCDBD15BE78}"/>
> <Properties>
> <ItemName>Line</ItemName>
> <Images>
> <Image cx="16" cy="16" src="Images\msf1f_1.png"/>
> </Images><Time createdUniversalDateTime="2002-11-28T01:28:32"
> modifiedUniversalDateTime="2002-11-28T01:28:32"/>
> </Properties>
> <Source/>
> <StockToolRef idValue="{2AE7120B-CEE4-47A5-9B50-EF9F3ADE24AC}"/>
> <Data>
> <Macro>^C^C_line</Macro>
> </Data>
> </Tool>
>
>
> by the way - thanks for all the good jokes!
>
> Enjoy!
> scott
>
> --
> scott mceachron
> avatech solutions - dallas
> http://www.avat.com/
>
>
>
> "Crystal Bailey" <cba...@cfxamerica.com> wrote in message
> news:34C6BEA74D2E8731...@in.WebX.maYIadrTaRb...
Enjoy!
scott
Matt Kolberg
<Tool>
<ItemID idValue="{F0D064DC-6C66-4E6C-BBAA-CFCDBD15BE78}"/>
<Properties>
<ItemName>Line</ItemName>
<Images>
<Image cx="16" cy="16" src="Images\msf1f_1.png"/>
</Images><Time createdUniversalDateTime="2002-11-28T01:28:32"
modifiedUniversalDateTime="2002-11-28T01:28:32"/>
</Properties>
<Source/>
<StockToolRef idValue="{2AE7120B-CEE4-47A5-9B50-EF9F3ADE24AC}"/>
<Data>
<Macro>^C^C_line</Macro>
</Data>
</Tool>
3. Save the notepad file as "line.atc"
4. Drag and drop the file on a tool palette
5. You can substitute your own lisp routines instead of "_line" shown
above.
e-mail me if it doesn't make sense
smcea...@avat.com
--
scott mceachron
avatech solutions - dallas
http://www.avat.com/
"Crystal Bailey" <cba...@cfxamerica.com> wrote in message
news:B0E8598FC0A7CAA0...@in.WebX.maYIadrTaRb...
> Scott,
>
> ok....Bob and I are trying to figure out what you are talking about and we
> both have no clue. Could you clue us in?
>
> Crystal
>
>
> "scott mceachron" <smcea...@avat.com> wrote in message
> news:678AA43A914DA1C5...@in.WebX.maYIadrTaRb...
ok....Bob and I are trying to figure out what you are talking about and we
both have no clue. Could you clue us in?
Crystal
"scott mceachron" <smcea...@avat.com> wrote in message
news:678AA43A914DA1C5...@in.WebX.maYIadrTaRb...
I don't think there will be regular UI documentation since you can create
only block and hatch tools using UI.
Thanks,
Misha
"Matt Kolberg" <mkol...@urban-systems.com> wrote in message
news:595EAABCE71B3525...@in.WebX.maYIadrTaRb...
Toolbars and ToolPalettes are different.
Crystal, I followed the exact steps as described in an earlier post from
scott mceachron and it worked for me. I saved the line.atc file to my
desktop and then dragged the file onto a tool palette in Acad 2004 and it
showed up.
--
R. Robert Bell, MCSE
www.AcadX.com
"Lumpo_Del_Magnifico" <eric...@tic.toshiba.com> wrote in message
news:f1536...@WebX.maYIadrTaRb...
| OK now I'm confused. I thought you were trying to put a button on the
toolbar to execute your Lisp routine? What is the difference then between a
toolbar and a
| tool palette? Someone clear this one up for me please?