Resize the BG manually at runtime

Hi all,
I am able to change the BG dynamically. Is there any way by which we can stretch the BG manually(at runtime).
Please suggest.
Thanks
Sanket sethi

Hi,
Please bind the width property of the BG with an element of type i and set its value at runtime in method WDDOMODIFYVIEW.
Regards,
Prosenjit.
Edited by: prosenjit chaudhuri on Feb 4, 2009 5:47 AM

Similar Messages

  • Is it possible to resize page column widths at runtime (by the user)?

    hi all,
    i have cretaed a page using the 2-columns narrow/wide layout.  this layout is perfect for what i want to do.
    however, the users have complained that they would like to be able to resize the columns, just like they are able to do with the Detailed Navigation column (using the small "<" and ">" arrows).
    is it posssible to add this functionality to my custom pages so that can also resize the columns?
    i searched for options in the properties, but didn't find anything.
    thanks,
    mm

    This was a great place for me to start
    Thank you
    I took profdant139's suggestions a bit further as my real goal was to have the "Document column" narrower. The goal to be able to see all the other document info that was usually hidden way out to the right
    To achieve my results I right clicked in the upper bar with the column names and chose from the drop down box "comments" column (as suggested). I then dragged it to the far right. This pushed all the other columns over.
    In the end of the day I ended up adding "Size" and "Date modified" columns as well to get my desired results.
    Remember one can move different columns around to be in the order you need by clicking on the column to get it active and then left click and drag it to where you want
    Another great thing is that by default (Using Mavericks) the date modified, opened,created columns have date and time. One can shrink them down to xx/xx/xx format by manually adjusting the column width like one does in Excel - click on column separator up top and drag
    Once all that is done, at least on my box, I closed it out and opened up a new finder window and everything was as I wanted.
    Thank you for the help  from the above helper to get me here

  • In Aperture 3 creating a book using Formal theme and in Edit Layout I can move but not resize the image box even though handles appear and the manual says I should be able to. Help      image boxt

    Can I resize image boxes with the displayed handles as the User Manual suggests I can, when creating a book in Aperture 3 using the Formal Theme (with the beveled mask) and in Edit Layout mode?  I can move the box with the yellow guidelines, but those handles will not move to allow me to adjust size.  If I delete the box and add a photobox, I can resize, but I loose those nice beveled masks!

    Well I tried on my wife's MB and it worked fine, but keeps the same aspect ratio. Nearly there. I tried the local Apple outlet, but they had just taken Aperture off the demo machine .
    However, I have discovered that I can use the "right click" option for 'photo aspect ratio' and it will resize the box to accomodate my pictures.  By fiddling I can select an alternative ratio and/or picture and change the size of the frame up or down and try to get an appropriate size and ratio, e.g. if I have a small landscape picture, I can pop in a bigger square picture (it gets cropped) then choose a portrait mode (cropped differently) then pop in my landscape picture (still cropped, but bigger size), then use the option 'photo aspect ratio', I get it uncropped and bigger.  Not a really satisfactory work around, but better than nothing. 
    By combining they fiddling with aspect ratios and the pinch/squeeze routine - on the MB (or via Lion and a track pad I assume) - I should get there.
    Pity those pesky handles don't work!!
    Thanks folks for the help

  • Resizing the oracle form runtime window

    hello guys
    i m making one login form in oracle 6i form builder
    and i want as user run it it open as the rectangle box in the centre of user screen.
    i have done for it but the problem that i m facing inthat is that i m unable to resize the size of oracle form runtime window according to the size og my login
    form window.
    pl tell me how to do this.
    Thanks
    With Regards
    Vishal Agrawal

    Hi
    Since you are using Forms6I - just presss F1 - and search for Set_Windows_Property - example - this will take to a proper note

  • Why does Preview automatically resize the text box to cut off the last character of added text? How do I fix it?

    Why does Preview automatically resize the text box to cut off the last character of added text? How do I fix it?
    I use the Tools > Annotate > Add Text feature, and when I click away after adding text, it automatically changes the text box size such that the last letter -- or last word -- gets bumped off into an invisible line below it, forcing me to manually adjust every single text box. It is highly annoying when trying to complete PDF forms (e.g. job applications).
    It appears to be a glitch, quite honestly, an error resulting from Apple's product design. Has it been fixed in the new operating system (for which they want $30)?
    I would very much appreciate any help you can provide! Thank you for your time.

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • How to proper resize images and videos at runtime without losing quality?

    Hi guys. I need a bit of help here.
    I've built a flash site in which i want to resize a movie to the stage. I do it by keeping the proportion, thus i only resize the width and then i resize the height acordingly to the new width but keeping the proportion.
    The problem is that my film still looks "pixeled".
    I found a website on which the stage resizes dinamically with the movie and the background images without either of them losing quality. Till now i knew that resizing images or videos in flash at authoring or runtime produces pixeled results.
    This is the website: http://kampanjeweb.apt.no/jotun/romforrom/. Can someone tell me how do they do it without losing quality? just make the browser windowed and resize the margins to see the effect.
    Thanks.

    Hello, Venian.
    About the video, you could try setting the flash.media.Video's smoothing property to TRUE. This should keep a quality, but you can do nothing if the video has a poor quality. You need a great video.
    About the images, you you need to redraw the image each time you resize it. To achieve it, use a combination of Bitmap, BitmapData and Matrix classes. Any doubt, just call again. Here is a simple example:
    var scale:Number = .5;
    var highQualitySourceImage:Bitmap = ...your image...;
    var scaleMatrix:Matrix = new Matrix();
         scaleMatrix.scale(scale, scale);
    var bitmapData:BitmapData = new BitmapData( scale*highQualitySourceImage.width, scale*highQualitySourceImage.height);
         bitmapData.draw(highQualitySourceImage, scaleMatrix);
    var finalBitmap:Bitmap = new Bitmap(bitmapData);
    addChild( finalBitmap );
    Cheers,
    CaioToOn!

  • Resize a container size at runtime in WD ABAP

    Hi all,
    I have some queries in WD ABAP.
    1) If I want to resize(stretch) a container at runtime is there any GUI element or something else to do so.
    2) Also when I hit enter at runtime how to handle this even.
    Please suggest.
    Thanks
    Sanket sethi

    Hi Sanket
    If I want to resize(stretch) a container at runtime is there any GUI element or something else to do so
    There is no such UI element which can stretch the container. But you can set the width and height property of the container with two string type attribute and in some event handler, just set the value in these attribute according to the size you want.
    Every Input field has ONENTER event, just write the code in that method.
    I hope it helps.
    Regards
    Arjun
    Edited by: Arjun on Jan 22, 2009 11:57 AM

  • I'm on Mac OS lion and since your new upgrade, the page loads of center, with no scroll bar. On every computer I run I have to resize the page for the page to load correctly. How can I fix this?

    I'm on Mac OS lion and since your new upgrade, the page loads off center, with no scroll bar, this happens on every computer I run.
    In order to have the page load correctly, have to manually resize the page.
    How can I fix this?

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    See also:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Resizing the redo_buffer

    Hi all,
    This post is with regard to the performance issue which I am facing rite now.
    When applications are running there is 'Wait Events' are showing, application also running very slow,
    I here by list the statistics of my redo_buffer,
    Redo Buffers 7135232 bytes
    Redo Buffer Waits
    3131
    Redo Buffer Waits
    41
    NAME VALUE
    redo synch writes 148,331
    redo synch time 6,401
    redo blocks read for recovery 1,410
    redo entries 503,067
    redo size 168,676,236
    redo buffer allocation retries 13
    redo wastage 20,239,188
    redo writer latching time 57
    redo writes 79,839
    redo blocks written 381,764
    redo write time 10,986
    NAME VALUE
    redo log space requests 41
    redo log space wait time 3,131
    redo log switch interrupts 0
    redo ordering marks 15,649
    redo subscn max counts 0
    16 rows selected.
    If I want to increase the size of redo_buffer shall I do it dynamically?
    Could you please recomend the estimated size based on the statstics above?
    I am using Oracle 10g.
    Thanks & Cheers
    Antony

    I apologise for the wrong info actually the parameter can be changable but you have to make the changes in the pfile.
    Then you can have to bounce the database, but which alter system command it wont work.
    If you want to resize the parameter then you should give all the other parameter like, buffer cache, large pool, shared pool and everything you have to maintain manually.
    Instead of that if you are using 10g then give the parameter sga_target which will take care of everything.
    SQL> show parameter spfile
    NAME TYPE VALUE
    spfile string /opt/app/oracle/app/oracle/pro
    duct/10.1.0/db_1/dbs/spfiledba
    1.ora
    SQL> alter system set log_buffer = 1m scope=spfile;
    alter system set log_buffer = 1m scope=spfile
    ERROR at line 1:
    ORA-02095: specified initialization parameter cannot be modified

  • How do I resize the VI in my web page?

    When I publish my VI to the web, it shows up taking the entire screen. I would like to size it & place it in a table with my other web page inforamation. Also, why does the Nat. Instur. Eval logo show up at the bottom of the VI when on the web? I'm running LabView 7.0 on Windows 2000. I am currently evaluting the software.

    You need to change the window size of the VI, you can do this by going to the LabVIEW menu:
    File >> VI properties
    Then Category >> Window Size
    Under Minimum Panel Size specify the dimensions. After closing this you need to resize the VI window manually anything down to the previous specified dimensions. When you run the program the window size will be what it is currently in development mode. One thing to note also is that When you save the VI it will store its size also, which it uses when you reopen it.

  • How to permanently resize the signature chosen from image in Sign - Place signature - Use an image

    When I choose an image with my signature from the file - it is automatically resized and is smaller than the original.
    I can resize it then manually after choosing "Place signature" and clicking in the selected place.
    The problem is - that in the next document I sign I have to resize it manually again - and it is diffucult, because there is no resize measure like percentage box nor size box nor resize ruler nor size in properties. I must have exactly the same size of signature in every document and it must be bigger that the automatically resized one.  But the resized size is not saved. 1
    Does it exist any way to save the resized size of the signature taken from the image? 1
    Does exist any way of controlling the size in numbers when resizing? 2
    Thank you in advances! LB

    You cannot embed an image in an fla using actionscript, at least not as far as I can reason.  If you need the image to be available then you should either send it along in the email and giove instructions on where to place it relative to the fla or place it online somewhere and link to it that way.  If necessary you will need to set up security provisions to allow the file to be downloaded from an external url.

  • Can focus the explorer opened by runtime.exec() ?

    Hi all,
    I am writing the program that will open the internet explorer
    with runtime.exec().
    Then, the explorer open successfully.
    But i want to set the focus to that explorer.
    And can i control the menu bar, status bar of that explorer?
    Without using javascript of that webpage, just using java.
    Any solution to do this?
    Thank for any advise.
    Thanks,
    Tim.

    You can use the hta this way from the command line:
    IEStarter.hta http://www.sun.com/
    To gain control over the browser appearance from your java-application, just modify the way, the hta uses the command-line parameters. Using the hta this way focuses the newly created browser-window, but doesn't bring it to the front.
    Using the Windows Script Host instead brings the new browser window to the front.
    Windows Script Host Example: (you just have to type this into the command line)
    wscript /nologo IEStarter.js http://java.sun.com/
    Source of IEStarter.js
    * IEStarter.js (Windows Script Host)
    * Usage: wscript /nologo IEStarter.js [Your Url]
    //get the url from the command-line
    var args = WScript.Arguments;
    var newUrl = "";
    for (i = 0; i < args.length; i++ )
        newUrl += (i == 0) ? args(i) : " " + args(i);
    if (newUrl.length == 0) {
        WScript.Echo(
        "Usage: wscript /nologo IEStarter.js [Your Url]"
    } else {
        //create a new browser-instance
        var objExplorer = WScript.CreateObject("InternetExplorer.Application");
        objExplorer.Navigate(newUrl);
        objExplorer.ToolBar = 0;
        objExplorer.StatusBar = 1;
        objExplorer.Width = 700;
        objExplorer.Height = 400;
        objExplorer.Left = 50;
        objExplorer.Top = 50;
        objExplorer.Resizable = 1;
        objExplorer.Visible = 1;
    }

  • How to resize the columns in the report

    Hi
    I want to resize the columns in my report to make them smaller so that they don't overlap, but after resizing the columns still overlap so that some columns headings are under the other ones.
    Thanks

    You can do it either by, going to the property palette of the column and then change the horizontal elasticity to 'Variable', this way it will shrink or enlarge the size automatically. Or, you can do in manually in the layout model, click the column then click the edge of the field and drag it to make it longer or shorter.
    -Marilyn

  • How do I upload the contacts from my iPhone 5S to the Bluetooth device on my Toyota RAV4.  The car manual says to consult the phone's bluetooth instruction manual, but I don't have one.

    How do I upload the contacts from my iPhone 5S to the Bluetooth device on my Toyota RAV4?  The car manual says to consult the phone's Bluetooth instruction manual, but I don't have a manual for that.

    That is very strange... I wonder if it has something to do with the firmware or some sort of error. I haven't ran into this but at the shop I work at I've ran into several firmware errors on iPhone 4 all the way through the 5s. Maybe its something as simple as putting a different part of the code into iTunes... I know you can something of this extent. I would look up error 1669, I know you have tried a number of things but look it up on the forum and see what fixes are available so that you may be able to restore it properly without all this garbage you are running into. Just a thought for you.

  • Tutorial Dreamweaver Cs5.5 The Missing Manual (Pg 998 - 1018) about adding dynamic data to your page

    Hallo,
    I did Tutorial: Displaying Database Info in the Missing Manual for Dreamweaver CS5.5.
    My problem is with "Editing a Recordset and Linking to a Detail Page" (which starts at pg 1002:
    I did this exercise ,over 5 times nowe, but every time with "Building the Detailed Product Page" at pg 1007, I get a bad result.
    I only get one page (the default one with productID = 1) for every link on the indexpage.
    In the adressbar (Live View) I see the right adress: for example: http://localhost/cos...hp?productID=16, but for all productID's only the detailspage for productID are shown.
    There is also a message: Notice: Use of undefined constant ‘productID’ - assumed '‘productID’' in E:\xampp\htdocs\cosmo_shop\product.php on line 34
    But I don't understand what could be wrong in this line.
    Here is the code lines 33 -48: is is about the second line:
    $varProduct_rsDetails = "32";
    if (isset($_GET[‘productID’])) {
      $varProduct_rsDetails = $_GET[‘productID’];
    mysql_select_db($database_connCosmo, $connCosmo);
    $query_rsDetails = sprintf("SELECT products.productID, products.productName, products.price, products.`description`, products.inventory, products.image, vendors.vendorName FROM products, vendors WHERE products.vendorID = vendors.vendorID AND products.productID = %s ", GetSQLValueString($varProduct_rsDetails, "int"));
    $rsDetails = mysql_query($query_rsDetails, $connCosmo) or die(mysql_error());
    $row_rsDetails = mysql_fetch_assoc($rsDetails);
    $totalRows_rsDetails = mysql_num_rows($rsDetails);
    mysql_select_db($database_connCosmo, $connCosmo);
    $query_rsCategories = "SELECT * FROM categories ORDER BY categoryName ASC";
    $rsCategories = mysql_query($query_rsCategories, $connCosmo) or die(mysql_error());
    $row_rsCategories = mysql_fetch_assoc($rsCategories);
    $totalRows_rsCategories = mysql_num_rows($rsCategories);
    ?>
    Can someone tell me what is going on here?
    Kind regards, Ans Hekerman

    I can manually type in double brackets, like this:
    $varProduct_rsDetails = "1";
    if (isset($_GET["productID"])) {
      $varProduct_rsDetails = $_GET["productID"];
    this is accepted; no syntax-error report.
    I can manually type in single brackets, like this:
    $varProduct_rsDetails = "1";
    if (isset($_GET['productID'])) {
      $varProduct_rsDetails = $_GET['productID'];
    this is also accepted; no syntax-error report.
    Dreamweaver itself made this code:
    $varProduct_rsDetails = "32";
    if (isset($_GET[‘productID’])) {
    $varProduct_rsDetails = $_GET[‘productID’];
    this was not OK; there was a syntax-error report.
    But strange enough, when I do paste this now from here, it is accepted.
    So the problem has been, that DW created code that gave a syntax error.
    I could repair it by replacing the single qoutes of DW, by typing single quotes in DW manually, or by typing in in DW manually double qoutes!!!
    So maybe everybode was right!!!
    But is was a very bad problem; maybe a "bug" of the program?
    I repeated this about 10 times before I got the solution frome this Forum.

Maybe you are looking for

  • How to add header and fooder in text file

    Hi, i have created simple application for generate report from database into text file. But i need to add header and fooder in text file. I dont know is there any API for adding these. Can anyone help me to create header and fooder in text file. the

  • Time Capsule and Back to my Mac

    Hi there, I found my perfect configuration. A MacBook Air for my daily mobile use and a Time Capsule at home. The only thing that I do not know how to setup and really want to have is: How can I use my new (test-)MobileMe account with "back to my mac

  • 3Com elxl in Solaris 10: Force full duplex?

    After being up for a few hours, my Solaris 10 (11/06 release, patched up to date), appears to virtually stop functioning network-wise; throughput goes to single-digits/second. I'm guessing this is a duplex mis-match, but editing /kernel/drv/elxl.conf

  • Build Multi agent system with JADE

    Hi, I want to build a multi agent system,i find a framework jade but it is complex. are there any totrial how can halp me please? Thnks in advance

  • History is being saved even though I have Never Save History enabled in options.

    can anybody help me