Send and Bring enhancement

Hi,
I'm wondering if anyone would be able to script a function that would allow the user to send back and bring forward an object to be behind or in front of only the objects it is directly in contact with? To explain, this is to avoid the excessive pressing of the send and bring shortcuts for each item on the layer that isn't directly in contact with it.
If someone could suggest any improvements or solutions to the delay this solution addresses I'd also love to hear it.
Thanks for your help.

I'm sorry Scott, I think you misunderstand my meaning and what the purpose of this function is. It's not to replace the tool but to enhance it and save the user some time, which is Adobe's goal, to make design quicker and more efficient. The purpose of this tool is to stop pressing the shortcut key 50 times to send something behind another object. Instead you would only press it once or twice, thus saving sometimes up to a few minutes if you have many objects on the one layer.
What I agreed with you on, is that if an object were not touching anything else, it's z-axis location would not matter, which is not my point at all.
I'm sorry you feel that this would cost thousands of dollars that may also save thousands of dollars to users, and cost hundreds of hours to make that may also save hundreds of hours for users, and that it would require more processing than, lets say, smart guides (which is an ongoing process, unlike what this command would be). However, while I doubt it would take that much time or money to create, nor use more processing than the function currently uses, I was expecting a little more openmindedness from other Adobe users, as in how this idea may be improved to benefit yourself and others, or alternatively another way to overcome this problem. If you can assist in this area I'd love to hear your suggestions.
I think a script sounds like a good simple solution but are there any other ideas?
Can anyone suggest any further improvements or alternative solutions to this small bottleneck?

Similar Messages

  • When I access my google e-mail account on the I-pad my inbox has at least 6 e-mails with no sender and no subject (absent via I-phone, Mac or PC) I cannot delete them as they cannot be selected- how do I stop them and clear the ones there now?

    When I access my google e-mail account on the I-pad my inbox has at least 6 e-mails with no sender and no subject (absent via I-phone, Mac or PC) I cannot delete them as they cannot be selected- how do I stop them and clear the ones there now?

    Try turning the account off and on : Settings > Mail, Contacts, Calendars , then tap the account on the right, slide Mail to 'off', exit settings and go back into the Mail app, and then go back to Settings and slide Mail back to 'on'
    If that doesn't work then try closing the Mail app completely : from the home screen (i.e. not with the Mail app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Mail app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    Also do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Problem sending and recieving pics??

    when i try to send a pic, red words come up saying " can't send the message without a connection. Try again once you're connected." What do i do?????????????

    Having same issue, and yes, I'm using the KinTWOm. It happens no matter which way I'm trying to send a pic message. I can go to the photos, select the photo I want to send and try sending a pic message; I can go to start a text message, then select "add photo" or I can try emailing a picture. I've tried every way possible and still get the red message the OP mentioned. 
    This is a new issue for me, as I used to be able to send photos any which way I wanted to. I'm also now experiencing a serious lag when I touch the clock in the bottom right hand corner to bring up my current wireless connection strength. I touch the part that has my wireless signal to bring up the wireless interface and blank horizontal grey bars fill the screen and after a few seconds the "loading..." dark rectangle shows up over the top of them. 
    Going to do some more research to see if any other users are experiencing these issues. I've loved this phone since the day it arrived in my hands, but these glitches have me worried.
    Any help would be appreciated in the meantime.
    Cheers,
    Daniel V

  • Re:cube and ods enhancement

    1.i'm trying to add a new field to my old cube ...plz guide me the steps
    i got a small doubt here ,i know we have to delete the data in the cube but i'm curious why we delete data and than enhance
    2.i want to add a filed to my exsisting ods..plz guide me the steps
    i'm confused with ods..whether to delete to data or not,plz tell me the reasons for deleting and for not deleting...

    Hi,
    NO need to delete the data in ODS as well as in Cube. In Development box, add new feilds to Cube and ODS and then map in Update rules and send it to Qty and Prod servers. If you are filling data for new feilds from existing Transfer structure it is Ok, but if you want to add any other objescts in Transfer rules, you need to activate the trasnfer rules also. I jsut added new feilds to my existing cube, it is having 1 year data, it was not effected, it is working fine.
    Thanks
    Reddy

  • And i enhanced these objects into process chains also

    Hi All,
                      as per my requirement i created infopackage and dtp in development system. and i enhanced these objects into process chains also. now i want to send this infopackage ,dtp and enhanced process chains(at the process chain level i want to add only this infopackage and dtp).i dont want to collect total chain.please guide me.
    Regards,
    chandra.

    Hi,
    The Process Chain definition will be collected with the Infopackage & DTP automatically when you make the change (It will prompt for a Transport Request).
    But the other Process Variants which is used in the Process Chain will not come, but if you need them then u need to collect it using Transport Connection.
    PS. Make sure the Start Variant is set to "Start using Meta-Chain" so that the chain is not scheduled automatically after Transport.
    Regards,
    Chathia.

  • Send and receive files between unix machines

    Hi friends,
    I have to send and receive files from one unix machine to another unix machine. In my first unix machine I have tomcat webserver. Using a JSP I have to send and receive files from this machine to another machine. The destination machine contain some BAAN implementation, which take the files I send as input .
    Can you send me a java program to solve this problem.

    Hi friends,
    I am getting a problem in my application. I will state the complete problem in detail. I have to transfer 3 files from one NT machine to unix machine some where kept in net work, I used an ftp in 'Process p = getRunTime().exec("ftp -i -s:ftp.txt")'. In ftp.txt file I have given the necessary things for ftp to unix machine. The files are transfering into the unix box. When I to the process for the 2nd time I have to check whether the file are exists in the unix box, then only transfer the files. Now, again I am doing ftp bring the files from the unix box to NT machines using 'Process p = getRunTime().exec("ftp -i -s:ftp1.txt")' where ftp1 contains all the necessary things for ftp to unix machine . Now I am checking for the files available in the NT machine using boolean=(new File(filename)).exists(), Fine out of 3 files, 2 file shows the return type as 'true' and one file is showing 'false', even the same happens if I delete the 3 files after checking, out of 3 files, 2 file shows the return type as 'true' and one file is showing 'false'. I went to the folder where I am bring files from and removing the files manually, one file is showing share violation, one process is using the file . I am unable to resolve this problem, will this code what I write is acceptable if not suggest any other code. I have sending all the snippets of the programs. I am doing this in the development environment like this. My production environment is totally both are unix machines.
    1. ftp to transfer files.(tranfer.txt)called in java code down
    open 172.16.30.6
    informix
    informix
    bin
    has
    cd /tmp
    put d:/dathu/CSV/bssfa932.txt
    put d:/dathu/CSV/bssfa933.txt
    put d:/dathu/CSV/bssfa936.txt
    bye
    2. ftp to get the files(get.txt)used in java code down
    open 172.16.30.6
    informix
    informix
    bin
    has
    cd /tmp
    lcd d:/dathu/hold
    get bssfa932.txt
    get bssfa933.txt
    get bssfa936.txt
    bye
    3. java code snippet to getfiles
    Process p = Runtime.getRuntime().exec("ftp -i -s:get.txt");
    4. java code to check the files exist
    boolean filestatus=moCreatFlatFilerobj.isFileExists();
    public boolean isFileExists(){
    boolean isfileexisting=false;
    boolean blnordhead = (new File(file1 with path)).exists();
    boolean blnordlines = (new File(file2 with path)).exists();
    boolean blnaccount = (new File(file3 with path)).exists();
    if(blnordhead && blnordlines && blnaccount){
    isfileexisting=true;
    return isfileexisting;
    5. java code to delete files
    public void deleteFiles(){
    boolean header= (new File(file1 with path)).delete();
    boolean line =(new File(file2 with path)).delete();
    boolean account=(new File(file3 with path)).delete();
    6. java code to tranfer files.
    p = Runtime.getRuntime().exec("ftp -i -s:transfer.txt");

  • Help!!! My text application on Blackberry Torch 9800 disappeared!!! I can't send and receive texts :-(

    Hi everyone,
    I need your help!!!
    The application to send and receive text does not appear on my phone Blackberry 9800 anymore... So, I can't send and receive texts...
    I tried lots of things but the problem is still existing.
    I have one error message everytime I turn on and reset the phone: "Uncaught exception: Index 14 >= 14" !!!
    Any idea of what to do???
    Thanks
    Rachel

    Hi and Welcome to the Community!!
    There's pretty much no diagnosing those -- they are the equivalent of the random errors in Windows for which tracing the root cause is fruitless. Basically, these are the last out in the programming code -- some event occurred for which there is no handler in the code. The fix is a code update that handles the event...but, again, knowing what the event is is pretty much impossible. So, there are a few things to try:
    Sometimes, the code simply becomes corrupt and needs to be refreshed -- just like a reboot:
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    If it won't boot up cleanly, then you may need to try Safe Mode:
    KB17877 How to start a BlackBerry smartphone in safe mode
    There might be an updated code set from the carrier -- check them via this portal:
     http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    The toughest possible cause is a badly behaving app. To find it, there are a couple of options. One is to see if you can read the log file:
    Go to the home screen. Hold down the "alt" key and type 'lglg'. (You will not see anything while you type).This will bring up the log file. Scroll down (probably many pages) untill you see a line that says 'uncaught execption'. Click on this line. The name of the app will be in the info. Alternative methods for bringing up the logs are in this KB:
    KB05349How to enable, access, and extract the event logs on a BlackBerry smartphone
    The other method is to remove apps one at a time, waiting a while in between (I usually recommend a week), until the problem ceases...thereby discovering the offending app. Still another method is to reload the BB OS cleanly, leaving some time between adding other apps onto the BB so as to be able to determine exactly which one is the cause.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Message Center Tips and Recent Enhancements

    Message Center Tips and Recent Enhancements
    Verizon Online is excited to present enhancements to Message Center! Our changes provide a richer and more streamlined experience for you. As always, our Message Center customers are our priority. If you have questions about using Message Center or need Message Center help, please review the following tips and eSupport links.
    Need Message Center help?
    If you are having issues using Message Center, the following tips solve many common issues with Message Center.
    Email Session Timeouts: You may experience email session timeouts if you are using the AOL operating system.  For an optimal Message Center experience, we recommend using Internet Explorer 8.0 or the Mozilla Firefox 3.6.13 internet browsers.
    Use with VPNs/firewalls and corporate networks: Message Center is a consumer/residential email application. It may not function as designed when accessed from corporate networks or corporate VPNs/firewalls.
    General Message Center eSupport
    http://www22.verizon.com/ResidentialHelp/FiOSInternet/Email/Setup%20And%20Use/QuestionsOne/126953
    http://www22.verizon.com/ResidentialHelp/HighSpeed/Email/MessageCenter/Questions/126953.htm
    My Email is Not Working – Message Center and Webmail
    http://www22.verizon.com/ResidentialHelp/FiOSInternet/Email/Troubleshooting/QuestionsOne/85631.htm
    http://www22.verizon.com/ResidentialHelp/HighSpeed/Email/Troubleshooting/QuestionsOne/85631.htm
    Message Center Enhancements
    A.  Inbox Layout View Options
    Classic View: It simply provides a list of all of your messages on your screen. To view a message, you double click on it from the list view.
    Preview Button View: It provides for both a list of your messages and a preview pane for the selected message. You can adjust the size of the preview pane and still Reply/Reply All/Forward/Delete within the Preview Pane. 
    B.  Default Font/Point/Color for Text:
    Users can also set the default text font, point size and color for new emails and replies to emails.Additionally, users can expand/shrink the Right and Left navigation bars to maximize email viewing space. 
    C.  Drag and Drop Messages:
    To mirror Classic Webmail, we introduced the ability to Drag and Drop Messages across folders. 
    D.  Enhanced Search Function:
    We enhanced the Search feature to enable Search by Sender, Subject, To/CC or Message to improve response time. 
    E.  Email Address Syntax Check:
    In addition to verifying the existence of the email address, Verizon also checks the syntax of the email address (es) and highlights the incorrect email address (es) before the email is sent.

    Hello,
    Please  check the attached note 1005358.
    Note: Customers using SRM 4.0, which allows using integrated ITS 6.40,
    must use the integrated ITS 6.40 if they wish to use ERP 2005 (ECC 6.0)
    as a Backend system. No code changes will be done for SRM 4.0.
    In order to maintain the product version please check the following;
    http://service.sap.com/system-data, note 172481.
    Also, check the following notes:
    929208 - 640 RFC branch, "Use the most recent SAPGUI version"
    721993 - ITS updates in Release 6.40 (SAP Integrated ITS)
    I hope it helps.
    Kind regards,
    Gaurav
    PLEASE GIVE FULL POINTS FOR USEFUL REPLIES

  • Cannot send or receive email from the cloud. all updates are competed and everything else is working fine on MAC. iPad sends and receives fine. any ideas.

    On Imac I am not able to send or receive messages. All software is updated. My iPad that uses the same email address and the Cloud, sends and receives just fine. It is not "the colored" thing that is spinning but the little black and white circular icn that is spinning away. My other email address is functioning fine. It is merely the ICLOUD based email that is acting up. Any ideas?

    First try deleting the account and reinstall it.

  • Implicit and Explicit Enhancement

    Hi Gurus ,
    Can anyone please let  me know about what is  implicit enhancement and explicit enhancement.Steps involved in the same .
    Thanks ...
    ashok...

    Hi
    Implicit enhancement points are basically points within ABAP code where an enhancement point is implied, and in which case can be created. Examples of implicit enhancement points are at the beginning and end of FORM’s, at the end of a program, include or function module etc. Below is a step by step demonstration of how to create and implicit enhancement point.
    Explicit enhancement points are basically hooks already coded into the program by SAP at various points of the code. See program RIAUFMVK for examples of these! These are very easy to implement simply go into enhancement mode of SE80 and right click on the enhancement point where you want to add your code and choose ‘Enhancement Implementation->Create’ Give it a name, description and assign it to a change request (should not be a Z package) and then simply add the code as normal
    check the help
    http://help.sap.com/saphelp_nw70/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    Regards
    anji

  • Difference between implicit enhancement and explicit enhancement

    What is the difference between implicit enhancement and explicit enhancement .

    Hi Peters,
    Implicit enhancement option
    Throughout the ABAP system, enhancement options are automatically available at certain pre-defined places. Some of the implicit options are:
    u2022 At the end of all the programs (Includes, Reports, Function pool, Module pool, etc.), after the last statement
    u2022 At the beginning and end of all FORM subroutines
    u2022 At the end of all Function Modules
    u2022 At the end of all visibility areas (public, protected and private) of local class
    To view all the implicit options available in a source code, choose u2018Edit -> Enhancement Operations -> Show Implicit Enhancement Optionsu2019 from the editor.
    Befor that you click on the spiral icon button in the application toolbar
    Explicit enhancement option
    The Implicit enhancement options are provided at specific source code places explicitly by SAP (Note that these enhancement definitions can also be created by partners and customers in their code).
    There are two types of Explicit Enhancement options available. One which can be provided at a specific place - called Enhancement Point, and another which can be used to replace a set of statements u2013 called Enhancement Section. For this, we now have two new ABAP statements, viz.
    u2022 ENHANCEMENT-POINT
    u2022 ENHANCEMENT-SECTION
    When the Enhancement-Section is implemented, only the implementation gets executed and the original code doesnu2019t get executed. This is a new technique, which didnu2019t exist previously in any of the old ways of enhancing, to exclude any standard SAP code from execution. Because of this, there can be only one active implementation of an Enhancement-Section. On the other hand, there can be multiple active implementations of an Enhancement-Point, in which case all the implementations will be executed with no guarantee in the order of execution.
    For more information check the following link
    [http://help.sap.com/saphelp_nw70/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm]
    Thanks,
    Surya

  • Implicit enhancement and explicit enhancement

    Hi Experts,
    I have implemented one requirement using implicit enhancement but i want to check whethere there is any explicit nhancement or not. Please let me know if any one of you have idea on that in VF02 transaction to do changes in pricing details.
    Regards,
    Dileep.

    Hi,
    For VF02 Programe Name SAPMV60A goto this programe in this we have somany explisit Enhanacement spots, just click Binacular Icon(Find button) and paste Enhancement Spot it will disply list of explisit enhancement spots, select your spot and just right click and create spot and do changes according to your requirement.
    Regards,
    Sanjay Gogikar.

  • Trouble send and receiving messages and trouble calling people or receiving phone calls

    Hello everyone, I bought a Blackberry Q5 one year ago and has worked perfectly since but on christmas day I had was struggling to send message to people I thought nothing of it since it was christmas and people would be wishing there families and friends a merry christmas. So i just carried on as usual not aware that the problem was much worse then i thought, since then I have tried time and time again to try text people and call them but nothing would happen.
    The Problems I am experiencing,
    Everytime I try sending a message it fails and times out after a while doesn't matter whom they are being sent to it's the same story no matter who I send them to, and then of course when i try calling someone the phone goes to the calling screen but doesn't make a sound for atleast 10 seconds then a message pops up saying "Call Failure, The call could not be connected. Please try again later". This message appears even when I ring '789' which is the number to find out what my balance is on my contract.
    At first I thought it was the Sim what was cauing the problems but when i swapped it into another Virgin phone i received quite an alarming amount of messages what would not come through on my phone, this is when i realised I am not just struggling to send messages but to receive them as well. I have scoured the internet for possible answers but nothing has worked, so far I have tried manually scanning for available networks and selecting the correct one which did not change the problem this didn't make things better nor did it make things worse.
    I have also tried changing the data services while roaming settings which again did not make any differences, I have tried changing network mode no changes again, turning the mobile network off all together and then turning it back on after 5 minutes no success there either. I have even reset the phone back to factory setting to try and fix the problem, but no, the problem still will not go away.
    Please if there is anyone out there who has any ideas on how to fix what is happening to my phone please do give me your advice, at this moment I really need a miracle to come around at the next corner.

    Hi rhupa!
    Here is an article that will help you troubleshoot this issue:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Mail Connection Doctor shows one or more red dots in the account Status column
    Check your Incoming IMAP or POP and Outgoing SMTP email account settings
    Use Apple's online Mail Setup Assistant to discover what the correct settings should be for both your Incoming (IMAP or POP) and Outgoing SMTP email servers. If your email service provider is not listed in the Mail Setup Assistant, visit your email service provider's website or contact their support staff to get the correct settings. You can use this "cheat sheet" when asking your email service provider about the settings you need.
    After you have the correct email service provider settings, make sure Mail is configured properly.
    Click here if your Incoming and Outgoing email account settings are correct, but the issue persists
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • Not receiving texts from iPhone contacts when I'm not connected to wifi or cell data. I can't send and receive regular SMS texts with non iMessage users but iMessage users message are not being converted to text when I don't have internet connect

    I can send and receive to any non iPhone user. I can send a message as a text to an iPhone user but if I'm not connected to cellular data or wifi I do not receive messages from iPhone contacts. From what I understand these message should automatically send to me as texts instead of iMessages but since the update it's not functioning properly. Please help. I've tried turning iMessage off and I still don't receive the messages until after I reconnect to wifi.

    I have the same problem! Before the upgrade, if I wasn't connected to the internet, any messages sent to me from an iphone would convert automatically to a text message. I have payg tarriff, so I turn cell data off, as it costs too much to use it. I have wifi at home and work, but if I'm out and about, I don't receive texts from iphone users until I'm on wifi. I get them ok from non iphone users. There was never any problem until ios7

  • Difference between implicit and explicit enhancement points

    Hi Folks,
    I had learned many documents to findout the difference between explicit and implicit enhancement point.I got the theoritical knowledge on that but losing on the practical side..
    Can anybody help me out with one real time scenario where the explicit enhancement points have been implemented and the step by step procedure to implement it..
    Hoping for the positive response from you..
    Regards,
    Rohan.

    Hi Rohan,
    In implicit they are available at the beginning of subroutines defined in the standard reports.
    Edit-> Enhancement operations->show implicit enhancement options.
    This will highlight all the implicit enhancements in the report.
    In Explicit enhancement we have two different types of enhancements -
    Enhancement point and Enhancement section.
    Enhancement point - SAP has some standard functionality defined for a report , but it may be required that you'll need to add your own code. In this case the code that you'll add will be executed along with the standard code.
    Enhancement section - SAP has its standard functionality defines but it may not suit your requirement, in that case you may need to add your code and you'll need that code to be executed only. By this method the existing code is automatically commented and a copy of the same code is available to edit.
    After executing the report only your code will be executed and the standard code will be bypassed.
    For Practicle implementation, follow this link.
    Link : [http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc]
    i hope it will give you some clear picture....
    Thanks.
    Anurag

Maybe you are looking for

  • How can I get demo of SAP R/3

    Some one knows where can I get a SAP R/3 trial version. I need to make some test of comunication between my aplication and SAP. I have a public ftp if some one has it and want it to pass over that web. Or wherever other way. Thank you...

  • How to: Resize a rows height in a table using acrobat 9 pro?

    I'm working on a government grant, with many tables that need to be resized in order to fit the required information. Can anyone help me?

  • How do I speed up searching in itunes 11?

    I have 90,000+ songs and it took almost 4 minutes to type the word 'the' in the search window.  How do I speed up the search because I can't browse 90k tracks.

  • Implementation of gtk3's Height-for-width Geometry Management method

    I've developed a gtk2 app (Conky Companion) in C to help users of my conky scripts Click. create their own conkyrcs with relative ease. A screenshot of the main screen is the following: http://i.imgur.com/jWl88.jpg The user can drag and drop icons or

  • I cannot download Oracle 9i or any free download from Oracle

    After logging into Oracle and trying to download the free version of Oracle 9i, or any Oracle mdbs (I also tried Oracle 10g free download) from "http://www.oracle.com/technology/software/products/database/xe/htdocs/102xewinsoft.html" the web browser