Blink cursor when create timer

Hi all.
I create timer in form9iDS when open a stacked canvase,
When the mouse is over this canvase the cursor blink until delete timer.
please help me.
thanks.

Hi!
May try the following:
Create for example a parameter or a package variable of type number with initial value 0 in your form.
In your when-new-form-instance trigger create a repeating timer lets say ticking every 20 seconds.
In your pre-item/post-item and may a when-mouse-click trigger set the variable back to 0.
In your when-timer-expired trigger, add 20 to your above created number variable
and if your timeout is reached, what means for example the variable is above 100, clear the form.
btw: everytime you create a timer, first check if it is already there.
DECLARE
timer_id Timer := find_timer ( 'emp_timer' );
BEGIN
if
  id_null ( timer_id )
then
  timer_id := CREATE_TIMER ('emp_timer', 10000, REPEAT);
end if;
END;Regards

Similar Messages

  • Blinking cursor when installing Windows 7 on a MacBook Air (Late 2010)

    Hi.
    After spending several days trying to solve this, I turn to this forum.
    I have a MacBook Pro Retina (Mid 2012) and I had no problem installing W7 on that machine.
    My wife has a MacBook Air (Late 2010), on which I am trying to do the same.
    I use an external LaCie BD/DVD reader/writer, which I also used for the MBP without problems.
    After partitioning and restarting, the install DVD doesn't seem to want to work with the MBA, though. Only a blinking cursor appears. Occationally some message like "Error code 5" or BOOTMGR image is corrupt. The system cannot boot."
    I've tried starting with Alt, and when the screen appears where I can choose the Install DVD, there is no HD image, as on the MBP in the same situation, but just an image of a disk under which is written "EFI boot" - and it keeps poofing, appearing, poofing appearing. Actually, the first of these poofing images is actually called Windows, but choosing this returns the same blinking cursor.
    I have tried resetting the PRAM and SMC, as well as repairing the disk.
    Any ideas how to solve this?
    Best,
    Richard

    leiladog wrote:
    Can I install Window 7 Professional on a boot camp partition on my 1.8/2GB/64GB SSD MBA?
    Today I installed Win7 Preimum on my brand new MBA (1.8/4GB/128GB SSD).  I started with a stock MBA and first installed the new version of Parallels (7).  After that installation, I installed Win7 Premium, followed by MS Office for Students and MS Streets and Trips.  I should note that I also added slightly over 500 tunes for iTunes.
    I was hoping to only install Excel and Word, but I never saw an option to go custom and as a result, all of Office for Students got installed.
    With Parallels I didn't have to partition the hard drive. While I'm not totally sure, I think Parallels "grabs" empty space as needed, either for OS-X or Windows.
    When I finished the installation, the computer reports that I still have 87GB.
    I would assume if you went the route above and installed all the same programs, you would end up with 43GB of free space.
    I intend to use my MBA as a road warrior, mainly surfing with some light Excel/Word.  Unless you really need the Professional version, you might consider just installing the Premium version if the size of the program is much larger.
    I've only been running for a few hours, but the machine seems very robust in both OS-X and Win7.  Re the size of your hard drive, you might consider picking up a small external hard drive.  I have a Western Digital Passport that is about the size of a cigarette pack and has the look of something that Apple might have made. 500GB for about $70. 
    I'm wondering if your 2GB of RAM might be a little on the weak side for going this route?

  • Illustrator CS6: Missing small pixels box that should follow the cursor when creating objects

    Somehow I've managed to disable a feature in Illustrator CS6 that does two things: 1) it causes a small box to follow the cursor when I'm drawing an object 2) the light green lines or x's are gone now, too. How can I get them back? Are they only visible under certain circumstances?  Thanks!

    SmartGuides is not simply "on" or "off". It has settings for what displays. Check your SmartGuides preferences.
    JET

  • Black screen with blinking cursor when installing win 7/vista x64 osx 10.6

    i am using bootcamp 3 to install windows 7/vista x64 on osx 10.6.6.when i select install mac reboots and then all i get is a black screen with white cursor.
    i have created a 20gb partition with disk utility in fat32 and i had installed windows successfully when i was on osx 10.5.i tried erasing and creating new partition but same problem.
    any help will be appreciated

    This solved it for me!
    From another forum:
    "1. Put the Windows 7 installation disc in the disc drive, and then start your computer.
    2. Hold down Option key till all available disks are displayed and select DVD. Press a key when you are prompted.
    3. Select a language, a time, a currency, a keyboard or an input method, and then 4. click Next.
    5. Click Repair your computer.
    6. Click the operating system that you want to repair, and then click Next.
    7.In the System Recovery Options dialog box, click Command Prompt.
    Type (these commands are safe)
    Code: Bootrec.exe /FixMbr
    Code: Bootrec.exe /FixBoot
    Code: Bootrec.exe /RebuildBcd
    *Press ENTER after each command.*
    *Restart your computer.* "

  • Blinking Cursor when user is sharing application

    Hello all!
    I hope somone has run across this and can help me out.  When ever the host of a meeting has a user share an appliaction from their screen (word, excel, IE, etc..) their cursor constanly blinks.  This isn't noticable to anyone in the meeting except the user that is sharing the application.
    This can range from a small barley noticable blink to where is my mouse hiding kinda blink.  This tends to be worse for people outside the office that are sharing an application.
    Is there a way to stop this?  It almost seems like the blinking is a refresh of some sort.
    Info:
    We are using Adobe Connect Add-in Version: WIn 9,1,268,0
    Connect Pro version: connect_700_r712
    Users and host are running XP machines.
    Connect box is hosted by us at our office.  I tested with the user host being at the office where the Connect box is.
    Thanks!

    What if you manually do a Get-AppvPublishingServer | Sync-AppvPublishingServer
    as the user after waiting for 10 minutes?  You will need to take into account how long it takes for AD to sync out the removal from the group as well. 
    This is definitely not normal behavior, but several things contribute to how this works.  Make sure that the publishing server settings are set properly, including the Global / User refresh on logon and the intervals.
    See this post about publishing refresh settings on the server.  You can adjust the publishing server refresh
    to test as well:
    https://support.microsoft.com/kb/2780177?wa=wsignin1.0

  • Ora-00942 when creating time dimension

    hi All,
    I am new to data warehouse, i have created a date dimension " date_dim " in a target location, it has created a corresponding mapping "date_dim_map" in mappings section.
    But when i try to deploy the dimension i get error ora-00942 table or view does not exist.
    I get the same error when i try to deploy the corresponding map created by this dimension.
    any ideas what the problem could be.
    regards

    oops got it had to deploy the corresponding table first.\

  • HT1846 Windows take a long time to boot up with black screen and a blinking cursor. Help anyone?

    Im running 64-bit windows 7 on my late 2012 mac mini. When it boots, it takes around few minutes to boot to windows. During the few minutes, it shows a black screen with a blinking cursor at the top left. Is there any ways to remove it and go straight to windows?

    Hello cncprogrammer,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand your HP Pavilion HPE h8-1360t Desktop computer. I am providing you with a link to a great proactive post by @Daniel_Potyrala titled How to speed up system boot time and the performance, where he offers some great advise on how to deal with the very issue you are posting about. I would advise you give it a thorough read and apply as many steps as you can to speed up your computer.
    Please re-post if you require additional support. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • When creating a new window in safari, using command T, the marker have not activated the search field. It means you have to click there every time. Changed after upgrading to Mavericks. Anyone knows how to change this?

    When creating a new window in safari, using command T, the marker have not activated the search field. It means you have to click there every time. Changed after upgrading to Mavericks. Anyone knows how to change this?

    Yes, you can do something like that. What you would do is create a button for each image and then hide them. When I do this type of thing I place all of the buttons on a template page and then hide the template.
    You can then use JavaScript to copy the icon from any of the hidden buttons to the main button that you've set up to display the image. For example, suppose you set up 10 buttons named b1, b2, b3, ...b10. The code to copy the icon from one of them to the button used to display the image (b0) would be something like this:
    // Get the icon from the b3 button
    var oIcon = getField("b3").buttonGetIcon();
    // Get  reference to the b0 button
    var f = getField("b0");
    // Set the icon of the b0 button to the icon retrieved from the hidden button
    f.buttonSetIcon(oIcon);
    // Show the b0 button
    f.display = display.visible;
    This code would go in the Mouse Up event of the smaller button.

  • When creating a comment summary, I want to end up with a pdf of comments only. In addition, I do not want author, date, time, or page number to show in my comments summary. How can I do this?

    When creating a comment summary, I want to end up with a pdf of comments only. In addition, I do not want author, date, time, or page number to show in my comments summary. How can I do this? I do a lot of reading, and when I summarize my comments, I like to save these comments in a larger document I compile over time. I typically create a comment summary, export it to a text editor and find myself having to delete author, date, time, page number, and anything else that is not the raw and net comment. It would save me some good time if someone showed me how to do this. The reason I do not want any additional information is because it simply adds stuff I do not need in my compilation of summaries for large amounts of papers over time.

    What you're describing can't be achieved using the built-in comments summary function of Acrobat, but it can certainly be done if a custom-made script it used to generate the summary because then you're in full control of what's included in it and what's not.

  • Can't adjust the default time scale when creating a new appointment in Outlook 2010

    Good Afternoon, I have found a question on these community boards that propose an issue that I am currently experiencing. The answer; however, was not the solution for me. I used the same name as the original post and will add the original text as it is
    exactly what I am experiencing.
    "When creating a new appointment in the month view Outlook 2010, the default time scale or duration is 2 days.  I tried resetting the view, adjusting the time scale, and creating a new profile.  It only seems to happen when creating the appointment
    in the Month view.  ???  Day and week view work fine and appointment can be created w the standard 30 minute time scale.  But the time scale in the month view although says 30 mins, it creates appointments in 2 day durations."
    This is exactly what happens to the user I am assisting. When in "month view" double clicking the day will bring up a new appointment with the times within the same day. If you click the "new appointment" button in the ribbon it
    sets the end time to the following day. This only happens in the month view every other view works as it normally should. I have tried it several times being sure multiple days are not selected. It still gives me an end time for the following day. I have reset
    the view, changed the time scale but nothing seems to bring it back to the default same day appointment. Any ideas?
    Thanks for any assistance you can provide.

    It is a default in Outlook 2010 in month view.  The "time scale" selection is greyed out.  Very frustrating.  Everytime I select "New Appointment," a duration of 1 day is automatically selected; midnight to midnight.  I end up doing
    most appointments twice because I forget to change to end date back to the day of the appointment.  "New meeting Request" works fine.  So does "New All Day Event" when you deselect "All Day Event."  I can't see how this default behavior
    provides optimal results under any circumstances.  Very frustrating.

  • Black screen with cursor blinking for a long time before loading windows 7

    Hey guys, i'm having an annoying problem with my macbook pro... i installed windows 7 using bootcamp and now i get a black screen with cursor blinking for a long time before loading windows... it *****, it takes about 3 minutes to get my notebook running
    The first time i installed windows seven i did not have this problem... i already deleted  the partition several times and installed windows again, but the black screen problem is still happening. i don't know what do
    You guys have any tips? anyone with the same problem?? this ***** a lot. thanks

    Hey Theoos..
    Yeah, my version is not.. the first time i installed it was ok, but after 30 days it was asking for a key... then i installed a cracked version, and the cursor started blinking on start up, and took like 2 minutes...
    I tested several cracks but with all of them happened the same.
    Thanks

  • Run Time Error in e-commerce crm 5.0 when creating new order

    Hi all,
    I am getting Run Time Error in e-commerce crm 5.0 when creating new order, shopping basket is comming , but while creating order , getting run time error.
    Thanks,
    Nagesh

    Hi nagesh,
    Are you able to resolve the issue. Please let me know the solution.
    I had started a thread with a same problem but in ERP E-commerce.  Points will be rewarded if you provide the solution in the thread below
    Re: Run Time Error in e-commerce crm 5.0 when creating new order
    Thank You
    Ram

  • When writing a new message my blinking cursor is gone from the body of the message, where did it go?

    When i want to write a new message in Thunderbird, my blinking cursor is there in the subject line and in the email address line but not in the body of the message where i want to Type my message. Where did it go and How do i turn it back on?

    try restarting with add-ons disabled from the help menu (Alt+H) does the cursor reappear?

  • When I change the time zone of the clock, the "Date created" time information for my documents and image files in the Finder window (and in Get Info) is changed. Can I make the time info in "Date created" remain fixed regardless of the clock's timezone?

    When I change the time zone of the clock, the "Date created" time information for my documents and image files in the Finder window (and in Get Info) is changed. Can I make the time info in "Date created" remain fixed regardless of the clock's timezone?

    When I change the time zone of the clock, the "Date created" time information for my documents and image files in the Finder window (and in Get Info) is changed. Can I make the time info in "Date created" remain fixed regardless of the clock's timezone?

  • File Created time changes when file renamed to previously used name

    Any ideas on this one would be very gratefully received:
    I am trying to rename a file then create a new one with the original name, as part of a solution to roll over log files after x days. 
    I found that the new file had the 'created time' of the original file, which messed up the logic badly. I tried to unpick this by creating the new file with a new name, then renaming it. The new file got the correct created time initially,
    but as soon as I renamed it to the original name, the created time reverted to the created time of the earlier file.
    I even tried simply deleting the old file altogether, but every attempt to get a new file with the original name resulted in the created time being that of the old file.
    I have used different filesystemobject instantiations for the old and new files, and I even tried creating the new file in a different run of the script, and in a different cmd session. The only thing that worked was logging out and in again before
    creating the new file!
    Since the created time attribute is not writeable, I'm struggling to get round this.
    Here is a stripped out version that demonstrates it. I have put 5 second waits in, so you can watch the created time get reset in front of your eyes when the new file gets renamed to the old name (might need to add a column for 'created time' to Windows
    Explorer)
    (OS is 2008 server R2 Enterprise)
    $logdir = ".\"
    $logfname = "roll.log"
    $RollAtDays = 0 # for testing - so it always creates a new file
    If ( -not ( test-path $logdir) ){ $newdir = New-Item $logdir -type directory } 
    $logfile = $logdir+$logfname
    $newlog = $logdir+$logfname+".new"
    $fso = New-Object -comobject Scripting.FileSystemObject
    $date = Get-Date
    # if file exists, test whether it requires rolling over
    If ( test-path $logfile ){
     $fo = $fso.GetFile( $logfile ) 
     $dc = $fo.DateCreated
     $RollDate = $dc.AddDays( $RollAtDays )
     # write-host "$dc $RollDate"
     If( $RollDate.CompareTo( $date ) -lt 0 ){
      write-host "Roll"
      $newPath = "$logdir$date-$logfname"
      $newPath = $newPath.Replace("/", "")
      $newPath = $newPath.Replace(" ", "-")
      $newPath = $newPath.Replace(":", "")
      $fo.Move( $newPath )
      #$fo.Delete( ) #tried both renaming and deleting the original file
      start-sleep -s 5
    # some code to create a file if one doesn't exist
    If ( -not ( test-path $logfile) ){
     $header = "Date"
     $fso1 = New-Object -comobject Scripting.FileSystemObject
     $ts1 = $fso1.CreateTextFile( $newlog, $True )
     $ts1.close()
     start-sleep -s 5
     $fo1 = $fso1.GetFile( $newlog ) 
     $fo1.Move( $logfile )  # this is where the created date gets changed back
     #add-content $logfile $header
    # some code to add a line to the log
    [string]$logline = "$date"
    #add-content $logfile $logline

    I have to disagree with the assessment that creation time is not writable:
    Get-Item test1.txt | select creationtime
    (Get-Item test1.txt).CreationTime = '07/03/2014'
    Get-Item test1.txt | select creationtime
    CreationTime
    3/20/2014 1:15:43 PM
    7/3/2014 12:00:00 AM
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

Maybe you are looking for

  • Iphone 6 case-lifeproof or otterbox?

    Likely going to be getting an iphone 6 in February when my contract is up and can upgrade. Trying to figure what to do for a case. Lifeproof or otterbox? I work in construction so could be subject to drops, dust and water. Not submerged, in water but

  • Movies, no picture, just sound on iPod

    I have 5th Generation (30gb) iPod(2yrs old). I purchased 2 movies from the iTunes store. They show up and play in iTunes. I synced to my iPod, they both show up in the movies, but only the sound plays. On the screen no movie, just a little thumbnail

  • How to move Photoshop CS5 to my new computer?

    On my Imac I have Photoshop CS5. I'm satisfied with it and don't want to spend money to upgrade it to the latest version of Photoshop. I bought the latest Imac and I want to move Photoshop to this computer. It doesn't have a CD-player anymore, so I h

  • Changing the background color and image of CRM logon page

    Hi ; I want to change the background image and color, namely full style , I knew that the service "CRM_UI_START" of SICF under the section "error page" but there you can change a small image for header and footer area. At the same time , I looked at

  • SMS Service providers

    Hi Are there any SAP approved SMS service providers?