Setting specific length for a line

I'm looking for a way to enter an exact length for a line. Also, exact dimensions for a rectangle.
I'm assuming there's a 'Properties' window or something that has the shape's properties, but I'm not seeing anything. I've searched the help site, but not seeing anything there either.
Any assistance would be greatly appreciated.
doug

Look for the little downturned arrow in the tool options bar for more options for the different shape tools.
I don't know that you can set a fixed length for the Line Tool, but could use the rectangle tool for a fixed line length.

Similar Messages

  • How Can I set Specific RingTone for one person and general ringtone for all?

    Hello All,
    I have a problem with ringtone. I want to set specific ringtone for manager in my 99 series ip phone. Customer needs to know when manager calls him, that is why he told me that he wants to set specific ringtone for Manager.
    Thanks a lot
    Bahlul

    Hi Bahlul,
    I don't see such a feature on CUCM where you can have a separate ringtone for a Directory number based on the calling party number. Even to have separate ringtones for different lines on the same IP phone you need to play with Distinctiveringlist.xml , but that too does not fit your requirement as it will always be the same ringtone for all the calls on that line. You may probably get this feature through some third party solution but i am not sure if it would be worth it for applying it on one phone only.
    HTH
    Manish

  • Error in determining country specific length for account number

    Cannot determine country-specific length for account number;No instance of object type AccountClosureAM has been created. External reference: 0271409168GTABNGODUMMY00USDGO

    Thanks KI & Sujit
    Can you please tell me the Menu Path for OB40
    I have one another problem as below
    Jurisdiction code not defined for procedure TAXINN
    Message no. FF748
    Diagnosis
    You have entered a jurisdiction code in a country whose calculation procedure does not allow the entry of jurisdiction codes.
    System response
    Procedure
    Check and, if necessary, correct the entry.
    Procedure for System Administration
    If it is not an input error, check and possibly change the system settings.
    To do this, choose Maintain entries (F5).
    Change your calculation procedure so that tax calculation is carried out using the jurisdiction code.
    Can you please tell me how to solve this.
    Rakesh

  • How to set max length for TextField ?

    how do i go about setting a max length for a TextField in jdk1.1.8 ?
    a while back there was a topic on this but it was for jdk1.0
    please help

    well if it works in 1.0 it will most likely also work in 1.1.8 if it is depricated you can use the -deprication option during compilation to see what is derpricated and what method i advised to use now.
    there may however be an easyer way in 1.1.8 but i don't know that.
    hope this helps you,
    Robert

  • Set specific size for JTextfield/Jbutton in BorderLayout?

    can some one tell me how to set a specific size for JTextfield/JButton in Border/BoxLayout please?
    I stried setSize, setPrefersize, setMAxsize, setMinsize, setBounds... but it won't work?
    For example. If I add a jbutton to a jpanel, which has borderlayout, it will take up ALL the space in that jpanel.
    Thanks

    Typically you use a BorderLayout for the high level layout and then add panels using other layouts to the BorderLayout. So for example on a simple dialog that is using a form that asks your for your first name and last name you would build a panel with those fields and add that panel to the center of the BorderLayout. Then you would create another panel for the "Ok" and "Cancel" buttons which would typically use a FlowLayout. Then you add that panel to the South of the BorderLayout.
    The Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html]How to Use LayoutManagers has all the information you need to know on using layout managers.

  • Set horizontal length for Bridge display?

    As a new Bridge user, I'm finding the program potentially useful but a bit frustrating.
    When I view a file of pictures in Bridge, I'm finding that the number of pictures I can view entirely depends on the scale that I specify in the bottom slider. The pictures that Bridge doesn't have room to show simply dissapear off to the right hand side of the window.
    The only "solution" that I've been able to find is to reduce the scale of the pictures shown on the viewing screen down to such a tiny size that I can no longer see the picture (or sometimes even the entire file name).
    What I'd like to do is set some sort of a finite length for Bridge's effective viewing screen, and have the program move the pictures that don't fit at top down to the next row below. Is there some way to do this?

    This is not normal, but have seen posts on this before. My memory is dim so can not remember what the fix was.
    Things to check - is monitor set to native resouliton?
    Do you have it set up for a 2 monitor views even though you only have one screen?

  • Setting specific timeline for user login in EBS

    Hi All,
    Is it Possible to define specific timelines for specific users or user groups in EBS? (e.g. Mr X can only log in between 08 00 hrs and 16 00 hrs and session is automatically terminated with a grace period afterwards).
    Thanks,
    Prasad

    Hi Hussein, here is the exact req.
    I need to allow a few specific users to work only during office hours like 8.00 to 6.00 etc . So i will create a form to capture these timing details in a custom table.
    When the user logs into the application outside of his allowed timing ie after 6.00 i need to check for this user in my custom table which has the timing and if he is not allowed to work then should not allow him to login. I was thinking a trigger will help me solve this any suggestions from yourside.

  • Set internal length for field without reference in FM REUSE_ALV_GRID_DISPLA

    Hi Abapers,
    Currently I use FM REUSE_ALV_GRID_DISPLAYfor my report. The problem is, my internal table contain some field which have no reference to any data dictionary.
    This part of my code when set that kind of field:
       z_field_cat-ref_tabname = ''.
       z_field_cat-ref_fieldname = ''.
    z_field_cat-tabname = 'T_OUT_FINAL'.
        z_field_cat-fieldname = 'ARKTX'.
        z_field_cat-col_pos = z_colpos.
        z_field_cat-hotspot = 'X'.
        z_field_cat-outputlen = '200'.
        z_field_cat-seltext_m = 'Comments'.
        z_field_cat-ddictxt = 'M'.
    *{   INSERT         SRPK900238                                        1
        z_field_cat- = 'char'.
        z_field_cat-ddic_outputlen = '5'.
        z_field_cat-intlen = '5'.

    Sorry, I'm just not finish typing when accidently push "Post Message".
    This the full question of mine.
    Currently I use FM REUSE_ALV_GRID_DISPLAYfor my report. The problem is, my internal table contain some field which have no reference to any data dictionary.
    This part of my code when set that kind of field T_OUT-ARKTX into t_field_cat.
        z_field_cat-ref_tabname = ' '.
        z_field_cat-ref_fieldname = ' '.
        z_field_cat-tabname = 'T_OUT'.
        z_field_cat-fieldname = 'ARKTX'.
        z_field_cat-col_pos = 5.
        z_field_cat-hotspot = 'X'.
        z_field_cat-outputlen = '200'.
        z_field_cat-seltext_m = 'Comments'.
        z_field_cat-ddictxt = 'M'.
        APPEND z_field_cat TO t_field_cat.
    t_field_cat will be exported in FM 'REUSE_ALV_GRID_DISPLAY'
        CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
            i_callback_program                           = z_repid
            i_callback_html_top_of_page             = 'ALV_TOP_PAGE'
            it_fieldcat                                         = t_field_cat
            i_save                                              = 'A'
          TABLES
            t_outtab                                           = t_out_final
          EXCEPTIONS
            program_error                                   = 1
    In internal table T_OUT, ARKTX length = 200. But somehow when it is displayed in ALV, it just show 128 characters.
    I have tried some parameter in t_field_cat to set length to be 200. I used intlen. But it doesn't work.
    Do any of you have any idea to solve this problem?
    Thank you
    Regards
    Hadi

  • How to set maximum length for TextEdit

    Hi all,
        I have a TextEdit UI element in my webdynpro page and I want to set the maximum number of characters that can be entered in this TextEdit. How can I do this?
    Thanks,
    Satyajit.

    Hi Arun,
         thanks for the reply. But I also want to use the same scenario for an Inputfield. Now I used the same method here and when viewed in the browser, the entire InputField has been stretched. How can I keep the view of the InputField as default but still have a restriction on the number of characters that can be entered in this InputField? It works for TextEdit.
    Thanks,
    Satyajit.

  • Set max length for input parameter in SSRS

    I have an input parameter (@year)   to display a simple report. This input parameter taken Year from user (ex: 2015) manually. Here my problem is to restrict the user to max length of
    4. It should allow only (ex:2015) not (ex:20155) like that. Can any one please suggest me how to do this. 

    Hi SaikumarN,
    According to your description, you want to restrict the length of values which user type in the parameter box.
    In Reporting Services, it’s not supported to limit the length of the typed value in the parameter box currently. For your requirement, you could provide Microsoft a feature request at
    https://connect.microsoft.com/SQLServer, so that we can try to modify and expand the product features based on your needs.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Setting Specific Color for Outer Glows?

    Hi,
    I'm trying to set up an outer glow around some text (which is black text) and the glow keeps showing up as yellow. I want it to be white (like a cloud). Is there some way to get it to do this? Or am I stuck with yellow (which I don't understand where the yellow is coming from - I have the foreground set to black and the background set to white). I'm using Photoshop Elements 3.0 for Mac...
    Thanks so much for any help with this!
    - Jacki

    Jacki,
    Why not do something as simple as this:
    Add a blank layer above the text layer.
    Set the foreground color to white.
    Use the Brush tool with a soft brush to paint the glow, the Eraser tool with a soft brush to remove excess glow.
    If the glow is too bright lower the layer's Opacity. You can also try applying a Gaussian blur to the glow to soften and expand it a bit.
    http://www.pixentral.com/show.php?picture=1tv8M645F2Y8kZx7KVrqihk6mWGl5m

  • How to set specific URL for broadcasting web templates from WAD

    Hi experts,
    I have created a sample web template in WAD by using SAP BI standerd  query.When I am executing the web template,it is redirecting me to some unintended web portal.I know the correct portal URL.Can anybody tell me where the redirecting portal URL settings are maintained in BI/BEx/WAD??
    Regards,
    Mandar.

    Hi Suman,
    Thanks a lot for your valuable reply.
    By the navigation you mentioned,I was able to identify where exactly I have to change the URL prefix.However,when I am saving the changes I made to URL prefix,system is redirecting me to "Varient Attributes" screen.I don't know what exactly this screen is about.Please help..
    Regards,
    Mandar.

  • Set maximum length for JFormettedtextfield

    Hi,
    how can restrict user to fill only 10 characters in JFormettedtextfield .
    thanks in advance

    Hi camickr,
    thanks for the hint................
    i had written the following code for that................is this ok.
    Here i want to allow user to enter characters other than alpha and number.
    javax.swing.text.MaskFormatter formatter;
              try {
                   formatter = new javax.swing.text.MaskFormatter("*");
                   formatter.setInvalidCharacters("0123456789ABCDEFGHHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
                   flat_file_delimiterFormattedTextField = new javax.swing.JFormattedTextField(formatter);
              } catch (ParseException e) {
                   // TODO Auto-generated catch block
                   javax.swing.JOptionPane.showMessageDialog(null,"Bad Format :","Error",javax.swing.JOptionPane.ERROR_MESSAGE);
                   //e.printStackTrace();
              }

  • Set specific Printer for Print Job

    Hi everybody
    I want to send different print job after one another. When I use PrinterJob it displays Print Dialog every time to select a specific printer if it is not default otherwise it send the print to default printer. How can I send print job to specific Printer.

    Search the tutorials
    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%2Bprintjob&col=javatutorials&x=38&y=8
    Search the forums
    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%2Bprintjob+%2Btitle%3Aprinter&col=javaforums&x=35&y=16

  • N97: Can you set a ringtone for all unknown caller...

    I just moved to a Nokia N97 from a Palm Treo Pro. So far so good, but one thing I cannot seem to find any information on is whether or not you can set ringtones for all unknown callers, like you can on a palm? This was one of my favorite features for palm phones.
    If you cannot set a specific ringtone for all unknown callers on the handset itself, does anyone know of an application I can download that would enable this? 
    Thanks for your time!
    Message Edited by lisadahl on 31-Aug-2009 09:48 PM

    While you're waiting for that application. You can put everyone in a group and set specific tones for each group then the default ring tone will sound when unknown people call you
    Show your appreciation. Hit that kudos button real hard

Maybe you are looking for

  • How do make the mouse wheel scroll in my Flex app/component instead of the browser?

    Let's say I have a DataGrid or Tree or List component which has hundreds of rows. When I place my mouse over the component and scroll the mouse wheel, I notice that [most of the time] it scrolls the component a little, then starts scrolling the brows

  • Account Determination for Tax using Sale Tax Code

    Hi, We are using TAXINN and sales tax codes. We are using JTX1 condition in our sales pricing procedure for which we r maintaing condition record with correct tax code applied to it. We have assigned account keys in Tax Procedure, so no acct. key is

  • Claim from CRM??

    Back in November we built a fence. Before doing any digging, we called 811 and they marked the lines.  One of our neighbors' Verizon lines ran along our property line, so we played it safe and dug at least a foot away from the line.  We were pretty s

  • Time sync in UC

    Guys, A have a 2 (two) questions about time syncronization in UC environment: 1. Is this true, that CIPC gets the time, it displays in the upper-left corner, from PC it running on ? Why ? 2. Is it necessary to configure Phone NTP references ? Is this

  • Large wireless network suggestions.

    Hi all.. I am setting up a rather large wireless network with AE latest generation GB model. The apple documentation is confusing at times, I understand WDS, Roaming, etc.. but I would like some input on the "best practice". I have 6 AE that are all