Search found 62 matches

Thank you Melodie.

Any idea of fixes and/or features that are different?

Thank you again,

Scott

Yolanda, Another method is to add the following to a form, it will make the lower right hand corner of the form a hot spot which can be dragged with the mouse to resize. 'Begin Code Private Declare Function ReleaseCapture Lib "user32" () As Long Private Declare Function SendMessage Lib &qu...

New Release

I do not want to be a pest, but is there an approximate date set for the upcoming release?

What will it cost for an upgrade?

Thank you for your patience,

Scott

The current rendering package does a good job, it is fast, however, in order for it to be "useful" for what I do it would need to be able to change individual entity material properties etc. I currently use trueSpace for rendering. I think it would be very beneficial to have a solids editi...

InsideOut, If you have Intellicad with VBA you can use the mtext editor that John Finlay came up with to get around this problem, see VBA forum. This problem cropped back up and I am sure that it is already fixed in the upcoming release. By the way does anyone know when the new release is do out?? S...

Melodie, I have found what causes the "shadow" image. Here is the drawing setup: Title Block with two images inserted: images are jpeg format 250 to 300 kb each. Images are 8"x10" inserted with choosing inches parameter during insertion in dialog box. Images appear to print fine ...

Images

Using the Latest PE version of IntelliCAD, Win98SE, HP1220C printer have the following problem. I have been using images in drawings before but have not ecountered the following until now: Drawing has title block, two images are inserted within the title block borders (jpeg format, have not tried an...

VBA in Upcoming Version

I don't want to cause a panic but I believe some further information is required. I found this thread on another ICAD forum: <B>Okay, official statement: Today's Vision: not including VBA in intellicad. This means that the development environment, with the editor and compiler is absent and COM appli...

Here is what I did to make it work. I had to set up a toolbar button with a command macro that calls two vba routines and the leadear command as follows: Toolbar Button: ^C^C^C(Command "-VBARUN" "ScottLeader.cmdleader"); _dimleader;(Command "-VBARUN" "ScottLeader.E...

Leader Command

I have written a short vba routine to change the "Dimtad" variable to 0 so that leader text is placed at the end of the line instead of on top of it. The routine then restores the "Dimtad" value back to the value before the routine is invoked. But I am having a problem, code is b...

John,

Thank you for the reply.

If this is used mypltman.GetPaperSize mylength, mywidth

An error is generated stating "Object doesn't support this action".

I will try using API calls.

Thank you again

Scott

I am having a hard time using the PlotManager properties. It get errors when I try to use getpapersize, setpaparsize. Dim mypltman As IntelliCAD.PlotManager 'Help file says to use ThisDocument, which does not appear to be available Dim mywidth As Double Dim mylength As Double Set mypltman=IntelliCAD...

Layer States

Would you like to save different layer states in IntelliCAD? I put this together, not the best piece of code but it works. It will save layer states to a text file in the drawing directory. It retrieve said states when picked from a list box. The funny thing is it will not work on the default ICAD d...

Go to advanced search