Results 1 to 5 of 5

Thread: Problem with Timer?

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 1999
    Posts
    41
    I am trying to show animation, while a connection is being made to Oracle using RDO object. When the connection is done, I want to stop animation.But what I observe is that animation doesn't run while the RDO is attempting to connect.Animation doesn't get CPU cycle..I tried to use TIMER but still it doesn't work....Any ideas???
    Thanks in advance

    Neel

  2. #2
    Member
    Join Date
    May 2000
    Posts
    41

    Smile did you set the interval to something > 0?

    and if you did...did you set enabled = True?

    Here I doeh again

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 1999
    Posts
    41
    Yes!!
    The timer event occurs after the connection is done.Then I can see the Animation but not when the connection is being made.
    thanx

  4. #4
    Lively Member
    Join Date
    Jan 1999
    Location
    Rochester NY, USA
    Posts
    93
    The only thing you could try is to start the animation before you attempt the connection. I still don't think this is going to work because you're working with a single threaded application. Nothing else in that process is going to execute until the connection is made.. the application is pretty much frozen until it's done..

  5. #5
    Member
    Join Date
    May 2000
    Posts
    41
    perhaps it's changing the animation but it isn't refreshing it...did you try sticking a 'doevents' in the timer ?
    Here I doeh again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width