Jump to content

Recommended Posts

Posted

Hi!

My problem is, that I want to install quite a lot of programs, some of which have long names, but I want to fit them into one page.

But I can't make WPI put programs under the red line I draw on the picture below.

12.JPG

Is it possible somehow to reach this. Because I would like to use only 3 columns.

Thanks for your help!

Molyember


Posted

Do you have "No Column Breaks in Catagories" Checked it so try unchecking it. also it you want it checked mess around with "Catagories Sort Order". Also set "Number of colums" to "3"". If those methods dont work you just might have to have 2 pages.

Posted

<script type="text/javascript">

if (top.status != "")

{

winheight = top.status;

}

cols = Math.round((winheight/3*4)/320,0);

if (!maxentries)

{

switch (winheight)

{

case '600':

maxentries=19;

break;

case '768':

maxentries=26;

break;

case '1024':

maxentries=42;

break;

case '1200':

maxentries=44;

break;

default:

maxentries=31;

break;

}

}

</script>

This is inside the theme\wpi.htm file.

as you can see there is a maxentries section here just make the # bigger untill you ge the right amount.

Posted (edited)

Thanks for your help!

It worked.

But I have another question:

Is it possible to use justify allignment by the tooltips? Because if I write "justify" in the options it doesn't work.

Edited by molyember
Posted
Thanks for your help!

It worked.

But I have another question:

Is it possible to use justify allignment by the tooltips? Because if I write "justify" in the options it doesn't work.

Posted

Than I probably don't know the right english word for the alignment type i'm looking for.

So for example in Word there are 4 types of alignment: left ; right ; center and the fourth one, which I would like to use now (when the text is aligned to both margins).

I hope it is understandable this way.

Posted (edited)

Hm... here's my try (but I could be wrong 'coz I'm very dizzy right now)

Open tips.js.

Search for

"+txtTxtAli+"

and replace it with

style=\"text-align:justify\"

Note that this will override the TextTextAlign setting in options.

It is just a quick dirty workaround.

Edited by sadicq

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...