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

Notification

Icon
Error

Options
Go to last post Go to first unread
steven.grigoleit  
#1 Posted : Monday, September 12, 2011 3:22:06 AM(UTC)
steven.grigoleit

Rank: Newbie

Groups: Member
Joined: 8/8/2011(UTC)
Posts: 6

Hi!

It seems to be that there is a difference setting for the paneFont's Size-value in ImageUploader 7.0.37

wether you use the ActiveX or JavaApplett.

I have the following code:

Code:

var uploader = $au.uploader({
    id: 'Uploader1',
    width: '100%',
    height: '600px',
    paneFont: 'Size=11px',
    ...

The ActiveX-Version in IE works fine, the JavaApplet in FF not. Here I have to write "Size=11".

But this is not working in IE.

What can I do?

Dmitry.Obukhov  
#2 Posted : Monday, September 12, 2011 9:14:40 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Steven,

Thank you for your bug report.

I checked your code, and found these issues with paneFont property:

  1. You do not need to set “px” next font size. It causes the following problem in Image Uploader Java:

    Code:
    Aurigma Image Uploader: there was a problem during GUI initialization class java.lang.NumberFormatException, For input string: "11px"
    Thus Java applet is not rendered at all. Font size is not applied in Image Uploader ActiveX control.

  2. If “px” is not set, i.e.:

    Code:
     paneFont: 'Size=11',

    In this case, Java applet is displayed, but the font size is not applied. ActiveX control works fine.

    Unfortunately, it is a bug of Image Uploader Java, which will be fixed in the next release. I am sorry for the inconvenience.

Edited by user Monday, September 12, 2011 9:16:10 PM(UTC)  | Reason: Not specified

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

Users browsing this topic
Guest
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.