How to set settings to do 'right' thing by default, than default to 'wrong things...?

(How vague a title can i come up wth)...
Well it could apply to more than one situation, which is why I left it a bit(!) open...
Specifically, I find one of the reasons my current file has grown from a 60MB file to a 2.5GB file, is my use of gradients and fills in shapes.  By default, when I create a layer,
I press control-N, then draw a shape, bind the vector to the layer, then fill it with a gradient.  Trouble is, they aren't 'gradient layers', they are gradients ON layers...and there
doesn't seem to be any easy way to convert from one to the other...
And why would I care?  ... well my picture is 4.5Kpx^2, if it is a gradient on a layer, then it's a 80MB/layer image of a gradient.  (OUCH), vs. a gradient layer, that is just
a formula with the gradient. (<1K,). Compressed they seem to take around 20MB on disk...so, from that, you can see I've added about 120 of those layers to the file.... each
layer, a small faction of the orignal image, yet taking almost as much as the original!...
So it would be convenient if when I create a layer, it could do the right thing to begin with.  Problem is -- when I hve tried to create a gradient layer, the program doesn't let me create the gradient -- I can only use a predefined gradient.   Which is awkward to say the least!...
So this is related to the same problem I'm trying to find a work-around for (though it would addresss other simlar problems in the various other tools)...
If I had the control when creating the gradient for it to take it's rotation from the line I drew...  As long as I am only drawing gradients, it can copy the formula and direction of each and apply/store them as the layer's 'gradient' forumula...?

That is what I do.
But I'd want it to create the gradient layer, blank to begin with.  My process wasn't aligned with the requirements...but I usually like to go delete the layer mask 1st, and then I need to make sure the newly created gradient layer is below the old layer so I can pick off the colors from the old layer.   then I can go back into the gradient fill as you show above to create the gradient.
What is very NOT intuitive,  is DIRECTION on the gradient.   On a normal layer, it's pretty accurate, go from point a to point b. 
But trying to duplicate that accuracy -- the agle from that tiny little circle, , and then trying to find the 'edge of the graident and where it lines up with the layer you see....
All those are trial and error... 
What Horribly threw me off was I was used to working with the canvas rotated for the area I was in....
The rotated canvas isn't integrated into hardly any of the tools -- they all still have their x-y aligned on what is a "skewed sight line" for one looking
at a rotated canvas.
Ideally, the tool coordinates would be relative to the view (or toggleable between absolute and relative as some might prefer the other...)...
But trying to figure out the gradient directly when your canvas is rotated... isn't exactly *obvious*, nor simple.   Doable, yes, but not very easily...

Similar Messages

  • How to set all new vm with VLAN ID as a default settings and alose set the avaiablity high .

    How to set all new vm with VLAN ID as a default settings and alose set the avaiablity high .

    Hi Ramy,
    As a work around , you can create a VM without installing OS and  configure the Vlan of VNic , then export it .
    The new VM will be with Vlan ID when you import the "export file".(note : you need to select "copy the virtual machine " in the tab "choose import type" during importing ) .
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to set a value when right click on af:commandlink ?

    Hi All,
    JDev Ver : 11.1.1.4.0
    How to set a value to property listener on right click of a commandLink ?
    I am having values that are hyper linked using af:commandlink, when i right click on hyperlink, that value i need to get in the managed bean ?
    (While right click i am populating on menu item)
    how to get the value ?
    Give some solutions ?
    thanks
    Gopinath

    Hi,
    Try this code:
    <af:clientListener method="rightClick"
    type="contextMenu"/>
    <af:serverListener type="setValue"
    method="#{beanName.setValueMethodName}"/>
    <trh:script xmlns:trh="http://myfaces.apache.org/trinidad/html"
    id="s13">rightClick = function(event) {
    var source = event.getSource();
    AdfCustomEvent.queue( source, "setValue"
    , {}, false); }
    </trh:script>

  • How to set up the font size or front form by default when I input textbox with adcrobat 7.0

    Hi all,
       When I input front into textbox with Acrobat 7.0 ,  the default font size is times roman, and defaul front size is 9, but i want to change its defaul attribute, so i press "Ctrl + E" ,and it daps textbox tool bar,  then choose and modify attribute ,let them as my dafault configuration, but when i open a new PDF file ,and insert and edit textbox , the front's attribute return before .How to set up my requisite the font size or front form by default ? 

    This is an old version, so I'm not sure it's available there, but try to
    right-click the field using the Object Selection Tool (after you've set it
    up the way you want it) and then select "Use current properties as new
    defaults".

  • How to set focus on field having data type other than character(eg. NUMC)

    Hello all,
    I have developed one screen having table control inside. In table control suppose if numeric type field is blank(eg. Employee number of data type NUMC), system should throw error message and should put cursor focus on that perticular filed. In the same table control for fields of data type 'CHAR',  I have done this using 'SET CURSOR FIELD' .
    Please, suggest me how to set cursor focus on the fileds of data type other that character(eg. NUMC)

    Have you tried it?  SET CURSOR FIELD ... works fine for type 'N' fields in a table control.  The restriction is 'character-type' and 'flat'.  Type 'N' (or NUMC-like) fields are both.

  • Firefox 4.01. I wish to have "Mozila Firefox S tart Page" as Start Page. I have used "How to set the home page" (tools, options, general, restory to default) but no result.

    # Numbered list item

    The part you are probably missing is
    When Firefox starts: "Start my Home page" (in the dropdown)
    the installed default home page is about:home in Firefox 4, but simply choose the "Restore to Default",
    then click on the "OK".
    see [https://support.mozilla.com/kb/How%20to%20set%20the%20home%20page How to set the home page | How to | Firefox Help]
    If that is not working then try instructions , and following the instructions suggest taking a picture of your toolbars first, so that you will be able to recustomize your toolbars afterwards, see [http://kb.mozillazine.org/Corrupt_localstore.rdf Corrupt localstore.rdf - MozillaZine Knowledge Base]
    After resetting, continue with [http://kb.mozillazine.org/Toolbar_customization Toolbar customization - MozillaZine Knowledge Base] and if you used small icons -- don't forget the checkmark for that in the dialog.

  • How to set file name in a JFileChooser to be some default String?

    Dear all,
    I am tring to make my JFileChooser more user-friendly, so every time that a JFileChooser show up, I would like to fill the file name with some default String, instead of just leaving them blank.
    Does anybody know how to do this?
    Many Thanks!

    look up the set...() methods of the JFileChooser api docs

  • How to set my volume keys to change volume rather than activating narrator

    is there a setting that i can change so that the narrator won't automatically activate when i press the volume button? i'm having windows 8 and i'm not used to it. i'm really getting annoyed that everytime i'm supposed to change the volume it suddenly
    activates the narrator

    Hi,
    If this just happened recently, this might be caused by some other applications, which result in keys conflict.
    In this case, I suggest to remove the applications to see the result.
    Regards
    Wade Liu
    TechNet Community Support

  • How to set Non -Veteran Check box in INFOTYPE 77 by default

    Hi,
    I have a business requirement where i need to set NON-VETERAN checkbox for all the NEW HIRE employees in infotype 77.  I written my code in userexit ZXPADU01 but it is not working.
    Appreciate your help!
    Thanks,
    -Suresh

    Hi,
    Write a dynamic action for it at IT0001.
    Regards,
    Amit
    Reward all helpful replies.
    Yeah that will be the optimal solution for this one if IT0077 is included in infogroup Hire/Initial Hire.
    Otheriwse if you want to put it as an individual maintenance then you have to add it in the MP007700 program.
    Message was edited by:
            Amit Khare

  • How to set macbook pro to use scan snap ix500 as default scanner

    I have upgraded to Quickbook for Mac 2013 and want to utilize the attached document feature from within Quickbooks. However, it points to image capture which brings up my HP printer/scanner and not my Scan Snap ix500. How do I change it so that the Scan Snap is the default?

    Post in their forum area then.  The users there should be helpful. 

  • How to generate & publish  webhelp html files in different folder than default folder

    Hi All,
    I am new to robo help. I have a requirement to generate & publish webhelp html files in a different folder than default folder.
    Could anyone please tell me the steps to change the folder
    Thanks
    Rashmi

    You change the generate folder and filename in the first field on the first page of the wizard. It must be a folder on your hard disk.
    You change the publish folder in the last page of the wizard. Anywhere you like.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to set column alignment in JTable

    I make a table with JTable(Vector a, Vector b).
    I don't know how to set the alignment to right while the column type is Integer or Long.
    Do i have to use JTable(Object[][] a, Object[] b) ?

    Well , you can configure the alignment when you are creating the column, like
    for (int i=0; i<7; i++){
    //Size of cell
    int colunaTam = 50;
    //Define Allingment
    int cellAlinhamento = 4; //Right Aligment
    //Column
    javax.swing.table.TableColumn coluna;
    BusinessObjects.CellColorRenderer renderer = new BusinessObjects.CellColorRenderer();
    //Define alingment in cell render
    renderer.setHorizontalAlignment(cellAlinhamento);
    coluna = new javax.swing.table.TableColumn(i, colunaTam, renderer, null);
    ivjJTableDespachos.addColumn(coluna);
    Hope i help you...
    Ice

  • Setting up Lightroom the right way

    I have jsut ordered Lightroom 3.0.  I
    should have it a few days.  I woould like to know if there is any
    information out there on how to set it up the right way on a first time install.  At present i am running Photoshop Elements 8.0 and was wondering if Lightroom automaticly brings my files in from PSE or do i have to do it.  Also is there anything i should do with my files in PSE to make a smooth transition to LR 3.0.

    All godd infromation.  Thanks to you all for your hellp.
    Happy Holidays to you.
    Jeff

  • How to set user defaults in GRC 10.0

    Dear Experts,
    we are trying to maintain the user default parameters for access request, so that the user default parameters can be provisioned with the access request.
    we've found the note 1615552, but when we following the guide and copy the BRF Function id (80E0ED08B0561DDFA5ADCADA787E1EDA) of "User Defaults" to BRFplus->open object, it shows always "Not a valid BRFplus ID" .
    Can someone advice, how can I find out the right BRFplus ID for user default function or I have to create it by myself??
    Thanks a lot!
    Best Regards,
    Ying

    Hi Ying,
    You have to create first the applications, Functions and rules etc in TA: brfplus and the the Application ID of the function has to be associated to the application id i.e. user defaults and MSMP workflow in the customizing activity:-
    Governance, Risk and Compliance->Access Control->Maintain AC Applications and BRFplus Function Mapping
    I hope this clarifies your doubt.
    Best regards,
    Jatin

  • How to set RAW defaults for Contrast and Brightness?

    When I open a RAW fole in PS Elements 8 the Brightness set to 50 and the contrast set to 25.
    How to set these two values to 0 (zero) as a defaults when a RAW file opened for the first time (defaults).
    Thank you for the help.
    Leo

    I think you can set presets in camera RAW (I'm at work now so I can't tell you the exact method), but setting contrast and brightness to zero gives you an ugly image, and you will most likely move the contrast up and the brightness up, so I'm not sure you are really gaining anything by having a default of 0 contrast and 0 brightness.
    The defaults chosen by Adobe are reasonable.

Maybe you are looking for

  • SQL Developer crashing when opening or testing a connection

    SQL Developer closes abruptly when opening or testing a connection. Here's what I do. Open SQL Developer. Create a connection: Connection Name: [some string] Username: [username] Password: [password] Save password: checked Oracle tab: Connection type

  • Problem in Many-to-Many Associations (JBO-27014 error)

    I am facing a problem during insertion in an Intersection table. I have 3 tables Customer, Accounts and Customer_Account. In order to implement the Many to Many relationship between Customer and Accounts, I created an intersection table Customer_Acco

  • How to get absolute File Path using JFileChooser?

    Hi, IS there any way by which we can get the absolute file path ? e.g. If I browse thro JFileUser and Selects "a.txt" and say open, it should return me the complete file path e.g. D:/abc/a.txt. Present method.fileChooser.getSelectedFile().getName() r

  • DYNPRO_SEND_IN_BACKGROUND(Screen output without connection to user) error!

    Hello All:    I am getting the error "DYNPRO_SEND_IN_BACKGROUND(Screen output without connection to user) when I am ruuning a job on background. The job creates Workflow and sends email to users. It was working fine and suddenly getting this error fr

  • What is this error - #108?

    Hey, I keep getting this and it says it cannot render. I am trying to do my closing credits for my film with no luck. Chris