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

Notification

Icon
Error

Options
Go to last post Go to first unread
jasongr  
#1 Posted : Thursday, May 8, 2008 4:25:53 PM(UTC)
jasongr

Rank: Newbie

Groups: Member
Joined: 4/28/2008(UTC)
Posts: 3

Hi,

I am using the three panes layout.
I gave the component a height of 400 pixels.
I have a problem with the ActiveX.

The 2 panel on the right don't share the 400px equally.
This causes the top pane to take up most of the height, leaving the bottom pane only a narrow strip.

I know that the user can change this, but I want the initial look to be corrrect.
This problem doesn't happen using the Applet.

Does anyone know if I could be doing something wrong, or how to fix this?

I am attaching a screenshot of the component, to make the point clear.
I marked in red the bottom pane so you could see how small it is initially

regards
Jason
jasongr attached the following image(s):
activex.png
Eugene Kosmin  
#2 Posted : Sunday, May 11, 2008 3:10:38 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi Jason,

Please try to use FolderPaneHeight property:

Code:

var iu = new ImageUploaderWriter("ImageUploader", 600, 400);
//...
iu.addParam("FolderPaneHeight", "200");
//...
iu.writeHtml();

Best regards,
Eugene Kosmin
The Aurigma Development Team
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.