Dynamic text behind image?

Hello, i have this dynamic textbox where im loading a number, that works fine, but then im loading a picture from an array on the same place as the number, and the picture comes on top of the textbox. How do i get the number on top of the image? thx.
Code for the part:
var images_array:Array = new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat");
  var wkDayPic:Date = new Date();
  var wk_day:String = images_array[wkDayPic.getDay()];
  var day:Number = time.getDate();
  //var year:Number = time.getFullYear();
  var my_loader:Loader = new Loader();
  my_loader.load(new URLRequest(wk_day+".gif"));
  addChild(my_loader);
           my_loader.x = 80;
          my_loader.y = -55;
  dayNr.text = day + "";

Try using:  addChild(dayNr);   right after the line where you addChild(my_loader)

Similar Messages

  • Using Dynamic Text to tell a Hyperlink where to go.

    So I am having a little trouble on my site, and this community seems like a good place to go for help, and I am sure someone out here can help me.
    I have a webpage that uses dynamic text and images, and it serves as my user profile page. I know the database and all of that stuff is set up correctly because all of the dynamic text shows up as it should.
    Here is the problem I am having. I have an area where a user will be able to view files he has uploaded, and click on the name of a file to view it.
    The way I have it set up, is the clickable text is dynamic text from the server, called uploadname1. I want to make this text into a link, that sends them to the file stored as fileupload1.
    Here is my code that I thought should do it.
    "<a href="<?php echo $row_Recordset1['fileupload1']; ?>"/><?php echo $row_Recordset1['uploadname1']; ?></a>" (minus the quotes of course)
    The text underlines and changes the color as it should, but it is not clickable. Can someone out there help me?
    Tyler

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Profile - NoteScoop</title>
    <style type="text/css">
    body {
    background-image: url(../bgg.jpg);
    background-repeat: no-repeat;
    color: #FFF;
    #bio {
    font-family: Tahoma, Geneva, sans-serif;
    height: 213px;
    width: 460px;
    left: 404px;
    top: 53px;
    position: absolute;
    #editlink {
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFF;
    position: absolute;
    height: 40px;
    width: 80px;
    left: 178px;
    top: 677px;
    a:link {
    color: #FFFBF0;
    a:visited {
    color: #FFFBF0;
    a:hover {
    color: #FFFBF0;
    a:active {
    color: #FFFBF0;
    #photo {
    position: absolute;
    height: 220px;
    width: 205px;
    left: 121px;
    top: 70px;
    #submit {
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFbf0;
    left: 290px;
    top: 25px;
    position: absolute;
    width: 59px;
    #about {
    position: absolute;
    height: 25px;
    width: 90px;
    left: 128px;
    top: 25px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFbf0;
    #abouthead {
    position: absolute;
    height: 25px;
    width: 48px;
    left: 466px;
    top: 25px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFbf0;
    #contact {
    font-family: Tahoma, Geneva, sans-serif;
    color: #fffbf0;
    position: absolute;
    height: 25px;
    width: 85px;
    left: 616px;
    top: 25px;
    #blog {
    font-family: Tahoma, Geneva, sans-serif;
    color: #fffbf0;
    position: absolute;
    height: 25px;
    width: 33px;
    left: 792px;
    top: 25px;
    #notes {
    font-family:Tahoma, Geneva, sans-serif;
    color: #fffbf0;
    position: absolute;
    height: 84px;
    width: 460px;
    left: 425px;
    top: 510px;
    #friends {
    font-family: Tahoma, Geneva, sans-serif;
    color: #fffbf0;
    position: absolute;
    left: 421px;
    top: 278px;
    width: 460px;
    #uploader {
    font-family: Tahoma, Geneva, sans-serif;
    position: absolute;
    height: 53px;
    width: 460px;
    left: 543px;
    top: 645px;
    #groups {
    font-family: Tahoma, Geneva, sans-serif;
    position: absolute;
    height: 354px;
    width: 292px;
    left: 80px;
    top: 366px;
    #ad1 {
    position: absolute;
    height: 220px;
    width: 205px;
    left: -40px;
    top: 38px;
    #sponsored {
    font-family: Tahoma, Geneva, sans-serif;
    color: #000;
    position: absolute;
    height: 22px;
    width: 122px;
    left: 958px;
    top: 69px;
    </style>
    </head>
    <body>
    <div class="sponsored" id="sponsored">
      <div class="ad1" id="ad1"><a href="http://www.xfactordesigns.com"><img src="xfactor_designs_badge.jpg" /></a></div>
      Sponsored Links
    </div>
    <div class="groups" id="groups">
      <p>Study Halls, a feature which we are waiting to bring out until it is fully ready, will change the way you study forever. </p>
      <p>Study Halls will allow you to create a worldwide network of people in the same class, school, or major as you.</p>
      <p>Study Halls will contain useful note listings, chatrooms, tutors and more! </p>
      <p>We look forward to being able to open these to you soon!</p>
    </div>
    <div class="uploader" id="uploader">
      <form id="form3" name="form3" enctype="multipart/form-data" method="post" action="">
        <input type="file" name="upload" id="upload" />
      </form>
    </div>
    <div class="notes" id="notes"><a href="az.doc"/>tester</a></div>
    <div class="blog" id="blog"><a href="http://www.quincycreations.com">Blog</a></div>
    <div class="contact" id="contact"><a href="contact.php">Contact</a></div>
    <div class="photo" id="photo"><img src="profilephotos/twhite.jpg" alt="UserPhoto" width="205" height="220" /></div>
    <div class="abouthead" id="abouthead"><a href="About.php">About</a></div>
    <div class="submit" id="submit"><a href="Submit.php">Submit</a></div>
    <div class="editlink" id="editlink"><a href="editprofile.php">Edit Profile</a></div>
    <div class="about" id="about"><a href="classes.php">Subjects</a></div>
    <div class="bio " id="bio">
      <form id="form1" name="form1" method="post" action="">
        <p><h3>Tyler      White</h3>
        </p>
        <p>College: Xavier University of Louisiana </p>
        <p>Major: Mathematics</p>
        <p>Not only am I the creator of NoteScoop, but I am also a college student. I study Mathematics and am doing research in Differential Equations. When I am not doing work or math, I am spending time with my wonderful girlfriend, most likely on Minecraft.</p>
        <p> </p>
        <p> </p>
      </form>
    </div>
    <div class="friends" id="friends">
      <form id="form2" name="form2" method="post" action="">
        <p> </p>
        <table width="460" height="147" border="o">
          <tr>
            <th width="146" height="141" scope="row"><img src="profilephotos/paminaprofile.jpg" width="104" height="107" /></th>
            <td width="146"><img src="profilephotos/default.jpg" width="104" height="107" /></td>
            <td width="146"><img src="profilephotos/default.jpg" width="104" height="107" /></td>
          </tr>
        </table>
        <p> </p>
        <p> </p>
        <p> </p>
      </form>
    </div>
    </body>
    </html>

  • Dynamic Text in Flash/Image

    Hi All,
    I cant find any simple tutorials, can anyone help me and
    explain how to very simply, display one variable of text from a
    database as flash format (or a type of dynamic image)?
    Using CS3, and ColdFusion. I'm playing games with it and
    think i'm just name the variable wrong either in a flash file or cf
    page. But anyway, any simple method to dynamically display text as
    an image will work.... please help.
    Thx,
    Mike

    probably the simplest way will be passing your text to your
    flash movie
    as the movie url's query string variable (in the
    [object]/[embed] html
    tags). inside the flash movie set a dynamic text box to
    display the
    passed variable:
    if you google "pass variable to flash" you will see a lot of
    examples of
    code involved. just make sure your flash movie is large
    enough to
    display all passed text, and the passed text is url-encoded.
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • Dynamic Text to be displayed as Image in Adobe Forms

    Hi ,
    I have a requirment to display dynamic text in the image format in the Adobe Form.
    I have tried using the Image field instead of text field.But could not solve the problem.
    kindly help me.
    Thanks.

    Hello,
    if you send a text into a text field to the print form, it looks like a paper print, you cannot tell where there is a picture and where is the text. So you don´t care about the image/ text problem. If you need to make difference between two for the user, you can put the text (your image) into a rectangle, use a background or anything like this.
    Why would the image make any difference?
    Otto

  • Dynamic Text and Resizing Images Inside

    Hello.
    FYI: I'm following the Flash Blogger tutorials listed on
    http://www.indextwo.net with
    Flash 8.
    I've noticed that everything works wonderfully as far as
    bringing the blog content into the dynamic text field; however, my
    only problem at the moment is while Blogger will automatically
    resize my images, so it doesn't mess up the current template in
    html, but of course, Flash does not (out of the box).
    I need a way to define the width & height of the images in
    the text field to fit inside the dynamic text field they're in.
    As far as I can tell, the tutorials listed on that site use an
    alternate method and don't actually resize them. They just make a
    link to them.
    Lastly, I thought about using CSS in Flash to adjust the img
    size, but from what I gather there are very few items at my
    disposal.
    Does anyone have a solution?
    Thank you.

    Hello.
    FYI: I'm following the Flash Blogger tutorials listed on
    http://www.indextwo.net with
    Flash 8.
    I've noticed that everything works wonderfully as far as
    bringing the blog content into the dynamic text field; however, my
    only problem at the moment is while Blogger will automatically
    resize my images, so it doesn't mess up the current template in
    html, but of course, Flash does not (out of the box).
    I need a way to define the width & height of the images in
    the text field to fit inside the dynamic text field they're in.
    As far as I can tell, the tutorials listed on that site use an
    alternate method and don't actually resize them. They just make a
    link to them.
    Lastly, I thought about using CSS in Flash to adjust the img
    size, but from what I gather there are very few items at my
    disposal.
    Does anyone have a solution?
    Thank you.

  • Part 2: Load Image from URL into Dynamic Text Box - goodinson.snapshot

    I have a flash file where a user can add an image url into a Dynamic Text Box (image_in.text) and the image will now appear in the flash file.
    I am using goodinson.snapshot as featured in this article: Saving Flash graphics as image files at runtime | Adobe Developer Connection
    This application works fine (graphic is generated and downloaded) only if a user chooses an included graphic in the flash file (loaded externally) or if I declare a url inside the flash file for the load image variable (var image_url:String = "http://website.com/image.jpg";).
    However, if a user enters an image url into the Dynamic Text Box (image_in.text), which the flash does successfully load, the download image function no longer works!
    Is this a security bug in flash itself? Or am I missing a code tweak somewhere? 
    If an FLA that does this already exists somewhere, let me know.
    Thanks in advance for your help!

    Thanks for your response!
    The image urls are on the same domain as where the swf is.
    I don't understand how declaring the variable as the url is different from declaring it from the value of a dynamic text box... it's the same url, but only one method works, shouldn't they both work?
    var image_url:String = "http://website.com/image.jpg"; works..
    var image_url:String = image_in.text; does not work, even though the value for image_in.text is identical to the one in the example above.
    Since they are all on the same domain, this should work, right?
    Thanks again.

  • Dynamic text box, HTML Text with Image

    Hello Everyone,
    I am using Flash version 8. I have used the text tool and
    created a dynamic text box and have attached the UIScrollBar
    component to it. This text box is configured to allow the use of
    html text to be inputted to it. I have code that reads a file which
    contains a list of text files that I then read and place them into
    the text box. The user can use the scroll bar to scroll through all
    the text.
    I have created an image that is a picture of the tab portion
    of a file folder. On the tab I have place some text. This was all
    done in Photoshop. This tab image is used to separate the different
    stories in the text box. The image is save as a jpeg file
    Everything you have just read works with out any problems.
    Now for the problem!
    This image is only 20 pixels tall and the text is not very
    readable. As we all know the HTML tags are very limited in Flash 8.
    Ideally I would like to put the text and image in to the text
    box as I would normally do. Then place text on top of the image and
    have it all scroll properly with in the text box.
    I have taken the tab image and converted it in to a graph
    symbol and then put the text on top of the image. This looks good;
    however I don’t know how (or if it is even possible) to place
    the graphic symbol in to the text box at the correct place within
    the text.
    Does anyone have ideas on what may work? Remember that the
    image I am working with is only 20 pixels tall which is why the
    text quality on the image is so poor.
    Thank you all for any help you may provide,
    Steve

    Yes Tim I am using the <img> tag and I know that I
    can’t place text over the image. I have set the height and
    width to be the exact size of the image. However When you go to the
    webpage it will open the movie to the maximum size based on the
    resolution of your display; however I do maintain the aspect ratio
    of the movie. For testing I did set a fix size to the size of the
    movie. Sometimes the fix size (1000x750) looks better and sometimes
    a larger size (example 1280x1024). I believe that the main problem
    is the fact the size of the image is 670 pixels wide by 25 pixels
    high and of the 25 pixels the text is only 18 pixels tall. In
    Photoshop this makes it about a 1.75 point font. As you can see the
    real problem is that I don’t have enough pixels to make up
    the text. This is why I am looking for an alterative way to create
    the text.
    I tried importing the image into flash as a graphic symbol
    and then using the text tool to create the text. The results looked
    real sharp, the text was nice and crisp (just what I wanted). The
    problem is that I could not find a way to place the graphic symbol
    into the dynamic text area like id did using the <img> tag.
    This symbol needs to scroll as you scroll the text in the text
    area.
    This is why I am asking for help. I am looking for some ideas
    that may work.
    Thank you,
    Steve

  • Displaying images in dynamic text fields

    Hi, I am having some difficulty getting my images to display
    in a dynamic text field. The images are linked from a txt file with
    the <img src=""> tag however they are not showing up in the
    text area. The rest of the html are rendering fine except the image
    tag. My example online is here:
    www.supernaturalmedia.com.
    Here is the code I used in Flash:
    var style_sheet = new TextField.StyleSheet();
    var css_url = "global.css";
    style_sheet.load(css_url);
    news.StyleSheet = style_sheet;
    loadVariables("projects_news.txt", this.news);
    My css styles also isn't loadin so i temporarily am using
    html styles for formatting. I'd like to get the css to work as
    well.
    My movie is published as Flash Player 6, AS 2.0.
    I'd appreciate any helpful advice.
    Thanks,
    Stanton

    1. don't assign the stylesheet property of your textfield
    until loading of global.css is complete. ie, use the onLoad handler
    for stylesheets.
    2. you have movieclip images that are linked for export and
    you're using their linkage id in src property of the img
    tag?

  • Show inside dynamic text the title for multiple images on mouseover

    I have 25 animated movieclips dragged on the stage and they have similar instance names for easier manipulation purposes inside programming using loops. The instance names look like this: image0, image1, image2 and so on.
    Each time I go mouseover on one of these unique images I want to show the unique title of that image using for all titles just one dynamic text container named imageTitle.
    I have succeeded to make this work image by image but this would require me to copy paste and modify for each image the following code.
    image0.onRollOver = function() {
        imageTitle.text = "First image title";
        imageTitle.textColor = 0x000000; // setting the text color here
    image0.onRollOut = function() { 
        imageTitle.text = "Choose an image";
        imageTitle.textColor = 0x000000;
    Question: The above code would work but seems redundant to me. Since I have similar instance names (image0, image1, ....,image24), how can I put this code inside a loop or something in order to work for all images without repeating this code 25 times.
    Update: I have added an array to the project that contains all the titles:
    var imagesTitles = new Array("First image title", "Second image title", .... ); 

    imageTitle.textColor=0x000000;
    for(var i:Number=0;i<imagesTitles.length;i++){
    this["image"+i].ivar = i;  // key step
    this["image"+i].onRollOver=function(){
    imageTitle.text = imagesTitles[this.ivar];  // key step used here
    this["image"+i].onRollOut=function(){
    imageTitle.text="Choose an image";

  • Is it possible to place hidden text "behind" or within a jpg image?

    I am using RH 9 to write and edit a user help manual. All the help topics must be searchable from within the Help contents in the application.
    One such topic is Keyboard Shortcuts. The problem is that this topic is a JPG image, so it's not possible to search from it within the Help Contents and Index.
    From my work with MS Word, I know how to place hidden text (transparent) in a textbox behind an image, which would enable a search. Basically, I'd type "Keyboard Shortcut" into the textbox, paste it behind the JPG image, so that when a user types that term in the Search field, they are directed to the location of the JPG.  Can I accomplish this, or the equivalent, in RH9?
    The only other option I can think of is to type the list of shortcuts out, but that's inefficient and time consuming.
    If anyone has any other suggestions for making the JPG (or at least the term "Keyboard Shortcuts") searchable, I'd appreciate it.
    I know MS OneNote allows users to search for text within images.
    Thanks!

    Hi there
    Look at the properties for the topic in question. Specifically, the tab labeled General. On that tab is a field where you are able to add Keywords for just such a purpose.
    Cheers... Rick

  • EDGE and HTML dynamic text in a "box" with scroll bar

    I'm new to EDGE, a win7pro master collection cs5.5 suite owner. I'm mainly in the Film/Video post production field (mostly AE, PPro, Pshop, IA) but have been branching into web design the last couple of years.  I use Dreamweaver, Fireworks, Flash. While I'm a expert user with all the Film/video apps, I would say I only have intermediate ability with the web apps. While I understand a lot of programing logic bulding blocks I'm not a coder.
    So since we're told "flash is dead",  my interest in Edge is to try to do some of the things that I can currently do in flash in  EDGE. I was excited when Edge first came out but lost interest when it became obvious that Adobe was not going to offer Edge and Muse to "suite owners" but only in their force feeding of the "Cloud". Better known as the "golden goose" for adobe stockholders and a never ending perpetual hole in the pocket for users. Anyway....
    I spent the last couple of days doing some of the tuts and messing with the UI. It's matured a lot since I was here last.
    I've been working on a flash site for a sports team where one of the pages is a player profile page where college recuriters and other interested parties can view recuriting relavent info/stats about players. This is how it works. While on the "Team" page a users clicks on  a button labled "Player Profiles" . (Animation) A "page" flies in and unfurls from the upper right corner (3d page flips effect created in AE played by flash as a frame SEQ). Once it lands filling most of the center of the screen there is a bright flash. As the brightness fades we see the "page" is a bordered box with a BG image of a ball field(End). (Animation) from behind the border in fly small pictures (player head shots with name and jersey number). They stream in and form a circle like a wagon train and the team logo zooms up from infinity to the center of the circle(End). As the user mouses over a player's pic it zooms up a little and gets brighter (like mouseover image nav thumbs for a image slider). If the user clicks on a player's head shot it flips over and scales up to become a text box with a scrollbar. The content of the box is a mix of images, static and dynamic text fields populated from data in an "player info data base" XML file, and some hyperlinks. It's all kept updated dynamicaly with current stats, info and images from the XML file. There is also a "PDF" button that allows the user to open/save/print a PDF of the player's profile (the PDF's are static files for now but the choice of which pdf to retrive is dynamicaly supplied via the XML file.
    So.... Is Edge now able to do something like this?  Would it need to be a collection of small animations? could these be "assembled" and connected as an asset in dreamweaver ?
    I thought I would approach this from the end (ie click on an image and display a box with dynamic TEXT fileds. ) since that is the most important part, ie displaying the dynamicaly updated profile info.  Sooooo....
    Can Edge display a scrolling text box with Images, static text, and html dynamic text in it??
    Joel

    The code is in composition ready. Click the filled {}

  • Dynamic Text won't Print - Ahhhh! Help!!!

    I'm importing a png file using an xml file and a text file
    for importing text. The image and text show up fine, but when I
    PRINT, both don't show up. I"VE GOT TO GO LIVE WITH THIS TODAY. It
    has to Print! PLEASE HELP!

    I found my own answer and thought I should share it with all
    of you. Since I was so surprised that you had to use ActionScript
    to tell the movie to allow dynamic text or a dynamic png files to
    print. You basically add the following lines for each instance of
    dyanmica text or for a movie clip. I was alos using a prebuilt
    component, so I had to give this component an instance name.
    function printpic(){
    print(this.pic, "bframe");
    I called the function printpic just to stay in alignment with
    the instance name of the movie clip on the stage which was pic.
    Then everything printed like it was suppose to.
    D

  • How to put the part of text behind someone a shape or a shape?

    I was thinking about something since I've gotten into magazines recently and the design of them. I was wondering how do they put part of the text behind a person on a magazine cover? Or like have have the text look like it's going around a person(like with some parts behind some parts in front of person like a ring of text around a person or a letter "O" encircling someone? I know how to achieve this in photoshop (in a probably non-standard way) but I have no clue how you would achive this in Indesign. I've attached some examples of what I'm talking about.

    How are your Photoshop skills? Because you’ll need to them to silhouette the model. I’d probably just add the magazine title there, too.
    I guess I've always sort of wondered about this...you can do it in Photoshop, sure. But...should you?
    I mean, in Photoshop you split your image into two layers, a foreground layer and a background layer (via whatever mechanisms you like. Magic Wand tool, etc., etc.). And then you add a 3rd layer for the text inbetween those layers.
    But if your cover is normally layed out in InDesign, you've got the text in InDesign already. And what if the text is more complicated than just a plain old title.
    Do you split your Photoshop file into two seperate files (with transparency) and place them on seperate InDesign layers with the text on an ID layer inbetween?
    That seems a bit awkward. Is there a neater solution?
    (I suppose what I would really want would be the ability to have ID insert a layer of ID objects inbetween the two layers of the Photoshop file, and we know that's not possible....)
    I suppose another approach is to keep 2 layers in the Photoshop file and place the image twice, on top of itself, with different layer visibility options in each one. I'm not sure if this is a Clever Idea or a Stupid Trick That Hurts.
    I dunno!

  • Need help with adding formatted text and images to Crystal Report?

    Here's my scenario:
    I have a customer statement that's generated as a crystal report and that has a placeholder for advertisement. The advertisement is mixture of formatted text and images. Until now we only had one advertisement that was always used on the report. The new requirement is that we would have a pool of hundreds of advertisements and would need to display one specific advertisement on the customer statement based on various marketing criteria. They key is that the advertisement content will be determined programmatically and cannot be hardcoded into the report. I'm using Crystal2008 with .net SDK.
    Here are the solutions I thought of, but I'm still rather lost and would appreciate your help/opinion.
    1) Pass HTML or RTF to the report
    Not really sure if this is possible and how to get it done. Also how would I pass in images? Would display formatting be reliable when exporting to PDF?
    2) Create each add as a subreport and append it programatically
    I actually have this working, but I only know how to append a new section to the end of the report and then load the subreport to the section. I have no other controll of the placement. Is there a way to dynamically load a subreport to a predefined section in the main report? How about adding a dummy subreport in the main report as a placeholder and then replacing it with a different subreport? How could I do this?
    3) Pass an Image to the report
    I would create each advertisement as an image and then would somehow add the image to the report. How would I load the image and control the placement? Could I somehow define a placeholder for the image in the main report-maybe a dummy image to be replaced?
    Thank you.

    Hello Pavel,
    I would got the third way.
    You can use dynamic images in your report.
    Just by changing the URL to the image the image can be changed.
    Please see the [Crystal Manual|http://help.sap.com/businessobject/product_guides/cr2008/en/xir3_cr_usergde_en.pdf] and search for images.
    or directly here
    [Setting a Dynamic Graphic Location Path on an Image Object|https://boc.sdn.sap.com/node/506]
    [Dynamic image and HTTP://|https://boc.sdn.sap.com/node/3646]
    [codesample for .NET|https://boc.sdn.sap.com/node/6000]
    Please also use
    [Crystal Reports 2008 SDK Documentation and Sample Code|https://boc.sdn.sap.com/developer/library/CR2008SDK]
    [Crystal Reports 2008 .NET SDK Tutorial Samples|https://boc.sdn.sap.com/node/6203]
    Hope this helps
    Falk

  • Dynamic text link hover color change.

    I have some dynamic text in Flash and I have a link with the text. Is there a way I can change the hover color without CSS? Here is my code.
    thanks.
    data=EASTERN CANADIAN DISTRICT<br><a href='mailto:[email protected]'><font color="#51884B">Mike Linnen</font></a><br>905-430-0955<br>Cell: 905-409-7159

    Disable the "Show border around text" option of your dynamic
    text field.
    Draw a rectangle with the color you want, & locate it
    behind your dynamic text field.

Maybe you are looking for

  • Photoshop CS3 Taking a Long Time to Open

    This is a message for anyone whose Photoshop CS3 is taking a really, really long time (2 or 3 minutes) to load, and gets stuck on reading the Preferences. YES, I DID try trashing my Preference file, and letting Photoshop rebuild it. But that did not

  • Accessing the index in bulk binds

    Hi I wonder if it is possible to access the index itself in a bulk bind. For instance: SQL> desc draft_responces; Name Type Nullable Default Comments S_NUMBER VARCHAR2(10) CLUSTER_ID NUMBER STATEMENT_ID NUMBER RESPONCE NUMBER Y RESP_NUM NUMBER Y and

  • Multiple Approvals for an interactive activity

    I have an interactive activity in my workflow. To proceed from this activity i need multiple approvals from different users/participants. The number of users/participants providing approvals are collected dynamically.All the users/participants are in

  • How to get informations from captivate

    Hi, I'm a french developper and I created a swf bar with flash for captivate. It works and I can control my swf (play, return ...) Now, I wish to show informations on my bar (name of the movie, etc ...) I know something : When you create a new movie

  • Using Griffin LapelMic to take VoiceMemos

    I bought myself a Griffin Lapel Mic, which should be fully compatiple with all I-Pods. I did´t as farI see everything written in the Dokumentation for the IPod Photo I´ve got, but still have no Idea what to do to record voice memos. Do you got a clue