Outline stroke giving too many unnecessary points.

how will I'm going to deal with this? when I converting into this, it give too many points even it looks like it can can just a 2 to 4 points. Any plugin that I may use while still maintaining its shape? and btw i'm on PC not Mac. Simplify and Cleanup didn't work.

Expanding paths will very often still result in a tremendous point count. I have been trying to figure out the reason for it but this is not very easy.
Here is a screenshot after expanding an envelope containing elements that are basically just circles and merged circles. The result is absolutely unusable. Can't work with it. Simplifying the path gives a little relief but frankly, it's a far cry from the old days.
I have been using Illustrator since version 3. No, not CS3, version 3. That's right, the late nineties...
Now frankly, the expanded result on the right is something Adobe really should pay attention to. This does not only happen with envelopes, mind you.

Similar Messages

  • Too many touch points reported: Bug ?

    Dear JavaFX community
    Following situation. I have a touch handler who recognizes special gestures and fires javafx.GestureEvent derivates on positive detection. the gesture event carries a list of cloned touch points for carrying the touches on start and end of the gesture.
    Now if a listener to this GestureEvents fails for whatever reason with an uncaught exception, JavaFX touch point handling goes awry by constantly throwing RuntimeExceptions: "Too many touch points reported". From that point, the touch application is not usable anymore and must be restarted.
    If the listener completes without error, the app continues to work as expected.
    Firing the GestureEvent in a Platform.runLater seemed to help, but I experienced the problem at least once. The problem is not reproducable reliably though.
    I believe this to be a bug in JavaFX.
    Any thoughts/hints/comments on this?
    See the stacktraces below. The first NPE trace is my deliberately provoked exception. The second trace arises upon every single subsequent touch event
    Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
      at view.services.ui.navigation.internal.NavigationService.home(NavigationService.java:319)
      at view.ui.gestures.addons.grab.internal.DefaultGrabEventHandler.handle(DefaultGrabEventHandler.java:298)
      at view.ui.gestures.addons.grab.internal.DefaultGrabEventHandler.handle(DefaultGrabEventHandler.java:1)
      at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
      at javafx.event.Event.fireEvent(Event.java:203)
      at keba.view.javafx.gestures.grab.GrabDetector.fireEvent(GrabDetector.java:579)
      at keba.view.javafx.gestures.grab.GrabDetector.fireGrabMoveOrEnd(GrabDetector.java:452)
      at keba.view.javafx.gestures.grab.GrabDetector.handleTouchReleased(GrabDetector.java:415)
      at keba.view.javafx.gestures.grab.GrabDetector.handle(GrabDetector.java:336)
      at keba.view.javafx.gestures.grab.GrabDetector.handle(GrabDetector.java:1)
      at com.sun.javafx.event.CompositeEventHandler$NormalEventFilterRecord.handleCapturingEvent(CompositeEventHandler.java:282)
      at com.sun.javafx.event.CompositeEventHandler.dispatchCapturingEvent(CompositeEventHandler.java:98)
      at com.sun.javafx.event.EventHandlerManager.dispatchCapturingEvent(EventHandlerManager.java:223)
      at com.sun.javafx.event.EventHandlerManager.dispatchCapturingEvent(EventHandlerManager.java:180)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchCapturingEvent(CompositeEventDispatcher.java:43)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:52)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
      at javafx.event.Event.fireEvent(Event.java:203)
      at javafx.scene.Scene.processTouchEvent(Scene.java:1773)
      at javafx.scene.Scene.access$5800(Scene.java:193)
      at javafx.scene.Scene$ScenePeerListener.touchEventEnd(Scene.java:2712)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$11.run(GlassViewEventHandler.java:989)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$11.run(GlassViewEventHandler.java:985)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleEndTouchEvent(GlassViewEventHandler.java:985)
      at com.sun.glass.ui.View.handleEndTouchEvent(View.java:553)
      at com.sun.glass.ui.View.notifyEndTouchEvent(View.java:1007)
      at com.sun.glass.ui.TouchInputSupport.notifyEndTouchEvent(TouchInputSupport.java:85)
      at com.sun.glass.ui.win.WinGestureSupport.notifyEndTouchEvent(WinGestureSupport.java:62)
      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      at com.sun.glass.ui.win.WinApplication.access$300(WinApplication.java:39)
      at com.sun.glass.ui.win.WinApplication$4$1.run(WinApplication.java:112)
      at java.lang.Thread.run(Thread.java:744)
    Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: Too many touch points reported
      at javafx.scene.Scene$ScenePeerListener.touchEventNext(Scene.java:2668)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$10.run(GlassViewEventHandler.java:965)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$10.run(GlassViewEventHandler.java:944)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleNextTouchEvent(GlassViewEventHandler.java:944)
      at com.sun.glass.ui.View.handleNextTouchEvent(View.java:547)
      at com.sun.glass.ui.View.notifyNextTouchEvent(View.java:1002)
      at com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent(TouchInputSupport.java:117)
      at com.sun.glass.ui.win.WinGestureSupport.notifyNextTouchEvent(WinGestureSupport.java:58)
      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      at com.sun.glass.ui.win.WinApplication.access$300(WinApplication.java:39)
      at com.sun.glass.ui.win.WinApplication$4$1.run(WinApplication.java:112)
      at java.lang.Thread.run(Thread.java:744)
    Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
      at javafx.scene.Scene.processTouchEvent(Scene.java:1766)
      at javafx.scene.Scene.access$5800(Scene.java:193)
      at javafx.scene.Scene$ScenePeerListener.touchEventEnd(Scene.java:2712)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$11.run(GlassViewEventHandler.java:989)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$11.run(GlassViewEventHandler.java:985)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleEndTouchEvent(GlassViewEventHandler.java:985)
      at com.sun.glass.ui.View.handleEndTouchEvent(View.java:553)
      at com.sun.glass.ui.View.notifyEndTouchEvent(View.java:1007)
      at com.sun.glass.ui.TouchInputSupport.notifyEndTouchEvent(TouchInputSupport.java:85)
      at com.sun.glass.ui.win.WinGestureSupport.notifyEndTouchEvent(WinGestureSupport.java:62)
      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      at com.sun.glass.ui.win.WinApplication.access$300(WinApplication.java:39)
      at com.sun.glass.ui.win.WinApplication$4$1.run(WinApplication.java:112)
      at java.lang.Thread.run(Thread.java:744)

    Yes, this is a bug in FX. I filed it as RT-34602. As a workaround it would probably be best to catch the exceptions.

  • Too many unnecessary bells and whistles in apps!

    There seems to be too many bells and whistles built into the apps! I have iPad 2, it can take up to 5 minutes for the app to settle down and let me access or read something from Safari! Just when you think everything has been installed, the picture freezes and re arranges itself! Why can't we make this more simpler? I find it frustrating and become angry with all the wasted time and energy taken because someone wanted to build into the app one more "cool" activity or action! It just slows everything down, less actions are more accommodatin! If you want to build "the" app with so much unnecessary activity! Set it up as stand alone, or different app! I'm getting tired of always having to wait because some extra add on has to be installed .... Simplicity!!!!

    Let me put this in another light. When you choose to visit say "Huffington Post" internet website, on my iPad, because text boxs, title boxes, picture/video files are embedded, advertising too, all with differing sizes, let alone fonts and "all the bells and whistles" not only fight for space onmy page but the more detail the box the more memory .......... . My point is, as a consumer can a version be made that the text and any relevant material can be quickly adjusted to say tilting my iPad. And do so without wainting for ever for the boxs to find their territory and load their memory! If you have a slow connection some sites take longer to load and use, then other less "gimmicky" sites

  • Too many anchor point when brushes expand in CS6

    I have recently upgraded to CS6 from CS2. I do a lot of digital inking in Illustrator as part of my job. In CS2 I would create a simple tapered brush using 4 anchor points. When I would draw a brush stroke say with two anchor points, and then expand that brush stroke. Illustrator CS2 would convert the outlined tapered brush stroke back to the the original 4 anchor point path that I had originally created with maybe one extra point if the stroke curved  drastically. Now is CS6 illustrator creates that same expanded brush with 9 to 12 anchor points in the path. This makes the program completly useless for my task. Is there anyway to correct this?

    Just in case you didn't get it. Here is a link to a brush sample. It's a simple art brush. Nothing sophisicated.
    https://www.dropbox.com/s/dyrtw6q2gpu26a1/brush%20sample.ai

  • Too many anchor points, and simplify messes up the pic

    I'm making a picture and I have a problem - I need a maximum of 2000 anchor points, and I have about 11k.
    Seems like I have a lot of unnecessary points, but when I try to simplify the picture gets all messed up. Any other way to fix this?
    Here's part of the picture, you can clearly see that a lot of the points don't have to be there..

    It looks as if you have a lot of areas with the same color inside itself...
    And/or different colors hidden by overlaps.--which is exactly why I said the Merge Pathfinder will probably reduce the number of anchors. There is no need to tediously select objects of same color. Merge unions adjacent areas of same color and removes hidden areas of overlap in one move.
    Photo of a heart...
    That could be anything from a valentine to a medical procedure photo. You need to show what you're working with.
    This picture project is such a huge pain in the *ss...
    So is trying to help someone, blind.
    JET

  • Histogram giving too many pixels

    I am using photoshop to design rugs and i have to get an accurate percentage for each colour used in the design so that the rug makers can dye  the correct amounts of wool.
    I am simply converting the image to indexed colour and making sure that if it is a three colour rug there are only three indexed colours in the design.
    then i am selecting colours using the magic wand and working working out from the histogram what percentage of the image this colour is by dividing the number of pixels selected ,by the noncontiguous non anti aliased magic wand, by the total pixels in the image.
    most of the time this is working fine, but sometimes one area of colour will clearly be read as having far too many pixels, sometimes even more pixels than are read in the image as a whole.
    I don't understand why this is happening, there are no layers in the image, surely this should be really straightforward?
    please help!

    If you want to give a Script a try, paste the following text into a new file in ExtendScript Toolkit (part of Photoshop’s installation, Applications/Utilities/Adobe Utilities/ExtendScript Toolkit CS4 or /Applications/Utilities/Adobe Utilities-CS5/ExtendScript Toolkit CS5) and save it as a jsx-file into Photoshop’s Presets/Scripts-folder.
    After restarting Photoshop the Script should be available under File > Scripts and can be assigned a Keyboard Shortcut directly, recorded into an Action, (in CS4 and CS5) be used in a Configurator-Panel or started from ExtendScript Toolkit directly.
    Edit: Quickmask might be a better way to avoid crowding the History, so I’m changing the code.
    // alert of percentage of selected pixels relative to whole image, but only if selection is strictly black/white;
    // 2011, use it at your own risk;
    #target photoshop
    if (app.documents.length > 0) {
    var myDocument = app.activeDocument;
    // from function hasSelection(doc) by xbytor;
    var res = false;
    var as = myDocument.activeHistoryState;
    myDocument.selection.deselect();
    if (as != myDocument.activeHistoryState) {
    res = true;
    myDocument.activeHistoryState = as;
    if (res == true) {
    // set to pixels;
    var originalRulerUnits = app.preferences.rulerUnits;
    app.preferences.rulerUnits = Units.PIXELS;
    // get  quickmask’s histogram for 0 and 255;
    myDocument.quickMaskMode = true;
    var theChannel = myDocument.channels[myDocument.channels.length - 1];
    var white = theChannel.histogram[255];
    var black = theChannel.histogram[0];
    var total = myDocument.width * myDocument.height;
    myDocument.activeHistoryState = myDocument.historyStates[myDocument.historyStates.length - 2];
    if (white + black == total) {
    alert ((white/total*100)+" percent\nselected pixels: "+white+" \nunselected pixels: "+black)
    else {
    alert ("the selections seems to be anti-aliased")
    // reset;
    app.preferences.rulerUnits = originalRulerUnits;

  • Too Many Control Points

    When I use the Paint Stroke Tool to create a line I get over 300 control points. Is there a way to decrease the number of points written. I couldn't find the topic in the manual. I also checked Preferences to see if it could be changed there too. Any thoughts?

    Thanks. That approach works well. I was previously watching an online tutorial that uses a 'write-on' technique and the author use the brush and it made very few points.
    http://web.mac.com/andy.neil/iWeb/Timesaver%20Tutorials/Motion%20Blog/E59D5E33-0 BA5-4D92-874C-8A08F7F428AE.html

  • LabVIEW DSC Logging too Many Data Points for Integer Tags

    Hi,
    I am having a strange problem with LabVIEW 2013 SP1 DSC data logging, running on XP SP3.
    All the integer Data Type Tags in my Tag Database that are set to data log, are logging way too much data. When I look at the amount of logged data points for these int16 in Historical view I see its logging a point nearly every second. See screen shots below or attached jpeg's of screen shots of trace view and Trace Props of one of the integer Tags. I would prefer the integer tags to only log on change like the boolean tags.
    These tags are being acquired from a Horner OCS over Modbus Serial RTU. The Modbus comms is set-up to poll once a second.
    The problematic Tag Data Type in DSC logging are Int16
    The Modbus register data items denotations I am using for Int16 is S4#####
    Example  'OCS_Modbus_Master\S403709' 
    The same register represented in OCS Register is shown as '%R0709'
    The trace properties for some of these int16 tags is showing database page numbers in the thousands, which compared to the largest floating point tag is currently showing 172 pages after several months of logging.
    I would have expected int16 tags to only log a value when the value changes and since the 'update deadband' tag setting is disabled for integer tag properties there is no way to config the tag to only log on changes. What is the default logging config for integers. Log everything or log on any change?
    I would prefer for these integer tags to only log on change, since they change infrequently, log on change would be much more data efficient.
    I tried changing the tag data type to floating point and gave it an update deadband value to try and see if that would reduce the amount of logged data, it didn't seem to make any difference.
    Not sure if the issue lies in the
    > Modbus Comms
    > The DSC data event tracking module
    > The DSC Data Logging module
    > Some kind of  Horner OSC data type mismatch which results in DSC polling seeing the acquired value as having changed on every poll.
    Any suggestions greatly appreciated
    Thanks
    Paul
    Attachments:
    Integer Tag Data Points Trace View.jpg ‏125 KB
    Integer Tags Data Points Tag Properties.jpg ‏42 KB

    This definitely sounds like a citadel/logos issue. There are two possibilities:
    1) corrupt database
    2) corrupt logos
    To see if it is a corrupt database, simply go to your database folder and move all the files out of that folder to a different folder. Then restart the application. Your application will create a clean database. This may solve the problem. If so, then you know it is a corrupt database.
    To upgrade/reinstall logos, go to the Control Panel -> Add/Remove Programs. If you see logos there, uninstall it. After uninstalling it, install the most recent logos version (found at ftp://ftp.ni.com/support/lookout/logos).
    Please let me know if the problem persists. As you know, you may also always call in to the Tech Support Line.
    Thanks.

  • Too many edits in multi-cam a problem?

    I'm editing a 30 minute piece with 3 cameras and there are a lot of quick cuts.  All went well till I got to the 20 minute mark and the multicam edit window started lagging.  In other words, I'd push one of the 1, 2 or 3 keys to choose a source and the red border would take a noticeable time to move.  I'm not sure if the edit occurred at the point I hit the key or the point the red border moved.  I've got a new Win 7, x64 machine with 6GB and tons of disk, captured footage on RAID0.  Restarting PP and rebooting don't help.  Splitting the sequence I'm editing into two parts seems to fix the problem, implying when you get to too many edit points the multicam feature bogs down.  Anyone else see this?   Is there some tuning that might reduce this effect?

    This is on CS4, latest updates.

  • Too many stroke lines & need engraving font.

    I've purchase a Roland GX24 vinyl cutter and using it to plot drawings (bought special pen). The problem is the areas that are solid black (especially the curves) are made of lines which are very close together, so when I go to plot they tear the paper and wear out the pen . I need to find a quick way of making this full of just little dots, I have created a live paint area of this group and trying to put little dots on them (anyone know a quick way of this as I choose 'effect', 'Pixelate', 'color halftone'. I think the dots are too big and will come across same problem with pen tearing, I want tiny dots spaced far away from each other or strokes far away from each other.
    This only solves half the problem as the original work is still below it and when I go to plot it will do both so still going to tear the paper; I know what you''re thinking; just remove the old one below; but it is made of tiny little curves and strokes so I can't just simply select it, what can I do here please?
    As if that's not the only problem , the text used is an outline and very small seeing as though they are blue-prints, the text blurs with the pen as the text is 'outlined', I need a quick way to turn this outlined text into single stroke text so it will be  clean enough to read.
    Any help is really appreciated, I have pain stakingly gone through and created my own symbols of text in a single stroke but this is no solution as have been here all day doing this and I have at least 20 of them to sort out. And there will be more comming.
    Below is a jpg of pic I am talking about, any input is greatly appreciated.
    http://http://picasaweb.google.com/lh/photo/8GXfUGyR38udiA-J3HkvHA?feat=directlink

    I've purchase a Roland GX24 vinyl cutter
    Dal,
    I'm taking you at your word and assuming the GX24 is simply a cutter/plotter, not a printer.
    The problem is the areas that are solid black...are made of lines which are very close together...they tear the paper and wear out the pen...I need...just little dots.
    With little dots, you might not shred the paper, but you're still going to then wear out the pen with all that pen-up, pen-down nonsense, just to draw a bunch of individual tiny dots. That is crazy use of a cutter/plotter.
    ...I choose 'effect', 'Pixelate', 'color halftone'...
    The Color Halftone Effect is a RASER effect. It generates a raster image (a color image consisting of pixels), not paths for your plotter to follow.
    Cutter/Plotters are driven by HPGL instructions that in simplifed terms go something like this:
    "Go to coordinates XY"
    "Pen/Knife down"
    "Go to coordinates XY"
    "Pen/Knife up"
    In other words, they are not printers; they are plotters. They scribe vector paths by using their stepper motors to move the paper and pen/knife carriage to cartesian coordinates. They don't see or paint pixels. They don't think of the page as one big bitmap to fill in with dots.
    There are cutter/plotters which incorporate raster printing (some of the best ones from Rowland). But they cost alot more than the GX24.
    In short, you are trying to make inappropriate use of your device. It really shouldn't be used to "color in" solid areas. If you must try to fill text paths, use a reasonably sparse VECTOR hatch or pattern fill.
    You can experiment with pattern fills, but be forewarned: The results will depend upon the translation capabilities of the software you are using to drive the device. Pattern fills in Illustrator don't really "stop" at the edges of the paths they fill. They are merely masked by the paths. So your plotter software would have to be smart enough to draw only the un-masked portions of the pattern paths. I'm not familiar with your particular device, or with Rowland's recent software, so you'll have to experiment if you want to use Pattern Fills.
    Generally speaking, what you want to send to a vinyl cutter (even one doubling as a pen plotter) is in principle very simple: Send it paths which describe EVERY mark/cut you want it to make and NOTHING more.
    One method in Illustrator with which you could quickly make marks to "scribble in" outlined text is the much overlooked Scribble Effect. Read about it in online Help. Set all variations and curviness to zero. Set stroke weight to zero (there is no weight to a cut), and control the density with the Spacing setting. Expand the results. That will generate zig-zag vector paths in shapes to "fill in" your large text. Being diagonal, it may not be exactly what you want, but it can yield a nice "architectural" sketch effect.
    ...the text used is an outline...I need a quick way to turn this outlined text into single stroke text...
    CAD programs are still (largely) stuck in the foregone decades of pen plotters. That's why they still use proprietary single-stroke text. (Many now support normal outline fonts, but many Engineering departments have never changed their habits, so they needlessly cause downstream users to devise workarounds.) Programs like Illustrator don't understand fonts that are not outlines. There are no open paths in the fonts that you use in Illustrator. Even text set at tiny sizes are outline paths. And there is no feature in Illustrator to reliably and neatly render text as open path centerlines. (Experiments with rasterizing text and auto-tracing it can yield legible results, but nothing I would call presentable results.)
    I have often thought it would not be too difficult to write a Javascript for Illustrator that would effectively replace ordinary type set in a monospaced font with Symbols containing glyphs drawn as open centerlines, "drafter" style. But I haven't got around to actually doing it yet. (The same script could be used for fun stuff, like automatically coding messages in colored nautical signal flags.)
    The general assumption, when using a pen plotter, is that the input is coming from a CAD program, and that small text will, therefore, already be open path centerlines.
    JET

  • I use only two channels, have plenty of memory in my hard disk, and external hard drive, no effects, and still having problems with Garage band. Giving messages as you have too many live channels

    I'm frustrated, I am doing everything you recommend, I use only two channels, have plenty of memory in my hard disk, and external hard drive, no effects, and still having problems with Garage band. Giving messages as you ave too many live channels, the disk is slow prepare...can you help?

    Quote from: Richard on 15-November-07, 20:33:05
    tornado2003,
    What you need to do is boot into Safe Mode. Then delete the VGA Drivers.
    After that boot normally and install the latest nVidia ForceWare Drivers
    Take Care,
    Richard
    i guess you missed that:
    Quote from: tornado2003 on 15-November-07, 17:26:52
    ive tryed booting xp in safe mode but it just freezes after it loads up a couple of needed files .
    ive even formatted my hard drive and tryed installing a fresh xp on it but it just keeps locking up when it gets to the "starting windows setup" .(this is just after it loads all the drivers from the xp cd)

  • Giving text outline stroke and path and uniting with other paths

    How do I give Lucida handwriting a 2pt outline stroke, give it an outline path, then unite it with another shape path without the text losing it's outline stroke??  I can't bold Lucida handwriting as it only has an italic option, so need to give it an outline stroke to achieve a bold letter.  As soon as I give it an outline path and unite it to other shape paths the 'bold'ness disappears and it reverts to it's original size.  I hope this makes sense!  Any help would be appreciated.

    You are welcome, drive.
    What you will be looking for is what is called a flowing script (probably a casual flowing script); script fonts are those remembling handwriting.
    You may have a look at this website, where you can click (Formal or) Casual Flowing Script and see many different ones (which may give you an overview and possibly some inspiration),
    http://www.bowfinprintworks.com/Script07Pg1.html
    or you can just search the web for (casual) flowing script font.

  • Internal error: Too many points in plot

    Labview keeps crashing and upon relaunch I get a message saying "... an internal error or crash occurred at plotsupp.cpp, line 4049"
    The failure log generated is:
    #Date: Thu, Sep 13, 2007 3:37:07 PM
    #OSName: Windows NT
    #OSVers: 5.1
    #AppName: LabVIEW
    #Version: 8.5
    #AppKind: FDS
    #AppModDate: 07/25/2007 00:07 GMT
    c:\builds\penguin\labview\branches\Jupiter\dev\source\panel\plotsupp.cpp(4049) : DWarn: too many points in plot
    $Id: //labview/branches/Jupiter/dev/source/panel/plotsupp.cpp#52 $
    0x007D3BDF - LabVIEW <unknown> + 0
    0x007D60B2 - LabVIEW <unknown> + 0
    0x0130124B - LabVIEW <unknown> + 0
    0x011DE932 - LabVIEW <unknown> + 0
    0x0123B148 - LabVIEW <unknown> + 0
    0x011DE932 - LabVIEW <unknown> + 0
    0x0067001A - LabVIEW <unknown> + 0
    0x007C379B - LabVIEW <unknown> + 0
    0x00B185C9 - LabVIEW <unknown> + 0
    0x00B188DA - LabVIEW <unknown> + 0
    0x00B18C4D - LabVIEW <unknown> + 0
    0x005E1855 - LabVIEW <unknown> + 0
    0x0049C139 - LabVIEW <unknown> + 0
    0x0049A981 - LabVIEW <unknown> + 0
    0x0049C1EC - LabVIEW <unknown> + 0
    0x00405678 - LabVIEW <unknown> + 0
    0x0040599B - LabVIEW <unknown> + 0
    0x0045CFF6 - LabVIEW <unknown> + 0
    0x00505D85 - LabVIEW <unknown> + 0
    0x00505FAB - LabVIEW <unknown> + 0
    0x00505FF0 - LabVIEW <unknown> + 0
    0x0149415F - LabVIEW <unknown> + 0
    0x7C816FD7 - kernel32 <unknown> + 0
    0x00000000 - LabVIEW <unknown> + 0

    Yes, while the program is running and consistently it seems to happen shortly after selecting the  "ECG Chart" tab, I get the Microsoft error message (Error1.png attached) and after acknowledging the error Labview goes bye bye.
    Upon restarting Labview I get the "previous internal error" message (Error2.png attached) and the error log file is generated (lvlog10-04-07-13-48-17.txt attached).
    I don't know if it will help since you probably can't run the VI's without the ECG monitoring hardware (a device manufactured by Active Corp. communicating with my PC serially via a COM port), but I will go ahead and attach all of the related subVI's in the ensuing post.
    msavina
    Attachments:
    lvlog10-04-07-13-48-17.txt ‏3 KB
    Error1.png ‏10 KB
    Error2.png ‏6 KB

  • Well, I created a new Apple ID and I put money on it, I wanted to sign into ICloud and it wouldn't let me sign in due to the usage of too many Apple IDs created. The point for logging into the ICloud was to save my photos before I reset my phone.

    Well, I created a new Apple ID and I put money on it, I wanted to sign into ICloud and it wouldn't let me sign in due to making too many Apple IDs created. The point for logging into the ICloud was to save my photos before I reset my phone. Is there any way I could fix this? I also want to transfer my money because I think it's a waste to just forget about the $13.75 on my account. Thanks.

    I recently created a new apple ID
    Bad idea.
    Content bought with an Apple ID is forever associated with that Apple ID. Apple will not transfer content from one Apple ID to another and Apple will not merge Apple IDs. Unless you are prepared to forfeit all the previously purchased content and buy it all again with the new Apple ID, you will need to maintain the old ID to update and redownload your content.

  • Photoshop CS6 creates too many History States withing 1 stroke

    I'm on MAC OSX 10.6.8, Photoshop CS6, using a Wacom Cintiq 12".
    Too often Photoshop remembers way too many History states within one pen stroke. In previous versions I don't remember this behaviour. Previously, each stroke, no matter how long, was registered as only one History state, until I raised the pen from the tablet. Now, totally sporadically without any obvious rule, Photoshop decides to remember even 100 history states within only one stroke.
    Although this is sometimes useful, if you work on really long strokes, but mostly it's highly disturbing, as after using just one tool to paint only one little circle, I loose all my other, much more important History states.
    Can somebody explain to me why???

    Noel Carboni wrote:
    Done with a mouse I get exactly one "Brush Tool" state in the history and one "Use brush" state recorded in an action.
    Could it be that your tablet driver is actually delivering information to Photoshop that makes it think you're lifting the stylus and putting it down many times per stroke?
    -Noel
    Hmmm... could be, but I don't know how to test it, as it happens occasionally... I don't experience it in other software, but I will keep an eye on that.

Maybe you are looking for