Model Windows, background blur

Is there any way to control
the background blur when a window is opened,  i have a ad banner at the side and when a window opens up i don't want the blur to obsquire
obscure the background

Hi,
Try to use this styles:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
modalTransparencyBlur="0">
There are also other modal-related styles available:
modalTransparency
modalTransparencyColor
modalTransparencyDuration
Regards,
Adrian

Similar Messages

  • Creating a model window using JavaScript

    Hi,
    How can i create a model window in Java Script??
    Please help me. I am new to this.
    Regards,
    Narahari

    if you want to limit yourself to IE, you go look at
    the IE JS documentation at
    msdn.microsoft.com/library
    if you don't want to limit yourself to IE, you don't.Here's the first line:
    Here's a window named javascript_1.
    When you click on this link, a new window called javascript_1 gets opened and the HTML page javascript_window_1.html gets put into the window. Because the features parameter is optional, you can just leave it out. This will give you the default window you would have gotten if you'd used a targeted href, as in the previous page.
    Notice that I put the call to open the window in an onClick. You don't have to put window.open() calls inside an onClick, it was just convenient to do so in this example. You'll see examples of window.open() inside <script> tags soon.
    The second link is almost exactly like the first link. It just opens a window with a different name and loads in a different HTML page:
    Here's a window named javascript_2.
    The third link sticks a new HTML page into the first window. This works because the third link opens a window with the same name as the first window: javascript_1.
    Here's another HTML page going into javascript_1.

  • Probably stupid question - Windows background in black

    This is probably a stupid question for longtime Mac users... I'm trying to adjust to this OS... I recently 'upgraded' to a MacBookPro from a PC, and have been very happy with my decision so far. However, when using windows I ran themes that displayed windows backgrounds in black with a lighter font for text, which is my preference. How do I do this with Leopard? I couldn't find any options or info on Apple site using Search.

    Well, I use Arial for just about everything. You can set that in Safari/Prefrences, or, if say you are using Text Edit, you can press Command + T and that will prompt the Mac FontBook and you can view all the fonts available and just go through them until you see one that best fits your needs.
    Since you are new to Mac there is something to be aware of. Do not change any "system fonts" as it can cause utter mayhem. There's an alert box you can set up to avoid any mishaps;
    *If you change fonts used by Mac OS X
    If you try to change or remove fonts used to display onscreen text on your computer, an alert message will appear. You should not change system fonts unless you’re experienced with fonts and know how the change will affect your system.
    You can turn off system font alerts in Font Book preferences.
    To turn off system font alerts:
    Open Font Book and choose Font Book > Preferences.
    Deselect the checkbox labeled “Alert me if system fonts change.”
    Carolyn

  • Reducing Windows Background Processes

    I'm in charge of my company's data acquisition system and we've finally got everything running about how we want it to.  The last issue we're having is that whenever the screen updates the program slows down measureably.  I've got the program running in a loop that collects data, processes data, waits for user input, sends out commands to other hardware, and then repeats.  The program is configured to only display one data point (64 channels, plus 5 on a chart and three other numeric gauge indicators) of every 100 collected.  The effect this has is that while the program is not displaying data the loop executes in about 2-3ms, but that time jumps to ~60ms when it has to update the front panel.
    My question is: how can improve the performance of my code on a windows XP system?
    Is there some kind of indicator that I should use over another kind?
    Does anyone have a guide on how to disable windows background processes (the computer the DAQ system is on isn't running much, but I'm not a very advanced user in that area)?
    Any other general tips and tricks for this kind of problem?
    I know the best solution would be to move to a real time operating system, but that just isn't an option right now.  Any suggestions on how to improve performance on the system I've got would be appreciated.

    Some clarifications, as requested.  We're acquiring 32 analog channels and 32 thermocouple channels.  The gauges and chart indicators are just a way of displaying a subset of the data in a more obvious form.  All channels are also displayed in numeric indicators.  The program is set up to run a loop with the following DAQ scheme: calculate a timestamp (relative to the start of the program), acquire a single scan of the analog channels, acquire a single scan of the thermocouple channels, and then do other data processing tasks.  There's no set data rate, we're trying to acquire the data as fast as the program will allow, so the 2-3ms loop times is what we see in the output data file.  One data point will occur at time 0.003, and then next would get the timestamp 0.006. 
    Every time the screen is updated, in the post-processing part, the time to execute the whole loop increases dramatically.  In the data file we'd see a point recorded at time 0.006, and then the next one would be at time 0.066 (something to that effect).  Since screen updating seems to be the cause of the slowdown I'm interested in what I can do to get that part to run as fast as possible.
    We're running LabVIEW 7.1, and to get the screen to only update occasionally I have it set to keep a counter going that is incremented each time through the loop.  If the counter gets to the value of 100, then in post-processing the current batch of data is sent to the front panel indicators and the counter is reset to 0.  For all other counter values the data just goes into the output file and the screen indicators are left alone.

  • Model in Background callable object

    Hi Gurus,
    Currently we have an application where a Scheduled background callable object is used , that does some table updation to SAP R/3 backend. Now all the connection parameters are maintained in property files and JCO connection is created through java coding and with JCO API. Is there any possiblity to used Model in Background callable object so that , we could have used our common jco destionations and connections . Please suggest.
    Thanks in Advance.
    Tony Isaac.

    Couldn't find a solution, in this case a new solution was developed which then had nothing to do with the callable object.

  • NWDS - "Import Model" Window - Password field is disabled

    Hi,
    I am using the below version of NWDS;
    Version: 7.0.14
    Build id: 200711171656
    When i try to import/re-import a model, the Password field on the Import Model Window is disabled. Can anyone please suggest what should i do to get this enabled. I am unable to proceed further.
    Thanks.

    HI,
    I hope you are entering the landscape directory server URL in the specified path:
    NWDS->Windows->Preferences->Java Development Infrastructure->enter URL (try to ping and check if this works).
    once okay then just restart your nwds.
    In case everything is fine. Please check with your network team.
    Regards,
    Gaurav

  • Change default Windows background during deployment

    I have a Windows deployment server up and running and deploying custom Windows 7&8 images which all work fine. I want to be able to change the default Windows background to a custom image during deployment so when a new user is created and logs in locally,
    my image is displayed rather than the default one. I know this can be done by changing an entry in the registry, but I would like some help in creating a script to do this during deployment and also where this script would have to be placed and how to run
    this. I am a noob at scripting and any help would be appreciated! ;)
    Thanks in advance

    I am using the process documented at the link below in my builds today with a lot of success. In addition to setting the background for every user, it will also allow for setting the colors and accents. Pretty good stuff from the guys at CoreTech.
    http://blog.coretech.dk/hra/change-default-windows-8-1-wallpaper-color-scheme-and-lock-screen-background/
    .bill
    Regards, Bill Moore @BMooreAtDell

  • Mission Control Background Blur?

    After updating to Yosemite, I noticed that when going into mission control the background blurs for all my desktops that i can scroll through.  Is there a way to disable the blur effect?  I just prefer to see my backgrounds when in mission control like it was in Mountain Lion.

    Thats how they designed the look on yosemite. I dont believe there is a way to alter that.
    I also kind of liked to see my unaltered background..
    But i guess its growing on me - getting used to it... Goes with the translucency theme...
    Choice would be nice tho

  • How to set Window background transparent?

    hello
    i have a splash screen with an Image on it and i want the background of the Window object would be transparent, how can i do it?
    here it is:
    public class SplashWindow extends JWindow{
       public SplashWindow(){
          try{
             JLabel img=new JLabel(new ImageIcon("images/splash.gif"));
             getContentPane().add(img);
             setSize(473,534);
             setLocation(300,300);
             setVisible(true);
          }catch(Exception e){
             e.printStackTrace();
    thank a lot.

    Generally, transaprent backgrounds are fake. What happens is that you set an image as yoru window background and listen for window's moves. When the window is moved, you read the new location and the desktop background and update your window background with the portion of desktop image you have below your window.
    Choub

  • Finder Window Background Colours

    I have recently upgraded my old PowerBook G4 to a MacBook 2Ghz - Black.
    Setting all my preferences finder window background colours, icon sizes etc for all windows is fine.
    I have copied all my image files from the PowerBook to the MacBook, but when I increase the icon sizes for a particular window (selecting this window only) to view image thumbnails better the background colour changes to a bright orange or purple at the same time.
    Does anyone have any idea's, I have thought about re-installing OS X again and starting from scratch, but this can't be needed with a Mac can it????????
    Thanks
    Chris

    I can suggest two solutions:
    1) You delete all .DS_Store files from the offending folders. The files are invisible so it is a bit of a chore.
    Paste this Applescript in Script Editor and run it, then select your folder to remove all the invisible files I mentioned.
    set mountedDisk to POSIX path of (choose folder)
    tell application "Terminal"
    if (count of windows) is 0 then do script ""
    delay 0.1
    do script "find " & quoted form of mountedDisk & ¬
    " -name .DS_Store -delete" in front window
    end tell
    2) Make a new folder and move all your files to that folder.

  • ITunes 11 how can the window background colour be changed from white to black in Grid View?

    How do I change the window background colour ,in Grid View, from the new, default, white back to the good old, more easy on the eye, black?
    Apple did this to us in iPhoto some time ago and had to add a preference for shades of grey other than white. Why didn't Apple learn from this mistake?

    It is good to know I am not alone. The first thing I did after downloading iTunes 11 was go into preferences to change the background color. But alas, the option for a dark background is gone. I also was kind of disappointed in the lack of ability to resize the artwork, but not to the extent of some other commenters here.
    I will say this though. I love the way the albums expand with custom colored backgrounds based on each album's artwork colors. This looks fantastic. Still it would be nice to accomodate those who prefer to use a dark background for the overall application's theme.
    So, Apple, I join with my fellow users in requesting the return of resizable artwork, and the option for at least a dark (or an even further customizable) background color for the overall theme of the application. Thanks!
    Godspeed,
    Nuckels

  • How do i change the color of the window background?

    How do I change the color of the window background? When I create a new document on indesign sometimes the blackground is white, sometimes black or gray and I d'ont know why. Thanks for help.

    THis sounds like you are viewing is different modes. "Normal" or layout mode uses a white pasteboard whre you can store objects that you might want to use, but don't want on your pages currently. When you switch to "Preview" mode the pasteboard and any guides and non-printing objects disappear and the background goes gray. In Presentation Mode the backbround is black and the tools and panels will disappear.
    Hitting the W key when you don't have the Text tool active will toggle normal and preview modes. Shift + W will take you to Prensetation Mode, and Esc will take you back out.

  • Opening FPM Application in a seperate Model Window

    Dear Experts,
    I have a FPM Application which i need to open in new Window in my Webdynpro Application.
    As of now I am using the URL of the Application to open it as an external WIndow, this causes some problem while refreshing the main Webdynrpo view While closing the FPM application window.
    In the Main Webdypro view the refresh is not happeing since it is opening as an external WIndow.
    If i open as a model window it may solve the issue. But Since i am using the URL if i open a model Window using the Window name it is not calling the FPM application.
    Kindly give some suggestions or link to achieve the same.
    Thanks,
    Nalla B.

    Hi Nalla,
    I suggest you the below points to achieve your requirement
    Create a view V_FPM_APP and insert an iFrame ui element
    Create an attribute FPM_URL as string and bind it to the source of iFrame ui element
    Create a window, W_FPM_APP and embed the view V_FPM_APP
    Now, you can use method CREATE_WINDOW of interface IF_WD_WINDOW_MANAGER to open the FPM application and pass parameter MODEL = ABAP_TRUE
    You can register the onClose action of popup window to your own action on view as below
              data lo_view_ctrl type ref to if_wd_view_controller.
              lo_view_ctrl ?= wd_this->wd_get_api( ).
              lo_window->set_on_close_action(
                   exporting
                        view = lo_view_ctrl
                        action_name = 'ON_CLOSE'
    Create an action ON_CLOSE in view from where the popup window is called
    Now, you get the control when user closes the popup window, so, you can refresh the main view
    Also other way, you can use the concept component usages to achieve your requirement
    Hope this helps you.
    Regards,
    Rama

  • Acrobat DC - window background color

    I've just installed DC and the new interface looks great, but I would like to be able to change the window background colour from white without having to go to fullscreen mode. It's grey in other versions of Acrobat.
    At the moment, it's very hard to see what the page size is when it's a white page on a white background.

    Hi, I just updated some Adobe Creative Cloud Apps today and without realising it I've installed Adobe Acrobat Pro DC and this has uninstalled the old Acrobat Pro. Suddenly I have a new interface with an extremely light grey background, as mentioned here, which makes it very hard to distinguish my document. Reading this thread it appears I'm not the only one disappointed with this. I find it hard to believe Adobe did this in the first place but I'm even more upset that it's now over a month since these posts above and still there's no option to change the background colour! Please correct this soon!

  • [noob question] setting window background colour?

    Hi,
    Am just getting to grips with basics of Xcode, Coacoa and IB, been looking at some easy examples and just set myself my first exercise; to build the C# Introductory Video example app
    OK, basically all I want to do is open the colour picker from a button and set the window background colour. But still with nothing more than an empty window in IB I can't find any obvious means to define it's background colour (not even statically)?
    Hope someone can help with this dead easy question... (my Coacoa programming book is still on it's way from Amazon
    Ceers,
    Rich
    PS. just looking for a nudge in the right direction, please - not a step by step description how to write my sample app, as well meant as that might be. cheers

    +Although I'm guessing from the underlying tone you're already pretty experienced and it's been a long time since you sat down yourself and first started to "look through the documentation"?!?+
    Sorry didn't mean to let the tone bleed through that much.
    But seriously I assumed there was an NSWindow function that did it, checked the documentation, found it, mocked it up in 5 minutes (alright 10 I'm still getting used to IB in Xcode 3), tested it to make sure it worked as expected and then answered your post. Not that you should have been able to do that as quickly but I could do it because I have slogged through the process for other objects I had used.
    Really this is a pretty basic Cocoa kind of operation. I have object X supplied but Cocoa (eg NSWindow, NSTextBox, etc.) and I want to do operation Y. Operation Y is almost always already there for you just waiting to be used. Learning this process of finding these things in the documentation and using them is really crucial to being a proficient Cocoa developer.
    In Xcode 2 Help > Documentation will give you the searchable API and just type in NSWindow. In Xcode 3 selecting an object - like NSWindow - will change the Help > Documentation menu to point to NSWindow directly.
    Cocoa is a very "lived in" API and it has clearly been evolved by people who really used it so it has the buttons and levers right where you want them most of the time. I assumed that NSWindow had a function to change the color simply because it would make sense that it would. And when I checked it did, but my making that assumption and being able to find the function comes from doing the heavy lifting already on other objects.
    I'm just hoping you take this as an example of how to do this and next time dig into the docs and find the function. There is no way to be good at it without doing it and getting good at it gives you access to Cocoa's rich API and will get you very far because you get all that programming other people have done for you for (almost) free.
    Good luck,
    =Tod

Maybe you are looking for

  • Unable to Add alternative text and tooltips to your images

    Hello, I am using Muse CC in Apple iMAC machine.  The build version of Muse CC is 232.  Having watched the video, http://tv.adobe.com/watch/learn-adobe-muse-cc/using-titles-and-alt-text-to-images/, I am unable to bring up the image property window wh

  • Adding photo to an iMovie is an exercise in frustration

    I have iMovie 08 on Leopard 10.5.3. On my account I can create a movie, add (mp4) clips, add photos, add music and all is well. On my sons account for whatever reason we can't add photos to a movie project. He has pictures imported into iPhoto from a

  • Hi gurus what is the difference between EDI & ALE.

    hi gurus what is the difference between EDI & ALE.

  • Required T-Codes of Reports

    HI Experts, Please provide the T-codes and how to process the following Reports Index project master data Settlement rules master data index Settlement completion list Actual Costs/ Revenues Plan Costs/ Revenues By Cost Element u2013 Actual/ Plan/ Va

  • Premiere Pro CS3 camcorder help

    I've been searching forums and support but can't find where a list of "Supported Camcorders" for Premiere Pro CS3 are. The closest i got was an answer to someone elses similar question which said to search the Knowledge base, (I didn't find crap in t