Bold, vertical, line and inverted drawing created when using Penpad in Flash CC - Help?

Hello.
Just recently, whenever I use my VisTablet 465 Penpad Stylus and tablet to mark on the Canvas in Flash, a vertical line is created. The length of it is proportional to how horizontally centered the cursor is on the screen. When I try to move the cursor, the brush makes an inverted mark off the end of the line. I cannot find out how to stop it, and cannot draw anything sensible in Flash.
I contacted Flash assistance, and this was the conversation:
Vivek: Hi, Welcome to Adobe Support.
Vivek: Please give me a moment to study this case.
Martin Laight: Thanks Vivek.
Vivek: Are you using the latest version of driver for the tablet.
Vivek: Please make sure Flash pro version, Tablet driver version and Windows is up to date.
Martin Laight: Yes, we believe it to be 'Model A' driver from the VisTablet website
Vivek: This kind of issues requires the envolvement from engineering team
Martin Laight: As far as we can see all drivers are up to date. The pen pad works fine in Windows 7 Paint
Vivek: ok
Vivek: Please go to the link above and post the issue with tablet model, operating system details.
Please help if you can.

Hi,
The issue is resolved in the latest update of Flash Pro.Please update Flash professional to 14.1.0.96 .Follow the instruction below for the same :
Installation instructions
Log out and log in to the CC desktop application. Update the application when prompted.
You should see the list of new updates as soon as the new CC desktop application is launched.
Install Flash Professional CC and Mobile Device Packaging app. On a high speed connection, it took me around 8 minutes.
After the application is installed, you can launch the application directly from the desktop app by clicking on it.
Thanks & Regards,
Sangeeta

Similar Messages

  • "I want to draw a line, and it will highlight when I click it."

    I am currently working on a project right now. My project is a structural analysis software for civil engineers. Our project is already at it's infant
    stage of development. I am having trouble with how to implement drawing on a canvas. Heres the specs:
    -There are nodes on the drawing board illustrated by dots.
    -Lines must be drawn connecting the nodes.
    -Nodes must be a separate object where it could respond to mouse
    events.
    -Lines must also be a separate object where it could respond to mouse
    events.
    -Nodes and lines contain mathematical attributes, color information.
    -I can instantly delete a line, or change its attributes by selecting
    it.
    Heres what I have imagined:
    -I am going to draw my Nodes in a JPanel which implements a
    mouseListener.
    -Whenever I want to add nodes to the drawing board, I only have to add
    the Node objects i created.
    No problem with the nodes. Problem is in the lines i will be drawingconnecting one node to another.
    -I tried manual live drawing of the lines as the mouse moves. Now its
    flat on the drawing board. It can't be touched!
    -I still don't have any idea how to implement the line that it could
    respond to mouse events.
    -If I try to draw it in a JPanel with mouseListener, a JPanel is square
    so if I move my mouse to point in to the line drawn on the JPanel, it
    will already respond before the mouse could reach the line image. One
    thing also, it could overlap other JPanels.
    -The JPanel idea came up to my mind coz I thought these objects could
    be
    selectable custom components.
    -Now I realized JPanel is not the ANSWER!
    In simple saying:
    "I want to draw a line, and it will highlight when I click it."
    Stubborn Newbie,
    Edgar

    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import javax.swing.*;
    public class SelectingLines extends JPanel
        Line2D.Double[] lines;
        int selectedIndex = -1;
        protected void paintComponent(Graphics g)
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            if(lines == null)
                initLines();
            for(int j = 0; j < lines.length; j++)
                Color color = Color.blue;
                if(j == selectedIndex)
                    color = Color.green.darker();
                g2.setPaint(color);
                g2.draw(lines[j]);
        public void setSelection(int index)
            selectedIndex = index;
            repaint();
        private void initLines()
            lines = new Line2D.Double[3];
            int w = getWidth();
            int h = getHeight();
            lines[0] = new Line2D.Double(w/8, h/8, w/3, h/6);
            lines[1] = new Line2D.Double(w/3, h/6, w/2, h/2);
            lines[2] = new Line2D.Double(w/2, h/2, w*5/8, h*7/12);
        public static void main(String[] args)
            SelectingLines selectPanel = new SelectingLines();
            selectPanel.addMouseListener(new LineSelector(selectPanel));
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(selectPanel);
            f.setSize(400,400);
            f.setLocation(200,200);
            f.setVisible(true);
    class LineSelector extends MouseAdapter
        SelectingLines selectingLines;
        Rectangle r;
        final int S = 4;
        public LineSelector(SelectingLines sl)
            selectingLines = sl;
            r = new Rectangle(S, S);
        public void mousePressed(MouseEvent e)
            Point p = e.getPoint();
            r.setLocation(p.x-S/2, p.y-S/2);
            Line2D.Double[] lines = selectingLines.lines;
            int index = -1;
            for(int j = 0; j < lines.length; j++)
                if(lines[j].intersects(r))
                    index = j;
                    break;
            if(index != selectingLines.selectedIndex)
                selectingLines.setSelection(index);
    }

  • When i turn my ipod on i get purple vertical lines and thats all it does, what is wrong with it?

    When i turn my ipod on i get purple vertical lines and thats all it does, what is wrong with it?

    It may have a bad display screen but you could try resetting to see if that helps.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).

  • Use 40 black 1 pixel x 400 pixel vertical lines, and create an experimental composition using varying vertical spacing?

    Ive been pulling my hair out on how to do this all day and im getting no where i dont even know where to begin! Please help if anyone knows how to do this.

    enforcer4u,
    she said posting here if help was needed was a good idea...
    This is Classroom in a forum.
    I believe the first line should have read Use 40 black 1 pixel x 400 pixel vertical lines, and create an experimental composition using varying vertical > horizontal spacing.
    One way (she may be following this thread, you know) would be to:
    1) create a horizontal/vertical (composition Three/Four) line with the Pen Tool with a length corresponding to the whole composition and two or more Anchor Points, ShiftClickDragging at each with different lengths of the Handles;
    2) Create a vertical/horizontal line by ClickDragging with the Line Tool (or just Click with the Line Tool and set the Length and direction, then move a copy (ShiftAlt/OptionDrag the original, start dragging a tiny bit before you press the keys);
    3) Object>Blend>Blend Options, set Spacing to Specified Steps, 38 steps;
    4) Select the lines from 2) and Object>Blend>Make;
    5) Select both the Blend from 4) and the line from 1) and Object>Blend>Replace Spine.
    Other ways include creating the first line and then ShiftAlt/OptionDragging to create the other lines up/down/left/right depending on composition, or creating or all the lines (maybe using the blend) and then ShiftClickDragging individual lines.

  • Why when I want to take photo , the camera will appear such pink colour vertical line and become black and the video just can record 1 min only  ?

    why when I want to take photo , the camera will appear such pink colour vertical line and become black and the video just can record 1 min only  ? why ? is that any problem ?

    are you using the iOS camera? if you do, visit your apple store for further help, sounds like a hardware problem.
    or:
    hold home and lock button pressed until your iphone restarts.
    if that didn't help, visit your apple store.
    if you are not using the iOS camera, delete that app.

  • Black Vertical lines and a thin yellow haze in the center of my screen

    I can't seem to find the answer to this question, or one that my be a solution. I recently discovered black vertical lines and a yellow haze in the center of my ipod nano 4GB.
    One discussion said I should put it to sleep for 4 hours and the lines will erase. That didn't work. What's the common cause to this and how can I fix it? And could it be because I converted it from a mac to windows itunes?

    Try giving it a reset. hold down the sleep and home keys until you see the silver apple. Let it reboot and see if that fixes it.

  • So, I dropped my phone today on the cement, it works...with minor annoying glitches, has nasty bluish vertical lines and the picture is a tad distorted as well. :/ Does this mean I need to spend tons of money to get this fixed? Ahhhh! Help!

    So, I dropped my phone today on the cement, it works...with minor annoying glitches, has nasty bluish vertical lines and the picture is a tad distorted as well. :/ Does this mean I need to spend tons of money to get this fixed? Ahhhh! Help!

    Hi Rahhh829, 
    Welcome to the Apple Support Communities!
    It sounds like you may want to get your iPhone evaluated for repair. Please review the following web link for information on the iPhone repair pricing and process. 
    iPhone Repair and Service - Apple Support
    Regards, 
    Joe

  • The volume up and down controls on my wireless keyboard show a no entry sign and do not respond when used...please help?

    The volume up and down controls on my wireless keyboard show a no entry sign and do not respond when used...please help?

    If you want to get a little more "exotic" you can try remapping the function keys.  I did a little google searching and the hits that looked promising are,
    Mapping volume and eject keys to 3rd-party keyboard Other Hardware
    Spark
    Spark is a powerful, and easy Shortcuts manager. With Spark you can create Hot Keys to launch applications and documents, execute AppleScript, control iTunes, and more...
    You can also export and import your Hot Keys library, or save it in HTML format to print it.
    Spark is free, so use it without moderation!

  • What are the .fm.sp files that are created when using SharePoint?

    What are the .fm.sp files that are created when using SharePoint? When I'm working with SharePoint, I've noticed that duplicate files ending in .fm.sp are created. I've been unable to find any reference or documentation about them so far.

    Whe you use sharepoint as a CMS connections in Framemaker it creates the folder where Sp is installed and also a file ending .sp is created that let SP know that its the file associated with it.
    .fm.sp indicates that its the framemaker type SP file.
    Dont worry about it as its not creating any mess in the system.
    Harpreet

  • My airport on my macbook 2008 unibody disconnects and sometimes freezes mostly when I move laptop. Please help. OS 10.6.8

    My airport on my macbook 2008 unibody disconnects and sometimes freezes mostly when I move laptop. Please help. OS 10.6.8

    The sleep problem is a bug in 10.8. We have to wait for resolution.

  • Look for a progarm that will let me have 2 moniters but one will lock on and will not change when using spaces

    look for a progarm that will let me have 2 moniters but one will lock on and will not change when using spaces

    ok so i have one moniter to the right of me and i want to keep my google chrome on that one but still be abel to use space on the many monter. cuz when you go to spaces it movies both moniter i hope that help and i hope that you can help me.

  • What can replace Appleworks Drawing app when using OSX Mountain Lion?

    What can replace Appleworks Drawing app when using OSX Mountain Lion?

    Please see this page which examines the problem:
    http://www.wilmut.webspace.virginmedia.com/notes/aw/page3.html

  • I'm in syria and they blocked me from using any VPN service please help without VPN i can't open the store help please ( using iphone 5 version 9.1.4 )

    I'm in syria and they blocked me from using any VPN service please help without VPN i can't open the store help please ( using iphone 5 version 9.1.4 )

    There is nothing that anyone here on a user forum can do to help you.  If it is a local issue in Syria, then you need to take it up with your phone company or authorities there who have prevented you from using VPN.
    Nobody here can help you.

  • HT4972 Hi I am trying to upgrade my iPhone Model#A1303 to iOS6 through iTunes. The iOS is upgraded but activation is pending. Says activating serveris temporarily unavailable repeatedly and i am unable to use my phone. Please help to upgrade or restore.

    Hi I am trying to upgrade my iPhone Model#A1303 to iOS6 through iTunes. The iOS is upgraded but activation is pending. Says activating serveris temporarily unavailable repeatedly and i am unable to use my phone. Please help to upgrade or restore.

    That's usully symptomatic of a phone that was jailbroken or hacked to unlock it.

  • After updating to v. 6.X.X, vertical lines appear around the cursor when typing in webpages such as Gmail and Facebook that persist, obscuring text and other pixels in the webpage. Didn't happen before this update.

    I noticed after updating to Firefox version 6.0.1 that vertical lines the same size and shape as the text cursor remain behind on the screen as the cursor moves (either while typing or by using arrow keys). This is most obvious and annoying in text-heavy applications such as when typing in Gmail, Facebook, and work webmail, for instance. (Interestingly, it's not happening now as I type this.)
    This is very annoying because these lines obscure parts or even entire letters in words that have been typed. I thought that it might have been a Firefox customized 'skin' I added at the same time as updating, but I reverted to the default view and the problem remains.

    I noticed after updating to Firefox version 6.0.1 that vertical lines the same size and shape as the text cursor remain behind on the screen as the cursor moves (either while typing or by using arrow keys). This is most obvious and annoying in text-heavy applications such as when typing in Gmail, Facebook, and work webmail, for instance. (Interestingly, it's not happening now as I type this.)
    This is very annoying because these lines obscure parts or even entire letters in words that have been typed. I thought that it might have been a Firefox customized 'skin' I added at the same time as updating, but I reverted to the default view and the problem remains.

Maybe you are looking for