How to display screen saver every 10 seconds ?

I want to display Screen Saver every 10 seconds as long as the user doesn't make anything on his computer.
I did that :-
WHEN-NEW-FORM-INSTANCE
declare
     t timer;
begin
     t:= create_timer('Hany',10000,repeat);
end;
WHEN-TIMER-EXPIRED
if :System.MODE = 'NORMAL' then
     Host('C:\WINDOWS\system32\ssmypics.scr');
End if;
but in RunTime the Screen Saver's Setting appear not the Screen Saver itself ..... like shown below :-
http://img118.imageshack.us/img118/245/errorv.png
that's seems weird because when I run the Screen Saver directly from Start>>RUN :-
C:\WINDOWS\system32\ssmypics.scr
it is working nice without appearing of the setting.
so, what's went wrong ????
I attached the fmb file to have a look for it if you like:-
http://www.4shared.com/file/97992483/5ddd2f8c/Screen_Saver.html
Edited by: HanyFreedom on Apr 14, 2009 3:40 PM

There is a built-in screensaver in windows, why rebuilt that functionality on your own? If you really need it, try
HOST('cmd /c C:\WINDOWS\system32\ssmypics.scr');I assume that you are using forms 6i? For in 10g this will now work on the client-side, because HOST is executed on the app-server.
Edited by: Andreas Weiden on 14.04.2009 17:45

Similar Messages

  • How to instal screen saver on mac?

    how to instal screen saver on mac?

    Click the black Apple on the top left of the screen and select System Preferences.
    In SP, click Desktop and Screen Saver. Next click the Screen Saver tab. The screen savers that come with your Mac are shown on the left side. Select one and click Screen Saver Options... to enter your settings.

  • 24" LED Cinema display doesn't display screen saver.

    I have my MacBook Pro set to display a screen saver- (flurry). The MBP alone functions as desired. When plugged into the Cinema display, which is 90% of the time, it has only appeared maybe once or twice since purchased, even after Snow Leopard was installed. Anybody have a clue on what could be casing my flurry to be absent? Thanks!

    I just answered my own question. I didn't realize that I had the sleep/ screen saver activation times set the same. (Hence the reason why I would see about .5 seconds of flurry before the screen would go black).

  • HT204379 Choose how long each screen saver slide shows for?

    There used to be an option to choose how many seconds each "slide" would show in Screen Saver. I don't see that option in Mountain Lion, only how many minutes until Screen Saver comes on. Is there still any way to do that?  My slides change more quickly than I want them to...

    Thank you for the advice, but I think you misunderstood what I am trying to do.  I know about Home Sharing and have set this up along with many of my photo albums.  I can access them when my Apple TV is on.
    I am trying to customize the screen saver for the Apple TV.  When I go into settings - Screen Saver, I get a list including National Geographic, Flowers, etc. and also My ICloud.  I choose My ICloud and it gives me two Options - Photo Streaming (which contains pictures taken in the last 30 days) and a second Option - Activity.  I am guessing this would allow me to use specific photos.   But it says "This album is empty."  I would like to use about 30 - 40 photos as my screen saver but have no idea how to get them into that Activity album.
    I created an Activity Album in IPhoto, filled it with the photos I want to use, then tried to share it to ICloud.  The color wheel stays on for awhile which I thought  was indicating the transfer.  But I go back to Apple TV, turn it on, go to Settings - Screen Saver but it still shows Activity is empty.

  • Erratic Magic Mouse (jumps accross screen precisely every second)

    The title sums it up really. Every second (on the second) the cursor will jump very slightly on the screen. Probably only about 2 or 3 millimeters. It's annoying, but it's not a huge deal.
    What IS a huge deal is when the mouse decides to jump the cursor to a random point on either of my two screens. Extremely annoying especially if the second screen isn't even turned on and it jumps over there.
    What I've noticed is that it seems to do it more frequently when there is a higher load on the system. With a 'normal' workload (internet browsing, skype, listening to music etc) it will do this big jump approximately every minute. But when there is a high load, like when I'm trying to play a game it will happen every couple of seconds, rendering most games totally unplayable! (The number of times my character has ran off the edge of a cliff because of this is maddening).
    Now here's the thing, I took my iMac and Magic Mouse to my local Apple Store and wouldn't you know it, nothing happened. It behaved itself perfectly. But they were very good and swapped my old Magic Mouse for a brand new one out of a retail package anyway. Happy, I bring it home and immediately it's doing it again exactly as before with the brand new mouse!
    My iMac is the 2010 27" Core i5 version upgraded with 12gb of ram, in case any of that is relevant at all.

    I don't believe this. I've just spotted this post by user Ratzelda. He says that it's an issue with having dual (or multiple) monitors connected but powered down. I hadn't noticed any change in the mouse's behaviour when using the second monitor, but out of curiosity I just switched it on and sure enough the mouse is behaving normally now!
    That explains why the mouse didn't respond erratically when I took the iMac to the Apple Store, because I didn't take my second display with me.
    It seems like this is a known issue, and yet no patch has been released by Apple to fix it? Having to continuously run both monitors when it's not needed seems very energy inefficient to me. What is Apple playing at?

  • Display, screen saver and touch screen questions

    Hi,
    I want to achieve the following under WEC7. I was wondering which way is the best to achieve it.
    A device which has a running application. That application might start a UI or not.
    When the UI is not started, then the screen is black with a logo.
    When the UI is started, a screen saver is active after x seconds of inactivity of the touch screen.
    The system/UI/screen saver respond to a touch screen.
    Now, I'm using the sandard shell. But when I read the doc on MSDN, I understand that I would need the This Shell Client. Is it right?
    For the touch, I'm using a ELO device and the driver is already working. But it seems to emulate a mouse. I would like it to act like a real touch screen device. I guess I need the following SYSGEN variables for it to appear like a touch screen?SYSGEN_TOUCHGESTURE, SYSGEN_GESTUREANIMATION, SYSGEN_PHYSICSENGINE
    What about SYSGEN_TOUCH? Do I need it?
    How do I develop a screen saver? Do I need the thin shell client or a may develop it even if I use the standard shell? Is there a framework for that?
    Thanks for your help!
    David

    Thin Client in CE 6 had a screen saver option. It is likely in Compact 7 as well. Take a look at
    http://msdn.microsoft.com/en-us/library/ee480586(v=winembedded.60).aspx

  • How to Display the SAVE  file name dialogue in Forms 6i

    Dear All,
    Just like we use Get_file_Name to display the MS Open file dialogue..
    how do we display the SAVE file dialogue in forms..??
    whats the function name???
    regards,
    Sidhant

    hello friend,
    u can use webutill lib to open/save dialog box
    also must refer this link,
    Re: How To Call Save As Dialog?
    Regards
    Chandan

  • How to disable screen saver altogether ?

    I'd like to disable screen saver so that my screen goes black during non use (especially at night). Just don't seem to find the right place to do just that
    Thanks

    Go to System Preferences > Energy Saver and under the Sleep tab is the selection for putting the display to sleep when the computer has been inactive for selected period of time.
    If you select the screen saver to run after 15 minutes, you can select 1hr to put the display to sleep as an example.

  • MacBook Pro can't detect my projector. Only displays screen saver

    Tried connecting Optoma projector to new Macbook Pro. However only the screen saver is being displayed. When I go to Preferences - Displays - just says that no device is detected and gives no options to change anything. Did not have this problem with previous MacBook. Please help.

    Assuming the drive is not defective I would guess you didn't install it properly. Most likely the ribbon cable is not properly connected. You do know you must partition and format the drive? See the following:
    Extended Hard Drive Preparation
    1. Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • How to disable screen saver when watchin videos in full screen in firefox??

    This happens only with Firefox, other browsers play videos normally and uninterrupted. I want to keep my window default screen saver but not when watching in full screen mode.

    The Flash Player plugin normally should block the system from going to sleep, reducing display brightness, or going to screen saver when you use its full screen mode. It's strange that you have this issue with Flash.
    There are some workarounds, like using an add-on or external program that simulates moving your mouse, but those really shouldn't be necessary.
    VLC, I don't know.
    By the way, have you shut down and restarted Windows since this problem first occurred? Just in case some shared component of Windows has crashed.

  • How to delete screen saver preferences

    Friends,
    I'm running an imac 27 i7 with fully up-to-date snow leopard. I have my screen saver set to an aperture smart folder with family photos. Periodically, the machine switches the screen saver folder to a completely unrelated folder of about five photographs. It's annoying, to say the least.
    I'd like to delete the screen saver preferences and see if that helps. How do I find them?
    Thanks!
    Steve

    Doug,
    When you go to system preferences>desktop & screen savers>desktop. On the left is a window with the names of the images listed. Apple Images, Nature file, Plants file, Picture Folder, Choose Folder and so forth. The ones that come with Apple products. Not sure what all else is native to Apple.
    Iv been using my own desktop background since the day I got the iBook. Normally I just get one photo or image and more it there to use. But, last week I did something different or wrong. Maybe holding a button to long, not sure. Instead of moving the one photo it moved the entire photo file. That file had over 200 (2,500x1,800 in size & over 550KB for each) and probably closer to 250 photos in it.
    Way to many to be there. And I simply can't find a way to remove that file from the desktop list. I can high light it, but it doesn't delete with the delete button. I can high light it, but it doesn't change anything in system preferences banner to edit, view, etc....to remove it either. It won't click & drag to trash.
    Being very careful because I don't want to delete the file and by error delete it totally off the computer. I could creat a new file with only 1 photo in it for use as the desktop background. Then try to choose that file. However, since the last big OS-X update it's been doing this. Everytime I choose a file or photo it's adding the entire file not just the 1 photo. And Iv managed to add 3 files so far to that list.
    Any ideas? Thx, Mike

  • How to display screens (tabs) based on user authentication

    hi
    i am new to jheadstart, i want to display screens (tabs) based on users, ie if i have screens of dept, grade, desig, group, type, master etc..
    if user is admin display all the items in tab,
    if user 1 then display only dept, grade, desig
    if user2 then other settings....etc
    how to do this pls help,,,,,
    thx in adv
    Kris

    Kris,
    If you upgrade to JHeadstart 10.1.2.2 (requires a license), you will get built-in support for user authenrication and authorization including showing tabs based on the role. 10.1.2.2. ships with a demo app that uses all these features.
    Steven Davelaar,
    JHeadstart Team.

  • How to find screen saver picture in photo library

    I use my very large iPhoto library as the source for screen saver photos on my Mac.  From time to time a photo pops up  that I would like to go to in the iPhoto library.  I had hoped that this could be accomplished by just clicking on it — but that, of course, does not work.  Is there a way or app to accomplish what I would like to be able to do?

    Afraid not.
    iPhoto Menu -> Provide iPhoto Feedback for feature requests.

  • How to add a marker every second in Adobe Premiere CS6

    I have a song with a beat every second. I need to change footage every beat.
    Is there a way to generate markers automatically?

    If by "every second,"  you mean literally every 30 frames (or whatever timebase you're working in), then you could add a series of 1 second clips to a track and either use them directly in one of several ways or, if using markers is really key to your workflow, then hit Down Arrow (i.e., Next Edit Point) and then "M" repeatedly.
    There's also a way you could use Prelude, but that would involve navigating by clip markers in the Timeline, which you can do in CC but not in CS6. Let me know if you'd like to hear more.

  • How to display subtotals in every page and the grand total in the last page

    Hello Abapers,
                         I am working with Smartforms. I am not able to print the subtotal in every page ie the Price for that particular page alone should be summed and in the final page I want the grand total also to be displayed. I tried the Total option in the Calculations tab but the value is just getting incremented on every page..How can I achieve this..
    With Regards,
    Bennet.

    Hi,
    Declare two different variables for subtotal and total
    Use them in the calculation tab of the table node.
    After displaying the subtotal create a program lines node to clear the value of the subtotal. And dont forget to mention the condition in the condition tab of the text node of your subtotal as only before end of main window.
    display the grand total in the text another text node with condition... only after end of main window.
    regards
    padma

Maybe you are looking for