Mx:text height bug?

I've used the mx:text tag to put in some text, and it seems
that the amount of
text forces the height of the application in a way that I get
an vertical
scroll bar. If I reduce the amount of text in the tag, the
scrollbar
dissapears. There is plenty of room below the text, so there
should not be any
need for this to happen.
Have any of you experienced the same problem?

I think this is not a bug, but a byproduct of the fact that
TLF is doing baseline leading. TLF is placing the first line based
on the largest ascent on the line. You can alter the placement of
this line down by changing the value of the firstBaselineOffset
property. The second line is placed according to its lineHeight
propery (also sometimes called the leading). In this case, the
lineHeight is the default value, 120% of the largest fontSize,
which with the fontSize=12 will be 14.4 pixels. So the second line
is placed so that its baseline is 14.4 pixels below the baseline of
the first line. In this case, that's too tight.
There are a couple of things you could do to space the
paragraphs out further. You could assign a larger lineHeight to the
second line, either a larger percentage or absolute pixel value. Or
you could add space between the two paragraphs by assigning a
positive value to the first paragraph's marginBottom. Or you could
set the marginTop of the second paragraph.
Baseline leading is a different model from that used by most
word processors, including Microsoft Word. It is used in
applications such as Adobe InDesign and Illustrator. The advantage
is that it gives the user more control over how the lines are
placed. The disadvantage is cases like these where it doesn't do
the right thing by default.
I hope that one of these proposals is a viable solution to
your problem.
Thanks!

Similar Messages

  • FCPX Text Animation Bug

    Hi Everyone!
    I'm working through a 30+ minute video sequence showing photos and video clips of an event I attended recently.  This is my first foray into FCP.
    I've come across a rather weird text animation bug, where text is animated onto the screen incorrectly.
    So what I've shown above is one typical text box I've added for narration, using the "Typewriter" effect.  Of course, the text should render (appear) on screen one character at a time, but I have been getting a random number of characters at the end of the block that do not animate.  The only way I have been able to get these blocks to animate correctly is to add enough spaces to the end of the text to force FCPX to rerender the block correctly.
    At some point in the future, this bug resurfaces, and I have to delete the spaces, and re-add them, to get the block to render and animate correctly once again.
    If I go and "share" the resulting sequence, the bug is rendered into the sequence. 
    Deleting the text block, and adding a new block, doesn't seem to help.
    I have reported this as a bug to Apple.
    It's not just the Typewriter text effect doing this.  As far as I can see, it is every text effect bar the lower thirds (so far as I can see).
    Any ideas on how to get around this?  Does anyone else experience this bug?

    I'm starting to pull my hair out on this one.  My video is essentially ready for final rendering, but I've hit a snag re the rendering itself.
    Check out this image I've just snapped:
    http://www.becsta.com/pics/skitch/FCPvCompressor-20110918-225758.jpg
    On the left is the Compressor 4 preview pane.  Note that the text animations are screwed up, just like the screenshot at the start of this discussion.
    On the right is the FCPX preview pane, showing that the rendering is complete and correct. All I did was select "Send to Compressor", and skipped the Compressor timeline up to review the same frame.
    These text blocks are using the "Typewriter" effect.
    So, what do I do to fix this once and for all?
    Build it from scratch in Motion?
    Any ideas?
    /cue Princess Leia voice/ Help me Obi-Wan Kenobi, you're my only hope!

  • Can't open link from the forum which should solve the text replace bug

    Can't open link from the forum (http://feedback.photoshop.com/photoshop_family/topics/text_corruption_in_photoshop_cs6_fil e) which should solve the "text replace bug":
    http://helpx.stage.adobe.com/photoshop/kb/text-replaced-text-different-layer.html
    Anywhere else where I can download thich tech doc?
    Thanks in advance

    Hi,
    Try this link:
    http://helpx.adobe.com/photoshop/kb/text-replaced-text-different-layer.html
    The one posted needs to be updated.
    regards,
    steve

  • Text height/overlapping bug

    We are having a problem where part of a previous textline is
    overlapping the next line. The tails of letters like "j" and "g"
    and "y" are overlapping the next line when we have different font
    sizes. From our text metrics debugging, the line height seems to be
    off by the descent amount. I am using build 5011. Here is sample
    code to recreate the problem.

    I think this is not a bug, but a byproduct of the fact that
    TLF is doing baseline leading. TLF is placing the first line based
    on the largest ascent on the line. You can alter the placement of
    this line down by changing the value of the firstBaselineOffset
    property. The second line is placed according to its lineHeight
    propery (also sometimes called the leading). In this case, the
    lineHeight is the default value, 120% of the largest fontSize,
    which with the fontSize=12 will be 14.4 pixels. So the second line
    is placed so that its baseline is 14.4 pixels below the baseline of
    the first line. In this case, that's too tight.
    There are a couple of things you could do to space the
    paragraphs out further. You could assign a larger lineHeight to the
    second line, either a larger percentage or absolute pixel value. Or
    you could add space between the two paragraphs by assigning a
    positive value to the first paragraph's marginBottom. Or you could
    set the marginTop of the second paragraph.
    Baseline leading is a different model from that used by most
    word processors, including Microsoft Word. It is used in
    applications such as Adobe InDesign and Illustrator. The advantage
    is that it gives the user more control over how the lines are
    placed. The disadvantage is cases like these where it doesn't do
    the right thing by default.
    I hope that one of these proposals is a viable solution to
    your problem.
    Thanks!

  • Rich Text Editor bug

    Hello,
    My flex website at
    http://www.theplaygrounds.co.uk/The_Playground.swf
    throws the below error when I click on Contact or B/I/U on the Rich
    Text Editor.
    ReferenceError: Error #1069: Property string not found on
    mx.controls.RichTextEditor and there is no default value.
    at
    mx.validators::Validator/mx.validators:Validator::getValueFromSource()
    at mx.validators::Validator/validate()
    at mx.validators::Validator/::triggerHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()
    at mx.controls::RichTextEditor/__textArea_valueCommit()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()
    at mx.controls::TextArea/set text()
    at
    mx.controls::RichTextEditor/mx.controls:RichTextEditor::commitProperties()
    at mx.core::UIComponent/validateProperties()
    at mx.managers::LayoutManager/::validateProperties()
    at mx.managers::LayoutManager/::doPhasedInstantiation()
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at mx.core::UIComponent/::callLaterDispatcher2()
    at mx.core::UIComponent/::callLaterDispatcher()
    What is actually the bug here?
    Also, on the contact page, I need to be able to scroll down
    for the submit button. How could I implement this? I've tried
    everything.
    Thanks

    Hi,
    I have this code for validation:
    <mx:StringValidator
    id="nameValidator"
    source="{userName}"
    property="string"
    minLength="2"
    />
    <mx:StringValidator
    id="nameValidator1"
    source="{userComment}"
    property="string"
    minLength="2"
    />
    <mx:StringValidator
    id="nameValidator2"
    source="{userEmail}"
    property="string"
    minLength="2"
    />
    This acts on the contact form's forms, as these are the only
    textboxes in the web app.♠
    The contact form code:
    </mx:Canvas>
    <mx:Canvas label="Contact" width="100%" height="100%"
    verticalScrollPolicy="off" backgroundAlpha="0.7">
    <mx:Panel
    title="Feedback"
    left="10" top="10" right="10" bottom="10"
    layout="absolute"
    verticalScrollPolicy="on">
    <mx:Script>
    <![CDATA[
    import flash.events.MouseEvent;
    import mx.controls.Alert;
    private const NL:String = "\r";
    private function submitButtonClickHandler
    (event:MouseEvent):void
    var userDetails:String = "You submitted the following
    details:" + NL + NL;
    userDetails += "Name: " + userName.text + NL;
    userDetails += "Email: " + userEmail.text + NL;
    userDetails += "Hide email? " + (hideEmail.selected ? "Yes"
    : "No") + NL + NL;
    userDetails += "Comment:" + NL + NL + userComment.text;
    Alert.show (userDetails);
    private function emailButtonClickHandler
    (event:MouseEvent):void
    var msg:String = "You can use the navigateToURL() method to
    open a URL"
    msg += " using a call similar to the following:\r\r";
    msg += "navigateToURL (new URLRequest
    ('mailto:[email protected]'));";
    Alert.show (msg);
    ]]>
    </mx:Script>
    <mx:Panel
    title="Leave a comment"
    layout="absolute"
    width="523" height="573" x="10" y="10"
    backgroundColor="#E9ECE7" verticalScrollPolicy="on">
    <mx:Label text="Name:" x="10" y="12"/>
    <mx:TextInput id="userName" y="10" right="10"
    left="90"/>
    <mx:Label text="Email:" x="10" y="43"/>
    <mx:TextInput id="userEmail" y="41" right="10"
    left="90"/>
    <mx:Label text="Comment:" x="10" y="99"/>
    <mx:CheckBox
    id="hideEmail"
    y="76" left="90"
    label="Hide my email address"
    selected="true"
    />
    <mx:RichTextEditor x="90" y="126" title="Leave a comment"
    id="userComment" text="Leave A Comment" enabled="true"
    verticalScrollPolicy="auto">
    </mx:RichTextEditor>
    <mx:ControlBar x="120" y="258"
    horizontalAlign="center">
    </mx:ControlBar>
    <mx:Button
    id="submitButton" label="Submit"
    click="submitButtonClickHandler(event);"
    x="355" y="79" fontSize="10" fontWeight="bold"
    mouseDownEffect="{shrink}" mouseUpEffect="{revert}"
    fillAlphas="[0.0, 0.0, 0.0, 0.0]">
    </mx:Button>
    </mx:Panel>
    <mx:Script>
    <![CDATA[
    import flash.events.MouseEvent;
    import mx.controls.Alert;
    private function submitButtonClickHandler1
    (event:MouseEvent):void
    var userDetails:String = "You submitted the following
    details:" + NL + NL;
    userDetails += "Name: " + userName.text + NL;
    userDetails += "Email: " + userEmail.text + NL;
    userDetails += "Hide email? " + (hideEmail.selected ? "Yes"
    : "No") + NL + NL;
    userDetails += "Comment:" + NL + NL + userComment.text;
    Alert.show (userDetails);
    ]]>
    </mx:Script>
    Apologies if this is a basic bug, as I am new to the Flex
    platform.
    Thanks for your help♠♠

  • Photoshop: Text box bug

    Today our designers have run into an interesting bug I've never seen before, and perhaps one of you has and can offer a solution.
    We are working on a file that has been opened and edited on both PS CS4 and CS6, contains images and text and some shapes.  That's the extent of it's complexity other than the fact it has about 70 groups.  It's a file we use to generate headers for our different outlet centers.
    Here's what happens:
    We open the file and the first thing that occurs is Font Suitcase apparently goes insane, loading fonts for about a minute. 
    After that abates the file can be modified normally.  That is until you click on a text box with the text tool.  Immediately the text in the box will change to another set of text within the file.  Note that the layer selected is the correct layer -- It even displays the name as the expected text-- but as soon as it is clicked with the text tool the text in the box changes not just content but sometimes color.
    My only thought is that when the file was saved back from CS6 the last time it was edited, the references that control the actual source text and not the pre-rendered shapes that are instantiated from the text source have been frame-shifted somehow.  Like taking a few cells out of a spreadsheet on a particular column, it causes all the other stuff to get misaligned.
    We've tried saving it back from CS4 / CS6 in a multitude of configurations such as Adobe PDF.  No dice.
    Thoughts?

    What Chris didn't say is that unfortunately there's apparently nothing you can do to recover the contents of the file, save for recreating all the text (or dropping back to a version of the file saved before working on it with Photoshop CS6).
    We all anxiously await the 13.0.1 update.
    -Noel

  • LabVIEW for ARM 2009 Read from text file bug

    Hello,
    If you use the read from text file vi for reading text files from a sdcard there is a bug when you select the option "read lines"
    you cannot select how many lines you want to read, it always reads the whole file, which cause a memory fault if you read big files!
    I fixed this in the code (but the software doesn't recognize a EOF anymore..) in CCGByteStreamFileSupport.c
    at row 709 the memory is allocated but it tries to allocate to much (since u only want to read lines).
    looking at the codes it looks like it supposed to allocated 256 for a string:
    Boolean bReadEntireLine = (linemode && (cnt == 0)); 
    if(bReadEntireLine && !cnt) {
      cnt = BUFINCR;    //BUFINCR=256
    but cnt is never false since if you select read lines this is the size of the file!
    the variable linemode is also the size of the file.. STRANGE!
    my solution:
    Boolean bReadEntireLine = (linemode && (cnt > 0));  // ==
     if(bReadEntireLine) {    //if(bReadEntireLine && !cnt) {
      cnt = BUFINCR;
    and now the read line option does work, and reads one line until he sees CR or LF or if the count of 256 is done.
    maybe the code is good but the data link of the vi's to the variables may be not, (cnt and linemode are the size of the file!)
    count should be the number of lines, like chars in char mode.
    linemode should be 0 or 1.
    Hope someone can fix this in the new version!
    greets,
    Wouter
    Wouter.
    "LabVIEW for ARM guru and bug destroyer"

    I have another solution, the EOF works with this one.
    the cnt is the bytes that are not read yet, so the first time it tries to read (and allocate 4 MB).
    you only want to say that if it's in line mode and cnt > 256 (BUFINCR) cnt = BUFINCR
    the next time cnt is the value of the bytes that are not read yet, so the old value minus the line (until CR LF) or if cnt (256) is reached.
    with this solution the program does not try to allocate the whole file but for the max of 256.
    in CCGByteStreamFileSupprt.c row 705
     if(linemode && (cnt>BUFINCR)){
       cnt = BUFINCR;
    don't use the count input when using the vi in line mode. count does not make sense, cnt will be the total file size. also the output will be an array.
    linemode seems to be the value of the file size but I checked this and it is just 0 or 1, so this is good
    update: damn it doesn't work!
    Wouter.
    "LabVIEW for ARM guru and bug destroyer"

  • Strange text offset bug in Leopard?

    A few days ago I discovered this strange bug(?!) in both the iCal icon in the Dock and in iPhoto '09.
    The date on the iCal icon are offset and the name of events in iPhoto.
    It just came up from nowhere. The day before it was allright. So I reinstalled Leopard, iLife and so on... Everything was fine yesterday, but today the same thing happend.
    The only installation I have made today is Adobe CS4 Master Suite. BUT I'm not sure if it happend after or before the installation.. Or maybe hours after the installation.
    It's not a serious bug, but very very annoying. Any clues? Trixes? Fixes?
    Images at: http://public.me.com/johannesroth/

    The images were easy to view... thank you!
    Did you by chance edit the images in a Photoshop app and then export them to iPhoto????
    Did you have iPhoto 08 and upgrade? If so, try this, delete this file:
    com.apple.iPhoto.plist
    /Users/YourName/Library/Preferences. Drag that file from the Preferences folder to the Trash, empty the Trash and reboot. See if the text is still off set.
    Carolyn

  • How to determine the text height in ADG?

    Hi All,
    I am using AdvancedDataGrid to display which has
    variablerowHeight is set to True. Now all I wanted to know is that
    to detect the height of the text displayed in each row or height of
    each row.
    Because I am having horizontal grid lines after each row of
    text. Here the issue is, the space between the text an line drawn
    is not same at top and bottom. If I adjust that using "paddingTop"
    and "paddingBottom" set to 0 or some value, then if I change the
    fontname for the text, based on the fontname I use the space is
    either increased or decreased.
    The space between the text and line is same when single row
    records like below
    1) Using Font Comic Sans MS
    val1 val2 val3
    2) Using Font Arial
    val1 val2 val3
    But when I have the row values something like this, the issue
    is coming
    1) Using Font Comic Sans MS
    val1 val2 val3
    val4
    2) Using Font Arial
    val1 val2 val3
    val4
    Here in the second example, the space between the text and
    the line at the bottom is not same as the top.
    I hope I made my problem clear.
    Any help or suggestion would be helpful
    Thanks

    Hi,
    I think you can use the viewToModel() method... it should do the trick.
    Regards.

  • Reducing the Text height in Adobe Forms

    I have a text field which I have included for the long text of me22n transaction in the context node of Adobe forms. In the form I want to adjust the maximum height of the text field using java script or any other way, as in I do not want to print the text if it exists for more than 3 lines?

    You need to implement a "flowed" design. the concept of flowed means that your field/subform/form expands as your data grows.
    To do this, inserrt a subform and mark it as flowed (Top to Bottom), then drop in a text box and bind it to your input field.
    In your text box's properties, make sure you allow Multiple Lines, and in your Layout pallette make sure Expand to Fit checkboxes are checked.
    your field will grow or shrink depending on your input data.
    EDIT: if you want to hide your field, you need to use formcalc or javascript. you need to check some value (whatever that is, is up to you) then hide your field.
    if (BUSINESS_UNIT eq "G/A" ) then
      COMM_DLY_COSTS.presence  = "hidden"
    endif
    Edited by: Robert Phelan on Aug 25, 2011 5:25 PM
    Edited by: Robert Phelan on Aug 25, 2011 5:27 PM

  • Text editing bug: conflict with Facebook widget

    And just when I thought this program couldn't be MORE frustrating. The simplest of text editing features flatly refused to cooperate. Double click, triple click, with the direct selection tool selected. Nope won't select a goddam thing. Turned out to be a conflict with a Facebook widget I had applied on a master page.
    ATTN: bug department!

    Thank you so much for replying.
    Yes I have removed and reinstalled WMP.
    I had good results with the PD6 application installed on the default path onto the C: drive with the one exception that if the application was launched by accident and the user data path was not available, the PD6 application would blow away my custom user path registry settings. Now that I know what they are I have made a .reg file to repair my registry to my desired user data paths.
    Installing the application on the removable drive appeared to help prevent me from launching the application by accident and overwriting my registry with default user paths.
    So which is the less of the two evils?
    If the application directory is not available, windows media player still tries to launch the .msi for installing PD6.
    If I install the application to the C: drive but the user data to the removable drive, launching the PD6 application without the user data drive will still corrupt my registry settings for a user data path.
    Both these issues seem like a logical (if not easy) fix that should be done in the PD6 application and installation package. I mean really, cannot anyone tell me why windows media player is checking the PD6 application directory? Why in PD4 did we have an option control for setting the user data path from the PD4 application? Why is this option not in the PD6 application, just the installer?
    I am given a choice during installation to move the user data to another non default location. Why else would this be provided if not to accommodate my kind of request to store the user data into an alternate location other than “My Document”. Certainly Palm is not trying to force the users on how to protect and store their personal data?
    Post relates to: Centro (Verizon)

  • BUG: iPhoto 9 Slideshow - Text Slide Bugs and iPhoto Library Corruption

    I was wondering if anyone else has run into the following issues:
    I have had multiple issues with iPhoto crashing, stop responding, and database corruption where I cannot open iPhoto. These issues all began when I tried to use the new themed slideshow in iPhoto v9.1. Previously, I had only used iPhoto to create basic slideshows with iPhoto v7.x. I was hoping that I would be able to create my masterpiece in iPhoto 11 (v9.1) but I have only been frustrated by my attempts so far.
    What should have been a 3 - 4 hour operation has become a 20 hour nightmare and I still don't have a slideshow to show for my efforts. This has been one of my most disappointing uses of Apple software ever.
    Repeatable, reproducible bugs that I have run into include:
    1. Deleting a photo that appears in the timeline before a sub-title causes havoc with subsequent sub-titles (a.k.a. Text Slides). Subsequent subtitles are randomly copied to pictures following the one it was assigned to. Further, there is no subtitle icon in the timeline and the photos have to be manually modified to eliminate the subtitle. Work around is click the "Text Slide" button
    2. Zooming and/or image placement is not preserved and not visible when previewed, exported, or iPhoto is closed and then reopened.
    3. The iPhoto Library becomes corrupt and permissions problems prevent me from working with my photos. This happens while working on slideshow. I have had to rebuild my library and repair permissions no less than five times since I started working on my slideshow.

    iPhoto's slideshow feature is fine but no tool for a "masterpiece".
    Alternatives to iPhoto's slideshow include:
    iMovie, on every Mac sold, as is iDVD.
    Others, in order of price:
    PhotoPresenter $29
    PhotoToMovie $49.95
    PulpMotion $129
    FotoMagico $29 (Home version) ($149 Pro version, which includes PhotoPresenter)
    Final Cut Express $199
    It's difficult to compare these apps. They have differences in capability - some are driven off templates. some aren't. Some have a wider variety of transitions. Others will have excellent audio controls. It's worth checking them out to see what meets your needs.
    However, there is no doubt that Final Cut Express is the most capable app of them all. You get what you pay for.
    Regards
    TD

  • Having the same text resize bugs in Fireworks CS5

    Yes, that's right, the same terrible resizing bugs, that I have complained about directly to Adobe MULTIPLE times have not been fixed.
    Now we are told there is no patch coming to windows for CS4. Problem still happening. And its not just me.
    So now I downloaded CS5 and HAD THE SAME ISSUES!
    Seriously Adobe, sort yourselves out.
    At my blog here, you can see it well documented. Literally the same issue I have occasionally with CS4. UNBELIEVABLY.
    http://allaboutchris.co.uk/blog/2010/bugs-in-fireworks-cs5/
    Adobe, when is it getting fixed?

    I don't have any problem resizing the text with the Scale tool as long as I hold down the Control or shift key while pulling at a corner with the double arrow cursor. If you pull vertically or horizontally you get just the kind of distortion I'd expect. That's not a bug.

  • Explorer HTML text flash bug?

    Hello!
    I have the following problem for a dynamically created
    textfield:
    mytext.text = "<b>bold text</b><span
    class='green'>green</span>";
    Even tough it works great in the Flash environment, it will
    render differently in an IE7 browser.
    In Firefox, it renders the bold and class tags correctly. IE7
    doesn't render anything, it show only plain text: "<b>bold
    text</b><span class='green'>green</span>"...
    If I change text to htmlText, IE7 will render the bold tags
    but no class [stylesheet] tags correctly... and Firefox will only
    show the bold tags, no line breaks and no class [stylesheet] tags
    correctly?
    AS2 had some bugs regarding html rendering but I don't think
    I ever had this problem regarding html text back then...
    Any thoughts? Thanks in advance,
    T.

    I too am experiencing the same bug with my own site. The only
    thing that makes me feel better about the situation is this problem
    is seen on Adobe's home page as well. If you pull up a browser in
    Linux and view the homepage, you will notice that the pull down
    menu on this site falls under the flash animation.
    My only solution so far is to check the clients OS and if
    it's reported as a Linux box then to serve up a static image
    instead. This only works if the OS is being reported correctly to
    the server... Not a good overall solution though.
    Does anyone know if any fix is underway?

  • Scrollable Text Frame bug?

    Hello fellow DPS users,
    I seem to have activated a weird bug with the Scrollable Text Frame but I hope I can solve it with your help.
    I've tried everything I can think of already but without good success.
    Here is the problem. I have a page that looks like this:
    So this is how it should look like and how it does look like. The red square in the left upper corner with the white text is actually a scrollable text frame which  you can pull down to get more text within a white square. The problem is, the text is above the red square and I want it to come down when you pull. So I can't set the "Initial Content Position" to "Upper Left". That's why I'm using "Use Document Position". But for it to show like I want (like in the image above) my InDesign document looks like this:
    No problem, you think, I solved it. Well, not exactly. Since when I go to the real thing and test it, it initially looks good, but when I go into story view I get this:
    So in story view it still shows the exact position like in the InDesign document... But in the page itself it does show well. The real problem though, is that it doesn't use the exact document position but apparantly 10 to 20 pixels below it. So it actually shows incorrectly in the page, and in story view it shows the real thing.
    Can anyone help me? Is this a known issue or am I forgetting something?
    Thanks, Julien.

    Well here is an update: In stead of pulling the red square down and using the "Use Document Position" as a starting position, I tried pulling it up so I CAN use the "Upper Left" for starting position.
    It works like a charm, but still I rather want to pull down. But now I at least know it's the "Use Document Position" that's not working correctly.
    Anyone know a workaround? Or else Adobe can put it on their todo list
    Another thing for Adobe Developers to put on their todo list if they happen to read this:
    If you upload your own table of contents preview you cannot undo this.
    And you cannot upload your own storyview previews.
    Maybe for in the future

Maybe you are looking for

  • Can I see more than the top 200 rental movies?

    I guess that there are many hundreds of movies for rent on i-Tunes, but I only seem to be able to see the top 200. How can I view a wider selection?

  • Cannot copy out of Hotmail, works in IE

    as the title says. neither rightclick, nor ctrl-c works anymore. im not using hotmail voluntarily, its a university account, so i dont have a choice and beeing a uni account i need to copy paste quite a bit. if i forward the message to another email

  • Nokia 8800 Internet purchase advice

    Hi guys, I have found this web-site that is selling a range of Nokia's 8800's at very good prices. Has anybody had any experience with this web-site (Link below)? I have also emailed the seller to ask him if the units are authentic and if he has any

  • Hub Transport Server is not in network load balancing

    Hi, We have 2 HUB Servers which configured in different cluster IPs each(1.1.1.1 & 1.1.1.160), so there is no redundancy in HUB now. So do i need to uninstall  the NLB in HUB2 and re-install again or can i add in the existing NLB itself. Please sugge

  • X240 + 2x Displayports on Dock, No Video

    I've seen this question posted several times with no answers or updates. I have the X240 i7 version. All my drivers are 100% up to date. (9/16/14) Including the new intel drivers posted a few days ago. When I plug in two monitors via the displayport