AGGHHH..BUG ? Application performance? |
Post Reply |
Author | |
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
Posted: 06 June 2006 at 6:21am |
New release problem.....Please resolve this..... Open and run your sample: Calendar control vb. Add a simple event A (with all default values) and press OK. Now, double click on new event A and change Recurrence type, for example choose "Every Work Day" Now press OK and take a long cup of coffee...... At this "speed",.... the operation is not usable .... With 10.1.1 all is ok..... Thanks Flavio |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Hmm, just tried and is was almost instant. Did you chang anything in the sample at all?
|
|
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
|
Only arTimes = Split(cmbEventStartTime.Text, ".") 'cause my local LCID.... I've not removed 10.1 version...... I've also re-register OCX........but nothing...!! The program HANGS HERE , for 1 minute.....
If (Not CheckDates()) Then Exit Sub UpdateEventFromControls End If Unloa
|
|
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
|
Here is Task Manager diagram of the operation...... |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Hmm, I opened up the Task Manager and tried many different recurring events and I don't see this problem.
Possibly a problem with older Calendar data you are loading? Any more info about OS SPs and VS SPs? I can see its WInXP and VB6, but what SPs installed, anything else useful? |
|
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
|
I've no data, I simple use your program sample CalendarSample.vbp with NO DATA. After install, I've try the steps above... I've XP SP2 with the last windows update.... VS SP6; Until 10.1.1 version, I have NO problem at all!!!! Your sample in 10.1.1 works well. I've note that dataPicker control "paint" with delay (in bold) the new events...
Here is ProcExp2006-06-06_123347_DLL.zip data....
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
We will wait for sserge to look into this. He will no better than anyone what was changed that might cause this.
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
Thanks, I was able to reproduce this bug... It was actually caused by the new functionality which does a delayed update in an attached date picker bold days. In the next release it will be fixed. Currently, to avoid it please set BoldDaysOnIdle property of the attached date picker to False. -- WBR, Serge |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
I forgot that I had removed the DatePicker from my version of the sample so I could take pictures for the website No wonder I could not reproduce it.
|
|
flauzer
Senior Member Joined: 30 December 2003 Location: Italy Status: Offline Points: 108 |
Post Options
Thanks(0)
|
LUCKY MAN... PS. It's possible to make a simple patch instead of release, to avoid "WHEN" problem? Thanks Flavio |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Patch is possible, why not... Please submit an Issue at http://www.codejock.com/support/ so I can send them to you.
Or as another option wait for release 10.2.1 -- WBR, Serge |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |