Keyboard in the background focus

In Linux I can set upwards so that the window of the mouse flies over has keyboard focus, but is not in the foreground is anyway to do this in Windows? Of course part of the background window must be visible to accept focus, that I don't want to come to the first plan covering the window with the information I need to note about.

There is no native way to do this in Windows.

Tags: Windows

Similar Questions

  • Batteries changed keyboard - screen is now upside down, the mouse runs in the background - click it moves down, etc.

    Are Windows Vista - changing the batteries in the keyboard, handed over the keyboard and now the screen is in reverse, the mouse runs in the background, entered the Internet - the display is backwards.  Have absolutely NO idea what I did or how to cancel.

    Press Control Alt keys and the top at the same time.

  • keyboard shortcut to switch between the background and outline in flash?

    It becomes tedious to have to scroll over the swap icon to switch between the background and outline. I'm on a macbook pro and had no chance of finding a shortcut or hotkey for it.  This would make my work flow a lot faster if there was a.  If anyone knows a shortcut, please hit me with it. It would be greatly helpful!

    -Steven

    To do this use jsfl:

    setStrokeColor.jsfl:

    fl.getDocumentDOM () .setFillColor (document.getCustomFill("toolbar").color);

    setFillColor.jsfl:

    fl.getDocumentDOM () .setFillColor (document.getCustomFill("toolbar").color);

    Link these jsfl files in your commands menu and assign shortcuts to them.

    To locate the folder where these commands on your machine/OS google: "Flash orders location JSFL.

  • WEB SITE PAGE APPEARING IS NOT IN IE9... AS THE BACKGROUND IS PRESENT...

    IN FIREFOX AND IE9, I CREATED THIS SITE. HTML5. NOW, HERE I AM ALMOST DONE WITH THE SITE, AND WHEN I DO THE MEDIA PAGE... IT SEEMS TO ONLY SHOW AS THE BACKGROUND IN IE9... EVEN AFTER I REMOVED IT... THIS SPECIFIC PAGE (videos.html) IS ONLY SHOW THE BOTTOM. EACH PAGE THAT I DO, I HAVE THEM TESTED IN THE TWO BROWSWERS... KEEP EVERYTHING THE SAME EXCEPT FOR THE CONTENT IN THE ARTICLE...

    Here's the Code originally, I don't know obviously erros there so guys, just help me and don't be rude, if you want to. I greatly appreciate it.

    HERE IS WHAT IT LOOKS LIKE IN FIREFOX:

    firefox.jpg

    HERE IS WHAT IT LOOKS LIKE IN IE9:

    explorer9.jpg

    HERE IS THE CODE:

    (HE IS TREATED IN DREAMWEAVER) BUT... I JUST COPIED AND PASTED ON HERE.

    <! DOCTYPE HTML >

    < html >

    < head >

    < meta charset = "UTF-8" >

    < content meta = "DahJ" name = "author" >

    < content meta = "DahJ, Derek Alton Hill, Dagan, financial freedom, Designer DahJ, DahJ magnate, Dagan Fashions, University departments, Salem, University of Dahj, Chancellor, business, success, success, North Las Vegas, Derek, coach, mentor, philanthropist, best-selling author, author,-life, life coach," name = "keywords" >

    < content meta = "" DAHJ videos, photos and blog: official website "name ="description">"

    < title > Media - videos DAHJ, photos and blog: official website < /title >

    < style type = "text/css" >

    <!--

    {body

    margin: 0;

    padding: 0;

    Color: #000;

    Background: URL(images/websitebackgroundhomee.jpg) repeat scroll 0 0;

    Police-family: David;

    font size: 15px;

    height: 100%;

    }

    / * ~ ~ Tag of the element selectors ~ ~ *.

    UL, ol, dl {/ * because of variations between the browsers, it's best practices to zero padding and the margin on lists.} For consistency, you can specify the amounts you want to here, or on the list (LI, DT, DD) items they contain. Don't forget that what you're doing here cascade to the .nav list unless you write a more specific selector. */

    padding: 0;

    margin: 0;

    }

    H2, h4, h5, h6 {p}

    margin-top: 0;

    padding-left: 15px; / * adding padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any mathematical model of box. A block nested with side pads can also be used as an alternative method. */

    Police-family: David;

    }

    an img {/ * this switch how to remove the default blue border displayed in some browsers around an image when it is surrounded by a link * /}

    border: none;

    }

    / * ~ ~ Style for your site links must remain in this order - including the Group of selectors that create the hover effect. ~~ */

    a: link {}

    color: # 42413.

    text-decoration: none; / * unless you style your links appear to be extremely unique, it is best to predict stresses quick visual identification * /.

    }

    a: visited {}

    text-decoration: underline;

    }

    a: hover, a: active, a: focus {/ * this group of selectors will give a browser keyboard the same experience of hovering as the person using a mouse. * /}

    text-decoration: none;

    }

    / * ~ ~ This container fixed-width surrounds all the other blocks ~ ~ * /.

    . Container {}

    Width: 960px;

    margin: 0 auto;

    border-radius: 5px;

    -moz-border-radius: 5px;

    -moz-box-shadow: 0 3px 3px 5px #7d7f7e;

    -webkit-box-shadow: 0 3px 5px 5px #7d7f7e;

    box-shadow: 0 3px 5px 3px #999;

    background-image: url(Images/contentbckgrnds/videocontent.jpg);

    }

    / * ~ ~ The header is not given a width. It will extend to the entire width of your layout. ~~ */

    {to header

    height: 520px;

    Width: 960px;

    background-position: center;

    background-color: #000;

    }

    H1 {}

    do-family: Century Gothic;

    padding-left: 11px;

    Police-weight: lighter;

    }

    H1 a: hover {}

    color: #09F;

    }

    / * ~ ~ These are the columns for page layout. ~~

    (1) padding is only placed on the top and/or bottom block elements. The elements contained in these blocks have padding on their sides. This avoids any «mathematical model of box» Keep in mind, if you add lateral pads or border to the block itself, it will be added to the width that you set to create the * total width. You can also remove the padding of the element in the block element and place a second inner block with no width element and the necessary padding for your design.

    (2) no margin was given to the columns, because they all floated. If you need to add the margin, avoid placing on the side you're floating into (for example: a right margin on a block set to float to the right). Many times, padding can be used instead. For blocks where this rule needs to be broken, you need to add a statement of ' display: inline ' to the rule of the block element to tame a bug where some versions of Internet Explorer double the margin.

    (3) given that the classes can be used several times in a document (and an element can also have several classes applied), the columns have received the names of classes instead of IDs. For example, two blocks from the sidebar could be stacked if necessary. These can easily be changed to the ID if that's your preference, as long as you don't use them once per document.

    (4) If you prefer your nav on the left instead of the right, just float those columns the opposite direction (to the left instead of all rights), and they will return in reverse order. There is no need to move the blocks in the HTML source code.

    */

    {.sidebar1}

    float: right;

    Width: 300px;

    Background: #fff;

    padding-bottom: 10px;

    }

    . Happy {}

    padding: 0px 0;

    Width: 960px;

    float: right;

    background-color: #FFF;

    }

    / * ~ ~ This group selector gives the lists in the domain content space ~ ~ * /.

    . Content ul, ol {} content

    padding: 0 15px 15px 40px; / * This padding reflects the right padding in the titles and the paragraph above net. Padding was placed on the bottom for the space between the other elements in the lists and on the left to create the withdrawal. These can be adjusted as desired. */

    }

    / * ~ ~ Footer ~ ~ * /.

    footer {}

    padding: 10px 0;

    position: relative; / * This gives hasLayout IE6 to well clear * /.

    Clear: both; / * This clear property forces the .container to understand where the columns end up and contain them * /.

    background-color: #CCC;

    background-image: url(Images/footer2.jpg);

    }

    / * HTML 5 support - new tags of HTML 5 sets to display: block for browsers know how to render the tags correctly. */

    section header, footer, coast, nav, article, figure {}

    display: block;

    }

    side {}

    }

    {.homebutton}

    background: no-repeat scroll 0 0 transparent;

    height: 65px;

    left:-1.2em;

    position: relative;

    top:-3.4em;

    Width: 172px;

    z-index: 20;

    }

    H3 {}

    Police: "Palatino Linotype", "Book Antiqua", Palatino, serif;

    font-size: small;

    padding-left: 15px;

    }

    / * THIS IS MY FOOTER FONTS AND TEXT * /.

    {address}

    make-style: Century Gothic;

    color: #FFFFFF;

    text-decoration: none;

    text-align: center;

    make-style: normal;

    }

    address a: link {}

    color: #0CF;

    }

    address a: link, a: hover {}

    color: #33CC33;

    }

    / * THIS IS MY LINKS SOCIAL MEDIA, TITLES AND COUNTIES... FACEBOOK, TWITTER, YOUTUBE * /.

    {#socialmedia}

    list-style: none outside none;

    Display: block;

    margin: 15px 145px 0px;

    position: relative;

    }

    . Twitter {}

    Display: inline;

    margin-left: 135px;

    }

    Facebook {}

    Display: inline;

    }

    .YouTube {}

    Display: inline;

    margin-left: 135px;

    }

    {#socialmediatitles}

    list-style: none outside none;

    Display: block;

    margin: 15px 190px 5px;

    position: relative;

    do-family: Century Gothic;

    do-size: 22px;

    color: #ffffff;

    Width: 800px;

    }

    {.twitterfollowers}

    Display: inline;

    margin-left: 160px;

    color: #ffffff;

    }

    .twitterfollowers a: link {}

    color: #ffffff;

    }

    .facebookfans a: link {}

    color: #ffffff;

    }

    .youtubesubs a: link {}

    color: #ffffff;

    }

    {.facebookfans}

    color: #ffffff;

    Display: inline;

    }

    {.youtubesubs}

    Display: inline;

    margin-left: 135px;

    color: #ffffff;

    }

    {#socialmedianumbers}

    list-style: none outside none;

    Display: block;

    margin: 15px 185px 5px;

    position: relative;

    do-family: Century Gothic;

    font-size: 30px;

    color: #ffffff;

    Width: 800px;

    }

    {.twittercount}

    Display: inline;

    margin-left: 150px;

    color: #ffffff;

    }

    .twittercount a: link {}

    color: #ffffff;

    }

    .facebookcount a: link {}

    color: #ffffff;

    }

    .youtubecount a: link {}

    color: #ffffff;

    }

    {.facebookcount}

    color: #ffffff;

    Display: inline;

    }

    {.youtubecount}

    Display: inline;

    margin-left: 135px;

    color: #ffffff;

    }

    div #voverlay {}

    Background: #FFF;

    display: none;

    height: 480px;

    Padding: 35px;

    Width: 640px;

    }

    div #voverlay {{.a

    cursor: pointer;

    height: 35px;

    position: absolute;

    right: 5px;

    top: 5px;

    Width: 35px;

    Background: #999;

    }

    div #vcontainer {}

    background: url ("loading.gif") no-repeat scroll 50% 50% transparent;

    height: 100%;

    Left: 0;

    top: 0;

    Width: 100%;

    }

    {.videogallery}

    Width: 871px;

    }

    . Videogallery a {}

    Color: #333333;

    Display: inline-block;

    font: 12px / 18px 'Gothic Centurty. "

    margin: 3px;

    opacity: 0.87;

    position: relative;

    text-align: center;

    text-decoration: none;

    vertical-align: top;

    Width: 240px;

    }

    . Videogallery a {img

    border: medium none;

    Display: block;

    margin: 0;

    }

    . Videogallery span {}

    Display: block;

    }

    . Videogallery a.videolb {}

    display: none;

    }

    < / style >

    < style media = "print, screen projection", type = "text/css" >

    #mediaxmedia {height: 823px; border: none ;}}

    < / style >

    <!-[if lt IE 9] >

    " < script src =" http://html5shiv.googlecode.com/svn/trunk/HTML5.js ">

    < /script >

    <! [endif]-->

    < link href = "CSS/dropDown3.css" rel = "stylesheet" type = "text/css" > "

    < link rel = "stylesheet" href = "CSS/videolightbox.css" type = "text/css" / > "

    < link rel = "stylesheet" type = "text/css" href="media_videolb/overlay-minimal.css"/ >

    < script src = "js/jquery.js" type = "text/javascript" > < / script > "

    < script src = "js/swfobject.js" type = "text/javascript" > < / script > "

    < / head >

    < body >

    < div class = "container" >

    < header > < / header >

    <! - START OF THE NAVIGATION MENU - >

    < div id = "navMenu" >

    < ul >

    < li > < /li >

    < /ul > <!-end inner UL->

    < ul >

    " < li > < a href =" http://www.dahj.com/recent-activity ' > ACTIVITY < /a > < /li > .

    < /ul > <!-end inner UL->

    < ul >

    " < li > < a href =" http://www.dahj.com/latest-news "> NEWS < /a > < /li > .

    < /ul > <!-end inner UL->

    < ul >

    " < li > < a href =" http://www.dahj.com/Photogallery "> < /a > media .

    < /ul > <!-end inner UL->

    < ul >

    " < li > < a href =" http://www.dahj.com/coaching "> COACHING < /a > < /li > .

    < /ul > <! - end main UL - >

    < ul >

    " < li > < a href =" http://www.dahj.com/shop "> SHOP < /a > < /li > .

    < /ul > <!-end inner UL->

    < ul >

    " < li > < a href =" http://www.dahj.com/about "> ON < /a > < /li > .

    < /ul > <!-end inner UL->

    < p > < br class = 'ClearFloat' / >

    < /p >

    < / div >

    <! - end navMenu - >

    <! - THE DAHJ HOUSE ICON START - >

    < div class = "homebutton" >

    " < a href =" http://www.dahj.com "> < img src="Images/websiteicons/bg_logo_new_0.png "width ="172"height ="61"> < / a >

    < / div >

    <! - END OF THE HOUSE ICON BUTTON DAHJ - >

    < section class = "content" >

    < br >

    <! - VIDEO CONTENT STARTS HERE - >

    < div id = "voverlay" >

    < a class = 'close' > < / a >

    < div id = "vcontainer" > < / div >

    < / div >

    < center >

    <! - start VideoLightBox.com BODY section - >

    < div class = "videogallery" >

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=39862994 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title ="Hearing his voice"> < img src =" Images/vidéos thumbs/0.png"alt ="Hearing his voice"/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=39862218 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 " "title ="The Trust Fund of labor 2010" > < img src = "Images/vidéos thumbs/1.png" alt = "The Trust Fund of labor 2010" / > < span > < / span > < /a >

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=39861243 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title =" what he put you then will be working for You Now "> < img src =" Images/vidéos thumbs/2.png"alt =" what he put you then will be working for You Now "/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=39031081 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title ="Word 101 - Back to the Basics"> < img src =" Images/vidéos thumbs/3.png"alt ="The Word 101 - Back to the Basics"/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=36932142 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title ="Tough Love - Pastor Sheryl Brady"> < img src =" Images/vidéos thumbs/4.png"alt ="Tough Love - Pastor Sheryl Brady"/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=35261687 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title ="Just Calm Down - Pastor Sheryl Brady"> < img src =" Images/vidéos thumbs/5.png"alt ="Just Calm Down - Pastor Sheryl Brady"/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=28674599 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title ="How to seduce Proof Your Life"> < img src =" Images/vidéos thumbs/6.png"alt ="How to seduce Proof Your Life"/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=36249630 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title ="iHeart TPHND - part 1"> < img src =" Images/vidéos thumbs/7.png"alt ="iHeart TPHND - part 1"/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=36666455 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title =" Potter The iHeart House North Dallas - part 2 "> < img src =" Images/vidéos thumbs/8.png"alt =" Potter The iHeart House North Dallas - part 2 "/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=37080493 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title =" Potter The iHeart House North Dallas - part 3 "> < img src =" Images/vidéos thumbs/9.png"alt =" Potter The iHeart House North Dallas - part 3 "/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=37535503 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title ="iHeart TPHND - part 4"> < img src =" Images/vidéos thumbs/10.png"alt ="iHeart TPHND - part 4"/ > < span > < / span > < /a > "

    " < a class ="voverlay"href =" http://Vimeo.com/moogaloop.swf?clip_id=22007961 & server = vimeo.com & show_title = 1 & show_byline = 1 & autoplay = 1 "title ="my grandson Jaden plays drums"> < img src =" Images/vidéos thumbs/11.png"alt ="my grandson Jaden plays drums"/ > < span > < / span > < /a > "

    < / div >

    "< script src="js/jquery.tools.min.js "type =" text/javascript"> < / script >

    < script src = "js/videolightbox.js" type = "text/javascript" > < / script > "

    <!--end VideoLightBox.com vest - >

    < /Center >

    < br >

    < / item >

    <! - CONTENT VIDEO ENDS HERE - >

    <! - NUMBERS DOWN - >

    <! - END NUMBERS DOWN - >

    <! - end content - >

    <>footer

    < br >

    < br >

    <! - START SOCIAL MEDIA ICONS - >

    < div id = "socialmedia" >

    < div class = "facebook" >

    " < a href =" http://Facebook.com/dahj ' "> < img src="Images/websiteicons/icontexto-inside-facebook.png "> < / a > .

    < / div >

    < div class = 'twitter' >

    " < a href =" http://Twitter.com/officialdahj ' "> < img src="Images/websiteicons/icontexto-inside-twitter.png "> < / a > .

    < / div >

    < div class = "youtube" >

    " < a href =" http://YouTube.com/dahj ' "> < img src="Images/websiteicons/icontexto-inside-youtube.png "> < / a > .

    < / div >

    < / div >

    <! - END SOCIAL MEDIA ICONS - >

    <! - BEGINNING OF MEDIA TITLES - >

    < div id = "socialmediatitles" >

    < div class = "facebookfans" >

    " < a href =" http://Facebook.com/dahj "> < /a > FANS .

    < / div >

    < div class = "twitterfollowers" >

    " < a href =" http://Twitter.com/officialdahj "> < /a > subscribers looked at: .

    < / div >

    < div class = "youtubesubs" >

    " < a href =" http://YouTube.com/dahj "> CUSTOMERS < /a > .

    < / div >

    < / div >

    <! - END OF MEDIA TITLES - >

    < address >

    < br >

    < br >

    " © Copyright 2012 | < a href =" http://dahj.com/privacy-policy "> privacy policy / rights of your life private < /a > | "< a href ="http://dahj.com/terms-of-use"> terms of use < /a > | "< a href ="http://dahj.com/contact-information"> contact us < /a > | "< a href ="http://dahj.com/feedback"> < /a > Feedback: .

    < / address >

    < / footer >

    <! - end .container - >

    < / div >

    < / body >

    < / html >

    Obviously, this HTML comment unpaired is a problem - browsers will think the whole page is a comment and you'll get a blank screen.  Disconnected should correct your live view - I think that's what says Rik...

  • How can I see where the letters are on the keyboard after the passage for the french, Spanish or German

    I use a standard keyboard, but write in Spanish, German and French and English. How can I see a Visual of the key Governing Council after the passage of languages so I know where the special keys are for each language?

    Tuesday, July 17, 2012 17:42:37 + 0000, DavidSouthard wrote:

    I use a standard keyboard, but write in Spanish, German and French and English. How can I see a Visual of the key Governing Council after the passage of languages so I know where the special keys are for each language?

    If I were you, I would not go to all languages. You can get all the
    These special letters on the English keyboard with the help of a third party
    program. I use a program background small freeware called AllChars.
    This allows me (in all applications, type many common special characters
    (many of them are used in other languages) by pressing the key ctrl
    followed by a combination of two-character mnemonics.

    For example, for n the two characters are ~ and n. "C is for c, and, for u, you and.

    To get it, go to http://allchars.zwolnet.com/

    Ken Blake, Microsoft MVP

  • How to keep the background to the point when shooting indoor basketball on a 18-135 mm t5i

    I'm new on this and so far I love my camera. However these shooting games is sometimes difficult.  How can I keep the background blur. Sometimes using autofocus, he catches someone has arms that more than the topic and I miss the shot. How to avoid that. Your help is appreciated.  Thank you

    When you look through the viewfinder, you will see 9 boxes arranged in a pattern.  These are the areas of focus.  When you use all the points the camera checks all the points and see if there is something that he can focus on at this time.  Then, he decides what is the topic and focus on that.  Sometimes it will jump back between something in the foreground and background.  But since the subject is usually at the forefront the camera will usually choose which background noise.  In your case, something happens in the foreground and the camera which is selected as the update since it is the closest.  Best way to remove is to be aware of all the AF points when shooting.  If things are too dynamic to keep all 9 free points from anyway, then move to a single point AF:

    If you want a specific choice of the update then change to read only the central point.  There should be a button in the upper right corner that allow this.  If you half press the shutter button, the camera will focus on what is at the center point.  You can then recompose (if you want) and take the picture.

  • My optical mouse 3000 does not work even if the red light is on in the background

    My optical mouse 3000 does not work even if the red light is on in the background

    Hi Russell,

    Thank you to contact Microsoft Community and we will be happy to help you with your concern.

    According to the description, it looks like you are facing a problem with the optical mouse 3000.

    It would be great if you could answer these questions to help you further.

    1. have you made changes on the computer before this problem?

    2. you receive an error message or error code?
    3 is confined with any specific application?

    I suggest you to see the steps in the following Microsoft article.


    Mouse, touchpad and keyboard under Windows problems:
    http://windows.microsoft.com/en-US/windows/help/mouse-touchpad-and-keyboard-problems-in-windows

    Troubleshoot the incidents of the response to the mouse or wireless keyboard: http://support.microsoft.com/kb/838398

    Troubleshoot a wireless mouse that does not correctly: http://support.microsoft.com/kb/321122

    We would be more than happy to help you if the steps above did not solve the problem.

  • How can I change the background color under Windows 7 64-bit

    How to get the background color of the screen to change.  I went through the customization of themes and custom colors that changed some screens, but not all.  I've recently updated to XP and I find it frustrating.  For example, when you use ITunes, my desktop background is white which is difficult to focus on for long periods of time.  On my XP machine, I was able to change the background of a light gray.  Help, please.

    In fact it's not Windows, it's iTunes.  The latest version is very white (and very hard on the eyes).  It seems just as bad on XP, you probably just the previous version of iTunes before you upgrade.  Unfortunately, Apple is the only one who can change - it program iTunes, and they do not meet the standard rules of "respect the choice of the users!

    If this was helpful, please vote. If it solves the problem, please click on propose as answer. Thank you!

  • Click on the link inside the non-Focus field

    Hi all

    I use an ActiveRichTextField non-focusable because the field is part of a larger container making screenshots click on itself - not the children. This was done to make it easier for the user to scroll up and down on a list of text fields (do not have to move the focus to a line-of-text database).

    Question:

    My customer wants to activate by clicking on hyperlink. This is done natively by the ActiveRichTextField, but it cannot be activated because the emphasis is disabled.

    Question:

    Someone has any idea how to reconcile the conflicting requirements?

    (a) the ActiveRichTextField should not be focusable on a baseline of text (if it is wrapped, of course)

    (b) by clicking on the hyperlink should open the browser, etc.

    Thank you.

    You can get the x / y position of the textfield, but translate the active regions in x / there would be rather difficult (if possible at all).
    I just looked at the API, but I don't see how you can extract the links (or information about them) as the analysis is done in the background.

    You can analyze the text yourself with regular expressions to detect hyperlinks and offer them in a context menu.
    (e.g. http://www.regexguru.com/2008/11/detecting-urls-in-a-block-of-text/ )

    I usually change my paradigma UI if it turns out that a usecase I need is not taken in charge, but it is sometimes easier to patch something on.

    Basically, your decision: change the user interface in order to support this usecase, or something (like the context menu) on this patch.

    I would say to list the options see, then speak to the customer what he likes.

  • I'd like to find which program is running in the background on my computer.

    I use windows 7 premium 64 bit on my desktop, a program starts and runs for about 4 minutes spasmodically in the background. When this happens, it slows down and sometimes even freezes the window running. How can I find out what program is running so that I can uninstall if necessary? I'm just an average guy not too tech savvy and I'm just hoping this is an easy fix without taking it to an expert. Any help would be appreciated to this annoying problem.

    Thanks Lesh1

    Hello lesh1,

    IType.exe and ipoint.exe respectively are the drivers for Microsoft Keyboard and Microsoft Mouse. They are designed especially for those who have Microsoft Devices. These drivers are usually sent through Windows Update. So, if you don't have a Microsoft Keyboard or a mouse, you can safely uninstall them. In revenge, leaving these drivers as are, would mean without damaging your system.

    Note: These drivers are likely registered as keyboard and Microsoft mouse in your control panel. You can remove the Wizard "uninstall a program".

    Hope this helps,

  • None of the background colors

    All pages in browser (IE and Firefox) stopped showing their natural environments; the text is visible (not sure on the images and photos). The same thing happens when I display the on screen keyboard... that is, only the bare outline of the keyboard and the keys are visible on a white background. However, the keys appear to be fully functional.

    Is there a setting somewhere I can check or adjust?

    Thank you.

    Norm Jenulis

    NYC

    Try right click on the desktop, clicking Customizeand upgrade to Windows 7, Windows 7 Basicand Windows classic themes.

    If you still cannot fix it, maybe it would help if those of us here could see the question.  Open the on-screen keyboard, and a Web site that is not displayed correctly.  Then, run the Snipping Tool, click full screen on the drop-down menu next to the [new] button, take a screenshot and post it here.  You can launch the cutting tool by pressing [Windows] + [R], type "snippingtool", then press [Enter].

  • Customizing the background color for an element ListField

    I spent the better half of today trying to figure out how to set the background color for when a ListField element has the focus. I tried the substitution of paint and drowFocus and can not get any color other than the default.

    Someone knows how to do this?

    Try something like that.

     public void drawListRow(ListField list, Graphics g, int index, int y, int w)
    {
        if(list.getSelectedIndex() == index)
        {
             g.setColor(0x0000FF);
             g.fillRect(0,(index*rowHight),rowWidth,rowHeight);
             g.setColor(0x000000);
        }
        g.drawText("Text", 0, y, 0, w);
    }
    

    PS: Call disabled, if the previous paint stays on the screen.

  • Adding icon in the background transparent when Michael

    Hi, I am observing interesting phenomenon (?)

    I've added an icon to my request that I developed using the guide provided by the kb article:

    http://docs.BlackBerry.com/en/developers/deliverables/21877/Add_icon_to_configuration_file_1374808_1...

    The icon has been added successfully on the Simulator and everything is normal but I notice that the background becomes now when I disable the soft (drag up to zoom out of the window of the application).

    It's weird because in the zoomed view on, all components are present (such as areas of labels, buttons, etc.), but the background (which is black) becomes transparent. When I again focus the application, the background color become serious.

    (Although I recognize that this method of adding icon is suspicious because he tells me to create another .xml file when there is a present already - one that was created when I first implemented the project - it's perhaps is the source of error...?)

    I'm afraid that RIM will reject the app for this reason, so I'm holding presentation until this issue is resolved.

    Anyone have any idea what can cause this? !!

    Any help is appreciated!

    Nevermind, I solved my case. The answer was hidden

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-air/problems-while-publishing/TD-p/69...

    Transparent tag in the .xml file must be set to false.

  • change the background color of ObjectChoiceField

    Hey everybody,

    I have a situation where I did a Manager and overrided his painting so that it has a white background.

    above it, I put an ObjectChoiseField.

    and whenever he gets and loses focus, then gets its background painted black

    How can I fix it?

    Thanks in advance, Omri.

    I found the solution,

    the solution is, paint the background by substituting paintBackground

    and object not as I did.

    any comments?

  • FieldManager and background color - how to change the background color FiledManager

    I use the following code to navigate

    Change the background color of the domain manager. I see the print, but backgorund color FieldManager does not evolve!

    FMHorizSingleCont is a FieldManager. Thank you.

    final class UserInterfaceScreen extends MainScreen {
    
    private FMHorizSingleCont[10] fmSingContent; // fmsingContent is a field Manager
    
    public FMVerticalContents (){
        try
        {
          numElements = 0;
          currentRow =0; // Row where the focus is
          Background back = BackgroundFactory.createSolidBackground (Color.BLUE);
                ......................
    
    protected boolean navigationMovement(int dx, int dy, int status, int time) {
            if(dy<0){
          if(currentRow != 0)
          {
           currentRow--;
           fmSingContent[currentRow].setBackground(back);
           System.out.println("FMVerticalContents -- dy < 0 !!!");
           invalidate();
          }
    
        return true;
        }
        else if(dy>0){         
    
          if(currentRow < numElements)
          {
            System.out.println("FMVerticalContents -- dy > 0 !!!");
            fmSingContent[currentRow].setBackground(back);
            currentRow++;
            invalidate();
                                }
            return true;
           }else{          
    
           return true;
        }     
    
      }
    

    A HorizontalFieldManager does not paint anything, it's just a control class.
    You can crush his painting method to change this, for example with fillRect before calling super.

Maybe you are looking for