Can't show correctly a variable height content application

I've an apllication with no fixed height (it loads dinamicaly
content which has no fixed sizes). When I launch the application
into a navigator, if object param height isn't defined then the
application is clipped and if object param height is defined with
100% and the height size of the loaded content is bigger than the
navigator screen is clipped also.
Is there any way to adjust dinamicaly the height of an
application? don't the navigator screen receive any resize event
from the flex app?
tnks in adv.

Hi,
It's a bit of a roundabout way of doing it but you can convert the page to bytes and then back in to text using the [text.encoding] accelerator:
$JP_MSSITE = Invoke-WebRequest -ContentType "text/xml;charset=utf8" http://www.microsoft.co.jp
$con = $JP_MSSITE.ParsedHtml.title
$la = [system.text.encoding]::UTF8.GetBytes($con)
[text.encoding]::Unicode.GetString($la)
Produces:
ꛃ韂ꗂꛃ鳂곂ꏃ菂黂ꏃ苂꓂ꏃ苂꿂ꏃ菂귂ꏃ苂뷂ꏃ菂闂ꏃ菂裂ꋃ铂苂楍牣獯景⁴慊慰㩮쌠슣슂쎽슣슃쎕슣슃쎈슣슂쎦슣슂쎧슣슂Ⲣ쌠슣슂쎪슣슃쎳슣슃쎩슣슂쎤슣슃ⲳ쌠슣슂쎹슣슃쎞슣슃쎼슣슃쎈슣슃쎕슣슂쎩슣슃ⲳ쌠슣슂쎵슣슃쎝슣슃쎼슣슃Ⲉ쌠슣슂쎻슣슂쎭슣슃쎥슣슃쎪슣슃쎆슣슂ⲣ쌠슣슃쎀슣슂쎦슣슃쎳슣슃쎭슣슃쎼슣슃ⲉ쌠슣슂쎢슣슃
쎃슣슃쎗슣슃쎇슣슃쎼슣슃Ⲉ쌠슣슃쎇슣슃쎐슣슂쎤슣슂쎹슣슁쎨슣슂쎵슣슃쎼슣슃쎓슣슂
It might need tweaking a bit to get exactly what you are after though.

Similar Messages

  • How can I show the Text variable in WAD 7.0

    Hi All,
    How I can show the text variable in WAD 7.0??
    Kinsly suggest me..
    Re

    Hi,
    As far as i know u do not need any special web item to display the text variable as such. have a analysis item in u r WAD and assign query to the same. Ur variables appear as per the configuration u have made in the query designer. WAD has nothing to do.
    Regards

  • Can I show correctly formatted text areas when they are read only.

    Hi all,
    I have an application that allows users to enter large blocks of descriptive text in a TextArea field. This is a simple TextArea field with no spell check etc and is not an HTML editor.
    As part of this entry I use the normal 'return' key to enter line breaks / new paragraphs as you would expect.
    This works fine and the data is stored correctly. When I extract this text, via XML, into a BI Publisher PDF document, the text is correctly formatted with line breaks where they are expected.
    However, when I try and display this information on the screen, in read only mode, the line breaks are lost and all I see is a continuos block of text with no line breaks.
    I am displaying this as a TextArea in a read only form (basically the page is a copy of the entry/maintenance page with all the fields set to ReadOnly = Always) and I cannot get it to display correctly. As soon as I make the field ReadOnly = Never the text dispaly OK, but then the user can go and change it.
    How can I get this field to display correctly?
    Many thanks,
    Martin

    Hi Dimitri,
    Thanks for your reply.
    I tried changing the field source to:
    select replace(replace(MANUAL_STEP_TEXT,CHR(10),'
    '),CHR(13),'
    from tpa_rel_patches
    where patch_id = :P40_PATCH_ID
    and now I get:
    1.Take a backup of existing jdbc driver files In all the Tiers (Admin, External & Middle Tiers)
    cd $JAVA_TOP
    cp jdbc111.zip jdbc111.zip_4899697
    cp jdbc12.zip jdbc12.zip_4899697
    cp jdbc14.zip jdbc14.zip_4899697
    2.Apply the Oracle JDBC Drivers Patch using ADPATCH
    u4899697.drv
    Any ideas?
    Martin

  • Can I pass in a variable to my application

    We are using Business Objects to then bring up an edit screen we made in Application express, we found out we have to know the user who is making the edit must be brought in to do an audit.
    if the user name was in the url, could we capture it and then make it a variable to use in application express. Please help, if you have another way would like to hear it.
    Thanks,
    Doug

    Hello,
    Are you talking about the logged in user?
    You can use &APP_USER. (html) or :APP_USER (bind notation) or v('APP_USER') (plsql)
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Lightroom 4.1 can not show text correctly

    lightroom 4.1 can not show text correctly when publish in PDF and blurb format
    the text can be show correctly in JPEG format
    but lightroom 4.0 can show correctly with the same book.
    i cant publish my book on blurb now

    I don't think LR4 adjustments can be directly sent to CS4, because CS4 cannot interpret LR4's new processing engine.
    I think you have to use Edit In... and create a TIF or PSD and send those to CS4

  • Is it save to use class variables in stateful application modules?

    I've a simple question of understanding: Can I savely use class-variables in stateful application modules?
    Consider the following example:
    public class myStateFullAppModuleImpl extends ApplicationModuleImpl
    private int myVar=0;
    public int doMyWork()
    myVar++;
    return myVar;
    Is it save to use "myVar" this way considering AM-pooling? Or should I save "myVar" in the session instead?
    Thanks

    Please see reply at:
    Is it save to use class variables in a stateful application module?

  • System variables not showing correctly in body pages

    Can anyone help with a problem I'm having with system variables please?
    I have created a template and multiple documents which all use a system variable for placing the chapter number and page number in the footer: <$chapnum>-<$curpagenum>
    I have just created a new document and want to use the same variable on the main pages of the document but I want to use a different page number variable on the TOC. For some reason now, when I create a new variable of <$curpagenum> it doesn't show correctly on the document; it's showing as: <$curpagenum
    I've also tried using the format of <$chapnum>-<$curpagenum> that has worked on other documents but now this shows in the document footer as: <$chapnum<$curpagenum
    Has anyone seen this problem before?
    Thanks

    Hi Art, thanks for the reply.
    In my original documents I'd edited the Current Page system variable from <$curpagenum> to <$chapnum>-<$curpagenum>. This worked correctly.
    In the new document I tried both the picking-and-clicking method and typing the string to get the same footer but neither worked.
    I've now changed it as you suggested, selecting the two seperate system variables of <$chapnum> and then <$curpagenum> and this seems to have solved the problem.
    I'll know to keep things simple in future!
    Thanks.

  • Website content not showing correctly (as in preview).

    I have just set my website live but noticed that it is not sclaing to fit the content corectly in the browser window (as it is showing correctly in my Muse preview). I am using business catalyst to host. It is as if the content is being stretched further past the browser limit then it needs to. I have struggled to get my content to fit to 100% width so I finally got some adobe chat help last night and the guy told me to load my background image directly into the browser and set it "to fill". In preview it looks and fits perfectly, but once it is published to BC the image is distorted and stretched out and some of the content it missing e.g. the copyright disclaimer I have at the bottom of each page.

    Are you sure you uploaded to the correct directory?
    Usually, you need a root directory set to something like docs, public, webs or the like.
    If your root folder is empty on your Remote Server Settings, you may have uploaded it to the directory level above your actual site root.
    On the opposite side of that coin, if you have a folder within your local site folder that has the same name as your root directory, you would have one too many directories. Your root folder locally can have any name and is not actually uploaded, you just transfer contents of your local root to your server root. So if you have a public (or any other name) folder within your local site folder and uploaded, your site would be at www.yoursite.com/rootfolder rather than www.yoursite.com
    EDIT: There are other possibilities too, could you post a link to your site so we can take a look?

  • Tabbed panel with adjustable/variable height based on content

    Is there anyway that you can create a tabbed panel with adjustable/variable height based on content in each tab?

    Abhishek,
    Thanks for your reply, however, it is not working with Muse. I added the Javascript to the head section and adjusted iframe and it displays as a small square in the upper left hand corner, unable to view the whole page.
    Inserted into head section --
    <script type="text/javascript">
       function resizeIframe(obj)
      obj.style.height = 0;
      obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
       </script>
    inserted as an html object --
    <iframe name="MycoSmooth" src="http://www.mycosmooth.com" frameborder="0" scrolling="no" id="iframe" onload='javascript:resizeIframe(this);' />
    Below is the result:
    The purpose is to have an independent website run the blogging capabilities, since muse doesn't directly support blogging as of yet.
    Since the site is on a different domain, I am running into cross domain issues and it won't get the height of the page. The methods that apparently work use php and I am unsure how that would work in muse, if at all.

  • Can anybody help me up? Spry variable heights?

    Hey everybody!
    I need help!
    I would like to make on a Spry Accordion variable heights...
    Actually it shoudl look exactly like this one...
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#VariablePan elHeights
    But where the hell should I paste/replace it? I tried already
    everything...TT
    I am using AdobeDreamweaver CS3
    The code looks as follow when I dont change anything...
    quote:
    @charset "UTF-8";
    /* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    /* This is the selector for the main Accordion container. For
    our default style,
    * we draw borders on the left, right, and bottom. The top
    border of the Accordion
    * will be rendered by the first AccordionPanelTab which
    never moves.
    * If you want to constrain the width of the Accordion
    widget, set a width on
    * the Accordion container. By default, our accordion expands
    horizontally to fill
    * up available space.
    * The name of the class ("Accordion") used in this selector
    is not necessary
    * to make the widget function. You can use any class name
    you want to style the
    * Accordion container.
    .Accordion {
    border-left: solid 1px gray;
    border-right: solid 1px black;
    border-bottom: solid 1px gray;
    overflow: hidden;
    /* This is the selector for the AccordionPanel container
    which houses the
    * panel tab and a panel content area. It doesn't render
    visually, but we
    * make sure that it has zero margin and padding.
    * The name of the class ("AccordionPanel") used in this
    selector is not necessary
    * to make the widget function. You can use any class name
    you want to style an
    * accordion panel container.
    .AccordionPanel {
    margin: 0px;
    padding: 0px;
    /* This is the selector for the AccordionPanelTab. This
    container houses
    * the title for the panel. This is also the container that
    the user clicks
    * on to open a specific panel.
    * The name of the class ("AccordionPanelTab") used in this
    selector is not necessary
    * to make the widget function. You can use any class name
    you want to style an
    * accordion panel tab container.
    .AccordionPanelTab {
    background-color: #CCCCCC;
    border-top: solid 1px black;
    border-bottom: solid 1px gray;
    margin: 0px;
    padding: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    /* This is the selector for a Panel's Content area. It's
    important to note that
    * you should never put any padding on the panel's content
    area if you plan to
    * use the Accordions panel animations. Placing a non-zero
    padding on the content
    * area can cause the accordion to abruptly grow in height
    while the panels animate.
    * Anyone who styles an Accordion *MUST* specify a height on
    the Accordion Panel
    * Content container.
    * The name of the class ("AccordionPanelContent") used in
    this selector is not necessary
    * to make the widget function. You can use any class name
    you want to style an
    * accordion panel content container.
    .AccordionPanelContent {
    overflow: auto;
    margin: 0px;
    padding: 0px;
    height: 200px;
    /* This is an example of how to change the appearance of the
    panel tab that is
    * currently open. The class "AccordionPanelOpen" is
    programatically added and removed
    * from panels as the user clicks on the tabs within the
    Accordion.
    .AccordionPanelOpen .AccordionPanelTab {
    background-color: #EEEEEE;
    /* This is an example of how to change the appearance of the
    panel tab as the
    * mouse hovers over it. The class "AccordionPanelTabHover"
    is programatically added
    * and removed from panel tab containers as the mouse enters
    and exits the tab container.
    .AccordionPanelTabHover {
    color: #555555;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #555555;
    /* This is an example of how to change the appearance of all
    the panel tabs when the
    * Accordion has focus. The "AccordionFocused" class is
    programatically added and removed
    * whenever the Accordion gains or loses keyboard focus.
    .AccordionFocused .AccordionPanelTab {
    background-color: #3399FF;
    /* This is an example of how to change the appearance of the
    panel tab that is
    * currently open when the Accordion has focus.
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    background-color: #33CCFF;
    Can anybody give me a piece of advice, I dont know what to
    do!!
    thanks anyway!!

    thanks for your answer!
    I didnt know that you must add it into the html file.
    I opened the SpryAccordion.js file and I changed it right
    away
    you had to change only the "true" into "false" that works
    too!
    And I was so consufed because when I clicked on "customize
    this widget" there was everywhere written to open the CSS. file.
    but thats only for the colour etc.
    Very unclearly written and moreover on this page
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#VariablePan elHeights
    No where was written I have to add it into my html file as
    well.
    I have read it now the first time in your post!! so anyway...
    There is something I'd like to know, too!
    I would be pleased if you could tell me whether it is
    possibly to have two or more different
    Spy Accordions at the same html file!

  • How can I show all missing content in iTunes library?

    How can I show all missing content (ie. show the exclamation mark against each track)? I can restore the missing content but need to know what is missing without running each track.

    One way to identify the broken links in your library is to create this set of playlists:
    Lost & Found playlists
    Create a playlist called Found, select everything in Music and drag it into the Found playlist. Create a smart playlist called Lost matching All the rules Playlist is Music and Playlist is not Found. Your lost tracks will be in this playlist.
    Or use iTunes Folder Watch and enable its option to check for dead tracks on startup.
    tt2

  • I need to update specific records(of variable lengths) in a file. I can get the correct record but when I update it(add info), it overwrites part of the record following it. I am using labview 6.0

    I need to update specific records(of variable lengths) in a file. I can get the correct record but when I update it(add or change info), it overwrites part of the record following it. I am using labview 6.0. I need to be able to insert information into the middle of a file without disturbing the data before and after

    It's hard to give more specifics without more detail, but in general you're going to need to read in the entire file, split it into three pieces (everything before the record of interest, the record itself, and everything after the record of interest), modify the record, reassemble the three pieces in proper order, and write the whole thing back to the file.Of course if the file is very large you might not want to actually implement it this way, but conceptually at least, this is what you are looking at.If this file some sort of proprietary format?Mike...PS: this type of issue is why I really like databases...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Can I show same iPad content at the same time on 2 Apple TVs?

    Can I show the same iPad content (music and photos) at the same time on 2 separate Apple TVs?

    no you can't

  • How can i show my powerpoint content by appleTV?

    How can i show my powerpoint content by appleTV?

    It can also be mirrored from a Mac, this doesn't require you convert the document, but it does require your Mac meets specifications for mirroring.
    AirPlay Mirroring requires a second-generation Apple TV or later, OS X 10.8 or better and is supported on the following Mac models: iMac (Mid 2011 or newer), Mac mini (Mid 2011 or newer), MacBook Air (Mid 2011 or newer), and MacBook Pro (Early 2011 or newer).

  • A login webpage gives the message "This script requires that jquery.js be loaded first." then will not show the user ID and password login boxes. How can this be corrected?

    A login webpage gives the message "This script requires that jquery.js be loaded first." then will not show the user ID and password login boxes. How can this be corrected?

    That message is listed in two scripts on the bank's site. One function that can display the message is named PhotoRotator and the other is named PromoRotator. However, I can't seem to trigger the error myself.
    If you have any add-ons that alter the page, such as ad blockers, try creating an exception for these sites and see whether that helps:
    www.northrim.com<br>
    www.northrimbankonline.com
    You also could try this logon page: https://www.northrimbankonline.com/onlineserv/HB/Signon.cgi
    (''Obviously you should be cautious about links offered on public forums to ensure you are not being phished! Check them out carefully before entering your username and password.'')

Maybe you are looking for

  • APPs from iPhone 3gs to iPad 2

    can my apps from my iPhone 3gs be used on the iPad 2?

  • Report from Grid Control:Monthly Growth of each database in Single Report

    Hi,I want to make the report from Grid Control for Monthly Growth of each Database for Capacity planning I can See under Report->Storage->Oracle Database Tablespace Monthly Space Usage But this is only for once database and I want to include all the

  • Creating an "internal" wi-fi network

    Hi I'd like to use my airport extreme to create a wi-fi network for file sharing and music streaming within my house but I DO NOT want it connected to the internet. Airport utility allows me to setup the wi-fi network but it then doesnt update the ba

  • Unable to update apps in iOS 8.0.2 iPhone 5S

    I'm unable to update any apps on my iPhone 5S. Problem started after I updated to iOS version 8.0.0. Oddly, apps updated for a while, then stopped about 2 days ago. I upgraded to 8.0.2 hoping it would solve the problem. Still a problem. I receive not

  • Redo error  in window

    Hi Experts, we use oracle 10GR2 in 32 bit window. I got an error mesage as ~Errors in file d:\oracle\product\10.2.0\admin\sale\bdump\sale_arc1_1980.trc:~ORA-16038: log 11 sequence# 15078 cannot be archived~ORA-00333: redo log read error block count~O