Horizontal layout for images or video

Hi, Sir
May Check with you how coldfusion can layout for images or
video in horizontal way? the default is vertical when we use
cfoutput. what founction and tag support, or we had to design a
horizontal looper for the purpose?
The example web page horizontal layout is the youtube.com,
like URL:
http://youtube.com/browse?s=mp,
All the video were layout in horizontal.
Thanks and Regards
David

See
this
link
Ken

Similar Messages

  • UIX: horizontal layout for messageRadioGroup

    Hello,
    We use UIX 2.1.7.
    In our application we have a few UIX xml pages that create a (dynamic) list of screen items based on database
    content. These screen items can be text items, date items, choise fields, checkboxes or radio groups, depending on what got queried from the database. In the UIX xml, we have implemented this by a table iterating over a DataObjectList with fields, and a switcher bean to render the corresponding UI widget for each field in the list.
    This all works very well, there is only one layout shortcoming we can't seem to fix. When rendering a field as a radio group, we use the messageRadioGroup tag, and use the childdata attribute to create the individial radio buttons. Unfortunately, these buttons are stacked vertically, while we would really like to have them horizontally because of the huge amount of screen space this would save (we sometimes have dozens of radio groups, all with 4 radio buttons. There does not seem to be a way to do that using the messageRadioGroup.
    I am aware of the possibility using the radioButton tag, but due to some issues with our (already very complex, conditional and nested) databinding and the code responsible for handling the screen when the user presses 'save', we REALLY prefer having just a single UI widget in the UIX page for a radio group, just as for all the other widget types as described above.
    Is there anything we overlooked in the messageRadioGroup tag, and if not will it be possible to include this functionality in a future release?
    Thanks!

    Peter -
    We would much prefer to avoid introducing new layout behaviors into the radioGroup - and encourage clients that require different types of layouts to use the radioButton component. In your case, it sounds like you might benefit from putting your "horizontal" radioGroup layout into a UIX template, so that it can be easily accessed from your uiXML pages. For example, here is a sample template which implements a horizontal layout for radio buttons:
    <?xml version="1.0" encoding="UTF-8"?>
    <templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    targetNamespace="http://www.example.org/demo/templates"
    localName="horizontalMessageRadioGroup">
    <!-- define the template's type information -->
    <type base="ui:inlineMessage">
    <attribute name="childData" javaType="oracle.cabo.ui.data.DataObjectList"/>
    </type>
    <!-- define the content of the page -->
    <content>
    <inlineMessage data:prompt="prompt@ui:rootAttr">
    <contents>
    <flowLayout>
    <contents data:childData="childData@ui:rootAttr">
    <radioButton data:name="name@ui:rootAttr"
    data:text="txt"
    data:selected="selected"
    data:value="val"/>
    </contents>
    </flowLayout>
    </contents>
    </inlineMessage>
    </content>
    </templateDefinition>
    And here is a sample UIX page which uses both a standard messageRadioGroup as well as a horizontalMessageRadioGroup to render the same set of inline data:
    <?xml version="1.0" encoding="UTF-8"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
    xmlns:demoTmps="http://www.example.org/demo/templates">
    <templates xmlns="http://xmlns.oracle.com/uix/ui">
    <templateImport source="horizontalMessageRadioGroup.uit"/>
    </templates>
    <content>
    <dataScope xmlns="http://xmlns.oracle.com/uix/ui">
    <provider>
    <data name="RGData">
    <inline>
    <btn txt="Longer name" val="Val0"/>
    <btn txt="Name2" val="Val1" selected="true"/>
    <btn txt="Name3" val="Val2"/>
    </inline>
    </data>
    </provider>
    <contents>
    <labeledFieldLayout>
    <contents>
    <!-- First, a vertical group of radio buttons -->
    <messageRadioGroup name="group1"
    data:text="txt"
    data:value="val"
    selectedValue="Val2"
    type="radio"
    prompt="Verical Group"
    data:childData="btn@RGData"/>
    <!-- Now, a horizontal group -->
    <demoTmps:horizontalMessageRadioGroup name="group2"
    prompt="Horizontal Group"
    data:childData="btn@RGData"/>
    </contents>
    </labeledFieldLayout>
    </contents>
    </dataScope>
    </content>
    </page>
    Please give this solution a try and let us know the results.
    Andy

  • N8: no horizontal layout for calls?

    I have a horizontal mounting for my N8 in the car. I like OVI maps much more in horizontal layout. But incoming calls seems to be displayed always in vertikal layout !?
    Same for the dialing field if you click on "Make call" on the main window. There seems to be no horizonzal version.
    Greetings,
    HaPe
    N8-00 with orange case, loving it
    If my post was helpfull, click on the white star and give me an KuDo ;-)

    Yes it is very hard to turn it around if it is mounted in a car kit in landscape view to be able to use OVI maps in landscape, which is great and much more better in landscape.
    And it is a big lack that it is not possible to see the caller number and picture in  a correct way. 
    And it is quite impossible to dial a number because the digit buttons are arranged in portrait mode.
    (Nokia N8 is used with bluetooth car kit)
    N8-00 with orange case, loving it
    If my post was helpfull, click on the white star and give me an KuDo ;-)

  • Tracking Clearances/rights/releases for images/sound/video

    Hi,
    We use Captivate CS5 for creating elearning.
    How do people track all the clearances/rights on images, audio,.video and releases from voice overs?
    regards and thanks

    Binky2 wrote:
    ...it appears that all of one's iTunes are available for use.
    Welcome to the discussions. Although it appears to be available, you may find that those apps won't actually accept or publish that iTunes music.
    Binky2 wrote:
    But isn't such use a violation of copyright/use laws?
    Yes — unless it's music you created yourself or music which you have the rights to re-distribute.
    Binky2 wrote:
    Are there rules about recording sound in public places?
    I don't know, but you may be able to deduce something from this article:
    http://wiki.creativecommons.org/PodcastingLegal_Guide#UsingMusic

  • How to include zoom option for images and video in adobe captivate5?

    I am developing an elearning software with captivate 5 which has images and video.
    I want to include an option to be able to zoom the images and video if clicked on the particular area.
    It should zoom any part of the image when clicked on it during run time and go back to original size when clicked again.
    How can I do this?

    1. I try with two images: The thumbnail y the Big Image Zoom image Detail.
    2. I Use Dinamic Images
    3. check this tip

  • Videodownloader add-on for years it no longer works for images. Video only. Why?

    Videodownloader add on is one of the most useful tools in my work. It is imperative i 'm able to download multiple images at a time. It has worked great until 3 days ago. I went to download the page images and the VD icon did not animate. So I went to youtube and for a video and it animated. Itried reoving and reinstalling,but no good. I've looked at VD preferences and FF options and don't see anything that would cause it.

    Try DownthemAll Addons

  • Use same player for images and video

    Greetings,
    I am working on a media player using Flash Pro CS4. I am
    totally new to Flash, but I do have experience coding in C#. I have
    included a URL to a media player used by the UFC. I'm trying to
    figure out how they have a single media player that allows you to
    display either an image or have the next selection in line be a
    video that plays. I did find a tutorial on in the Flash Developers
    Center on how to create a dynamic video player with an XML
    back-end, which is very helpful, but it only covers using video. If
    anyone could help me out by pointing me in the right direction, I
    would greatly appreciate it.
    Thanks,
    PAffiliates
    PS...Below is the URL I mentioned...
    http://www.ufc.com/includes/flash/FeaturedMediaGallery.swf?4

    So fair warning, what you're asking for isn't really a supported deployment method of CRM.
    That said, you should be able to do some DNS trickery internal to your network that points your "crm.domain.com" to "crm.domain.local" and then hopefully CRM will treat the connection as if it came from an internal network.
    Otherwise, you're likely going to have to accept that everyone gets the ADFS login page internal and external to your network.
    The postings on this site are solely my own and do not represent or constitute Hitachi Solutions' positions, views, strategies or opinions.

  • Horizontal layout for radio options

    Hi Forum,
    we currently extend a components dialog with some options to let the authors choose from some predefined styles. So far this works pretty good.
    Each fieldset contains one widget that is rendered as xtype=selection,type=radio.
    Now we want these radio options to be layed out horizontally to save some space. We already experimented with the columns- and vertical-property. But none of these worked.
    Does anyone know the trick how to display the radio options side by side?

    See
    this
    link
    Ken

  • Best Practices for image layout and positioning using anchored frames in Framemaker 10

    Hi,
    I'm looking for the best practices in how to layout my images in Framemaker 10 so that they translate correctly to Robohelp 9. I currently have images inside of Anchored frames that "Run into" the right side of my text. I've adjusted the size of the anchored frame so that my text flows correctly around the image. Everything looks good in Framemaker! Yeah! The problem is that when I link my Framemaker document to Robohelp, the text does not flow around my image in the same manner. On a couple of Robohelp screens the image is running into the footer. I'm wondering if I should be using tables in Framemaker in order to get the page layout that I'm looking for. Also, I went back and forth...is this a Framemaker question or is this a Robohelp question. Any assistance would be greatly appreciated.

    I wish I could offer some advice, rather than simply adding to your question. I think there is something odd that happens with anchored frames.
    I have been going through fits trying to figure out why the placement of my graphics shifts when I run them through Frame 10-to-RoboHelp 9 conversion. The placement in our books is flush left to the body text area. However, when they convert, some are flush left, some are centered, and a very few are flush right. My boss is very unhappy with me, as I have been unable to figure out why this is happening. I didn't create these files, so I don't know if it's something that goes back to how the graphics were initially imported. But I can't figure out why everything looks right in Framemaker, with the frame attached to an anchor tag, etc. but the placement goes hinky when they convert.
    Any insights are appreciated. I'm wondering if it's going to come down to deleting them and recreating the graphic frame.

  • Please help me!--rendering makes the images or video blurry (very pixelated) deteriorates the image  Adobe Premier Elements 13  need help!  .jpg and mpeg images,  but I have never "rendered" before since I got APE 13 about 6 weeks ago.  I am desperate for

    Please help me!--rendering makes the images or video blurry (very pixelated) deteriorates the image  Adobe Premier Elements 13  need help!  .jpg and mpeg images,  but I have never "rendered" before since I got APE 13 about 6 weeks ago.  I am desperate for assistance!

    That's going to be a ridiculous waste of money and energy.
    First of all, the current ATI drivers don't support multiple GPUs, so at the moment even a single 4870X2 would be only a 'normal' 4870 (which is quite a speed beast already). GFX drivers evolve rapidly, so things might look different next month, but when it comes to Linux and hardware there's one Golden Rule: stay away from the newest stuff and wait for proper support to get coded.
    I also wonder what power supply could possibly cope with the differences between idle and full load; that's way beyond 400W. But then, I'm one of those "quiet&green" types where >100W idle is already a bit much.
    I kind of understand that you want to get it done and not worry about hardware for the next 10 years or so, but that's simply not how the hardware world works and never did. At least not for the average consumer.

  • How to switch display of label for SelectOneRadio in horizontal layout

    Using selectOneRadio with the horizontal layout and it displays the label and then the radio buttons to the right of the label.
    LABEL RADIO1 RADIO2 RADIO 3
    Is there a way to display the radio buttons to the LEFT of the label instead?
    RADIO1 RADIO2 RADIO3 LABEL
    Another question .... instead of radio buttons, we'd like to use check boxes instead, with the same functionality as the selectOneRadio ... just checkboxes instead of radio buttons.
    Can't find anything like selectOneCheckbox though, just a SelectBooleanCheckbox or SelectManyCheckbox, which won't work.
    Thanks for any help.

    Hi,
    you can use combination of selectOneRadio and outputLabel so in selectOneRadio leave label blank and put this text in outputLabel component, which you store to the right of selectOneRadio
            <af:panelGroupLayout id="pgl1" layout="horizontal">
              <af:selectOneRadio id="sor1" layout="horizontal">
                <af:selectItem label="label1" value="1" id="si1"/>
                <af:selectItem label="label2" value="2" id="si2"/>
              </af:selectOneRadio>
              <af:outputLabel value="outputLabel1" id="ol1"/>
            </af:panelGroupLayout>regards,
    Branislav

  • Motion tracking is not working for videos but works for images?

    Motion tracking is not working for videos but works for images. When the videos is drop onto the tracking object the videos corner don't appear highlighted. I am working on windows 7 with version 13.1.

    ivanhoeeurope
    Are you within 30 days of purchase for the Premiere Elements 13? And, did you purchase as a download from Adobe? If so, you can
    apply for a return/refund for 13. If you purchased elsewhere, then you would be governed by the return/refund policy of the seller.
    Adobe no longer sells version 12, so you would have to find a vendor who still has it in stock and purchase it. There is no way to "downgrade"
    13 to 12.
    What you may want to do is to download and install the Premiere Elements 12 tryout from the following web site to verify that 12 Motion
    Tracking works for you; whereas 13 cannot with regard to use of video for the Motion Tracking source media.
    Adobe Photoshop Elements 12 Direct Download Adobe Photoshop Elements 12 Direct Download Links, Premiere too | ProDesignTools
    Apparently this web site does not sell the tryout. It just makes it available for use.
    Before I posted my reply to you I looked at Motion Tracking with video source media on both Premiere Elements 12/12.1 and 13/13.1 on the same Windows 7 64 bit computer.
    If any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • Request: vertical / horizontal option for "swipe to change image" in the Image Sequence tab

    vertical / horizontal option for "swipe to change image" in the Image Sequence tab

    It should work with a mouse click+drag. What version of the viewer are you using?

  • How to use MatrixLayout control for Images in UI5

    I am trying to use MatrixLayout for my images but not able to do that....
    I have Grid Layout in that i have added  four images and that should be display like
    image_1           image_2
    image_3          image_4
    I used Horizontal Layout but think it is not best approach.
    Please help me if anyone know this....
    Message was edited by: Michael Appleby

    Hi Prashant,
    You can use matrix layout with number of columns pre-defined and create rows according to your images.
    var oLayout = new sap.ui.commons.layout.MatrixLayout({
    layoutFixed : true,
    columns: 2,
    Create row from you content like:
    oLayout.createRow(image1,image2);
    oLayout.createRow(image3,image4);

  • Best practice to put overlay images on video?

    Hello community!
    I would like to know what's the best way to put overlay images on videos, like ads ( actually ads )
    I'd like to animate them and all that stuff, the thing is I believe I know how to do it, but I'm not sure.
    On the one side I image that i should create a plugin to manage them, and a MediaElement to put them inside.
    Supposably this mediaElement ( Ads ) should run in Parallel with the video.
    I'm still investigating on that but I would appreciate any help!
    Thanks!

    Yes, you're on the right track.  See this sample app for some additional guidance:
    http://opensource.adobe.com/svn/opensource/osmf/trunk/apps/samples/framework/LayoutSample/
    The sample demonstrates the layout of an overlay bug by placing a VideoElement and ImageElement in a ParallelElement.  To map this to the ad use case, you might have the ImageElement encapsulated within a plugin.

Maybe you are looking for

  • Python / Audio Conversion - I want to convert mp3 to wav

    Hi, Ive dabbled very little in actual coding, wrote one python app that these forums really helped me make, and Ive programmed in VBScript and SQL Server, but all academic, nothing for my own uses.  I need a program to convert mp3's to .wav's that ca

  • How To create custom login and create user pages

    Where can I find documentation that discusses how I can create a custom login page and create new user page? Also, I cannot find how to get away from the default login page. I am using 9iAS/Portal R2. Bill G...

  • Preinstalled songs cannot be played

    Hello All, Last night I've updated my Nokia 5800 firmware to the v20.0.012 but I am surprised to see that now I am unable to play the preinstalled songs available on my device... Can anyone let me know whats wrongs!!!!!!!!!!!! Regards, rohit

  • URGENT : how to change the report to use two date sets

    Hi, I have a summary report with the name of the sales agents and their total sales for the period from so and so. Now I need to run the same report to be able to see their total sales but from two set of dates, for eg. the same report for 2006 and 2

  • Adobe Reader 10.1.2 shuts down when printing/saving files

    Every time I try to print or save a pdf file, I get a message that "Adobe Reader has stopped working" and the program shuts down.  I've tried uninstalling and re-installing numerous times, but that has not helped at all. Any suggestions?