AutoCAD LT :: Using Menu Macro To Fill In Numbers
Nov 10, 2011
I want to use a menu macro to fill in numbers, each next number 1 up.
In previous version of AutoCAD this worked perfect, but in Autocad 2009 and up the macro stops after ;
The macro is:
*^C^C-attedit;y;*;*;*;;v;r;$m=$(getvar,useri1);n;setvar;useri1;$m=$(+,$(getvar,useri1),1);
Why stops the macro between ; and v; ?
View 3 Replies
ADVERTISEMENT
Jun 26, 2012
why the "cut/fill" numbers are all at zero in my report? All the offsets and the design elevations show just fine....
View 9 Replies
View Related
Apr 13, 2012
We just updated to 2013 this morning, and my macro isn't in the drop down (All Application Projects and Active Documents) menu like they were in 2012.
I haven't been able to find it when searching either. I created a test macro, and it showed up: C:Userscad1AppDataLocalTempUserProject1.ivb
But still is not in the dropdown in the macro menu. I'm using the same project that I had in 2012.Did installing 2013 remove/write over my maco? I imported my preferences this morning, they seem to be fine.
View 5 Replies
View Related
Oct 30, 2013
I have tried to find information about this, but I am having a hard time. So i need to explain what I am doing.
I would like to be able to use commands stored in the cui menu file, initially this is done using our tablets, but our tablet drivers cannot work with windows 7 and autocad, nor can i get any that do, (i have tried over 20 different drivers).
So, instead of making a lisp function for every macro. I need to be able to use some of them.
Can I execute one of these macros using "MENUCMD" ? , I have all the information i need to do it but cannot figure it out menucmd does not seem to have an option to actually run the macro, and if it does It only seems to be able to do that with popup menus.
Currently i use the ribbon and add them in there, but want to know If i can do so just with lisp. and create my own on-screen tablet menu.
Here is an example of one of the macro's in the cui i need to use.
And here it is in the cui menufile:
UNDER-> <MacroGroup Name="User">
<MenuMacro UID="MMU_WT1[A-5]">
<Macro type="Any">
<Revision MajorVersion="17" MinorVersion="1" UserVersion="1" />
<ModifiedRev MajorVersion="17" MinorVersion="2" UserVersion="1" />
<Name xlate="true" UID="XLS_6804">WT1[A-5]</Name>
<Command>^C^CDTEXT C .125 0 </Command>
</Macro>
So.. that is my question how can i use that command via lisp..
View 9 Replies
View Related
Oct 7, 2011
I would like to use the following macro from the LDD 2004 Civil menu (yes, we are still using 2004!): ^C^C^C^P(cd_mnl)(zz_sdsk '(ad_xsutl 2));LDD. The macro is Zoom to Station from the Cross Section pulldown menu. How to use this in a LISP routine, or an equivalent LISP command? (The user won't be supplying the station number. The station number will be extracted from a selection set of objects with attribute blocks with equivalent station numbers.)
Each cross section has an attribute block associated with it, which lists all the details for that section, including station. The macro must be using that block (listed in a database, perhaps?) to find the station in the dwg.
View 4 Replies
View Related
May 20, 2011
I am Creating a DVD + menu using X4..I have 5 Mpeg videos added to the burner module..I am using one of the Text Menus...Customised to use 6 per page.My five links show on the first menu page.From Advanced I have selected to show Thumbnail Numbers
I expected to see 1 through to 5...I see 1, 2. 3, 4, then 1..I added a further video just to make sure and I see 1, 2, 3, 4, then 1, 2 …the numbering starting again.
View 6 Replies
View Related
Jul 18, 2013
I have subroutine that retrieves a list of detail numbers in a drawing. Sometimes there are missing numbers. I am looking to find a list of any missing numbers.
Example -
(setq List_DN (list 1 2 3 5 6 7 10 11 12 17))
Missing numbers are - 4,8,9,13,14,15,16
I would like a subroutine to take the List_DN are return the following missing numbers as text
(Get_Missing List_DN)
return
4,8-9,13-16
View 9 Replies
View Related
Feb 20, 2012
I am trying to link my parts list to a drawing however all balloons have different numbers.
I open the assembly and check everything out from vault I open my bom and change item numbers. When I get back to my drawing and apply for auto balloon I get completely different item numbers in my balloons. We just updated our software to a new 2012 version so it's maybe something with set up.
View 9 Replies
View Related
Jun 20, 2011
Is there a way to sync callout numbers to correspond with note numbers. When I add or delete notes in my drawings it takes to much time to update the callout number in the drawings. I need to figure out a way for the note and corresponding callout to change at the same time.
View 6 Replies
View Related
Apr 24, 2012
We need a macro that will allow you to select a certain color fill inside document and change all to no fill hairlines. It needs to be capable of doing it several times within the same document. Does anything like this exist out there?
We have color replacer. We want it to do this automactically with a static group of colors everytime without any manual maniplulation required.
View 3 Replies
View Related
Oct 13, 2012
When double click on Uniform fill, its opening in Palettes menu insted of models menu. Its a bug for us. it should open in model menu.
View 6 Replies
View Related
Sep 21, 2012
Normal
0
false
false
false
MicrosoftInternetExplorer4
I've manually edited my "tiles.ini" file, but the bitmap pattern files I've listed are not loading. Coreldraw is not seeing/recognizing my changes.
Here is the format:
; Please do not remove! This line is required by Winnt4.[Tiles]nTiles=191defaultTile=00=BlackQuartz.cpt1=WOOD27M.cpt 2=almonds_1.cpt
File location is:
C:Program FilesCorelCorelDRAW Graphics Suite X5Custom DataTiles
View 7 Replies
View Related
Dec 30, 2012
I have been using the addin "Save Run Macro" to automatically run a macro every time the "Save" button is pressed.
Any of the following questions about "Save Run Macro"?
1] When I protect the macro from viewing (so I can protect my code) "Save Run Macro" does not see the macro.
2] When I save the part for the first time (ipt, iam or idw/dwg) the macro does not run. I always need to run the macro again.
View 1 Replies
View Related
Jul 8, 2012
I hereby have a school note report from my little brother. He told me he had some bad notes in his last period and I would like to make a fake copy of it.
Basically, I scanned his 3th period notes and I would like to change some and add some
How you can remove numbers and add new ones over it and add numbers with the same digital code used on the old ones to put those in empty notes
View 5 Replies
View Related
Sep 7, 2013
Okay, so it's been a while since I've done one of these, and I haven't done one on 2014 at all yet.
I've got a fairly simple part, it's about 6" long x 3" wide, less than 3/8" thick, without a whole lot of complex geometry to work with. I've built up my whole mold for it, and that went okay, but the fill analysis seems like it's taking forever. Like hours. It gets to the "Fill" stage, gets just a sliver of green on the progress bar, and then sits.
Last time I tried this was on my workstation at the office, using 2013. It didn't take nearly this long, and the part was much larger and far more complex, with a significantly slower computer.
Is something broken with this in 2014? I guess I can just let it run overnight, see what happens in the morning ...
Product Design Suite Ultimate 2013, 2014
Autodesk Inventor 2013
Work: Dell Precision T1600 (Xeon E3-1280 / 16GB / 512 GB SSD / 250 GB (Internal) / 1 TB (External) / Quadro 600)
Home: i7-4770k / ASUS Z87-Pro / 16GB / 250 GB SSD / 1 TB HDD / 3 TB USB3 HDD / 2xRadeonHD 4870 in CrossfireX
Laptop: Toshiba Satellite P755-S5269 (i7-2630QM / 8 GB / 250 GB SSD / 750 GB HDD / GT540M)
View 9 Replies
View Related
May 1, 2012
I recently upgraded to 2012 but forgot to install the express tools, Doh!. I installed them through control panel repair and everything works. Except when I close and restart ACAD the menu bar express menu disappears. I can bring it back by using cuiload but this is not ideal. Any way to get it to stick?
AutoCAD 2012
Dell Precision T7400, Intel Xeon @3.4GHz
Win XP 32bit 4GB RAM
Nvidia Quadro FX 3700
Cyborg R.A.T. 7 mouse
View 3 Replies
View Related
Jun 26, 2013
I intended to add more option at right click shortcut menu. Is it possible to be done?
View 2 Replies
View Related
Sep 12, 2013
I want to add the menu in the main menubar where the File Edit etc. are there.
how to do this using .NET ?
View 1 Replies
View Related
Sep 12, 2013
How do I get it so that when I draw a shape it will fill with color? In my options bar there is a rectangle with color where I can choose that, but sometimes that's not up. How do I pull it up?
How do I fill a canvas with color without having to cover it with a large rectangle to fill? I've gotten answers to this but none has solved the problem.
View 3 Replies
View Related
Dec 17, 2012
see xcf attachment...
I used a heart fill pattern of the right 75% of the picture and the left 75% of the picture is selected overlapping the first fill in the background... I want to fill the selected background area with a flame fill pattern where it overlaps the selected portion of the heart pattern as well as the transparent area... 'overlay' looks better but Gimp is FAILING to fill the transparent areas, it ONLY fills the overlapped heart pattern portion of the selected content!!! I even tried filling the transparent area with 'white' then filling the selected area, but it STILL ONLY wants to overlay fill the heart pattern, it STILL leaves the rest alone!!! it doesn't matter if the background is white or transparent, it leaves that alone and ONLY fills the heart pattern area of selected portion of the image!!!
View 3 Replies
View Related
Apr 23, 2012
In Corel PhotoPaint X5, changing the fill color was possible by e.g. double clicking the (left-most) color square, then hitting Edit. Already, I found this was a bit too many clicks. Now in Corel PhotoPaint X6 it's gotten worse -- after hitting Edit, I'm not in the left-most tab "Models", but in the right tab "Palettes"!
My question: Is there any way I can open the Uniform Fill dialog with one click? (The Color Docker doesn't have a big color preview field so it doesn't work well for me when selecting and changing a color.) And is there any chance Corel will fix the bug with the wrong tab being opened?
View 1 Replies
View Related
Feb 17, 2013
I traced an image earlier, expanded it then wanted to change the line colour. For some reason I couldn't get this to work even though I've done it in the past. So, I used the magic wand to select the line then dragged it into my new document and changed the line colour.
Now, I want to change the fill on certain sections, however when I change the stroke it changes the colour of the line and when I change the fill it changes the color of the line.
View 4 Replies
View Related
Jul 16, 2013
When I use the fill tool to simply 'fill' a selection, it does not completely fill it. There is an ivisible barrier or line that prevents it from filling all the way to the edge. Do you think I have my settings wrong?
View 2 Replies
View Related
May 28, 2012
I just added a fill/texture to an image and now when I create more objects, the fill is still there. How can I re-set the fill gallery back to no-fill?
View 3 Replies
View Related
Nov 20, 2012
I spend 12 hours a day in illustrator and some functionality seems to simplistic and ultimately annoying.I'm using Windows 7 64bit. Adobe Illustrator CS6
1. Please auto switch between Stroke fill and fill when I select text. 99% of my time is spent only using fill on text. I would rather manually switch to Stroke when I want to add a fill to it rather having to switch to fill each time.
2. Same for Stroke, from point 1.
3. Add an auto layer for Guides. When I am using the Scissors tool, the majority of the time I don't want to cut my guides up, I would rather instead cut up the shape below it. Again manually changing the layer to select the guide would be preferable.
4. I personally never use the Eraser tool and I switch to the Scissors Tool. Without fail every time I launch Illustrator I have to switch from the Eraser Tool too the Scissors tool. Please add cookies or something so I don't have to always switch to the Scissors Tool.
5. Move "Align to Pixel" toggle somewhere outside a file menu.
View 4 Replies
View Related
Jul 19, 2013
A co-worker scanned a photo and emailed it to me to edit it and try to improve it, but everything I want to do is grayed out so I can't select it and I can't figure out why. Maybe it has to do with how she scanned it?
It's CMYK, 300 dpi, and 8 bit.
I'd like to sharpen it and adjust the hue/saturation, but they're grayed out.
why this is happening and how I can work around this so I can make the changes I need to make?
View 3 Replies
View Related
Jan 23, 2013
How do I add custom menu items to the main menu in Illustrator?
I would like to build my own menu with scripts that I use alot. This is a powerful feature that I use alot in other programs, but I have not seen any examples of this in illustrator.
View 2 Replies
View Related
Apr 17, 2014
all the twirly triangle dropdown menu things (what's the official term?) underneath the contents menu of layers. Especially now that I'm working with Convert to Shape Layer functionality I'm wondering what an efficient/shortcut based way to work with these inner menus is. For instance when converting Text to Shape layers - it seems like I'm spending most of my time dealing with twirly triangle management
I don't even know how to search for them: obviously searching for anything "collapse" takes one to a bunch of collapse transformations stuff.
View 4 Replies
View Related
May 27, 2013
Using VS X5 - Just making up a menu for my dvd im burning. Haven made a menu since using ..VS11+ I think it was.
All seems very very familar...similar etc and not asking it to do anything out of the ordinary which 11+ couldnt cope with ( just nowadays using all this AVCHD malaky etc )
Question -Main menu of my dvd - Why am I getting on my main menu page the begininings of my movie!!! I have my main menu setup ( bringing in a pre-made 30second clip on which I will put 'Press Play to watch movie' and/or 'chapter select'. ) When i preview my main menu page...I see the 30second clip i wanted but as it runs so too does my actual movie - at the same time.
I cant seem to find a button to ..basically..tell it not to play the movie as soon as you load the dvd but instead to wait until the 30 second main menu runs and automatically reruns etc until YOU decide to press the 'Play movie' button.
View 6 Replies
View Related
Jun 15, 2013
When selecting a sub menu from within a main drop down menu the arrow points to the right but the actual sub menu pops up on the left in most cases. I have only noticed this recently and wonder if I have inadvertently messed up a setting as in the past I cant recall this being so but I don't use the editor a lot so may be mistaken.
View 9 Replies
View Related
Jan 5, 2014
Curious, I am trying to get numbers 'engraved' (extruded) into a diameter of a dial ring. I was able to create a couple of planes to create the marking lines around the OD, but am unsure how to add numbers and extrude said numbers (in the easiest fashion possible). I need to go from 0 to 90 on the longest marking that starts at 0° and is every 36°.
Also, that being said, with the little I tried and was unhappy with, I created a text box at the 0° marker but the text was in the wrong rotation the marker and rotation box was greyed out. How can I resolve this...or is it even related?
File attached.
----------------------
Inventor 2014 PDS
View 2 Replies
View Related