|
-
May 18th, 2000, 12:59 AM
#1
Thread Starter
Member
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
-
May 18th, 2000, 01:11 AM
#2
Member
did you set the interval to something > 0?
and if you did...did you set enabled = True?
-
May 18th, 2000, 02:40 AM
#3
Thread Starter
Member
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
-
May 18th, 2000, 02:52 AM
#4
Lively Member
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..
-
May 18th, 2000, 09:32 AM
#5
Member
perhaps it's changing the animation but it isn't refreshing it...did you try sticking a 'doevents' in the timer ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|