Is it possible to display an image instead of button in a radio group?

I am building an application to be operated with touch screens. I would like to display radio group buttons larger than they are by default. Is it possible to make them seem larger, or to display a custom image instead of the radio group?
Francisco

Rather than using a radio group, have you looked into using a list? That is what we use for navigation in APEX in many places when we show large images (like App Builder home page - Run Application, Supporting Objects, Shared Components, Utilities, Export / Import).
If you need to use radio groups, you can use the template under Globalization to include a larger, clickable image (we do that for pages like selecting the type of page to create). An example template is:
#DISPLAY_VALUE#<br /><a href="f?p=4000:4700:&SESSION.::::P259_CHOOSE_PAGE_TYPE,P4700_SELECT_REPORT_TYPE:FORM,FORM_ON_A_TABLE"><img src="#IMAGE_PREFIX#menu/wiz_form_140x90.gif" alt="#DISPLAY_VALUE#" class="htmldbGreenIcons" width="140" height="90" /></a>
Hope it helps -
-- Sharon

Similar Messages

  • Display Icon/Image instead of Role name in top level navigation

    Hi,
    I want to display a image / icon instead of role name for a particular role. Can you please tell me how to achieve this ?
    Thanks,
    VP

    Hi,
    the thread is just for the background image (for all elements).
    if you want to display icons instead of role names, you have to create your custom top level navigation using the
    navigation taglib from SAP. There are lots of examples. make a blog search for Mr "Kannengiesser" from SAP.
    In case you are using already an EHPx in your EP 7.0 the AJAX framework might have this feature.
    Regards,
    Kai

  • Display an image instead of Flash?

    I'm a little green when when it comes to this stuff.
    I have a site that has a couple of Flash elements that show
    fine. Due to the network security on my work computer, it means
    they don't show when viewed from there.
    Is there a way to display an image if the Flash element
    cannot be displayed?
    Thanks in advance of any help.

    Have you tested it with IE online or only locally?  Locally IE will usually prohibit displaying Flash content.

  • t:inputcalendar i want an image instead of button?

    Hi
    i am using tomhawak inputdate and inputcalendar in my appliation. i want to use an image insated of button.
    Please some one let me know how can we do that
    thansk in advnace
    sreedevi.

    Hi,
    i have tried the following tag image is displaying on the button.
    <t:inputCalendar id="dtTo" value="#{selectPlan.timeFrame.endingDate}" renderAsPopup="true" size="14" popupDateFormat="yyyy Week w" readonly="true" required="true" onclick="validateTimeFrameDate()" renderPopupButtonAsImage="true" popupButtonImageUrl="images/calendar.gif" />
    Thanks,
    N.Kishore

  • Is possible to add a image in  a button?

    I know it can assign a icon for <mx:Button ...>
    my button is created programly:
    var but:Button = new Button();
    but.width=20;
    but.addEventListener("click",indent);
    myRTE.toolbar.addChild(but);
    I want to assign a image on this button. Who has idea how to
    do it?

    try this:
    [code]
    <mx:Button styleName="myButton" label=""/>
    <mx:Style>
    .myButton
    upSkin: Embed(source="../forum.gif");
    overSkin: Embed(source="../forum.gif");
    downSkin: Embed(source="../forum.gif");
    disabledSkin: Embed(source="../forum.gif");
    [/code]

  • How to display an image as a button

    how to make an image like a button ; when we press the image it performs a command

    Or you could use a form with an ImageItem with a button appearance:
    Image myImage = ...
    ImageItem("MyButton", myImage, Item.LAYOUT_CENTER, Item.BUTTON);and then add an ItemCommand to the ImageItem.
    jc

  • Display an image as a button

    how to make an image like a button ; when we press the image it performs a command

    Or you could use a form with an ImageItem with a button appearance:
    Image myImage = ...
    ImageItem("MyButton", myImage, Item.LAYOUT_CENTER, Item.BUTTON);and then add an ItemCommand to the ImageItem.
    jc

  • Coverflow displays "tiled" images instead of the proper artwork.

    I have itunes 7.6.0.29. for the album artwork that I do have the artwork is displayed right in the bottom left hand corner of itunes, but when I switch to "Coverflow" view the image of the artwork is incomplete and tiled. I had the same problem with quicktime and was able to fix it by disabeling Direct 3D video acceleration, but no resolve for itunes. any help is appreciated.

    You would need to either manually create a static page with the thumbnails, or use server side scripting to dynamically display them.

  • Possible to display "moving crosshairs" instead of curves on a xy-graph?

    Hello,
    I want to plot a Graph in LabVIEW showing not a curve but crosshairs or another type of cursor, moving according to positioning data out of a txt-file.
    the txt-file contains x and y coordinates in this form:
    10.0    23.4
    10.5    24.5
    11.0    25.6 ...
    I want to read one pair of coordinates and move the cursor to that point, then the next pair, move the cursor to the point etc. It schould look like the cursor was moving in realtime on the graph. Now to my main problem: It seems that a xy graph collects all of the points in the file and then displays them. This looks entirely different than the described scenario. I guess it's because LabVIEW has this data-oriented concept, where a node "fires" only when it's got all input parameter needed. And since a xy graph expects a cluster as  input parameter I've got this problem.
    Attached is  the vi I made and the txt-file...
    Thank you for your help!
    Gouvi
    Attachments:
    Cursor_XYGraph.vi ‏23 KB
    Posdaten.txt ‏1 KB

    Hi Gouvi,
    for size: just make the graph indicator as big as you need it...
    For background pictures: several possibilities:
    1) make the graph transparent and put some graphics behind the graph
    2) make the graph transparent and put a picture indicator behind the graph
    3) In LV8+ you can put graphics in graphs using property nodes (PlotImages)
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Possible to capture an image if the button on the cam is clicked?

    Hi!
    Im testing JMF and wonder if anybody knows if it is possible to capture click events from the web camera? The web camera itself has a button made to capture images and I'd like this feature in my application. All I wonder is if it's possible to capture or in any other way access information when ever this button is clicked.
    Thx in advance!
    /Anders

    You could use linux easily.
    Check dmesg, after you push the button.
    Allyou have to do is capture the event.
    In windows, you would probably have to do some jni.

  • Radio group with URL for image in a table

    I'm trying to display some text and an image for a radio group so the form looks like
    (*) text for item 1 {image for item 1}
    ( ) text for item 2 {image for item 2}
    ( ) text for item 3 {image for item 3}
    I've found these:
    Re: Is it possible to display an image instead of button in a radio group?
    How to show image in radio group ?
    It looks like all I have to do is create a LOV that looks like:
    SELECT {complex stuff that generates the text string, img tag, and URL for image}
      ,DB_PK
    FROM dynamic_view_for_lov -- public synonym
    But, my images are stored in a table.
    I have been able to create an IR using the "Column Format=BLOB" method.
    The SQL for the report looks like:
    select
      db_pk, display_text, image_len, image_clob
    from dynamic_view_for_lov -- public synonym
    And the Number/Date Format for the IMAGE_LEN column is:
    IMAGE:DYNAMIC_VIEW_FOR_LOV:IMAGE_BLOB:DB_PK::::::Inline:Download
    My question:  How do I create the URL for the img tag for the LOV?
    many thanks
    MK

    MikeKutz wrote:
    I think Homer Simpson said it best:  Doh!
    For the person in the future, you have to 'fake create' the Automated Row Fetch process.
    The get_blob_file_src gets all the information from that Process and the column name of the Item Type that is on the same page.
    I forgot where I read about that trick.
    Basically, you create the Automated Row Fetch process, then 'disable' it.
    Same thing with the required Item Type.  Create it as a "File Type", just to tell APEX that it comes from a Database Column,.... then change it to a 'hidden' type.
    You don't have to "fake' it if the application already contains the file upload item and ARF. The assumption is that the application will contain these components in order to maintain the BLOBs and you'll just reference the functional ones.

  • How to display an image in JOptionPane?

    I've tried to display an ImageIcon that will be displayed in a JOptionPane. I'm not referring to the information or warning icon at the top left corner. When I did so, the pane displayed the file directory of my image instead of the icon.
    Is it possible to display an image in a JOptionPane?

    import java.net.*;
    import javax.swing.*;
    public class Test {
        public static void main(String[] args) throws MalformedURLException {
            URL url = new URL("http://today.java.net/jag/bio/JagHeadshot-small.jpg");
            JLabel label = new JLabel(new ImageIcon(url));
            JOptionPane.showMessageDialog(null, label, "James Gosling", JOptionPane.PLAIN_MESSAGE);
            System.exit(0);
    }

  • How can I make the tab image instead of text.

    Hi guys,
    How can I make a tab displayed as image instead of text?
    Best Wishes,
    Fateh

    Thanks Jari,
    I use Apex 4.0.2 and the theme is Builder Blue 2. When I click edit tab, I get "Tab Label" that is required field and a region called "images". As I got from you, I cannot utilize images in my case.
    Regards,
    Fateh

  • Displaying BLOB image in an item

    I have a table with a BLOB column holding an image.
    I can set up a report region with a query on the column like this (the whole sql query is omitted for simplicity, I am just showing relevant column):
    dbms_lob.getlength(a.product_logo)
    and then put a mask on the report column:
    IMAGE:PROJECT:PRODUCT_LOGO:PROJECT_ID::::::inline:Download
    and it works. The report region, when ithe page runs, displays the image.
    My problem is this...
    I am trying to set up a page where I already have an html region serving other purposes. I want to set up an item under that region that would display my image. I create an item of "Display As Text" type.
    I then enter my magic query dbms_lob.getlength(a.product_logo) into the item's "Source value or expression" field, while I set the "Source type" to "SQL Query". In the format mask for the item, I enter the same mask I showed above - "IMAGE:PROJECT:PRODUCT_LOGO:PROJECT_ID::::::inline:Download".
    I run the page and it doesn't work. The item comes back with a number. I am guessing it's the actual getlength value. What else am I missing? Or is it even possible to display an image BLOB through an item and not a report column?
    Thanks
    Boris

    Hi,
    Install demonstrative application and check page 6
    To install demonstrative app go
    Home>Application Builder>Create
    and select Demonstration Application
    Br,Jari

  • Showing image instead of flash for mobiles?

    I am just wondering if it is possible to show an image instead of flash content for mobiles?
    I want to allow the adobe sniffer to do its thing when it is people using pc and mac browsers and direct them to the plug in page to download the flash player if they need it, but is there a way to sniff for a mobile / smart phone browser and if they cant view flash it will show an image instead?
    Any help appreciated.

    You can use Javascript to detect the browser and platform for any given user. You can then parse that information to push the content that you want to use for the result. You can find a good write-up with example code here: http://www.quirksmode.org/js/detect.html

Maybe you are looking for