Alternatives to "dialog box" for on screen notification

I would like to activate a small notice on screen while my script is working. This will prevent others from doing work on the machine while its doing its magic in the background. The "dialog box" stops background tasks from happening. I found iNotify, but the product is no more. Any alternatives to a dialog box? Thanks - J

I think CB wants to lock the screen so that others can't use the machine while the script is running (though I can't quite imagine why - macs are designed to multi-task). I don't know of a way to do that in a normal user account from applescript. if that's what you're after, you'll probably either want to write a cocoa shell for your applescript that takes over and locks down the screen, or else you'll want to restart into a special user account that has no GUI, run your script, then reboot into the user's account.

Similar Messages

  • Print Dialog Box for Addon is not showing in Terminal Server

    Dear All,
    I have created a addon for Automatic Sales Invoice printing that prints the crystal report directly to the printer bu opening a
    print dialog box for printer selection through SDK code.
    The Same addon works fine on the server with print dialog box being showing through SDK code.
    But while running on Terminal Server , print dialog box is not showing any printer though printers are redirected to that
    terminal server.I am not getting whether the problem is in my addon or in the terminal server printer settings.
    Please suggest as i need to know the reason urgently.
    Thanks
    Amit

    Hello Edward,
    Thanks for your reply .
    But the problem is that while running on normal server the print dialog box appear with the printer name in my addon for printer selection .
    But while using terminal server , the print dialog box is not getting any printer in the dialog box .That's the major concern for me
    is their any way to check that why the printers are not showing in print dialog box.
    Thanks ,
    Amit

  • InDesign "Save As" dialog box for every operation in INDB book file; updating page numbers, etc.

    So I haven't used INDB files in awhile in InDesign, and today was the first time I attempted to adjust an old INDB (created originally with CS5).  For every operation of adjusting the book file, such as updating page/section number or adding/removing an INDD file I get a Save As dialog box for each constiuent INDD file.  This is quite annoying since the book has lots of INDDs, and I have to click through the tedious save as with each.  I previously worked with INDBs in CS5, and never encountered this, there was no need to save each INDD in the book just to update the page numbers.  I tried creating a new INDB in CS5.5 thinking that maybe it was because I was working from a file created with an older version of InDesign.  Does anyone know if there is a way to suppress the Save As dialog?  Another thing I noticed that is supremely frustrating is that this new build of InDesign doesn't default to saving the file in its original location, and I have unwittingly ended up saving files in other places, only to later realize it.  I am using InDesign CS5.5 Ver. 7.5.2 on Mac OSX 10.7.3  Any help is greatly appreciated. 

    It will only happen once (and frankly, what you are doing is a very bad idea).
    When you open the old book in CS5, you are converting to the new format. All of the legacy files also need to be converted, even if added to a new book in CS5.5, hence the Save As since ID will not overwrite the old versions until you tell it to (and that's the bad idea). I strongly recommend (though it's too late for any books you've already updated and overwritten) that you either continue to edit in the old version, or that you take the time to open each file in the original version if it's older than CS5, then export to interchange format (.inx or .idml, depending on version), open those files in CS5.5, save with new names so you don't overwrite anything, then add to a new book and proceed.
    One of the reasons I recommend this seemingly time-consuming approach is that there are too many reports (another one yesterday) of some sort of problem that pops up late in the editing cycle when converting legacy files to CS5/5.5 by opening them directly and saving. This is a belt and suspenders insurance approach, and is far less labor intensive than starting over, which might end up being your other option down the road if something goes wrong.

  • Change File Name In The "File Download" Dialog Box For Web Reports

    Hi All ,
    I followed the below note to change the "File Download" name.
    How To Change The File Name In The "File Download" Dialog Box For Web Reports? Doc ID: Note:418366.1
    However its not working. Has anyone tried this and works fine ?
    Basically I wanted to change the name "rwservlet" when a report is run in an
    excel format.
    Rajesh Alex
    Rajesh Alex

    Hello,
    Have you checked if a HTTP header "Content-disposition" is returned ?
    You can use ieHTTPHEaders for IE
    http://www.blunck.se/iehttpheaders/iehttpheaders.html
    and
    Live HTTP Headers for FireFox
    https://addons.mozilla.org/en-US/firefox/addon/3829
    Regards

  • How to handle the button "cancel" in a dialog box for displaying views?

    Hello!
    I ve a question about handling the cancel button in a dialog box for displaying views.
    I ve already implemented the dialog box by using the following code:
    METHOD eh_onnewqact.
      DATA stitle TYPE string.
      IF m_popup IS BOUND.
        stitle = cl_bsp_runtime=>get_otr_text( alias = 'ZCC_ICRM/NEW_TASK' )."cl_wd_utilities=>get_otr_text_by_alias( 'ZCC_ICRM/NEW_TASK' ).
        m_popup = comp_controller->window_manager->create_popup(
          iv_interface_view_name = 'ZCC_POPUP_NEWBT/NewQActWindow'
          iv_usage_name = 'CUNewQAct'
          iv_title = stitle
        CALL METHOD m_popup->set_on_close_event
          EXPORTING
            iv_view       = me
            iv_event_name = 'NEWQACT_POPUP_CLOSED'.
      ENDIF.
      m_popup->open( ).
    ENDMETHOD.
    My dialog box consists two buttons - cancel and create.
    The cancel buttons should close the popup and the create button should create an entity of a specified object. but let us come to the cancel button. I did´nt find any information about implementing an cancel button. So, how should I implement it? I thougt
    me->close( ). But that didnt works!
    Could u give me further information about that, because my cancel event-handler is empty?
    method EH_ONCANCEL_QACT.
    endmethod.
    After that I would know how my calling view could know that the user pushes the Create Button and how the data of 2 inputfields of the dialog box finds their way to the calling view in order to process this data there?
    Thank you very much!

    Hi Michael,
    thank you for your advice! This problem is solved...
    ...but I have another issue. Ive implemented 2 editable fields in my popup. The user should fill that fields with context and that context should be processed in the calling view of my popup.
    My question is how to transfer these information from my popup to my calling view or method?
    I tried the following...
          lv_context_node ?= m_popup->get_context_node( 'QUICKACT' ).
          IF lv_context_node IS NOT INITIAL.
            lv_text = lv_context_node->get_date( attribute_path = '' ).
          ENDIF.
    But it doesnt work! The context node object is always empty/initial.
    Thank you!
    PS: Another possibility could be that the object / node of the calling view is transferred to the pop-up in order to process it there.
    Edited by: Marcus Findeisen on Feb 22, 2011 12:13 PM

  • How to make a dialog box for a user to choose a file from disk

    Hi there
    Is it possible to make a dialog box, for a photoshop user, to choose a txt file, to be process by my javascript ?
    I have a txt file with all the names and locations of psd files i want to process by photoshop. I have ex. 100 out of a folder with 250 images.
    If anyone have a shot "code sample" how to select a file - i will be happy.
    /T

    Here is an example of selecting a text file...
    var dlg=
    "dialog{text:'Script Interface',bounds:[100,100,500,220],"+
    "testFile:EditText{bounds:[10,40,310,60] , text:'' ,properties:{multiline:false,noecho:false,readonly:false}},"+
    "Browse:Button{bounds:[320,40,390,61] , text:'<<' },"+
    "statictext0:StaticText{bounds:[10,10,240,27] , text:'Please select Text File' ,properties:{scrolling:undefined,multiline:undefined}},"+
    "Process:Button{bounds:[10,80,190,101] , text:'Process' },"+
    "button2:Button{bounds:[210,80,390,101] , text:'Cancel' }};"
    var win = new Window(dlg,'test');
    win.center();
    win.testFile.enabled=false;
    win.Browse.onClick = function() {
    selectedFile = File.openDialog("Please select TEXT file.","TEXT File:*.txt");
      if(selectedFile != null) win.testFile.text =  decodeURI(selectedFile.fsName);
    win.Process.onClick = function() {
    if(win.testFile.text == '') {
      alert("No text file has been selected!");
      return;
    win.close(1);
    selectedFile.execute();
    win.show();

  • How to I center a dialog box in the screen?

    Simple question, and I hope a simple answer.
    I need to center various sized dialog boxes in the screen.
    I've tried getcenterpoint(), but I don't know EXACTLY how to use it.

    look at the ToolKit class. there's a method which returns the size of the screen. with the size, you can calculate and use the setLocation() method to center your dialog box.
    you can also use the setLocationRelativeTo() method of the Window class. (JDialog inherits the method from Window)

  • How to create application toolbar in modal dialog box in selection-screen

    Hi Experts,
    how to create application toolbar in modal dialog box in selection-screen?
    Regards,
    Swapnika

    Hi,
    Check the following link regarding Model dialog box and appication toolbar
    http://help.sap.com/saphelp_nw70/helpdata/en/d1/801b84454211d189710000e8322d00/frameset.htm
    It helps in solving your problem.
    Thanks.
    Ramya.

  • Silverlight dialog box for update

    I keep getting the update dialog box for silverlight. It only give option to update or remind later.
    I do not want the up date and do not want to keep seeing the dialog box pop up. How
    do I stop this.

    If the update is in the App Store, see below.
    Hide Update in Mavericks

  • What is the "Extract" button at the bottom the DNG converter dialog box for ?

    Does anyone know ....
    What is the "Extract" button at the bottom the DNG converter dialog box for ?
    THANK YOU

    In DNG Converter you have an option to embed the original RAW files (CR2, NEF etc) into the DNG file (see screenshot). Later you might want to extract them back, for example, for converting in camera-maker's own software.
    So, if you have any DNGs with original RAWs embedded, Extract button will get them back.

  • I want to install PS and LR on my second computer ( laptop ) but once in  dialog box for password it doesn't accept my password

    I want to install PS and LR on my second computer ( laptop ) but once in  dialog box for password it doesn't accept my password

    Nobody can tell you anything without proper system info or other technical details.
    Mylenium

  • There is a dialog box on my screen that I've never seen before. I can't get it to disappear. Any ideas?

    My Macbook has a dialog box on the screen that indicates everything I do. Right now it says "Standard toolbar". When I try to get rid of it nothing happens. I've never seen this before and don't know ho to get rid of it.

    This seems to be more common than I thought. Premanent solution is to trade the cat in on a dog.
    https://discussions.apple.com/search.jspa?peopleEnabled=true&userID=&containerTy pe=&container=&spotlight=false&q=cat+on+keyboard

  • Dialog Boxes - For example Preferences Will Not Fit Screen

    I am having a problem with Adobe Version 8 preset dialog boxes being too large for my screen. I also have the same problem in Quicken so it may not be an Adobe problem.  In boxes such as Preferences or Properties when opened I can not access the bottom portion of the box.  Particularly a problem when what is being hidden is the command button such as OK or SAVE or FINISH or CANCEL. The boxes open in a preset size and I can not modify the box size.  Nor can I drag the header bar far enough off the screen to access the bottom command buttons.  Use that lovely MS Vista.  Might anyone have an idea on where to start?  Danke Schoen!

    I am using a Sony Vaio laptop.  It uses a Generic plug and play monitor.
    The screen size is 15 inches.  Resolution is 1280 by 800 in true color 32
    bit mode. Changing the screen resolution does not affect the problem in any
    manner.
    Knowing shortcut keys would not help.  You can not see the bottom command
    buttons, therefore which shortcut key do you use or is one even needed.
    If the dialog boxes were resizeable then I would not have a problem.  I went
    looking for some setting in Version 8.1.5 that would allow me to resize
    these boxes but it was like looking for a needle in a haystack.
    I am updating to Version 8.1.6 to see if the newer version does anything to
    help.  And yes I the monitor drivers are all current.
    James F. Thoma
    . . . at home in the hills of East Tennessee . . .

  • Dialog boxes appear off screen

    Hi!
    I'm using Illustrator CC on a MacBook Pro. I use an external monitor as a second screen and usually move the application frame to the external monitor and work there. I started having the follwing problem: when I try to save or open a file, the dialogue box appears slightly off screen, so that I can't for instance type in a new file name, because I can't get to that part of the dialogue box.
    I have tried switching between different screen modes, but it doesn't help. Also I can't manually move the dialog box - which also seems strange.
    My external monitor is a NEC MultiSync EA273WM.
    Any idea what could be the problem or how to solve it? It's slowly driving me mad...
    Thanks in advance!

    Harlev schrieb:
    Any idea what could be the problem or how to solve it? It's slowly driving me mad...
    At the moment it looks like the problem is called 10.10.2
    You can read through the posts of last week on this forum, but I'm afraid you won't find a solution.

  • How to disable dialog box for ending document display

    I have a wf item that has a pdf attachment.  Every time the attachment is opened, a dialog box appears stating:
    1. Switch to the window of your PC application to display the document
    2. Close your document
    3. Press "Continue" in the R/3 window
    I've tracked it back to screen 0300 in LS025002.
    It's only informational and shows up after the attachment has already been opened and closed.
    How do I stop this dialog box from appearing?

    Those little popup boxes are called tooltips and they are programmed into the page. As iBod says, they cannot be disabled.
    There are a couple of things you can do on pages you know have tooltips. There is a time delay of a couple or three seconds before the first tooltip appears. So one way to keep their appearance to a minimum is to make up your mind before you move to an item to click on it and to not hover on items with tooltips for any amount of time. Also, if a series of menus or items all have tooltips, the time delay only exists for the first one. If you immediately move to the next item, the tooltip appears instantaneously. So with such a series, if you move completely off the series, the time delay will be reinstated.

Maybe you are looking for

  • ListView and DetailView in same ViewStack

    I am trying to load a DetailView from a ListView in the same ViewStack. The ListView loads a DataGrid with ObjectID's. I am trying to get an Event to change the View in the ViewStack to switch to the DetailView. I can get the reference to the ViewSta

  • Automate 'transfer of basic dates to forecast dates'

    Hi Experts I wish to have automatic transfer of Basic dates to FRC at the time of changing the status of Project definition to REL. So that, after release i will prohibit the transfer of basic to FRC. This is required to retain original scheduled dat

  • How do I carry out disk repair or safe boot...

    ...if my imac freezes at grey screen and won't recognize any keyboard?  It does recognize the wireless mouse. The computer started freezing at the grey screen last week.  I tried disk repair, no good.  I tried system restore, no good.  It still stops

  • Distinguishing between terms

    Hello, can someone please explain me what is the difference between  a plant, a division, a sales Org, a sales area and a distribution channel thanks, Iris

  • BAPI_SALESORDER_CHANGE, QTY FIELD GETTING ADDED INSTEAD OF OVERWRITING

    Hi, I am using BAPI_SALESORDER_CHANGE  FM, I am trying to use the Update flag as 'U' I have passed the HEader and HEader_inx with sales area and the sales order number. In Item I have passe item number, material number, quantity and in Items_INx I ha