How to make label transperent

I have a Form with a image on the background.
the radio group button has a label. This label is not transparent. So, i have to choose a white background. But that is not nice.
When I fill the Prompt property, I get a prompt which is transperent.
How can make the background of the label transparent?
thanks in advance
Albert

I don't know of any way to change the label to be transparent, but you can use the prompt as a label. Just delete the label and set the prompt attachment edge to End with the desired offset. You may also need to change the width of the radio button. Then what appears to be a label (but is actually a prompt) is transparent.

Similar Messages

  • How to make Label in selection screen?

    Hi friends.. can anybody explain how to make labels in selection screens and how to split the selection screen vertically? plz.. Thanks in advance

    Arun kumar,
    Check this program. you can put labels like this.
    REPORT  ZVENKAT_TEST1.
    SELECTION-SCREEN BEGIN OF BLOCK block.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(15) text1.
    SELECTION-SCREEN POSITION 17.
    PARAMETERS :p_pernr type pa0001-pernr.
    SELECTION-SCREEN POSITION 26.
    SELECTION-SCREEN COMMENT 27(30) text2.
    SELECTION-SCREEN end OF LINE.
    SELECTION-SCREEN end OF BLOCK block .
    at SELECTION-SCREEN OUTPUT.
      text1 = 'Personal number'.
      SELECT SINGLE ename FROM pa0001 INTO text2 WHERE pernr = p_pernr.
    Regards,
    Venkat.O

  • HOW TO MAKE IMAGE TRANSPERANT

    Hello All,
    I have two images one as background and another one is to
    place on background image.
    Upper one I need transperant. How to write code to
    make image transperant?
    CAN ANY ONE HELP?
    Sharmila.

    If you want to do on the fly image transparencies then you want to look in the java.awt.image package. There is are some pretty powerful image filters in here and after the initial learning curve, it isn't terribly complex to create your own image filters. For a school group project we created a logic puzzle game based on a shareware program alreay out there. The shareware program had a tileset format that we wanted to use in our application, but the transparencies weren't set up correctly. We ended up adding the transparencies on the fly. I wish I had the piece of code handy but I can remember enough to point you on the right path.
    If you subclass java.awt.image.ImageFilter and override the two setPixels() methods, you can provide any manipulation you need to. Basically the image producer will pass in the pixels in one huge byte (or int) array top left to bottom right order. What we did, was get the color out of the first pixel and make that our transparency color. The byte method has two bits per color while the int method has 8 bits per pixel. The color is divided into r(ed), g(reen), b(lue), a(lpha) (I can't remember if alpha was first or last, a little expirimentation will tell you). The alpha is opaque at one extreme and fully transparent at the other extreme. Loop through the array and if the color is the same as your first pixel then set the alpha to 0 (or was it 15/255?).
    Good luck!

  • How to make labels

    I am a teacher, and I have lots of uses for labels of different sizes in my class. I would like to be able to create labels where I can write different things on each one, rather than have the labels come from a database (like my address book). I knew how to do it on my pc, but now that I've got a Mac and have Pages, I'm clueless.
    Is there an easy way to do it? Thanks!

    Hi Kartini
    Welcome to the forum.
    Just make as many text boxes whatever size you want:
    +Toolbar > Textbox > Format text to suit > command click on the edge of the Textbox > option drag out copies of the Textbox > Align to suit+
    Peter

  • How to make labels for envelopes, how to make labels for envelopes

    I want to make address labels using our Apple computer.  What do I need to do this?

    I use Labelist by Chronos - OK it will cost you a few dollars but it works and you can create custom label formats so you can have listings like on real telephone directories.

  • How do i make labels using address book

    I know how to make labels.  However, instead of using the actual peoples names, for ex "Bob and Mary Smith" I want the label to say "The Smith Family".  Even though I have a special "group" for labels, if I change the name line as I indicated it changes the address permanently and I'd have to go back when I'm done and reconvert all the addresses back to "Bob and Mary Smith".  Is it possible to have one group using "The Smith Family" format AND STILL RETAIN the primary address book with the "Bob and Mary Smith" format.
    Help please for Xmas mailing list.  I'm stumped.

    Enter all your addresses into Address Book's VCards.
    You can drag a selection of these into a Group which you then select and print.
    The Labels options are in the Print Dialog box.
    Peter

  • How to set up an address book and make labels with numbers or pages?

    How do you set up an address book and make labels with numbers or pages?

    Create an Apple ID - My Apple ID

  • How to make use of label printing in sap smartforms

    Hi Dear,
    How to make use of label printing in sap smartforms.. I need to print four records from internal table into sap smart forms. It will
    come as four labels.All page should follow the same procedure... How to do...please help me..
    Regards,
    Nikhil

    Hi,
    Please go through below link, would be helpfull for you.
    [http://help.sap.com/saphelp_nw04/helpdata/EN/6b/54b4b8cbfb11d2998c0000e83dd9fc/frameset.htm]

  • How do make the text on a label Bold?

    Simple question: How do make the text on a label Bold?

    use html : label.setText("<html><body><b>TestText</b></body>/html>");
    regards,
    Tim

  • How to make a label to be blink?

    Hi ,
    I want to make the check box label blinking and on the forms tools I set the prompt font style to Blink but still doesn't make the label to be blink.
    Just wonder how to make the label to start blinking?
    Thanks
    David

    Hi,
    May be you can do like, create a timer, and in when timer expired trigger,
    toggle the label's color
    may be the below sample code -- when-timer-expired trigger
    If Get_Item_Property( 'text_item4', FOREGROUND_COLOR )
          != Get_Item_Property( 'text_item4', BACKGROUND_COLOR ) Then
          Set_Item_Property( 'text_item4', FOREGROUND_COLOR, Get_Item_Property( 'text_item4', BACKGROUND_COLOR ) ) ;
    Else
          Set_Item_Property( 'text_item4', FOREGROUND_COLOR, 'r0g0b0' ) ;
    End if ;This i've done for textitem, same logic you can use for labels

  • How to make Avery 8160 address labels using pages

    Anyone know how to make Avery 8160 address labels using Pages? 

    Open the Avery 8160 Word template from their website.
    Peter

  • How do you make labels with Pages

    How do you make labels with Pages or Numbers?

    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&mforum=iworktips ntrick
    Peter

  • How to make address labels to print

    I'm trying to create labels to use on the back of photos.  I am using Avery 18160 style labels to print on.
    Thank you.

    charlotteontheroad wrote:
    (how to make address labels to print) I'm trying to create labels to use on the back of photos.  I am using Avery 18160 style labels to print on.
    Thank you.
    What are you trying ask exactly? Avery 18160 is listed as inkjet labels so obviously you need an inkjet printer.  Then you use whatever software you want that has label templates.  For example, Microsoft Word or iWorks Pages.  Those aren't the only way to make lables, but are the most common.

  • How to make the label UI Element as mantatory?

    please help me how to make the inputfield for the label (say id) as mantatory one?
    Thanks in advance

    Hi Alagappan ,
           To make any field mantatory you have do coding requiered for input check.
    For user visibility you can make a field required by changing the state of your UI element to required.
    In normal Input Fields the asterisk will come on the left of the input field,
    It will be basically on the right hand side of the label having label for property bound to the input field.
    It will be like
    Name * = |''''''''''''''''''''''''''''''''|
    But that is just for visibility purpose.
    To make it mandatory you need to do some coding during the save or validate or final action on the screen
    like :-
    data lo_nd_employee type ref to if_wd_context_node.
    data lo_el_employee type ref to if_wd_context_element.
    data ls_employee type wd_this->element_employee.
    data lv_pernr like ls_employee-pernr.
    navigate from <CONTEXT> to <EMPLOYEE> via lead selection
    lo_nd_employee = wd_context->get_child_node( name = wd_this->wdctx_employee ).
    get element via lead selection
    lo_el_employee = lo_nd_employee->get_element( ).
    get single attribute
    lo_el_employee->get_attribute(
    exporting
    name = `PERNR`
    importing
    value = lv_pernr ).
    *Check the input here
    If lv_pernr is initial.
    get message manager
    data lo_api_controller type ref to if_wd_controller.
    data lo_message_manager type ref to if_wd_message_manager.
    lo_api_controller ?= wd_this->wd_get_api( ).
    call method lo_api_controller->get_message_manager
    receiving
    message_manager = lo_message_manager
    report message
    call method lo_message_manager->report_error_message
    exporting
    message_text = u2018Please input the personnel Numberu2019
    Reply if you required any further assistance.
    Thanks & Regard ,
    Monishankar C

  • HT202879 How can I make labels 30 per page?

    How can I make labels 30 per page?

    Using what application on what Mac running what version of OS X?

Maybe you are looking for

  • SQL Developer with Data Modeler, No Design Menu Option

    Using SQL Developer 3.0.04 Build MAIN-04.34 with Data Modeler. I have created a logical design and wish to forward engineer this to a relational model. I cannot seem to find the Design Menu option to use the >> Engineer to Relational Model option whi

  • Unable to create function based spatial index

    Maybe someone can help me. I can't seem to find the answer for what I'm doing here. I'm trying to create a function based spatial index - so that I can utilize coordinates in tables when I have no SDO_GEOMETRY column. Is there a fundamental problem w

  • DVD Player crashes when I move mouse or press space

    Any ideas, anyone? It works fine until I try to do something, like hit the spacebar or move the mouse. Then the movie will keep playing, but the little multicolored spinning disk appears indefinitely. The only way to proceed is to hold down the power

  • How to unmanage a device in prime infra 2.2

    Hello Support, Is it possible to unmanage a device/devices in CPI 2.2? if yes, how we can perform that? we don't want to delete the device/devices in CPI 2.2 just unmanage. Thanks!

  • Garbage Collection is Not working

    I Installed J2dk1.4 in my System.it's garbage Collector is not working,It does'nt free the memory in case of Frames and Applets.I use many methods to explicitly free the memory, Like : ==================== System.exit(0); System.gc(); ===============