Illustrator Scripting :: Pie Chart Slices Sizes Wrong Using Visual Basic Script

Jan 25, 2012

We have a Visual Basic Script that creates pie charts using Adobe Illustrator along with an internally created app called Chart Generator. An xml file that contains a markup for a set of pie charts is imported into Chart generator and by using Illustrator it generates all of the pie charts and saves them as individual eps files.
 
It was recently discovered that not all of the pie slices are proportioning correctly. In some cases a slice that is 10% of the pie appears larger than a slice that is 13% of the pie. We can’t determine a pattern that might be causing this issue. We think that the problem is in the Visual Basic coding.

View 3 Replies


ADVERTISEMENT

Illustrator Scripting :: Can Populate A Pie Chart From Excel Data

Apr 4, 2013

I was wondering if there was a way to import excel datat into illustrator, then it populates a vector pie or bar chart for me?

[URL]

View 1 Replies View Related

AutoCAD Architecture :: Text Sizes Chart

Apr 3, 2013

I'm looking for an autocad text size chart. . . Where I could obtain this information? 

View 2 Replies View Related

Illustrator Scripting :: Special Characters - Wrong Result With Bridge Talk In Loaded Script

Jun 10, 2013

Why is this so and what can I do?
 
I use several scripts in Illustrator. Some of them I use in this way: [URL] ....
 
Now I tried to built in two other scripts in the palette. In this scripts it is required to use special characters in variables. Standalone these scripts are work correct. Here is an simple example:
 
// exampleScript.jsx
var a = 'u201d'+" example "+'u201d';
alert(a)
 
I get this (correct) result:
 
But when I call this example script with bridge talk:

var scriptToLoad = new File(pathToScript + "/exampleScript.jsx");
var win = new Window('palette', 'own palette');
var btnSelect = win.add('button', undefined, 'example');
[Code] .....
 
Here is the same script and the wrong result:

View 9 Replies View Related

Lightroom :: Exporting Wrong File Sizes?

Jul 8, 2013

I am having trouble with Lightroom 5 exporting images at incorrect file sizes. For example, if I use my export preset for images with long edge 2500 pixels and maximum size 1000k it is exporting images at 1500-2500k. 

View 7 Replies View Related

AutoCad :: Click On Table And Remove Overrides - Text Sizes Wrong

Aug 23, 2006

When I paste data from excel into autocad as 'autocad entities'(paste special) the newly created autocad table does not adhere to the pre-defined table style. Even if I right click on the table and remove overides the text sizes are wrong. I suspect it might be related to some variable, but I don't know which one.

View 4 Replies View Related

AutoCAD VB :: Send Keystrokes Using Visual Basic 6?

May 20, 2011

I need to know the visual basic 6 code to allow me to send Keystrokes to AutoCAD using Visual Basic 6.

Using the onscreen keyboard works ok.

View 1 Replies View Related

AutoCAD VB :: Convert Lisp To Visual Basic Code?

Oct 1, 2013

can more easy convert lisp to visual basic code?

View 1 Replies View Related

CorelDRAW X3 :: Microsoft Visual Basic Errors Occurred During Load

Feb 24, 2012

I've just installed Corel Draw X3 and I'm trying to run a plug-in to control my plotter.  The plug-in is not in corel draw where it should be.  I think the plug-in is supposed to run through visual basic.  If I mouse down to visual basic in corel draw I get an error message that says "Microsoft Visual Basic errors occurred during load.  So I'm thinking the problem is with the visual basic program, but it was installed in the corel draw disc. I'm running Windows 7 if that makes any difference.

View 9 Replies View Related

AutoCAD Inventor :: Change Title Block Using Visual Basic

Jan 2, 2013

I am trying to change the title block of the active sheet using visual basic.  I realize this can be done using a snippet in iLogic, but I am creating an external .dll file using Visual Studio.

I have tried...

ThisDoc.Document.ActiveSheet.TitleBlock.Definition = "Title Block Name"

ThisDoc.Document.ActiveSheet.TitleBlock.Definition.Name = "Title Block Name" (This changes the name of the title block in the browser but doesnt swap it out.)

Call ThisDoc.Document.ActiveSheet.TitleBlock.Definition("Title Block Name")

View 2 Replies View Related

Illustrator :: Copy Excel Chart To CS6

Oct 6, 2012

Copying an excel chart (2010 and/or 2013, Windows 7 Ultimate) to Illustrator CS6 works okay if line chart lines are solid... but if they are dotted, then in Excel 2010, the dotted line becomes jumbled, and in Excel 2013, the dotted line converts to a solid line... is the only solution to this to save the excel chart as a pdf, or is there another workaround?
 
Essentially, I am creating a chart in excel and adding a few notations and graphic elements in illustrator for professional publishing..

View 5 Replies View Related

CorelDRAW X6 :: Access Color Sample Tool From Macro / Visual Basic?

Nov 27, 2012

Is it possible yet to do this? I'd like to pick several points on the screen and get the color from each spot separately.Current System: i3 3.07ghz, 3gb ram, Windows 7 32 bit with all updates and X6

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: FAILSAFE Basic Block Insertion?

May 20, 2013

I need a function that accepts a block name as an argument and will insert the named block without fail no matter if the block was made to scale uniformly or not.

How can I determine if the block should be inserted like:

(command "-INSERT" blkn "0,0" 1 0)

or:

(command "-INSERT" blkn "0,0" 1 1 0)

View 8 Replies View Related

AutoCAD Inventor :: Divide Segment Equally With A Range In Visual Basic

Jan 15, 2013

How do you divide a segment equally with a range in visual basic?

example-

length is 144 in

range- 7.5 - 9in

answer- (18) at (range 8 in)

like to know how to do this in Visual Basic so I can create some rules and forms in iLogic

View 3 Replies View Related

Illustrator Scripting :: How To Automate Importing Variable And Datasets Into Graphs Via Scripting

Dec 18, 2012

I'm try to automate the importing of the Varaible and datasets into my graphs via Scripting, but the ImportVaraibles() function doesn't seem to work.  Here is my Script, mostly copied from the example script provided with Illustrator (CS5).  And, this works manually, using the file names in the script, via Load Variable Library
 
    Set appRef = CreateObject(strIllistratorVersion)
   
       'Open the file and import the datasets
        Set docRef = appRef.Open(strTemplate & "200-500.ai")
        'docRef.Datasets.RemoveAll
        docRef.Variables("Yearbook").Delete
 
Here is the problem, after I delete the previous library, then this next line, right from the example, does nothing
The script then exits with 'No Datasets in this document'
       
docRef.ImportVariables (strXMLFolder & "Lumber_200-500.xml")
'appRef.DoJavaScript "alert('Template:" & strTemplate & strRange & ".ai  |  XML file:" & strXMLFolder & ""  & objFile.Name & "^')"
        If (appRef.Documents.Count > 0) Then
            Set docRef = appRef.Documents(1)

 [Code]....
 
If I remove that delete line, the script runs, but just uses whatever Variables I had last loaded, not the XML file.
 
It's simply not loading.  What do I need to do to get it to load?

View 8 Replies View Related

Illustrator :: How To Ungroup Or Expand A Pie Chart In Adobe CS6

Mar 15, 2013

How do you ungroup or expand a pie chart in Adobe Illustrator CS6? This functionality seems to have been removed. Say I'd like to remove the legend: before, I could ungroup the chart, release its link to the data, and then delete the legend with my white mouse. Object > Expand no longer works either.

View 6 Replies View Related

Illustrator :: Minus Front Won't Work Over Pie Chart

Oct 16, 2012

I use minus front all the time... well, I'm trying to make a pie chart with just the outside (see example). The logical way to do this to me is the make the pie chart, put an ellipse over everything and "minus front" it using the pathfinder tool. Well, I did this, and even though "minus front" is an available option--I can even click it--nothing happens when I click it. Even when I isolate each wedge of the pie chart, I cannot get any part of it to clip using "minus front."

View 9 Replies View Related

Illustrator :: How To Create Legislative Seating Chart

Dec 18, 2013

What is procedure to create a legislative seating chart with illustrator.

Examples of such charts are as follows: [URL] ....

View 33 Replies View Related

Illustrator :: Create Hex Color Swatch Chart For Web?

Oct 13, 2009

we have a website concept in Illustrator CS3, with named swatches for all colors. I'm wondering if there is an easy or 'semi-automated' way to generate a chart of the swatches we are using, showing there hex values?
 
I know I could draw out a bunch of boxes, fill them with the swatch colors, and manually look up and type in the hex values for each. But this would take a LONG time, as there are a number of color variations.

View 15 Replies View Related

Illustrator :: How To Get Chart From Excel 2010 In CS5 As Vector

Dec 20, 2012

I have some trouble with copy/paste charts from Excel 2010 into Illustrator CS5. I can move things around, but I can not change the colours in Illustrator. The chart is shown as a picture graphic, not a vector in Illustrator. Also when I save the Excel chart in a PDF and try to open it in Illustrator CS5 it is still a picture, not a vector graphic. Where is the bug? (I am using Windows 7.)

View 8 Replies View Related

Photoshop :: Slices In Illustrator

Jun 18, 2005

I have a page of web art that I have sliced up. One section is a series of buttons. I have the different button states on different layers and I have created slices for each button and then duplicated the slices onto each layer so that every button state has a slice.

But...since the slices associated with a layer don't hide when you hide the layer, it's almost impossible to get at the underlying slices to name them and/or select them for output.

View 3 Replies View Related

Illustrator :: Possible To Have Overlapping Slices

May 17, 2010

is it possible to have overlapping slices? For example, I typically start a web design in illustrator, then like export pieces to use in in my build.  But, I tend to have a lot of overlaping pieces that need to be exported (full static background image for the webpage and banner overlap for example). I find myself, hiding pieces, drawing out a slice, export it, then go back, delete that slice, create another slice . . . as you can see, it gets pretty tedious. Everytime I try to overlap a slices, they just create new slices and I end up with a bunch of rectangle slices all over the artboard.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Multiple DWG Files With Basic Set Of Commands In Script File

Jul 19, 2013

I can run the ACC fine on multiple DWG files with a basic set of commands in the script file.  But, when I try to load an AutoLISP/Visual LISP file and run it from inside the script file, it doesn't work. How to run a LISP file using the ACC?

View 1 Replies View Related

Illustrator :: Chart With Double Lines When Copied From Excel

Feb 4, 2014

When I copied and pasted charts from excel, the lines are all doubled. This is the first time I got this. I could not figure out what is the difference between these double lines and the regular lines. Any clues how to change the lines to regular ones. I am using AI CC.

There is no difference in Excel.

View 5 Replies View Related

Illustrator :: Creating Creative Graphic Chart - Updatable?

Dec 9, 2013

I want to create a creative graphic chart in Illustrator and place it into Word. the catch is that the client -- who doesn't use Illustrator -- wants to update it later. Is that a possibility? If not directly in Illustrator is there another app which would would play nicely with Word?

View 6 Replies View Related

Illustrator :: How To Export Excel Chart Into AI Vector Format

Feb 6, 2014

I have an MS Word 2011 document with an Excel pie chart embedded.Double-clicking the pie chart will open it in Excel 2011.Copying/pasting the chart into Illustrator CS6 results in an uneditable bit image.
 
Previously, with Word 2008 and Illustrator CS2, this worked perfectly. Mind you, I had tons of excess empty paths and such to scrape out, but still, after a couple of minutes' scraping, I had an editable .ai file ready to be cleaned up, captions typeset, and colors edited for export to .eps and placement in InDesign
 
In fact, right now I've had to jump over to my old iBook G4 to open my old copies of Word 2008 and Illustrator CS2 in order to do this so I can get this job out the door.Is there any way at all that I can get an Excel 2011 pie chart into Illustrator CS6 as a vector image?
 
I've tried the shift-click on "Copy Picture" method, but the pie chart still appears as a bit image, and the text is turned to gibberish. Saving the chart as a pdf returns the same results.
 
At this point in the project, asking for the raw data set and regenerating the pies in Illustrator isn't an option -- and besides, I've had to do that before. Oh, the pain.

View 2 Replies View Related

Illustrator :: How To Make Trend Line With Chart Tools

May 7, 2013

Is there a way to make a trend line with the chart tools in AI? Specifically, a polynomial trendline. I am so disappointed with the apparent limitations of the chart tools available.

View 1 Replies View Related

Illustrator :: Slices / Save To Web Component

Dec 10, 2012

Why doesn't this mature software have robust save to web features? The save to web component should be shared between Photoshop and Illustrator.

View 1 Replies View Related

Illustrator :: CC - Selecting Slices In Save For Web

Jan 27, 2014

I tried to use the export function "save for web" in Illustrator CC 17.1.0 for the first time in many weeks.
 
I created a document with some slices. Strangely, in the dialogue of "save for web", the image preview isn't shown in the original size although the setting is set to 100%. It seems, like the preview is only about 50% of the original image size.

Furthermore, it is impossible to select the specific slices for renaming it. Also setting up the preview to 200% doesnt solve the problem.
 
I already uninstalled illustrator with the uninstall file and downloaded the software from the cloud again. But the problem still exists. I also created a complete new document without success...

I'm using Mac OS 10.9.1.

View 5 Replies View Related

Illustrator :: CS6 - Export Slices To SWF Or SVG - Not Possible Anymore?

Jun 20, 2012

I just learned that it's not possible anymore to export slices to swf or svg via the save for web dialog: [URL] .....
 
Apart from the fact that I believe that this is a pretty strange decision to remove an existing feature… Any workaround for that (apart from installing cs5.5...)?
 
I need to somehow be able to export my slices to swf. As far as I know, the only option to export slices is via the save for web dialog, but this dialog only offers pixel graphic formats, so now way to use fireworks or what ever to convert them to vector swfs…

View 7 Replies View Related

Illustrator :: Unable To Select Slices

May 23, 2010

Illustrator CS4, latest updates.MORE than often, slices on my design can't be selected.I tried everything, from sending all others to the background or deleting them, resaving them, cute-paste, moving them to another layer, hide-show, lock-unlock…
 
You can see them on wireframe view, but they won't preview, nor are selectable  other than drawing a square over them with the slice select tool, but after you have them selected, you can't move them with the pointer, since they get de-selected.
 
While the are selected with the above technique, just nudge them and move them back to its place. e.g. click the "up" arrow once and them "down" once while the slices are selected and the slice-select tool is active.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved