How do I make a SEARCH button an image

Does anyone know or can point me to a source how to implement
a custom designed image into a SEARCH button.
I found out how to make it a standard button but can not find
a way to customize it.
I am working in DW MX 2004

Why don't you use scrollpane
import fl.containers.ScrollPane;
var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.source = "http://localhost/strategist/images/image0.gif";
addChild(myScrollPane);

Similar Messages

  • How do I make the search bar on the default Firefox Homepage search in Google rather than AOL?

    On the default home page for Firefox 4, the one with the restore previous session on it, the search bar links to AOL Search. This does not seem to happen on other computers. How do I make it search in Google?

    In the location bar at the top, type '''about:config''' and hit Enter
    #In the filter at the top, type '''keyword.URL'''
    #Double click it and replace the current setting with http://www.google.com/search?q= (''it has to be entered exactly as you see it written here - but since this is a URL, right click it and choose "Copy Link Location" to copy it to the Windows clipboard, then CTRL+V to paste it'')
    #Close Firefox via File | Exit and then restart it again.
    To reset it to something else afterwards, see [[How to set the home page]]

  • How do I make a submit button work on a mobile oriented page?

    How do I make a submit button work on a mobile oriented page?  I have the .html file and the .data file (and one other kind), but it just spins and spins and spins when I try to send the form in (for an absence).  I'd like it to work on all devices.  Help?

    HTML forms don't do anything.  You need a form processing script to gather and process form data.  Which server-side scripts does your web hosting plan support -- php, asp, asp.net, perl?  This will determine which scripts you can use with your form.
    Nancy O.

  • How can we make the save button active in standard toolbar in outout of alv

    Hi experts ,
    I am using factory method to print alv with oops .
    Cancel , Exit and Back button are active by default in Standard tool bar  in output of Report , But Save button is not active , How can i make that save button active .
    Also Pls tell me how i can make editable to the cell in output , 
    My Code is like this :
    cl_salv_table=>factory( IMPORTING r_salv_table = gr_table CHANGING t_table = ispfli ).
      gr_functions = gr_table->get_functions( ).
      gr_functions->set_all( abap_true ).
      gr_display = gr_table->get_display_settings( ).
      gr_display->set_striped_pattern( cl_salv_display_settings=>true ).
      gr_display->set_list_header( 'This is the heading' ).
      gr_columns = gr_table->get_columns( ).
      gr_column ?= gr_columns->get_column( 'CITYTO' ).
      gr_column->set_long_text( 'This is long text' ).
      gr_column->set_medium_text( 'This is med text' ).
      gr_column->set_short_text( 'This is sh' ).
      gr_column ?= gr_columns->get_column( 'CITYFROM' ).
      color-col = '6'.
      color-int = '1'.
      color-inv = '0'.
      gr_column->set_color( color ).
      gr_sorts = gr_table->get_sorts( ).
    *gr_sorts->add_sort( 'CITYTO' ).
      gr_sorts->add_sort( columnname = 'CITYTO' subtotal = abap_true ).
      gr_agg = gr_table->get_aggregations( ).
      gr_agg->add_aggregation( 'DISTANCE' ).
      gr_filter = gr_table->get_filters( ).
      gr_filter->add_filter( columnname = 'CARRID' low = 'DL' ).
      gr_layout = gr_table->get_layout( ).
      gr_layout->set_key( key ).
      key-report = sy-repid.
      gr_layout->set_save_restriction( cl_salv_layout=>restrict_none ).
      gr_table->display( ).
    Rgds,
    Premraj

    Hi,
    1)you need to give the function code to that save in the Function Keys of that screen from the GUI Status.
    2) while filling the field catalog of that field you need to put the        
    wa_fieldcat_edit-edit = c_x.
    i.e use the edit and append to that field catalog internal table.
    for more infomation you can refer to below links:
    problem with alv edit and save
    *Edit* and *Save*  for the selected records in ALV
    solves your problem
    Thanks!!

  • How can I make a giff button have a second state?

    how can I make a giff button have a second state?

    how can I make a giff button have a second state?

  • How can I make the playback buttons of YouTube and other plug-ins bigger since they are so tiny?

    How can I make the playback buttons of YouTube and other plug-ins bigger since they are so tiny in Firefox? I tried some suggestions that dealt with entering "about:config" in a fresh browser, but to no avail. I also downloaded an add-on called "Theme Font & Size Changer", but that didn't work either. So, I am reaching out here as that was a suggestion that another user here offered.

    Ah, yes- that is an ultra high DPI (dots per inch) display. This is a known issue in Flash Player, which Adobe is working on fixing.
    In the mean time, you can get some videos to have normal-sized controls by switching Youtube to the HTML5 video player:
    In Firefox, go to https://www.youtube.com/html5 and click the "Request the HTML5 player" button.

  • How i can make user defined button in standard menu.........

    hi all,
                     please tell me how i can make user defined button in standard menu.........
       regards
    vikas saini

    hi Vikas ,'
    u can do this by using PF status and setting titile .
    follow thw link for help.
    Re: To Change SAP Tiltle into some other title
    Regards,
    Amit

  • How do I make the background in an image transparent?

    ...How do I make the background in an image transparent?

    It sounds like you're gif is a picture of a white background with a black chess piece on top. If that's the case, you're going to have to cut the black chess piece out of the gif. Save ~just~ the image of the chess piece. Discard the white background. Use only the image of the black chess piece with no background image at all.
    Keep in mind that Java doesn't know that the white background isn't a part of the image. It doesn't understand that the white part is just the background. As far as it's concerned, the whole gif is the image. Only the component that ~contains~ that gif can become transparent.
    So, if you want to have a white background to start with and then have that background become transparent when the piece moves, make the background of the ~component~ holding the image of the chess piece white. When the piece moves, have the background of the component holding the image of the chess piece become transparent.

  • How do i make a submit button work on mobile with my PDF

    I do not want to use the Adobe Forms Central. I have a client that wants a PDF on their mobile site to be readable and editable on an iPad. The submit button does not work. Is there a work around or another means to make this work. I realize the PDF form can be emailed via the iPad, but not all the people or "customers" know the email address to send to, so how can i make this work. Any suggestions or anyone else encounter this issue? I do not want to have to ask my client to ask his customers to go purchase software, when they should be able to just download adobe reader to fill out the form and send it like we can do on a regular desktop.

    I created the PDF and at the end placed the submit button with the following actions (screenshots included):
    Setting for the Submit form:
    Submit button at the bottom of the last page of the application:
    Maybe I have it all set up incorrectly, but from all that I have read it works fine on the desktop, but when the iPad is used, the submit button becomes inactive. I thought there could be some work around to make it work other than the "actions" or javascript, but I have also seen other forms that have javascript work on the iPad, so it has me totally confused.
    Thank you.

  • How do i make a clickable "button" that works in the PDF?

    I have a newsletter and want to make a button on a page that when clicked, will open the browser and go to that site. I see how to convert objects to a button and enter the URL in its properties but when I convert to a PDF, the entire object is missing. When converting to PDF, I also make sure that hyperlinks and interactive elements are both checked in the General section. I dont know what else I need to do!

    It is a colored square that was also grouped with a text box. I tried also ungrouping it and just putting the button effect on one or the other and had the same problem. When i look at the PDF, it has nothing there, whatever object i have the button effect applied to is totally deleted. I even tried clicking on the area where it was thinking maybe something was invisible and that didnt do anything either. There are no left over or hidden boxes there that could be covering things either. Im good about working cleanly and organized.
    Ill try doing this with a new document tomorrow and see what happens

  • How to inactivate the 'Complex Search' button when using Logical Database

    Hy experts
    I m using Logical Database for a select and you know that for an GET event by default in selection screen it appears some selection fields for every GET event..I manage to hide the ones that don't interest me but I have a little problem: I have a button that's called 'Complex Search' and I don't know how to get rid of this button..
    Here is some code:
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
    IF screen-name CP '%BT02010_BLOCK_1000'.
          screen-input = '0'.
          screen-active = 0.
          screen-invisible = 1.
          MODIFY SCREEN.
        ENDIF.
        IF screen-name CP 'QL_REFIL'.
          screen-input = '0'.
          screen-active = 0.
          screen-invisible = 1.
          MODIFY SCREEN.
        ENDIF.
    I do this for every screen-name in the program that doesn t interes me..but it seams that even if I comment all the button with 'Complex Search' remains..I mention that is a disperate solution to inactivate every screen element but I could not do other way..My bigest pb is the 'Complex Seach' button..can anyone help me?? pls.. <REMOVED BY MODERATOR> ..thx..
    Edited by: Alvaro Tejada Galindo on Feb 12, 2008 12:45 PM

    Thank you Thomas,
    I need some more from you...
    If I have 8 tables for 8 columns, then how do i proceed?
    Also could u tell me some query optimization techniques while working with intermedia text.
    Thanks you once again,
    waiting...
    Khaleel Hi Khaleel,
    I think this depends on your data model (relationship between the tables) and how you like to search later.
    The optimization begins also with the create index statement (memory clause and storage clause).
    If you like me to help I need more information about your hardware, os, datamodel and what kind of searches you will have later.
    Cheers,
    Thomas

  • How do you make a custom button that is Invisible When not selected

    Im just recently switching over to using a mac for authoring. I really like all the features in DVD Studio more than what i was using on a PC for the past 6 years. Which was ulead DVD Workshop 2.
    The only problem im having (For Now) is that i cant make my custom buttons invisible. I made this little black shape thing in photoshop and i want to use it in DVDSP for selecting different tracks.
    I thought all i had to do was just save the black shape with a transparent background in photoshop as a .psd and import it. But that didnt work.
    When i change episodes it just stays black the whole time. I want something that will be invisible when it is not selected.
    please help
    I can send someone my little shape if they can make it a usable button that i can make invisible in dvdsp. I really need to see the layers done with a shape as a button to see how they were able to make it invisible.
    i tried a few tutorials but instead of being invisible all i got was a shape that was stuck white the whole time. this is even when i put the opacity to 0 on normal.
    I want to make this into a button
    http://img694.imageshack.us/i/custonbutton.png/

    Ok, what you want to do is also in the same tutorial. See the section on "Advanced Highlights" (again, avoid the sections on layered menus), You can create an overlay that does have two colors. The bad news is that there will be absolutely no anti-aliasing at all. This means your graphic will be extremely pixelated. This is just the way the DVD specs are set up, so there is no way around it.
    Given that I would highly recommend redesigning your overlay. Take a look at variety of DVDs from Hollywood. See what they are doing in their menus. You can do anything they are doing, but you will notice that the overlay is very simple because of the limited anti-aliasing of DVDs. In all the years that I've been watching DVDs I've only see one DVD use two colors in the overlay, and that was the Jim Carey "The Grinch who Stole Christmas."

  • How do you make a replay button?

    I made a flash movie and all i need to do is make a replay button, but i have no idea how. i am using cs5. my movies goes through multiple scenes so at the last scene i want them to click on the reply button to go to the 1st scene again. however, i have no idea where my actions layer and labels layer go or what action to put into my button.
    i looked around, but every video i find, they seem to only be working in one scene and within one layer too.
    --edit--
    this works just fine:
    http://www.youtube.com/watch?v=k9UjtNxAQN8&NR=1

    assuming no variables/code need to be reset, you can use:
    yourreplaybutton.onRelease=function(){
    _root.gotoAndPlay(1);

  • How can i make a search field in my app using applescript?

    I am making an app and i would like to learn how can i add a search field, that will search the content of a window. BTW i am using xcode and applescript

    Like pretty much all of the Cocoa documentation you will need to convert from Objective-C, but take a look at the Search Fields documentation.

  • How do I make a transpose button for just one instrument in a split? (mainstage)

    I work in mainstage 2.2.2 with patches using splits and I want to make an octave button for just one instruments in a patch. Suggestions?
    Benny

    Depending on your virtual instrument you can assign octave to a MIDI control. If you assign all of them to the same control on every track then that would be the effect, but like I said before, it really depends on which instruments you use.

Maybe you are looking for

  • Can you create an iTunes account without a credit card or PayPal?

    Hello, I have been wanting to get a separate iTunes account from my brother because he spends all of my money. The only problem is, I can't continue without a Credit Card or PayPal when I go to sign up for a new account. My parents refuse to let me u

  • Problem with video on ipod video

    hello, got no file for tv shows when i've got some videos in them. I could see these files in recently added, but can't find them in a proper folder, how could i sort that out. Thanks, besho2005

  • How to append new rows in a table with Javascript ?

    Hi , I'd like to append new rows in a table dynamically using javascript? Do some of you have already done this before ?

  • Storing details of objects in an array in a class

    Hi there New to all this class malarkey so having some teething problems and could do with some help. I have written a function to display 10 stars on screen using attachMovie i.e var vStar_Object = attachMovie(vLinkage_Name, vInstance_Name, vDepth);

  • How do I unhighlight text I just highlighted?

    I highlighted multiple lines of text within a document I'm creating.  However, I need to unhighlight some of the text I highlighted.  How do I accomplish this? Thanks in advance, Z.