Two Qs: Retrieve time/date & projector remove "close" button

Dear All,
Two different questions with regards to lingo's abilities:
1) How can I get through a script/lingo a server's date and
time? I want not to rely on the PC's clock (the user can change it)
but instead get the time/date remotely to make sure it is right. I
am thinking of getting a string from a web page the same way as
getting the IP address from (whatismyip.com) but I can't seem to
find any web pages that have some kind of automators.
2) Is it possible to remove the X, "close" button from a
projector window so the user cannot close it? I have seen some
xtras that can do that but they are not free and I am hoping there
is an internal director way to do this?
Thank you for all your help and ideas. You have been very
helpful in my previous questions :)

1) If you have a server, you can put a server side script up
that
returns the time quite easily. From Director, you would use
getNetText() to pull it down
2) If you click on the stage where there are no sprites,
there will be,
in the Property Inspector, a Display Template tab. There are
your
Titlebar options. Uncheck the ones you don't want to see
(like for
example "Close Box")

Similar Messages

  • How to retrieve time data from infotypes 2001 and 2002 when we use PNPCE

    Hello Everyone,
       I am new in using PNPCE ldb.In the requirement i have to retrieve time data from infotypes 2001 and 2002 between the begda and endda.I tried using the macro RP-READ-ALL-TIME-ITY to retrieve data.But its not supporting.Can some body help me in doing this.
    THanks in Advance..
    Regards,
    Chinni.

    Hi
       Try the following code:
    REPORT  ZHRTM41.
    nodes peras.
    Tables: PERNR.
    Infotypes: 2001.
    start-of-selection.
    get peras.
    rp_read_all_time_ity pn-begda pn-endda.
    end-of-selection.
    loop at p2001.
    write:/ p2001-abwtg,p2001-stdaz.
    endloop.
        It worked for me when using PNPCE. let me know if you have any problem
    Thanks,
    V.Nagaraju

  • How to remove Close button

    Hello
    I designed few web pages in SharePoint Designer 2010 and trying to customize it. I have a XSLTListView web part that is displaying filtered data from the external SQL database. When user choses the item from this list in that web part, it opens the
    dispform, that has "Close" button. Is there a way to remove "Close" button or hide it or somehow replace Close action with another action that is equivalent to pressing the back arrow? If I edit the code in the notepad or SharePoint designer
    and replace the word "Close" with something else, save it and re-open, it returns back to "Close". Does it not allow any customization? Thanks!
    Alla Sanders

    Hi,
    Can you show the corresponding part of the HTML source code of the “Edit Item” button? The style not working may because the CSS selector can’t 
    be applied to the specific element.
    This is the HTML source code of the “Edit Item” in my environment:
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • ADF Input Date - To remove cancel button while clicking glyph

    Hi Guys,
    In the Input date if we use the <af:ConvertDateTime> then in the popup we will have time zone,OK and Cancel Button. In this i want to remove the Cancel Button. Why i want to remove is in the popup the Close button is already fullfilling the functionality. Hope this should be done using CSS.
    Kindly let me know how to do it?

    Hi.,
    I hope this url will help u..
    http://docs.oracle.com/cd/E23549_01/apirefs.1111/e12419/tagdoc/af_inputDate.html
    Thanks,
    parame

  • How i can dissable/remove close buttons from popup window

    We have an web application so i want to dissable/remove the close button , so please help me as soon as possible.
    we are using only firefox for our web application and also for private use.
    Thank you.

    Just to be sure, you want to '''Remove''' the close button?
    I called the big guys for you.

  • How to remove close button of  JFrame

    Hey all,
    Can anybody tell me how to remove the default close button of JFrame.I mean to say that i only need the minimize and restore button on the top-right corner of the JFrame.
    Regards,
    Sharad agarwal

    http://forum.java.sun.com/thread.jspa?threadID=623108&tstart=0

  • Deleting or retrieving leftover data from removed, screwy app

    Hello there,
    I recently had a **** of a time with the 'recorder' app on my iPhone. I restored to a backup of my phone and deleted the problem application.
    But the 316 MB of "other" data which is all my voice recordings from the app didn't go away! Do I have to do a factory restore and start from scratch to get my disk space back?

    A restore is probably the only sure solution. However, reinstalling and then deleting the offending App without making any new recordings may cause it to clean up the space. It just depends on how the App was written.

  • Handling sequences in real time data transfer.

    Hi,
    We are merging two databases (real time data transfer).
    One is oracle 8i and other is 9i.
    Both databases are having some tables with same structure.
    We want to transfer data from table in one database to table in other database.
    We are implementing this functionality by using Adevanced Queueing.
    Both side tables are using different sequences for generating primary key values and currently contains large volume of data.
    The problem in inserting is, when we will be transferring any record from one table to other, the primary key value (sequence value) generated in both tables will be different.
    So, if any particular record is updated in one table, How can we update the same record in other table ?
    (As the primary key value would be different).
    Thanks,
    Shailesh

    There must be some common data in the two tables, that identifies the record. That is, ignorng the sequence generated PK, how would you tell that two records referred to the same thing? You need to ignore the PK values, since they are meaningless surrogate keys, and use the natural key in the data to match the two talbes.
    HTH
    John

  • After Add Instance occurs the date/time field data is removed.

    I have multiple dropdown options that adds or deletes a row from a table.  Trouble is after I have placed a date or time in fields elsewhere on the form, that data is deleted after I make a selection on the dropdown.  The dropdown has the options of In, Out, N/A, or N/O and when Out is selected the AddInstance is invoked adding a row to the table and when any of the others are selected the RemoveInstance removes the row.  This part works fine but the values in the date and time fields are removed as a result of the selection.  I have multiple dropdowns, and the code below will keep my data in the fields on the first selection but on subsequent selections the data for the data/time fileds are removed.  Any recommendataions on what is going on and how I can stop this?
    My codes appear below.
      if (this.rawValue == 1)  // If the value selected is "Out" of compliance then ...
         School.ItemListPage.ObsRec._Rows.insertInstance(0);  // Add an item to the table
         xfa.form.recalculate(false);
      else  // If the value selected is "In", "N/A", or "N/O" then ...
         School.ItemListPage.ObsRec._Rows.removeInstance(0);  // Remove this item from the table
      endif

    Hi,
    TRUNC( ) Function retrieves date part of DATE (date and time) datatype.
    Regards,
    Sailaja

  • Retrieval of data from time capsule

    My MacBook Pro was declared dead yesterday. I bought a MacBook Air to replace it.
    I paid to have data transfer from my time capsule. We are two using it. I got home and found out my data was not on the MacBook Air.
    I need to:
    (1) delete the data that is not mine
    (2) retrieve my data from the time capsule.
    Since my MacBook Pro was dying/ corrupted for over a week, I was informed that some of the backup is partial. I need to go back to the last complete backup.
    Your help in explaining how to (1) delete and (2) retrieve the data would be greatly appreciated.

    I'm nohow a expert on TimeCapsule, however Pondini is and this is his site...
    http://pondini.org/OSX/Home.html
    If for some reason you can't get your data off via that means, there ARE more brutal options available and I've covered them here
    https://discussions.apple.com/docs/DOC-3172
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents

  • Re: removal of time/date stamp

    How do I remove the time/date stamp from photos in iphoto?

    Where is the time/date stamp? If it is in the EXIF data then you can not remove it but cna modify it - select the photo and use the adjust time/date command under the photos menu
    If it is on the photo then it is a part of the picture and can only be removed by editing - retouch or clone tool - you need to turn that feature of the camera off so it will stop putting the information on teh photo
    LN

  • My Macbook Mavericks pro does connect well to a data projector, even after following the process recommended, what is the optimum display settings? Has anybody else had this problem, I'm close to going back to PC's

    My Macbook pro Mavericks does not connect well to a data project even after following the recommended process, Has anybody else struck this problem, what is the optimum display setting? Im close to going back to PCs

    You said " digital AV Adapter and thunderbolt". Do you mean Thunderbolt/min displayport to HDMI adapter?
    It appears you are using the free version of the Display Menu app.
    What does the Apple Display properties show? System Preferences>Displays>Display show?
    Look at the projector/go to the manufacturer's support site and find the native resolution of the projector.
    Googling for Sori data projector id not produce any hits

  • Merge documents from two MacBook Pros preserving Time/Date stamp?

    Hi all,
    I have two MacBook Pros with the same user account and would like to merge all of the documents to one of them while preserving the time/date stamp of the documents.  One is 10.6 the other 10.8 but I'm only concerned about the documents.  I would consider a third party utility if one were recommended.
    Thanks everyone,
    Phil

    Migration Assistant creates a new user account to which your user files are restored. The easiest way for you to recovery from this situation would be to boot into Recovery (command-R at startup), erase the boot volume and install OS X again, and then follow the prompts in Setup Assistant (not Migration Assistant) to transfer your data from a Time Machine backup. If you don't want to do that, there are other ways, but it's more complicated.
    Another thing you should realize is that your internal drive is suspect. It has seriously malfunctioned once. That may be all the warning you'll get of an impending failure.

  • To retrieve the data of time infotypes is there any fm

    hi,
           I need one function module to retrieve the data of all time infotypes.
    thanks & regards,
       Sekhar.

    Hi Chandra,
    I couldn't remeber any function module which would retrieve the Time data, But you can use the macro
    RP-READ-ALL-TIME-ITY to fetch the data from time infotypes.
    Regards
    Sonu Gupta

  • Does iMovie HD retrieve the time/date code for actual recrding date of a c

    Dear Apple Discussions,
    I wish to know if iMovie HD retrieves the original recording time and date of a clip as a part of the time/date code, as do other video editors.
    When click on a clip and select properties, the capture time and date is displayed.
    Matti Haveri posted a response, but hers related to the capture date.
    I wish to know the actual time and date that a clip was recorded by my DV camcorder. Can anyone out the assist me?
    Owen Cobb
    (The Clemmons Kid)

    iMovie does keep the original recording time and date of a clip as a part of the time/date code.
    When click on a clip and select properties, the capture time and date is displayed.
    Really? With my setup I see the original recording date & time.
    But wait, what kind of footage do you have? Originally analog footage converted to DV? THEN the digitizing device usually labels the DV with the digitizing date.
    http://discussions.apple.com/message.jspa?messageID=4563204#4563204

Maybe you are looking for

  • ISync has lost ability to sync incrementally

    15" Aluminum 1.5 GHz PowerBook G4 running 10.4.8, Address Book 4.0.4 (485.1), iSync 2.3 (500.86), Motorola E815 running software version 8720_01.17.03 I have a Motorola E815 on Verizon. I bought it because it was the first Verizon phone that supporte

  • How do i search music under my device in iTunes 11

    I just updated to iTunes 11 and I do not see a search bar where I can search through the music files on my iPhone. This is very frustrating that something so basic and essential is so difficult to find. Can someone help me please ?

  • Question:  iCloud Mail Server

    I have a sync conflict in Mail since I moved to iCloud.  I'm unsure which SMTPserver I should be using.  AOSSMTP or smtp.me.com: Does anyone know the correct choice?

  • Software updater fails to connect to server. How can I fix?

    Software updater fails tp connect with the server. I have tried a restart and checked network connections and internet access. I have no problems connecting to internet, App Store and iTunes Store. Help!

  • Difference between slice and tile Artix 7

    Hello, here I attached a pic of a part of my FPGA (Artix 7 ac701). From this pic I can understand that there are 10 slices, where each of these is recognized by XY coordinates. A tile is a division that includes sites, wires and PIPs. My question is: