(Yet) it is possible to define a grid behind the work, but above the artboard?

Is it me, or that changed in CC 2014? I used to be able to turn the large work (Ctrl + Shift + H) plan and use the grid (Ctrl +') freely across the workspace - behind the work that I paint.

But now I have to turn power off "Grids in the background" whenever I have turn off the edges of the graphics board, because they disappear. Therefor, I now need to work with grids superimposed on the top of my work, that I find it very frustrating, having to turn on and off all the time.

To be clear: I work a lot outside of all work plans.

An example:

svdb_AI_grid_question.png

Thank you!

I realized there are experimental features. With these off the grid of behavior turns to CC before 2014 behavior.

Tags: Illustrator

Similar Questions

  • Is it possible to define a control in the form of an array of ring box?

    I would like to have a control panel that I can define the dimension and restrict the value use can enter. I thought about a table of ring for which box I could initialyse the dimension. Is it already possible? any reference to where I might start?

    Thank you

    Olivier

    Just drag the control in a container to empty array. If you are referring to a ring of menu, its default data type is U16, so regard LabVIEW, a menu of the rings table would be no different from an array of U16 values, which is an array of integers not signed, 16-bit.

  • Is it possible to define a sort with the add-in Excel BI Publisher column?

    I'm unable to find any documentation for the field browser tool that explains how to perform a sort on a field.

    Ok

    to do this, you can do more

    Let's say you have XDO_GROUP_? G_ROW? and XDO_? NAME? and... and XDO_? SALES?

    then XDO_METADATA allows you to set the rank by

    column A

    XDO_GROUP_? G_ROW?

    column B

    (where NAME, SALES is xml tags - it change for your entry)

    column C

    Yes, then you run that report you're going to go home in the order of the SALES table

    ADD:

    for the foreach loop

    XDO_METADATA allows you to set the rank by

    column A

    XDO_GROUP_? G_ROW?

    column B

    column C

    Post edited by: Alexandr

  • Define an element of the application to another application?

    Salvation of the forums,

    Is it possible to define a part of the application to another application?

    The context:
    We have defined three elements of application in our main application. These items are available in our custom permission: used to determine the context from which the user accesses the page. If the user has access (in light of this context and security defined for the page), the elements are calculated with the values of the current context.

    Now we add another application that uses the same permission. We could create items of the application with the same name of this application and pass the context values to the other application every time that the user to navigate from one application to another. The problem is that permission is launched until the values are assigned to the elements (correct me if I'm wrong).

    I would like to reuse the same elements of the application (defined in a single application) where the user is. I can access an element of the application to another application (see [this thread | http://forums.oracle.com/forums/thread.jspa?messageID=2453615]), but I have not found a way to define its value. Is this possible?

    Thank you

    Jeff

    Jeff,

    I'm sure you can't do what you ask (page set the values for item directly in applications).

    You're right about the scripts of authentication and authorization running until the values are assigned to the elements on the page.

    But you might be able to accomplish what you want via a cookie? Write it in the calling application and read in the called application? Maybe it's not the most secure method, but it seems like it would do the job, huh? I think that you would create a process to send the calling application page that creates the cookie and a front of header in the receiving application page that reads and analyzes. Or you could have three different cookies if you don't want to parse the string in a. I think you might want to remove the cookie (s) after reading, so it is unlikely anyone can understand how to hack them.

    Good luck

    Stew

  • Is it possible to remove pictures/videos from the iphone and have yet to back them up in the iCloud?

    Is it possible to remove pictures/videos from the iphone and have yet to back them up in the iCloud?

    At the moment the iCloud synchronizes only with what is already on my iPhone.

    This article should help you remove photos from my photo - Apple Support stream

  • Is it possible to define the image poster in browser FCPX?

    Is it possible to define the poster frame of the browser FCPX to the last frame of the clip?

    My use case:

    I have bunches of clips on a SD card, good and bad, taken from several scenes. Clusters.

    Each bad take is cut while now a red card to the camera. So if I had some way of looking at the last picture of the clips, I would not put the clip in the timeline or skim even the clip had been sloppy and should be rejected. I have confirmed with Canon that our XA25 will only display the first image of the scene. FCPX seems to like to display the middlemost image like the poster. If it is can not editable in FCPX someone Adviser of another method?

    Thank you!

    You can post a screenshot of the place where in FCP you are talking about? The browser may display several images and view film, you can zoom in the film of the clip. There is no single framework for the poster frame.

  • Is it possible to define the name of the path and inside the MSI log file

    Is it possible to define the name of the path and inside the MSI log file, so that it should not be set from the command line.  This way just race the msi causes always a logfile in a specific path and the file name?

    Read the following article and see if it helps.  In my view, it is possible to use InstallShield, but I'm not sure.  It's just a little out of my League. http://www.flexerasoftware.com/webdocuments/PDF/msi_writing_to_the_log_file.pdf.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • 1119: access of nativeWindow property possibly not defined through a reference with static type flash.display:Stage.

    I tried this code:

    http://help.Adobe.com/en_US/AS3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e08.html

    but it displays error: 1119: access of nativeWindow property possibly not defined through a reference with static type flash.display:Stage.

    package

    {

    import flash.display.Sprite;

    import flash.events.MouseEvent;

    import flash.text.TextField;

    SerializableAttribute public class MinimizeExample extends Sprite

    {

    public void MinimizeExample (): void

    {

    var minTextBtn:TextField = new TextField();

    minTextBtn.x = 10;

    minTextBtn.y = 10;

    minTextBtn.text = "minimize";

    minTextBtn.background = true;

    minTextBtn.border = true;

    minTextBtn.selectable = false;

    addChild (minTextBtn);

    minTextBtn.addEventListener (MouseEvent.CLICK, onMinimize);

    var maxTextBtn:TextField = new TextField();

    maxTextBtn.x = 120;

    maxTextBtn.y = 10;

    maxTextBtn.text = "zoom";

    maxTextBtn.background = true;

    maxTextBtn.border = true;

    maxTextBtn.selectable = false;

    addChild (maxTextBtn);

    maxTextBtn.addEventListener (MouseEvent.CLICK, onMaximize);

    var restoreTextBtn:TextField = new TextField();

    restoreTextBtn.x = 230;

    restoreTextBtn.y = 10;

    restoreTextBtn.text = "restore";

    restoreTextBtn.background = true;

    restoreTextBtn.border = true;

    restoreTextBtn.selectable = false;

    addChild (restoreTextBtn);

    restoreTextBtn.addEventListener (MouseEvent.CLICK, onRestore);

    var closeTextBtn:TextField = new TextField();

    closeTextBtn.x = 340;

    closeTextBtn.y = 10;

    closeTextBtn.text = 'close this window ';

    closeTextBtn.background = true;

    closeTextBtn.border = true;

    closeTextBtn.selectable = false;

    addChild (closeTextBtn);

    closeTextBtn.addEventListener (MouseEvent.CLICK, onCloseWindow);

    }

    function onMinimize(event:MouseEvent):void

    {

    this.stage.nativeWindow.minimize ();

    }

    function onMaximize(event:MouseEvent):void

    {

    this.stage.nativeWindow.maximize ();

    }

    function onRestore(event:MouseEvent):void

    {

    this.stage.nativeWindow.restore ();

    }

    function onCloseWindow(event:MouseEvent):void

    {

    this.stage.nativeWindow.close ();

    }

    }

    }

    You can not force-close a browser with the exception of a window with javascript window.

  • Possible to define strategies of OAM configuration on the same site on two different

    Is it possible to define strategies of OAM configuration on the same site on two different servers?

    One of the sites to have anonymous access but it to be protected. How to set up a policy without it automatically applies to all Web sites that match regardless of the host.

    How to differentiate the two OAM sites so that I can apply security different strategies for each of them?

    Thank you.

    You can refer to this [recent thread | http://forums.oracle.com/forums/thread.jspa?threadID=878094&tstart=0].

    Also, if one of the sites requires anonymous access for all the content and it's not going to change in the foreseeable future, just don't install/activate webgate on that.

    -Vinod

  • Is it possible to define my own scope Jdeveloper technology

    Is it possible to define my own scope Jdeveloper technology

    To create your own scope of technology, the current single is by writing an extension for JDeveloper using the SDK extension.

  • Is it possible to define different "Default category Set" purchase for different groups of companies?

    Hello

    We define another point for the test category structure in the environment of demonstration of the Vision. In fact, we have created all the new settings including BG, THE, OR, OI, ledger, responsibilities etc. to simulate the setting for our client in the demonstration environment.

    But it happens that I can't change the "Set to default category" for the purchase of functional area. This means that ONLY one element category structure can be used in a single case?

    Thank you

    Leo

    Hi Leo,

    Yes, for a single instance, we can have only a single 'category default together' for a functional area.

    You can change the category by default a functional space to define certain conditions. You must ensure that each element within the functional area belongs to the new series of default category. If the element by setting the attribute of the functional area is controlled at the level of the organization then the new game of the default category must also be controlled at the level of the organization.

    Thank you

    -Arif.

  • Possible to define a value of keyframe using the script on a third-party effect property?

    I'm just now to enter the setting key frames on layers with AE scripts.  Is it possible to insert a keyframe on any effects applied to a layer, although this effect was not delivered with AE?  For example, I use a plugin GenArts Sapphire for a transition effect, but want to control where this transition starts in time as the source of the layer may vary in time.  Is it possible to set a keyframe on the 'Wipe per cent"of the particular effect of Sapphire that I use on this layer?

    Thanks again for your time and help!

    I do not have this plugin, so I can't test it, but unless it's a property that has a custom data type (doesn't seem that it would be nice), you should be able to set keyframes as you would for any native plugin property.

    Dan

  • Ability to change the size of the grid on the homepage

    Hi all

    Is it possible to change the size of the grid on the homepage for the G4 motorcycle?

    For the moment, you can adapt the 4 shortcuts across the page, is possible to expand this to 5 or more?

    Thank you very much

    Hocknose wrote:

    Hi all

    Is it possible to change the size of the grid on the homepage for the G4 motorcycle?

    For the moment, you can adapt the 4 shortcuts across the page, is possible to expand this to 5 or more?

    Thank you very much

    You would need a differentl launcer. Many use Apex, but there are others.

  • How to define an attribute of the declarative component with the list of options

    12.1.3 jdev

    I'm trying to define a declarative component UOM. It has a text box with a selectOneChoice of the optional codes for this type of unit of MEASURE.

    I have uomType as one of the attributes of my unit of MEASURE. It may be of WEIGHT, VOLUME, LENGTH, etc. Is it possible to provide a list of the channels supported for my uomType? So, when the user uses this component, they can select a type they want in the list, instead of typing in themselves.

    < afc:attribute >
    < afc:attribute - name > uomType < / afc:attribute - name >
    < afc:attribute - class > java.lang.String < / afc:attribute - class >
    < afc: required > true < / afc: required >
    < / afc:attribute >

    Thank you.

    Hello

    Unfortunately the lists are not an option with the declarative elements

    Frank

  • "Mandatory filed is not defined ' error occurred before the user enter the stage

    Hello

    After this problem to see if anyone can help.

    I use vRO 5.5. I create a workflow and add three steps for the user to enter.

    In step 1, the user will choose param_1. For step 2, param_2 is defined as entry required and predefined of items list. He'll call an Action for this list. Param_1 will be the parameter of this action. See the image below:

    Now I start this workflow, after I select param_1, Action in step 2 will be called immediately and error "required field is not defined" appeared in step 2. But I do not click even next to step 2.

    I don't think it's a user of good experiences. Does anyone have a solution for this problem?

    Thank you

    Vicky

    Hi Vicky,

    There is no solution for this problem (in the case of the vCO Java client). I couldn't be the best possible UX, but it's how we run presentations.

    On the level of the API, there is no special handling for the steps. Each operation is performed on the entire presentation. That is, consumer API specifies no such thing as 'current' step - the API takes one or more input parameters (possible from different stages) and returns the presentation all re-evaluated.

    Therefore for the API client to track the current step and decide whether to display warnings/errors for fields that do not belong to the current step. client Java vCO has decided to display all steps validation errors; other clients may decide differently and provide the best UX.

Maybe you are looking for