Is it possible to move clear button

Just curious if it is possible to move the "clear button" around in isqlplus workplace.
Thanks.
Message was edited by:
jato

If you ctrl-click on the button bar, you can make modifications. Like adding some extra space before the Send button.

Similar Messages

  • Air Mobile iOs: TextField - Possible to disable 'clear button'?

    Hi,
    I have got a flash.text.TextField in my new iOs application.
    As soon as I focus the text field, that iOs typical grey 'clear button' appears to the right of the text field.
    Is there any possibility to prevent that button from appearing? I want to use customized clear buttons at that point.
    What I've already tried and what did not work:
    - Adding a mask to the textfield: The mask works fine for the TextField, but the clear button shows up on top anyway
    Thanks.

    try increasing the length of the text field, i.e forcing the clear button out of the view

  • Is it possible to move the "Add.." button at contacts on top of the custom label list? I add a lot of custom lables and tired of scrolling down every time.

    Is it possible to move the "Add.." button at contacts on top of the custom label list? I add a lot of custom lables and tired of scrolling down every time.

    No way to move any buttons in iOS devices.

  • Is it possible to move slidelet close button?

    So I know the good old 'X' box in the corner of the slidelet is a real bugbear for captivate users, but that's because it's completely broken. I can't upload an image because of the stoopid fXOing firewall in the building I work in, so I'll try to describe the problem: The X button appears to be fixed in a relative position roughly 400 pixels to the right  of the top-right corner of the slidelet.  I have isolated the exact step that causes the 'x' to shift:  This slidelet has a caption on it, and as long as it stays on the right-hand side of the slidelet it's fine.  But for every pixel that the leftmost edge of the caption passes to the left of the centre point, the 'x' moves one relative pixel to the right away from the slidelet's top right corner.  Absolutely fXOing ridiculous.
    Therefore if I want to put it in a place where it (A) doesn't look stupid (B) fits all of the slidelet in the slide, the little x is off the edge of the parent slide by a good 60-100 pixels.  Is there a way to fix this that doesn't involve re-doing the entire project and advising my client to splash out on widescreen monitors for all the potential users of this learning module?
    ----------------------EDIT!--------------------------------------------
    I have reproduced this error in a brand new project from scratch, except I was wrong about it being the same distance pixel-by-pixel. It appears to be related to the relative size of the objects and slidelet.
    In the interest of being constructive and improving the software, I will provide this file if asked, but the trick will be that I will have to take it home and upload it from there, probably using a file-sharing host like mediafire or similar.
    ----------------------EDITx2!--------------------------------------------
    So, never mind, I just re-laid the slidette to have the captions on the right. Will still submit the aforementioned file as a bug report when I get home tonight, if ever.
    Message was edited by: Yung_Hatrack

    No way to move any buttons in iOS devices.

  • Is it possible to deactivate a button on the application toolbar?

    Hello everybody!
    Is it possible to deactivate a button on the application toolbar from standard transaction like PA40?
    I'd want to do it using an user-exit.
    Thanks in advance.
    Cristian

    there is a push button on the std tool bar of pf-status 'Function code'.using that u can activate and deactivate teh function codes
    or
    Check this FM : RS_SET_SELSCREEN_STATUS
    sample code :
    DATA: BEGIN OF i_exc OCCURS 0,
    code LIKE sy-ucomm,
    END OF i_exc.
    DATA: ws_repid like sy-repid.
    CLEAR i_exc.
    i_exc-code = 'ONLI'.
    APPEND i_exc.
    MOVE: sy-repid TO ws_repid .
    CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
    EXPORTING
    p_status = ' '
    p_program = ws_repid
    TABLES
    p_exclude = i_exc.

  • Is it possible to make a button with multiple paths?

    Hello and good day Everyone
    I want to make a flash game with a map leading to various places for example school or beach like this http://www.yotreat.com/sites/default/files/190-160_1286.jpg
    if the player goes to the school she will find the teacher, and if the player goes to the beach se will find the coach.
    How can I make the player (for example) talks to the teacher at school, returns to the main map, and goes to the beach to talk with the coach, yet if she goes to the school again, the dialogue with the teacher won't be the same with first dialogue?
    =>>> Is it possible to make a button with different paths to go? As if you've watched frame A, then you push the same button again it will take you to frame B??? <<<=
    Sorry for my confusing description... I hope you get the idea >,<
    Im so desperate... I've been searching for articles about this since yesterday and I still can't find one to solve this problem of mine.
    Making games is my dream... I've made some very simple games, but I want to try a new level of difficulty
    Please help me? (>o<

    Thank you for the advice, sir Ned Murphy!
    Yes, I try to use variables now, but face another problem with it... would you please tell me what's wrong with my script?
    Here, in label: "School" I type:
    on (release) {
    if (point = 0){
    gotoAndStop("dialogue1");
    else if (point = 10){
    gotoAndStop("dialogue2");
    else {
    gotoAndStop("dialogue3");
    (it's only a testing, so I only use these 4 labels)
    and in label: "dialogue1", "dialogue2",and "dialogue3" I type:
    on (release) {point += 10;}
    on (release) {
    _root.gotoAndStop("school");
    The result when I test movie:
    1. At "School" (shows point=0), I click the button,
    2. then occurs "dialogue2" (shows point=10), I click the button,
    3. then back at "school" (shows point=20), I click the button,
    4. then occurs "dialogue2" again (shows point=10)
    even the first shot is wrong
    point=0 should be the entrance to "dialogue1", but all I can get is "dialogue2"...
    Please tell me what's wrong with my script, sir Ned Murphy,
    Thank you very  much
    Regards,
    Tami

  • Is it possible to duplicate a button, instead of building a new one each time (navigation)

    In CS5...
    I have created a movieclip button which is animated  for all the states I need (up, over, out, etc.) it's made up of text, which is in a movie clip where I have my animations created (actions layer with AS3 script, my txt movieclip layer, my hit layer) and then that is inside a movie clip in my main scene.
    Is it possible to copy that button, so then change the text, Actionscript, instance name, etc?
    I tried copying the layer (by selecting the frames and copying frames, and pasting to new layer) but when I make any changes, it changes both copies!
    Can someone tell me an easy workflow so I don't have to build each button from the ground up each time?
    Thanks all!

    Ned Murphy wrote:
    Select the textfield that is inside the movieclip and in the properties panel you should see a dropdown for selecting the type of textfield.  If you select Dynamic and then assign an instance name to the textfield you can use that instance name in your code to assign the text when the file runs.  If you were to name the textfield "tField", then the code you would use inside an instance of your movieclip named "mClip1" would be...
    mClip1.tField.text = "your text";
    So, if I have multiple buttons, using your example, would the code read
    mClip1.tField.text = "your text";
    mClip1.tField2.text = "your text2";
    mClip1.tField3.text = "your text3";
    mClip1.tField4.text = "your text4";
    And my buttons are built inside movieclips, ie
    Main Timeline > aboutButton_mc > aboutText_mc > "about"
                        > contactsButton_mc > contactsText_mc > "contacts"
    can the code be put at any level, or does it need to reside on the Main Timeline to access all the movie clips' text fields?
    Just in case this may be too complex to get into via this forum, if you know of any good tutorials, that would be awesome too!
    I tried doing a search, but it's so hard to tell if they might be in AS2, or AS3, and if they would apply to newer versions of Adobe Flash (I have CS5)

  • How to get handle of go, clear button in query region.

    Hi: I have a search page built using query region, I need to make an API (method) call on clicking on "Go" button.
    I tried the following as found in OA Framework discussion forum, but observed that "go" is always true in processFormRequest method and always false in processRequest method.
    I did check the methods of OASubmitButtonBean also, but unable to find out how exactly I get "the handle of go button click event" in this case to handle my requirement.
    Any idea if its possible or not, and if yes, then how?
    OAQueryBean queryBean = (OAQueryBean)webBean.findChildRecursive("QueryRN");
    String idGo = queryBean.getGoButtonName();
    OASubmitButtonBean go = (OASubmitButtonBean)queryBean.findChildRecursive(idGo );
    I did also try to add my buttons in the query region, which work as I require, but in that case I need to hide existing go, clear buttons (which are added by default) in query region. That also doesn't work, as in processRequest method "go" is always false, and in processFormRequest I cannot call "go.setRendered(false);".
    Also, button should be disabled even on first loading of page also. Can anyone help?
    Regards,
    Anvita.

    modified code further as follows --
    OAQueryBean queryBean = (OAQueryBean)webBean.findIndexedChildRecursive("QueryRN");
    String idClear = queryBean.getClearButtonName();
    OASubmitButtonBean clear = (OASubmitButtonBean)queryBean.findChildRecursive(idClear);
    String idGo = queryBean.getGoButtonName();
    OASubmitButtonBean go = (OASubmitButtonBean)queryBean.findChildRecursive(idGo);
    System.out.println("I wish it works in +++++++++++++++++++++++++ " + idClear + " xxx " + idGo);
    if (pageContext.getParameter("idGo") != null)
    System.out.println("I wish it works in GO +++++++++++++++++++++++++ ");
    if (pageContext.getParameter("idClear") != null)
    System.out.println("I wish it works in Clear +++++++++++++++++++++++++ ");
    if (pageContext.getParameter("go") != null)
    System.out.println("I wish it works in GO button +++++++++++++++++++++++++ ");
    if (pageContext.getParameter("clear") != null)
    System.out.println("I wish it works in Clear button +++++++++++++++++++++++++ ");
    if (go != null)
    System.out.println("I wish it works in GO button direct +++++++++++++++++++++++++ ");
    if (clear != null)
    System.out.println("I wish it works in Clear button direct +++++++++++++++++++++++++ ");
    =============================================
    and output print is always the following even if i click on button or not (like select some LOV, or perform PPR action) .. hence it doesn't allow me to catch go button click event .. Please advice ..
    output PRINT --
    I wish it works in +++++++++++++++++++++++++ clearButton xxx customizeSubmitButton
    I wish it works in GO button direct +++++++++++++++++++++++++
    I wish it works in Clear button direct +++++++++++++++++++++++++

  • Is it possible to move items betwen regions using personalizations

    Is it possible to move items betwen regions using personalizations?

    Hi,
    1. Can I create new item using personalization and refer to the item in the another region (for example there are 2 regions in my page R1 and R2, R1 has fields a,b,c and R2 has salary,empno,deptno , so can I create a field FFF in R1 and refer to deptno in R2.Suppose you have a 2 region like R1 & R2.
    R1 contains three MessageTextInput Box. (eg a,b,c)
    R2 contains three MessageTextInput Box. (eg x,y,z)
    Then you can create a new item in any region & its will only impact your UI. (i.e. It will be displayed under the region where you have created it.)
    2. if answer to above question is yes, then if user changes the value in deptno, will this get updated in the apps.The data in the new field won't update the automatically unless & untill, you attach EO based VO to the newly created item.
    Hope you are clear.
    Regards,
    Gyan

  • Customers form: Disabling Clear button in DFF block

    I need to disable the CLEAR button on the DFF block which opens up in Receivables Customer form. Please let me know is it possible to do it, using Form personalization or CUSTOM.pll. Please let me know how to do it.

    It's not possible with the personalization, you have to do with custom.pll.
    Srini C

  • Is it possible to move the adjustment brush dot?

    A lot of times i find the adjustment brush dot to be in my way when judging the result.
    Say i zoom in and brighten up the eye on a model.
    Then I want to zoom out to se what it looks like and the dot covers half the face of the model.
    Of course i can click the adjustment brush again in order to go out of the adjustment brush tool but then i cant adjust settings at the same time.
    I can also hide the dots but that's not really what I want to do as I'm shifting between them making different fine adjustment.
    I don't mind the dots when judging the picture but I just don't want it in say, the middle of the eye.
    The workaround I'm using is to get a new adjustment brush, set the flow to lowest value, click where I want the dot (usually at the same height as the eye but outside the model), then i pull flow up again and paint on the eye.
    Is it possible to get the same result as I want without having to do my workaround using the flow setting?

    cwallentin wrote:
    The workaround I'm using is to get a new adjustment brush, set the flow to lowest value, click where I want the dot (usually at the same height as the eye but outside the model), then i pull flow up again and paint on the eye.
    Is it possible to get the same result as I want without having to do my workaround using the flow setting?
    It's not possible to move it and your workaround seems like a lot of work, especially when all you need do is hit the H key to hide then again to make visible. Also, it's not clear to me why hiding the pin doesn't solve your problem.

  • Possible to move boot display to different DVI port? (GTX780)

    I doubt this is possible, but just in case : is it possible to force boot screens to a different port on the video card?
    The MSI GTX780 has two DVI ports - one DVI-I (which includes analog display) and DVI-D (which does not). The DVI-I port displays the boot screen, BIOS, and anything that shows before Windows is fully loaded.
    I currently have two monitors. My primary monitor can connect via DVI, and since it is a 120HZ monitor, it currently uses a dual link cable. The secondary monitor is older and cannot connect via DVI, so I use a DVI-I-to-VGA adapter and a standard VGA cable for that display. Unfortunately, this means that the secondary monitor shows boot/BIOS/etc.
    Is it possible to move the boot display to the DVI-D port on the card?
    Please note that this is not a big issue - having the secondary monitor show boot info is a minor annoyance at worst. The secondary monitor also has HDMI-in, so I can buy a cable and use that, and then move the primary monitor to the DVI-I port. I do want to avoid spending more money, but mostly, I want to see if it is possible to force the boot screens to another port. This seems like it might be a very interesting way to learn about the video card (and VBIOS, if changing that is necessary to do this).
    Thank you.

    In the "Arrangement" pane of "Displays" System Preference, drag the picture of the menu bar to the picture of the other display.

  • Input Text Clear Button

    Hello,
       On an Input Text, under Options, it lists "Clear Button".  What is this, and how do I use it? The default selections are true and false, but they don't seem to change anything.
    Thanks!
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This is beneficial to other community members reading the thread.
    -Bruton

    Odd.   It behaves like you said, but only in Single Line Mode, not Password or Multi-Line.   Is it like that for you as well? 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This is beneficial to other community members reading the thread.
    -Bruton

  • How to change a background to an image? and how to put a 'clear' button.

    Hi guys, im new here & i really newbie in java. Recently i found code for java applet that can draw a line. I want put image as a background and draw some lines over the image and provide a button to clear the lines. Is there any one can help me to solve my problem. Here is the code :
    import java.awt.*;
    import java.applet.*;
    public class DrawLines extends Applet {
        //Variables
        Point Start[] = new Point[20];   //X,Y info of start of lines
        Point End[] = new Point[20];     //X,Y info of end of lines
        Point current_start;
        Point current_point;
        int numlines= 0;
        Point boundary;   //to represent the boundary of the applet
        //Set background to yellow, register listeners
        // get boundary of applet
        public void init() {
          setBackground(Color.white);
          current_point = null;
          boundary = new Point(this.size().width,this.size().height);
        //Mouse Clicked Down...save in current_start
        public boolean mouseDown(Event e, int x, int y) {
           if(numlines < 20) {
              current_start = new Point(x,y);
              return true; }
           else
             { System.out.println("Can Not Take Any More Input Lines");
               return false; }
        //Mouse Drag....reset current_point to current position
        public boolean mouseDrag(Event e, int x, int y) {
            if(numlines <20) {
              current_point = new Point(x, y);
              repaint();  //will draw this current line
              return true;
            else
              return false;
        //Mouse Up ...save created line if can and call repaint
        //  to draw it.  Make sure the end point is inside the applet
        public boolean mouseUp(Event e, int x, int y) {
           if( (numlines < 20) && (x < boundary.x) &&
               (y < boundary.y) )
             {  Start[numlines] = current_start;
                End[numlines] = new Point(x, y);
                numlines++;
                //Reset current points to empty
                current_point = null;
                current_start = null;
                //repaint will draw all lines including this one
                // just created.
                repaint();
                return true;
           else
             return false;
        //Draw all of the lines stored in Start[], End[].
        //Draw the current line from current_start to current_point
        public void paint(Graphics g) {
             //set drawing color
             g.setColor(Color.red);
             //Draw stored lines
             for (int i=0; i<numlines; i++) {
                g.drawLine(Start.x, Start[i].y,
    End[i].x, End[i].y);
    //Draw current line if one exists
    g.setColor(Color.blue);
    if (current_point != null)
    g.drawLine(current_start.x, current_start.y,
    current_point.x, current_point.y);
    //Set numlines back to zero
    public void start() {
    numlines=0;
    //In case mouse exits the applet region...reset current points
    public boolean mouseExit(Event e, int x, int y) {
    current_point = null;
    return true; }
    and this is code in HTML
    <HTML>
    <HEAD>
    </HEAD>
    <BODY BGCOLOR="Grey">
    <CENTER>
    <APPLET
         code     = "DrawLines.class"
         width     = "500"
         height     = "500"
         >
    </APPLET>
    </CENTER>
    </BODY>
    </HTML>
    Thanks & appreciate for the help.

    Hey thanks, but i find another way by looking other ppl code for image back ground. And its working! but i still dont know how to create the button (im so very noob in java sigh)
    The link u gave to me is very good but its hard for very newbie like me to understand. I just change the code like this :
    Using offscreen image
    Image off, back;      //to represent background image
         Graphics offG;          //to represent offscreen image                          
        public void init() {
         off = createImage(getSize().width, getSize().height);      // create your offscreeen image
         offG = off.getGraphics();
         back = getImage(getDocumentBase(),"images/Area.jpg");     // load your background image
        current_point = null;
        boundary = new Point(this.size().width,this.size().height);
    // Draw all of the lines stored in Start[], End[].
        // Draw the current line from current_start to current_point
        public void paint(Graphics g) {
              offG.drawImage(back, 0, 0, this);      // draw everything to your off screen first
              g.drawImage(off, 0,0, this);          // copy your off screen to on screen now
            g.setColor(Color.red);                    // set drawing color
            //Draw stored lines
            for (int i=0; i<numlines; i++) {
                g.drawLine(Start.x, Start[i].y,
    End[i].x, End[i].y);
    //Draw current line if one exists
    g.setColor(Color.blue);
         if (current_point != null)
    g.drawLine(current_start.x, current_start.y,
    current_point.x, current_point.y);
    Now my problem is the 'clear' button, i really dun know how to make button which is can clear the lines. Any one have idea?

  • I got an email with a pdf.  Is it possible to move it into Pages and be able to edit it?

    I got an email with a pdf.  Is it possible to move it into Pages and be able to edit it?

    You can import the pdf as an image but it is not editable.
    If you are after the text, open it in Preview and copy the text and paste it wherever you want, or open it in Adobe Acrobat Pro and convert it into a Word .doc.
    Peter

Maybe you are looking for