Using a repeater to pass content to a title window

Hi I have a repeater that has a button and the button open a title window component from flex
So far I use the name property of the button to pass the title from the repeater to the title of the titlewindow
here it is:
Vimeo is the name of the repeater
<mx:button name="{vimeo.currentItem.title}"
on the as3:
myWindow.title=event.currentTarget.name;
so far I can open it with the names from the list.
Also I have an html inside of the title window and I want to set its location from the parameters of the repeater
so here is when it start to be hard to imagine a way to retrieve that information from the repeater and pass it to
the location.
here is my code.
import mx.managers.PopUpManager;
                    import mx.containers.*;
                              import mx.controls.Alert;
                              import mx.rpc.events.FaultEvent;
                              import mx.rpc.events.ResultEvent;
                              import flsWindow;
                              private function openWindowVimeo(event:MouseEvent):void{
                                        var myVimeoWindow:TitleWindow= TitleWindow(PopUpManager.createPopUp(this, flsWindow, true));
                                        myVimeoWindow.width=800;
                                        myVimeoWindow.height=600;
                                        myVimeoWindow.title = event.currentTarget.name;
                                        var myHtml:HTML= new HTML;
                                        myHtml.location={myText.text};//tried to make this happens though is always with error;
                                        myHtml.width=800;
                                        myHtml.height=600;
                                        myHtml.x=0;
                                        myHtml.y=0;
                                        myVimeoWindow.addChild(myHtml);
<mx:HTTPService id="vimeoService" url="http://vimeo.com/api/v2/iglesiafls/videos.xml" resultFormat="e4x" fault="onFault(event)"/>
<mx:XMLListCollection id="myVimeoList" source="{vimeoService.lastResult.video}"/>
          <mx:VBox width="340" height="334" x="699" y="422">
                    <mx:Repeater id="vimeo" dataProvider="{myVimeoList}">
                    <mx:Image source="{vimeo.currentItem.thumbnail_medium}" width="200" height="150"/>
                    <mx:Text id="titleText" text="{vimeo.currentItem.title}" color="#F5FBFC" fontSize="14" width="300"/>
                    <mx:Text text="{vimeo.currentItem.description}" color="#F5FAFB" width="300"/>
                    <mx:Text text="{vimeo.currentItem.url}" id="myText"/>
                    <mx:Button  name="{vimeo.currentItem.title}" label="ver video" click="openWindowVimeo(event)" enabled="true"/>
  </mx:Repeater>
  </mx:VBox>

I have this resolved already

Similar Messages

  • Passing the values from the graph when we use Navigate to the BI Content

    Hi,
    The following are the problems which we are facing when navigating to the other BI report.
    1)When using the “Navigate to BI content” action the values are not getting passed to the detail report from the graph. Is there any limitation or any alternative to make it work?
    When I click on the Bar graph I need to pass the corresponding period and the dimension (EX: Operating Unit – Vision Services R+D) to the detail report.
    2)I have tried using the “Navigate to Web page” action. I am able to pass the values but the page is getting opened in another window. I want that page to be opened in the same window so that my presentation variable values are not lost.
    3)When I click on the bar graph, I am able to pass the values period and operating unit. But my presentation variable values are lost. I want to retain them.
    Please help me out in achieving this scenario.
    Thanks,
    Chaithanya

    Hi,
    In the column properties give the navigation to other reports from the interaction tab and make a chart with the column and in the dashboard -->edit dashboard-->in the section where the report is placed--->give 'drill in place'.
    Regards
    MuRam
    NOTE: Please mention if this resolved your problem/still facing and close the thread.

  • BLS:  Using a repeater on an SVG

    I have an SQL Query that always contains 9 records.  One for every line in this dept I am working on.  I want to use a repeater on this query so it creates an SVG image for every line.  The problem I am seeing is I need to get to the RowSet/RowSet/Row/Data of the Repeater and it only allows me to click on the Output and there is no RowSet/RowSet/Row/Data.  What needs to be placed in between the Repeater and the SVG transaction in order to make this work?  Or am I not doing this correctly?

    Open the action block for the SQL Query and go to Configure.  Close the dialog box and it will ask you to Generate Sample Data - Yes or No or Limit Row Count.  Click Yes.  Assuming you are not passing any parameters to the query, you should then get the missing "stub" you are looking for.  If you are passing parameters to the Query, then in the Query Editor, enter a parameter so the query returns a result and do the same as mentioned above in Xacute to get the missing stub.

  • Passing contents of file from server to client

    We have a Visual Basic 6 application that uses OO4O to access a 9i database.
    We have a requirement to retrieve a text file from the database server and display the contents in our VB 6 client.
    We already do this for small files. Basically we call a stored procedure that reads the file using utl_file and returns the contents of the file in a OUT_VALUE_LONG variable which VB then displays.
    The issue is that we now need to do the same but for a much bigger file. Is there a limit to the amount of data we can pass in an OUT_VALUE_LONG?
    If there is a limit, what other options do we have?

    I'm not quite sure I understand your question, but in case I do, here goes. If you're ssh'd into another machine, you're using that machine. Dragging something from your local finder into a terminal ssh session, if I'm not mistaken,hopelessly munges the path. The ssh session puts you on the other client. Trying to figure out what happens when you drag a file from your local finder to a terminal session on a remote host starts to make my head hurt. I think typing the entire path, or just navigation to the right directory would be the best bet. You can do this on multiple clients through ARD, and I imagine you could script the process as well (already posted).

  • Is it possible to use wildcards to match cell contents in an if statement?

    I need to return a ID along with some other information on a page by page basis, so that the information comes out linked by position.  I use a couple of loops and if statements to navigate through the document.  I am able to use exact matches of cell contents which is fine when the contents doesn't vary.  But the IDs, though they have a similar pattern, are all different. In a menu driven search, I am able to find what I need with '150^9^9^9^9^9-^9^9^9' But when I try putting this (or any number of [0-9], *, ? combinations) it fails.  Is it possible to use wildcards?  The symbol used for the match (==) makes me suspect that it is not possible and that only literal, exact matches will work.  But I wanted to check with the experts before giving up.
    Thanks
    pcbaz

    Thanks for the input.  You're right, a GREP search is much more efficient.  But what I'm trying to do and the circumstances here don't allow me, I think,  to go that route. I am trying to generate a list of values coming from several textframes on a single page and have them come out so that I can tell which values belong together.
    I'm using an inherited document with masters that were created 'manually';  the index numbering for textframes and tables is random. I navigate through the pages, looping through textframe indices asking ' does this textframe exist?' If so, I ask if it is a table -- if no, it is a simple textframe and I ask about the ID, if yes, I ask if the contents of cell (0,0) (invariant position and contents) are equal to the table I want..  I am sending the ID and other pieces of information from the table to one row of a new table on a new page.  So the ID and other information from a single page are linked by being in the same row.
    I know this a little 'off-normal' -- I'm using the search to navigate through the document and find things by location the way you do with a spreadsheet.  I have devised a work-around that helps me get around the fact that the ID is not invariant.  I create a list of the (exact) IDs from another document, equating them to a variable ('a').  I then loop through the list of IDs and ask if the contents of the textframe is equal to 'a'..This works o.k, unless there happens to be an extra space, a different kind of hyphen, etc. It would be so much easier if I could use the wildcards that work in a menu-driven text or GREP search in script just to ask about the contents of the textframe.
    Thanks again
    pcbaz (Peter BIerly)
    P.S. we have since rewritten the masters so this problem will not exist in the future -- we now know exactly which textframe and/or table indices to refer to to get any particular bits of information and don't need to ask questions about the contents.

  • Do I need to set something when using Dynamic VIs to pass control values to an executable VI

    I am using VI server to pass control information from one VI to another.
    In the development system this works fine.
    How ever once I build the VI's into an executable the values from one of the VIs does not get passed.
    I use the same method in three different applications, 2 of the applications work fine, but one does not.
    The only thing I can think of is that there is something that needs to be set that I did (without realizing) in the first two but not in the third.
    All the Applications run fine.
    The problem that occurs is in the values passed. The same value gets passed everytime this turns out to be what ever the default was prior to running application builder.
    I a
    m currently using 6.02.

    Kandrew wrote:
    > I am using VI server to pass control information from one VI to
    > another.
    > In the development system this works fine.
    > How ever once I build the VI's into an executable the values from one
    > of the VIs does not get passed.
    >
    > I use the same method in three different applications, 2 of the
    > applications work fine, but one does not.
    Are you using Call by Reference or Set Control Value method? The second
    absolutely requires the Front Panel to be present to work properly. The
    LabVIEW application builder wants to remove the Front Panel by default
    if the VI hasn't been configured to show its front panel when called or
    doesn't have at least one Control Property Node in its diagram.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • I am losing my carriage returns when sending emails. How to keep? uses SMTP Email MIME Text Content-Type.vi

    I am losing my carriage returns when sending emails using the Internet email vi's.
    All carriage returns are stripped out and I get one long word wrapped paragraph.
    I want to avoid html.
    Ideally, using the vi's for rich text would be perfect, but a simple text message with carriage returns and line feeds in any font ok. 
    uses SMTP Email MIME Text Content-Type.vi
    i have tried text/plain, text/html, and mixed yada something

    You need to use Line feed constant and then use concatenate function.See the screen shot.
    Naqqash
    Attachments:
    Using Line feed.png ‏15 KB

  • Passing contents of text file in oracle cursor

    Hi,
    I need to pass the content of text file in cursor and pass it on to calling codes. then calling codes will generate another text at their end. Can some help how can I pass contents of text file in oracle cursor? Thanks

    i need to do it without tables for some reasons.

  • Using MS-Sharepoint as a content server from ECC 6.0

    Hi, gurus.
    From the
    [SAP Content Server Installation Guide|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/cfa73246-0a01-0010-71b4-bc21ccb45c99&overridelayout=true]
    ...you will find this information:
    You can find a description of the SAP Content Server Interface in the SAP Library (on the documentation CD or under www.//help.sap.com) under SAP Web Application Server u2192 Basis Services u2192 Knowledge Provider u2192 Content Management Service u2192 SAP Content Server HTTP Interface. If you want to integrate another content server into your network, the new content server must fulfil the requirements of the interface.
    My simple question is:
    Is it possible to use MS Sharepoint as a content server from ECC 6.0  ?
    Please advice.

    Hi Athol,
    Thanks very much, your answers are very helpful.
    To use SharePoint as SAP DMS for document management. We have depend on the 3rd party products like iNet.DM from ERP.Link or Duet Enterprise and separate licenses required for products?
    Without this 3rd party products, it is not possible to use SharePoint as SAP DMS?
    What is best and cost effective way of achieving this requirement?
    Thanks and Regards,
    Venky.

  • Problem when using WEB.SHOW_DOCUMENT and passing in lexical parameter

    Hi,
    I got a blank page with error "An error has occured while trying to use this document" when I tried to use web.show_document and passing a lexical parameter to 10g report on 10gAS. The URL in the web.show_document is:
    http://<srvname>:<portnum>/reports/rwservlet?server=repserver90&report=myrpt.rdf&destype=Cache&desformat=pdf&userid=<usr>/<pw>@<db>&where_clause=where%20product_type%20in%20('REPORT')
    If I change the desformat to htmlcss, it is fine to display the report. But doesn't work with desformat=pdf. The pdf file has been generated in the cache. Why can't it display on the screen.
    Also I tried to use double quote the value for where_clause. The pdf report showed up. But it ignored the where clause.
    Experts please help.
    Ying

    I use lexical parameters and they work fine, but I use a parameter list. The code is contained in a form that is called by all forms that wish to run a report. This way you only need the logic for printing in a single form. If you want the form, email me at [email protected]

  • Splitting Fios signal and using a repeater

    I have FIOS and just purchased a flat screen for my office, which I want to hang on the wall.  Issue - Set Box  and where to place it.  I understand I can move the box to a another space and use a repeater to transmit the signal from the box to the TV.  I want to place the box on a shelf under my desk about 5 ft from the tv and out of the way.  Questions:
    1.  Rather than run a new FIOS cable to where I want the Box under the desk, can I simply "split" the FIOS sifnal coming in for my internet and run a cable to the box?
    2.  Any experience in using the Radio Shack repeaters?
    Thanks

    njseeker wrote:
    I have FIOS and just purchased a flat screen for my office, which I want to hang on the wall.  Issue - Set Box  and where to place it.  I understand I can move the box to a another space and use a repeater to transmit the signal from the box to the TV.  I want to place the box on a shelf under my desk about 5 ft from the tv and out of the way.  Questions:
    1.  Rather than run a new FIOS cable to where I want the Box under the desk, can I simply "split" the FIOS sifnal coming in for my internet and run a cable to the box?
    2.  Any experience in using the Radio Shack repeaters?
    Thanks
    1. Should work fine. Radio Shack bidirectional splitters work fine here.
    2. I could not recommend any type of repeater or amplfier on the coax, because it would not be bidirectional and support the IP frequencies of the STB. Assuming you mean on the COAX.

  • Fixed Layout ePub - please help me embed video and/or use Folio overlay with web content

    Hi
    I have an In Design file used to create a print book (11"x11") and have decided to use CC 2014 to create a fixed-layout ePub 3 for a digital version.  I converted the book over with minor issues of having to change the font and it looks beautiful.
    I would like to add videos at the end of the book to take advantage of the flexibility of the digital format.  I create a year-end slideshow of my photos and host them on Vimeo.
    I have tried the following:
    Using the Vimeo standard embed code in an HTML element
    Using the old flash Vimeo embed code and converting to HTML - worked great on iBooks on Mac but not on iPhone/iPad as flash-based
    Hosting and linking to videos on my own web server and using the Media - insert video link to the mp4 file
    Hosting and linking to videos on my old photo server at smugmug.com
    I can embed the actual videos but, at their smallest size they increase the file size of the ePub from 78MB to 400MB...
    I then thought I would use a Folio Overlay - Web Content.
    The idea is to use this blank page on my website which would look for all intents and purposes like another white page in the book - 2012 Slideshow - Oren Photography
    The overlay works in Folio Preview but not when exported as an ePub
    Is this a limitation of the ePub format?
    Any help/advice/suggestions on fixing this are greatly appreciated.
    E

    Thanks again Steve and Bill
    My interest in embedding videos was largely to minimize the final file size and amount of space used on each person's device.  I ended up following your advice about using Adobe Media Encoder to minimize the size of each slideshow but it still increased the final ePub from 65 MB to over 200 MB.  And that was with video quality that was far inferior from what I could offer through an embed or, my final solution, a link out to my website.
    I happen to be of the same thought as Bill that most people are now connected to the internet and would favor a smaller file with access to online content over a very large file.  I would have liked to embed the videos and allow 720p quality inside the ePub over the link I ended up settling for.
    E

  • How can I use custom repeating event in my iPad Air calendar iOS 8.0.2

    How can I use custom repeating event in my iPad Air calendar iOS 8.0.2?

    Unless something has changed, you can't. The iPad has limited ability to make repeats. However if you make the custom repeats in another program you can send them to or import them into your calendar and the iPad will respect the custom repeat.

  • I am used to "drag and drop" content from my computer to my old i-pod.  With the new i-tunes, I can't seem to do that.  Any suggestions?

       I am used to "drap and drop" content from my computer to my old i-pod.  With the new i-tunes, I can't seem able to do that.  Any suggestions?  Thanks.

    diana42 wrote:
    My problem is that Itunes does not acknowledge inserted CD in DEVICES area,
    Are these Audio CDs?
    Only Audio CDs will show up in iTunes.
    This is new to me because I am used to importing and making copies from my playlists.
    I don't follow. Would you explain this a bit more?

  • Using Adobe Creative Suite for content management

    I am trying to find out if Adobe CS3 can be used to perform web site content management functions. In particular, I need to know if web page publication dates can be controlled, i.e. is it possible to specify a future date for publication of a specific page? I think Contribute can do this when posting to a blog but it's not clear if web pages can be managed in this way as well. Any help gratefully received....

    If it can be done, it would be in Dreamweaver CS3, so you should pose your question in the Dreamweaver Forum.

Maybe you are looking for

  • Error in ABAP/4 code

    I have added some fields and did in the append. In the Function Module I did some join and at the end it gives me the error of all the field which where added in the append one of them is the below one. Can anyone one have suggestion to this      The

  • Copy and Pasting Text in Photoshop

    Everytime I've tried pasting text from a Word document or website, all the words jumble on top of each other into one line. Why can't they separate into separate lines like they were originally formatted to look like? Thanks, Mason

  • Dual data rate stream problem

    I am streaming a live source that is being encoded at 2 different data rates. One is a 360Kbps stream, the other is a 28Kbps stream (for dial up users). I have created a reference movie that contains URLs for each of these streams. The high speed one

  • Recipts with Clearance method by Automatic clearing are not cleared

    Hi, I have a receipt class with a clearance method 'By Automatic Clearing' and have the 'Clearing days' in the Remitance bank set to '1' day. When the receipts are remitted I am expecting them to be auto cleared after 1 day. But the receipts remain i

  • Google Analytics Automator breaks iWeb blog comments

    Hi I added a blog for our Small Business site that I created with iWeb. We used Google Analytics and the Automator script add the HTML snippet to track visits on our site. Since I added the blog I realized that after running the GA automator script t