Marker/chalk/brush line styles?

For arrows, lines, and shape outlines, I often use marker/chalk/brush type lines to give the presentation a more human, emotional, accessible, relatable feel - kinda like the guy on those UPS whiteboard commercials. I notice under the line style picklist this isn't a choice, but there is something called 'Show More' that provides a tease that there are more options, but nothing happens when I click on it.
If this simply isn't an option, where is the best place to submit a feature request?

Tux Kapono wrote:
but there is something called 'Show More' that provides a tease that there are more options, but nothing happens when I click on it.
Curious.
On my machine, clicking on the More options item opens the Inspector of drawings (not sure of the English name) which give access to several way to customize the shape.
Yvan KOENIG (from FRANCE samedi 1 mars 2008 20:32:20)

Similar Messages

  • Marker and line styles as a choice in drop down menu

    Is it possible to create a drop down choice menu(Choice xyz = new Choice(); ) in java AWT which has line styles or marker styles (no text)( basically these things are required to edit the graph) as choice options?

    /*  <applet code="ChoiceTest" width="400" height="400"></applet>
    *  use: >appletviewer ChoiceTest.java
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    public class ChoiceTest extends Applet
        ChoiceGraphicsPanel graphicsPanel;
        Choice choice;
        Checkbox rows, cols;
        String[] colorNames;
        public void init()
            graphicsPanel = new ChoiceGraphicsPanel();
            setLayout(new BorderLayout());
            add(getChoicePanel(), "North");
            add(graphicsPanel);
        private Panel getChoicePanel()
            rows = new Checkbox("rows", true);
            cols = new Checkbox("cols", false);
            colorNames = new String[] {
                "red", "green", "blue", "orange"
            choice = new Choice();
            for(int j = 0; j < colorNames.length; j++)
                choice.add(colorNames[j]);
            choice.addItemListener(new ChoiceListener());
            Panel panel = new Panel();
            ((FlowLayout)panel.getLayout()).setHgap(35);
            panel.add(choice);
            panel.add(rows);
            panel.add(cols);
            return panel;
        private class ChoiceListener implements ItemListener
            Color[] colors = {
                Color.red, Color.green.darker(), Color.blue, Color.orange
            public void itemStateChanged(ItemEvent e)
                if(e.getStateChange() == ItemEvent.SELECTED)
                    int index = choice.getSelectedIndex();
                    Color color = colors[index];
                    if(rows.getState())
                        graphicsPanel.setRowColor(color);
                    if(cols.getState())
                        graphicsPanel.setColColor(color);
        public static void main(String[] args)
            Applet applet = new ChoiceTest();
            final Frame f = new Frame();
            f.addWindowListener(new WindowAdapter()
                public void windowClosing(WindowEvent e)
                    f.dispose();
                    System.exit(0);
            f.add(applet);
            f.setSize(400,400);
            f.setLocation(200,200);
            applet.init();
            f.setVisible(true);
    class ChoiceGraphicsPanel extends Panel
        int rows, cols;
        Color rowColor, colColor;
        public ChoiceGraphicsPanel()
            rows = 4;
            cols = 4;
            rowColor = Color.red;
            colColor = Color.blue;
        public void paint(Graphics g)
            super.paint(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            int w = getWidth();
            int h = getHeight();
            int xInc = w/cols;
            int yInc = h/rows;
            int y = 0;
            g2.setPaint(rowColor);
            for(int j = 0; j < rows; j++)
                g2.drawLine(0, y, w, y);
                y += yInc;
            int x = xInc;
            g2.setPaint(colColor);
            for(int j = 0; j < cols - 1; j++)
                g2.drawLine(x, 0, x, h);
                x += xInc;
        public void setRowColor(Color color)
            rowColor = color;
            repaint();
        public void setColColor(Color color)
            colColor = color;
            repaint();
    }

  • Different line style in tables

    I've been looking for a way to change the line style of the lines in my tables, i.e. have dashed lines, but when I select the line in question and go the line style section of the graphics tab, there is only the standard solid line. Is it the case that you just cannot change the line styles of lines in tables? I use tables to layout a lot documents that I create and this missing feature would be quite an annoyance to me when it is something I was always able to do in Word.

    James,
    as Frank said, you cannot change the style of the lines in tables. You could send feedback to Apple to get this feature in a future version of Pages.
    As a workaround, you could mark a line and set the stroke to None. Then insert a line from the shapes menu and set it's stroke to the style you want. Set both the line and the table to "Fixed on page" in Wrap inspector. Then move the line to the place of the table you want it to be. If you group the line(s) and the table, you could set Object Placement back to "Moves with text".
    Obviously, it's best to use this workaround when you're quite sure that size an position of the row don't change to which you want to add the line object.
    If this information is useful to you, please mark it as "helpful" or "solved" using the little buttons in the titlebar of this message. Thank you.

  • Nested Line Style affecting my GREP style

    Hello all.
    I'm formatting a large book at the moment and am trying out a "runt fixer" to prevent bad sentence breaks in columns. So far I have created a character style that only applies the "no-break" attribute, and have two GREP styles - one looking for a space and 8 characters or less before a full-stop, exclamation mark or question mark; and another looking for the 8 characters or less then a space after a full-stop, exclamation point or question mark. The codes are:
    \s.{1,8}[.!?]
    and
    (?<=[.?!]\s).{1,8}\s
    It works... nearly. It has issues when fullstops are used in numbers such as displaying currency, dates... but largely works for the text.
    The problem occurs when I go to the Drop Caps and Nested Styles feature, and use the "New Line Style" - in this instance it was used at the beginning of chapters to make the first line smallcaps. Instead, something strange happened to the second GREP style - it no longer worked.
    In case I'm not explaining myself properly, i've uploaded a sample of what is going on here: https://dl.dropboxusercontent.com/u/55743036/runt-issue.idml
    The first page is OK, but the second page displays the fault. I've colorised the GREPs so that it is clear what is not breaking at the end of a sentence and what is not breaking at the start of a sentence.
    Has anyone experienced this before or can tell me what is going on? it is my error or is it a bug?
    Colin

    @Colin – I thought, I could make it work, if I introduce another GREP Style BEFORE the one that is not working: A GREP Style, that is doing nothing (applying the character style "[None]" to a character like "§" that is simply not in the text. Did not work.
    Another attempt with InDesign CS5.5 OSX 10.6.8: I made a new paragraph style BASED ON the one that is not working. Changed nothing in that new one, just let it be based on the not working one.
    Now: THAT IS FINALLY WORKING! But in a different way I expected…
    "Will work" is based on "not working".
    Here all GREP Styles used in "Will work":
    Uwe

  • Application Server cannot render arrow line style?

    I am using MapBuilder(10.1.3.1) to create a line style with arrow. It rended perfect in MapBuilder.
    The xml style is below:
    <?xml version="1.0" standalone="yes"?>
    <svg width="1in" height="1in">
    <desc/>
    <g class="line" style="fill:#000000;stroke-width:2.0;marker-name:M.LEFTARROW;marker-position:0.0;marker-size:15">
    <line class="base"/>
    </g>
    </svg>
    Then I apply this style to my themeBasedFOI, add to MapView and then deploy to Application Server(10.1.3).
    var mapView;
    function showMap() {
    mapView = new MVMapView(document.getElementById("map"), baseURL);
    var basemap = new MVBaseMap("bbui.CENTRAL");
    //Add a base map layer as background.
    mapView.addBaseMapLayer(basemap);
    //Set the initial map center and zoom level
    mapView.setCenter(MVSdoGeometry.createPoint(mapCenterLon,mapCenterLat,8307));
    mapView.setZoomLevel(mapZoomLevel);
    //Add a scale bar
    mapView.addScaleBar();
    //Add a navigation panel on the top-left side of the map
    mapView.addNavigationPanel('west',true,false,false);
    //Add a copy right
    mapView.addCopyRightNote("@2008 powered by Delcan");
    //Add an overview map as a collapsible element inside the main map
    ovcontainer = new MVMapDecoration(null,null,null,200,150) ;
    ovcontainer.setCollapsible(true);
    mapView.addMapDecoration(ovcontainer);
    var over=new MVOverviewMap(ovcontainer.getContainerDiv(),3);
    mapView.addOverviewMap(over);
    //Add theme base FOIs
    addThemeBasedFOIs();
    //Display map
    mapView.display();
    //Add Map Viewer Event Listener
    mapView.addEventListener("mouse_click", mouseClick);
    mapView.addEventListener("nouse_right_click", rightClick);
    function addThemeBasedFOIs(){
    var travelTimeFOI = new MVThemeBasedFOI("travelTimeFOI","bbui.TRAVEL_TIME");
    travelTimeFOI.enableInfoTip(true);
    mapView.addThemeBasedFOI(travelTimeFOI);
    when I browser my map, I got a popup error:
    Cannot process the following responde from FOI server:
    <?xml version="1.0" encoding="UTF-8"?><oms_error>[Foi Server]foi process error: null</oms_error>
    Then I am going to Application Server Log, and find the following exception:
    08/11/11 10:45:58 INFO [oracle.sdovis.CacheMgr2] Creating/replacing a geometry cache group: sdovis_subreg_spatial_jdbc:oracle:thin:@10.10.10.9:1521:bbui : TRAVEL_TIME_GEOMETRY_PDT_GEOM.
    08/11/11 10:45:58 ERROR [oracle.lbs.foi.FOIServlet] java.lang.NegativeArraySizeException
         at oracle.lbs.foi.foiUtil.calculateHtmlLineArea(foiUtil.java:306)
         at oracle.lbs.foi.foiUtil.getLineStringAreaStr(foiUtil.java:1096)
         at oracle.lbs.foi.FOIServer.getHTMLMapString(FOIServer.java:855)
         at oracle.lbs.foi.FOIServer.renderFOILayer(FOIServer.java:555)
         at oracle.lbs.foi.FOIServlet.doPost(FOIServlet.java:178)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    08/11/11 10:45:58 ERROR [oracle.lbs.foi.FOIServlet] [Foi Server] foi process error.
    I will appreciate if you figure out what's wrong?
    Best Regards,
    Joyce

    I am using MapBuilder(10.1.3.1) to create a line style with arrow. It rended perfect in MapBuilder.
    The xml style is below:
    <?xml version="1.0" standalone="yes"?>
    <svg width="1in" height="1in">
    <desc/>
    <g class="line" style="fill:#000000;stroke-width:2.0;marker-name:M.LEFTARROW;marker-position:0.0;marker-size:15">
    <line class="base"/>
    </g>
    </svg>
    Then I apply this style to my themeBasedFOI, add to MapView and then deploy to Application Server(10.1.3).
    var mapView;
    function showMap() {
    mapView = new MVMapView(document.getElementById("map"), baseURL);
    var basemap = new MVBaseMap("bbui.CENTRAL");
    //Add a base map layer as background.
    mapView.addBaseMapLayer(basemap);
    //Set the initial map center and zoom level
    mapView.setCenter(MVSdoGeometry.createPoint(mapCenterLon,mapCenterLat,8307));
    mapView.setZoomLevel(mapZoomLevel);
    //Add a scale bar
    mapView.addScaleBar();
    //Add a navigation panel on the top-left side of the map
    mapView.addNavigationPanel('west',true,false,false);
    //Add a copy right
    mapView.addCopyRightNote("@2008 powered by Delcan");
    //Add an overview map as a collapsible element inside the main map
    ovcontainer = new MVMapDecoration(null,null,null,200,150) ;
    ovcontainer.setCollapsible(true);
    mapView.addMapDecoration(ovcontainer);
    var over=new MVOverviewMap(ovcontainer.getContainerDiv(),3);
    mapView.addOverviewMap(over);
    //Add theme base FOIs
    addThemeBasedFOIs();
    //Display map
    mapView.display();
    //Add Map Viewer Event Listener
    mapView.addEventListener("mouse_click", mouseClick);
    mapView.addEventListener("nouse_right_click", rightClick);
    function addThemeBasedFOIs(){
    var travelTimeFOI = new MVThemeBasedFOI("travelTimeFOI","bbui.TRAVEL_TIME");
    travelTimeFOI.enableInfoTip(true);
    mapView.addThemeBasedFOI(travelTimeFOI);
    when I browser my map, I got a popup error:
    Cannot process the following responde from FOI server:
    <?xml version="1.0" encoding="UTF-8"?><oms_error>[Foi Server]foi process error: null</oms_error>
    Then I am going to Application Server Log, and find the following exception:
    08/11/11 10:45:58 INFO [oracle.sdovis.CacheMgr2] Creating/replacing a geometry cache group: sdovis_subreg_spatial_jdbc:oracle:thin:@10.10.10.9:1521:bbui : TRAVEL_TIME_GEOMETRY_PDT_GEOM.
    08/11/11 10:45:58 ERROR [oracle.lbs.foi.FOIServlet] java.lang.NegativeArraySizeException
         at oracle.lbs.foi.foiUtil.calculateHtmlLineArea(foiUtil.java:306)
         at oracle.lbs.foi.foiUtil.getLineStringAreaStr(foiUtil.java:1096)
         at oracle.lbs.foi.FOIServer.getHTMLMapString(FOIServer.java:855)
         at oracle.lbs.foi.FOIServer.renderFOILayer(FOIServer.java:555)
         at oracle.lbs.foi.FOIServlet.doPost(FOIServlet.java:178)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    08/11/11 10:45:58 ERROR [oracle.lbs.foi.FOIServlet] [Foi Server] foi process error.
    I will appreciate if you figure out what's wrong?
    Best Regards,
    Joyce

  • How to create a report in Form line Style and can display Image field?

    Hi,
    In Report builder 10g, I would like to create a Report with Form Line Style and this report included a Image field.
    I can choose this Style only when Select Report type is Paper Layout. Because, If I choose Create both Web & Paper Layout or Create Web Layout only then in the next Style tab 03 option Form, Form letter and Mailing Label be Disabled.
    But in Paper Layout, my report can not display Image field.
    I tried with Web layout and all the other Styles (Except 03 mentioned be Disabled) then all Styles are displayed Imager field OK.
    How to create a report in Form line Style and can display Image field?
    I was change File Format property of my Image field from text to Image already in Property Inspector. But report only showed MM for my Image field.
    Thanks & regards,
    BACH
    Message was edited by:
    bachnp

    Here you go..Just follow these steps blindly and you are done.
    1) Create a year prompt with presentation variable as pv_year
    2) Create a report say Mid report with year column selected 3 times
    - Put a filter of pv_year presentation variable on first year column with a default value say @{pv_year}{2008}
    - Rename the second time column say YEAR+1 and change the fx to CAST(TIME_DIM."YEAR" AS INT)+1
    - Rename the second time column say YEAR-1 and change the fx to CAST(TIME_DIM."YEAR" AS INT)-1
    Now when you will run Mid Report, this will give you a records with value as 2008 2009 2007
    3) Create your main report with criteria as Year and Measure col
    - Change the fx for year column as CAST(TIME_DIM."YEAR" AS INT)
    - Now put a filter on year column with Filter based on results of another request and select these:
    Relationship = greater than or equal to any
    Saved Request = Browse Mid Report
    Use values in Column = YEAR-1
    - Again,put a filter on year column with Filter based on results of another request and select these:
    Relationship = less than or equal to any
    Saved Request = Browse Mid Report (incase it doesn't allow you to select then select any other request first and then select Mid Report)
    Use values in Column = YEAR+1
    This will select Year > = 2007 AND Year < = 2009. Hence the results will be for year 2007,2008,2009
    This will 100% work...
    http://i56.tinypic.com/wqosgw.jpg
    Cheers

  • Flash line chart change line style.

    Hi guys,
    I am migrating charts in my application from SVG to Flash.
    For line charts in Flash, is there a way to change line style from solid to dashed or dotted?
    Thanks in advance.

    Hi,
    If you're using the new AnyChart then you can using bevel...not sure how its done with the old but it must be possible. Example here: http://anychart.com/products/anychart/docs/users-guide/Samples/Sample-Line-chart-Application-of-different-styles-to-chart-elements.xml
    <effects>
    <bevel enabled="true" highlight_opacity="0.4" shadow_opacity="0.4" distance="2"/>
    <drop_shadow enabled="true" opacity="0.3"/>
    </effects>Mike

  • Line style of Word tables is ignored. Broken lines or dotted lines appear as uninterrupted lines

    Bug in Adobe XI:
    The line style of Word tables is ignored. Broken lines or dotted lines in Word tables are shown as normal uninterrupted lines in PDF file.
    For example, in my Word document I choose the following line styles in tables: dotted line (.........................) or broken line ( - - - - - - - - - - - - ).
    In the PDF file, all lines are shown as normal uninterrupted lines (__________________), even if I zoom in 800% or more.
    Is there a solution for this problem? (In FreePDF, it works well, but FreePDF has other disadvantages and therfore is no solution for me.)

    Ok 1st one. The warning restriction message relates to this line in main.cf:
    smtpd_helo_restrictions = permit_sasl_authenticated  permit_mynetworks  check_helo_access hash:/etc/postfix/helo_access  reject_non_fqdn_hostname  reject_invalid_hostname  permit reject_invalid_helo_hostname
    The last reject occurs after the single word "permit" and is ignored.
    However, that's not the problem.
    I'm not exactly sure what's happening, but this might be a clue.
    It would appear that either postfix is not being able to create the socket for private/policy or it's somehow created with the wrong permissions.  You might need to ramp up the debug level to get a better idea.
    You could check if it's being created by "netstat -a | grep private/policy" in terminal.
    My guess is that it's not being created because there is no setup statement in your master.cf file, but I don't understand why postfix would be looking for it if it isn't set up.  Private/policy I think relates to grey listing.  Maybe gives you a hint.

  • Change line styles in an Excel graph

    I am using the report generation toolkit in LabVIEW 2009 and need to change the line styles of three lines on a graph in Excel.  I found the property node that allows me to change the line style but I am not sure what to pass into the varient.  I have tried the name (ie xlDash) and the integer value (ie -4115) but neither seem to work.  Has anyone tried this and can offer some advice.
    Thank you,
    AJL
    Solved!
    Go to Solution.

    I should have posted this sooner but I found my own solution.  I decided to read the properties from an excel graph and found that LV uses an integer thats value corresponds to where in the list in Excel the line style is.  IE continuous has a value of 1 since it is first in the drop down in Excel, Dash has a value of 2 since it is second in the list, etc.  One problem with this is that your code is  not very robust since the result can change if Microsoft changes the order of their drop down list in newer verisons of Excel. 

  • Can't change plot line style for chart

    I am using LabVIEW 8.6. In my program, the user has the ability to enable or disable autoscaling for the x axis by right clicking the chart. I use a proprty node to turn the plot to a dashed line during an alarm condition. The issue I have is - if x autoscaling is disabled, the plot style is always solid for new data entering the chart regardless of the property node setting. If autoscaling is enabled, the line style changes as I expect.
    Attached is a simple program that illustrates the problem. I don't know if I am doing something wrong.
    Any comments will be appreciated.
    Thank you,
    Dave F
    Attachments:
    chart line test LV8.zip ‏10 KB

    Hi Dave, 
    I looked at your VI and I definitely see the behavior you mentioned.  However I believe this is expected.  The plot is actually still writing in the dashed line, however very compactly.  You can see this if you make your x range smaller(perhaps 0 to 10).  This shows the dashed line.  With autoscaling turned on, the graph is redrawn every loop iteration.  so the dashed line is easy to see when zoomed out.  
    I think a better solution for what you are trying to use plot color, line width, etc. Or if you definitely want it to do Line style, you can have it change line style to 0 and then back to 1 every loop iteration.  This will force it to redraw, but will add overhead to your code and slow it down slightly.  
    David_L | Certified LabVIEW Architect
    LabVIEW Tools Network | LabVIEW Tools Network Developer Center

  • Is there a property to set the "Line Style" of the "X" & "Y" Grids of a Waveform Graph?

    I found the properties to change the colors, but not the "Line Styles". (I want to change them from solid to dashed lines).

    Sorry wd8ivl, I misread the query.
    You cannot change the xy gridlines to dash, only change the colour.
    Have a look at this post for some ideas.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000097A90000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_TIER_0=0&USEARCHCONTEXT_TIER_S=0&USEARCHCONTEXT_QUESTION_0=grid+dashed&USEARCHCONTEXT_QUESTION_S=0

  • Jagged brush lines

    The issue is around the quality of the brush lines being jagged, faceted, stepped.  Is there a solution for the default brushes that resolves this?
    Example is this different setup from mine, but the same behavior:  http://www.youtube.com/watch?v=3O3Q-4YD698&feature=c4-overview&list=UUg6ki0W4rPQh2PDtLXO0e 0g
    I've seen numerous threads on this, but still persists to be an issue.  I've been using Photoshop since the beginning early 90's and I can't believe that this is still an issue.
    Adobe will say it's a driver, graphic card, monitor etc issue.  This doesn't seem to be an issue with Sketchbook Pro, Corel Painter, ArtRage pick any other drawing program.
    The workaround I've been using in my opinion is clunky and that's to either sketch and pull linework in from any of the other sketch programs or scan drawings and pull into
    Photoshop to manipulate further.
    I have used many different setups over the years in professional settings with some of the best equipment available.  I refuse to believe this is hardware related or Wacom related
    since there are no issues with other software except for Photoshop.
    I'm running Windows 7 and using a Wacom Intuos5.  MacPro5,1 32.0 GB RAM 64-bit operating system, 12 cores, ATI Radeon HD 5800 Series.
    Please help!

    Mac laptop that runs fine...
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x64
    Operating System: Mac OS 10.8.3
    System architecture: Intel CPU Family:6, Model:58, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2300 MHz
    Built-in memory: 8192 MB
    Free memory: 4549 MB
    Memory available to Photoshop: 6867 MB
    Memory used by Photoshop: 70 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Version: 2.1 NVIDIA-8.10.44 304.10.65f03
    OpenCL Version: 1.2 (Dec 4 2012 18:26:30)
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: NVIDIA GeForce GT 650M OpenGL Engine
    Display: 1
    Main Display
    Display Depth:= 32
    Display Bounds:= top: 0, left: 0, bottom: 1050, right: 1680
    Video Renderer ID: 16918087
    Video Card Memory: 491 MB
    Video Rect Texture Size: 16384
    Serial number: 92299214270001635928
    Application folder: Macintosh HD:Applications:Adobe Photoshop CS6:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 237.4G, 162.1G free
    Required Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS6:Adobe Photoshop CS6.app:Contents:Required:
    Primary Plug-ins folder: Macintosh HD:Applications:Adobe Photoshop CS6:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
    adbeape.framework   adbeape   3.3.8.19346   66.1025012
    AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602 66.490082
    adobe_caps.framework   adobe_caps   6.0.29.0   1.276181
    AdobeACE.framework   AdobeACE   2.19.18.19243   66.492997
    AdobeAGM.framework   AdobeAGM   4.26.17.19243   66.492997
    AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat 3.7.101.18636   66.26830
    AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636 66.26830
    AdobeBIB.framework   AdobeBIB   1.2.02.19243   66.492997
    AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01 66.492997
    AdobeCoolType.framework   AdobeCoolType   5.10.31.19243 66.492997
    AdobeCrashReporter.framework   AdobeCrashReporter 6.0.20120201  
    AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602 66.490082
    AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
    AdobeLinguistic.framework      17206  
    AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
    AdobeOwl.framework   AdobeOwl   4.0.93   66.496052
    AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
    AdobePDFSettings.framework   AdobePDFSettings   1.4
    AdobePIP.framework   AdobePIP   6.0.0.1654  
    AdobeScCore.framework   AdobeScCore   4.2.12.18602 66.490082
    AdobeUpdater.framework   AdobeUpdater   6.0.0.1452 "52.338651"
    AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
    AdobeXMPFiles.framework   AdobeXMPFiles   66.145661 66.145661
    AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
    ahclient.framework   ahclient   1.7.0.56  
    aif_core.framework   AdobeAIF   3.0.00   62.490293
    aif_ocl.framework   AdobeAIF   3.0.00   62.490293
    aif_ogl.framework   AdobeAIF   3.0.00   62.490293
    AlignmentLib.framework   xcode   1.0.0.1  
    amtlib.framework   amtlib   6.0.0.75  
    boost_date_time.framework   boost_date_time   6.0.0.0
    boost_signals.framework   boost_signals   6.0.0.0  
    boost_system.framework   boost_system   6.0.0.0  
    boost_threads.framework   boost_threads   6.0.0.0  
    Cg.framework   NVIDIA Cg     
    CIT.framework   CIT   2.0.5.19287   145486
    data_flow.framework   AdobeAIF   3.0.00   62.490293
    dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0
    dvacore.framework   dvacore   6.0.0.0  
    dvamarshal.framework   dvamarshal   6.0.0.0  
    dvamediatypes.framework   dvamediatypes   6.0.0.0  
    dvaplayer.framework   dvaplayer   6.0.0.0  
    dvatransport.framework   dvatransport   6.0.0.0  
    dvaunittesting.framework   dvaunittesting   6.0.0.0
    dynamiclink.framework   dynamiclink   6.0.0.0  
    FileInfo.framework   FileInfo   66.145433   66.145433
    filter_graph.framework   AdobeAIF   3.0.00   62.490293
    hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework ICUConverter   3.61   "gtlib_3.0" "." "16615"
    ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
    image_compiler.framework   AdobeAIF   3.0.00   62.490293
    image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework AdobeAIF   3.0.00   62.490293
    LogSession.framework   LogSession   2.1.2.1652  
    mediacoreif.framework   mediacoreif   6.0.0.0  
    PlugPlug.framework   PlugPlug   3.0.0.383  
    UpdaterNotifications.framework   UpdaterNotifications 6.0.0.24   "6.0.0.24"
    wrservices.framework        
    Required plug-ins:
    (removed)
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash: NONE
    Installed TWAIN devices: NONE
    Ce message a été modifié par: PECourtejoie

  • [svn] 1941: Fix bug with writing out a MorphShape2 line style when it has a fill

    Revision: 1941
    Author: [email protected]
    Date: 2008-06-04 12:13:17 -0700 (Wed, 04 Jun 2008)
    Log Message:
    Fix bug with writing out a MorphShape2 line style when it has a fill
    connected to it. Had been calling encodeMorphFillstyles() directly
    with an array of one element, but that adds a count byte (of value 1)
    which should not be there. So I decomposed new method
    encodeMorphFillstyle() out of encodeMorphFillstyles(). So not a big
    change, but lots of indentation changes.
    Other than that all changes were replacing the use of constant numbers
    with static constants from FillStyle and also adding an equals()
    implementation for FocalGradient.
    reviewed by Pete Farland, passed flex checkin tests
    Modified Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagDecoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagEncoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/types/FocalGradient.java

    Hello,
    We also have this problem ...
    We are concluded, (??) When there is a note on the first or second line that starts in the block, justification and rebuilt and the problem happens! even made to change color of text on the blank page occurs ... our solution to an extra line at the beginning of the block without note or make it past the note on the previous page ...
    when in a true solution?
    Translation from French
    Bonjour,
    Nous avons aussi ce problème …
    Nous somme arrivé à la conclusion, (???) quand il y a une note sur la première ou la deuxième ligne qui commence dans le bloc, justification et refaite et le problème arrive !!! même le faite de changé de couleur sur du texte les page blanche survient … notre solution mettre une ligne supplémentaire en début du bloc sans note ou faire passé le note sur la page précédente …
    à quand une vrai solution?
    Philippe

  • How to set line style to be underline for links using PDLinkAnnotSetBorder

    Hello,
    I want to set link line style to be underline. am not finding any difference for solid and underline except cosname of S  (BS) is U or S
    Please anyone tells me how to change the link line style to be underline.
    Thanks,
    Sow

    Thanks for reply.
    I am using code as show below to change line style to solid and dashed.
    PDLinkAnnotBorder pdLinkBorder;
    PDLinkAnnotGetBorder( rpdAnnot, &pdLinkBorder);
    //For solid
      pdLinkBorder.dashArrayLen = 0;
    PDLinkAnnotSetBorder( rpdAnnot, &pdLinkBorder);
    //For dashed
    pdLinkBorder.dashArrayLen = 1;
    for( int iIndex = 0; iIndex < PDAnnotMaxDashes; iIndex++)
    {     ASInt32 iThickness = 3;
        pdLinkBorder.dashArray[iIndex] = Int32ToFixed( iThickness );
    PDLinkAnnotSetBorder( rpdAnnot, &pdLinkBorder);
    how should I do for underline. If am using cosobject how to change line style to underline using cosobject
    Please let me know.
    Thanks,
    Sow

  • Mark just one line in ALV

    Hi everybody!
    I'm doing an ALV (with FM REUSE_ALV_GRID_DISPLAY) that the user should mark just one line and click in a button to starting the process... But today the user can mark more than one line. I don't know how to configure just to mark just one line...
    Can you help me???

    HI,
    you check the number of lines selected by the user
    if the user selects more then 1 line you can throw a error message
    refresh gt_selected_rows.                                      
    call method vl31_grid->get_selected_rows                       
                         importing et_index_rows = gt_selected_rows.
    *-- more than one line was marked                              
       READ TABLE gt_selected_rows INDEX 2 TRANSPORTING NO FIELDS.  
       IF sy-subrc = 0.                                             
         MESSAGE s755(06).                                          
         EXIT.                                                      
       ENDIF.                                                                               
    *-- nothing marked                                             
       READ TABLE gt_selected_rows INDEX 1 INTO wa_selected_rows.   
       IF sy-subrc <> 0.                                            
         MESSAGE s277(me).                                          
    Check the above example if the user selects more than one row throws a error message
    Regards,
    siva chalasani.
    <b>Reward points if usefull</b>

Maybe you are looking for

  • How to install BootCamp5 (Windows) on Mac?

    Hi everyone I want to install windows on my macbook and I found these instructions from Apple: The download file is a .zip file. Double click it to uncompress it,  if it is not automatically uncompressed.           • Double-click the Boot Camp5 folde

  • RMMMPERI: period opening

    Does RMMMPERI keep a log? I need to know when (date, time and user) was a period opened. I always give reward points for correct answers F

  • Teradata and SAP BI7.3 Connection

    Hi experts, I have requirement to extract data from Teradata to SAP BI7.3, I have gone through some of the links in SDN which was suggest to go for UD connection with JDBC 1.In SAP BI7.3 is there any other way of connecting Teradata ( As all links re

  • OS X Server 4 - Time Machine Restore of client Mac

    Can anyone confirm that a client Mac when booted into its Recovery HD is able to perform a full system Restore over the network from a Time Machine back up on OS X Server 4 (Yosemite)? Are the user's login credentials accepted and a list of back ups

  • The COMBO 3.5" ION 120GB Drive w/ Tri-Select

    Hi, i saw this drive on sale at a local computer store. I am just wondering if anyone knows if the COMBO 3.5" ION™ 120GB Drive w/ Tri-Select is a good drive or not. all i need it is for backing up some large files. i wont keep it on all the time. tha