Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
erik  
#1 Posted : Sunday, August 29, 2004 6:58:00 AM(UTC)
erik

Rank: Member

Groups: Member
Joined: 7/29/2004(UTC)
Posts: 24

Have installed and found following errors:

I used the 'Making Image Uploader Looking Like File Open Dialog' logic from 2.5.

1. 'Look in' drop down is not updated when you change folder - either by clicking one of the left buttons or double clicking a folder in the main window.
In 2.5 UploadFileCountChange is called for every folder. This is not the case in 3.0

2. When clicking a button
- occasionally you may get a program error:
AppName: iexplore.exe AppVer: 6.0.2800.1106 ModName: ntdll.dll
ModVer: 5.0.2195.6899 Offset: 0004c8e1
- or nothing happens (white main window)

3. Progress event does show correct values
'Progress' shows total of prepare and upload.

4. When upload is completed
check/uncheck boxes are not set to uncheck.
Event UploadFileCountChange is not called as in 2.5 (counting down no of files)

Hope this may help you in making a clean product.

Regards





Fedor  
#2 Posted : Sunday, August 29, 2004 11:15:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Erik,

Thank you for your bug report:

1. 'Look in' drop down is not updated when you change folder - either by clicking one of the left buttons or double clicking a folder in the main window.
In 2.5 UploadFileCountChange is called for every folder. This is not the case in 3.0


We have changed a behaviour of AdditionalFolderNavigator property in version 3.0. Now it is name of group instead of Image Uploader control name:

Code:
<object id="ExplorerCombo" name="ExplorerCombo" codeBase="ImageUploader3.cab" 
	classid="clsid:92E7E45A-D8C8-480E-AF99-176E43997CAA"
	height="24" width="460" viewastext>
	[b]<param name="AdditionalFolderNavigator" value="ImageUploader1">[/b]
	...
</object>

...

<object id="ImageUploader" name="ImageUploader" codeBase="ImageUploader3.cab" 
	classid="clsid:A18962F6-E6ED-40B1-97C9-1FB36F38BFA8"
	width="540" height="490" viewastext>
	[b]<param name="AdditionalFolderNavigator" value="ImageUploader1">[/b]
	...
</object>


So way the value of AdditionalFolderNavigator should be the same for ExplorerCombo and ImageUploader object.

2. When clicking a button
- occasionally you may get a program error:
AppName: iexplore.exe AppVer: 6.0.2800.1106 ModName: ntdll.dll
ModVer: 5.0.2195.6899 Offset: 0004c8e1
- or nothing happens (white main window)


We confirm it.

3. Progress event does show correct values
'Progress' shows total of prepare and upload.


We have changed its behaviour.

See here for more info.

4. When upload is completed
check/uncheck boxes are not set to uncheck.
Event UploadFileCountChange is not called as in 2.5 (counting down no of files)


We confirm it.

Edited by user Tuesday, February 26, 2008 2:39:00 AM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
Fedor  
#3 Posted : Tuesday, September 7, 2004 10:53:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
The reported bugs was fixed in final version 3.0.
Best regards,
Fedor Skvortsov
Users browsing this topic
Forum Jump  
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.