IPB

Google Frontpage Forums Unattended CD/DVD Guide
2 Pages V   1 2 >  
Reply to this topicStart new topic
> problem with columns (again)
anonymous_user
post Aug 1 2008, 08:55 AM
Post #1


͏͏͏
******

Group: Members
Posts: 1028
Joined: 25-December 05
Member No.: 83402
OS: none
Country Flag


All of my categories except one are put into the first column. Thus some categories are hidden from view unless you scroll down.

I use my Gnome theme but it happens with other themes too. And the solution from my previous thread doesnt help.

Any ideas?
Go to the top of the page
 
+Quote Post
Kelsenellenelvia...
post Aug 1 2008, 09:38 AM
Post #2


WPI Guru
Group Icon

Group: Software Developers
Posts: 5833
Joined: 18-September 03
From: Pocatello, ID
Member No.: 6960
OS: Vista Ultimate x86
Country Flag


Can I get a screenie? I have an idea....
Go to the top of the page
 
+Quote Post
anonymous_user
post Aug 1 2008, 11:49 AM
Post #3


͏͏͏
******

Group: Members
Posts: 1028
Joined: 25-December 05
Member No.: 83402
OS: none
Country Flag


Here you go:

http://img28.picoodle.com/img/img28/3/8/1/...t9m_f9a0e96.png
Go to the top of the page
 
+Quote Post
mritter
post Aug 1 2008, 06:16 PM
Post #4


WPI Co-Developer
Group Icon

Group: Software Developers
Posts: 551
Joined: 13-November 05
From: Bettendorf, IA
Member No.: 79628
OS: Vista Home Premium x64
Country Flag


Go in to the Themes/Gnome/wpi.hta file. At the top is

maxentries += 4;

Or whatever it is. Edit this number up or down until the Previous/Next line is at the bottom.

Take the // comment out, too.
Go to the top of the page
 
+Quote Post
anonymous_user
post Aug 1 2008, 06:51 PM
Post #5


͏͏͏
******

Group: Members
Posts: 1028
Joined: 25-December 05
Member No.: 83402
OS: none
Country Flag


Values 1-4 didnt seem to do anything. A value of 5 (or greater) puts everything into one column sad.gif
Go to the top of the page
 
+Quote Post
sp00f
post Aug 1 2008, 07:34 PM
Post #6


Senior Member
****

Group: Members
Posts: 665
Joined: 30-November 06
From: Behind you
Member No.: 117138
OS: Vista Ultimate x86
Country Flag


Same problem here, there is no more "Next" button.
Go to the top of the page
 
+Quote Post
Kelsenellenelvia...
post Aug 1 2008, 07:49 PM
Post #7


WPI Guru
Group Icon

Group: Software Developers
Posts: 5833
Joined: 18-September 03
From: Pocatello, ID
Member No.: 6960
OS: Vista Ultimate x86
Country Flag


Actually I am having no problems.

Why not use 3 collums though at that res?

Go to the top of the page
 
+Quote Post
sp00f
post Aug 1 2008, 08:25 PM
Post #8


Senior Member
****

Group: Members
Posts: 665
Joined: 30-November 06
From: Behind you
Member No.: 117138
OS: Vista Ultimate x86
Country Flag




No next for me.

EDIT : tested 6.5.1 again... Next shows fine.

This post has been edited by sp00f: Aug 1 2008, 08:34 PM
Go to the top of the page
 
+Quote Post
anonymous_user
post Aug 1 2008, 11:05 PM
Post #9


͏͏͏
******

Group: Members
Posts: 1028
Joined: 25-December 05
Member No.: 83402
OS: none
Country Flag


I tried removing some entries but now its permanently in one column.

Argh!
Go to the top of the page
 
+Quote Post
Kelsenellenelvia...
post Aug 2 2008, 02:49 AM
Post #10


WPI Guru
Group Icon

Group: Software Developers
Posts: 5833
Joined: 18-September 03
From: Pocatello, ID
Member No.: 6960
OS: Vista Ultimate x86
Country Flag


@ sp00f = the reason you can't see yours is because you maxentries is set too high in the themes wpi.htm please set it to a lower number. ( maxentries += -3; ) Setting it to -3 fixed the same error for me. Not really an error just a sizing issue.

@ anonymous user please zip up your WHOLE wpi setup (Minus installer folder) and upload it somewhere then PM me the link so I can try it out...

This post has been edited by Kelsenellenelvian: Aug 2 2008, 04:26 AM
Go to the top of the page
 
+Quote Post
anonymous_user
post Aug 2 2008, 07:18 AM
Post #11


͏͏͏
******

Group: Members
Posts: 1028
Joined: 25-December 05
Member No.: 83402
OS: none
Country Flag


PM sent.

This post has been edited by anonymous_user: Aug 2 2008, 07:19 AM
Go to the top of the page
 
+Quote Post
Kelsenellenelvia...
post Aug 2 2008, 05:37 PM
Post #12


WPI Guru
Group Icon

Group: Software Developers
Posts: 5833
Joined: 18-September 03
From: Pocatello, ID
Member No.: 6960
OS: Vista Ultimate x86
Country Flag


@ = anonymous user, set this in WPI.htm

CODE
maxentries += -20;


See your not having a bug either. WPI FILLS a collum up before going on to the next one. It doesn't just say "OH, he wants 3 collums? then I will spread everything out." So by setting that you trick WPI into thinking that there is only so much room for the collums. (Note you will need to re adjust this as you add more entries)
Go to the top of the page
 
+Quote Post
anonymous_user
post Aug 2 2008, 06:09 PM
Post #13


͏͏͏
******

Group: Members
Posts: 1028
Joined: 25-December 05
Member No.: 83402
OS: none
Country Flag


Thank you Kel.

I think I get the hang of it now thumbup.gif
Go to the top of the page
 
+Quote Post
mritter
post Aug 2 2008, 06:48 PM
Post #14


WPI Co-Developer
Group Icon

Group: Software Developers
Posts: 551
Joined: 13-November 05
From: Bettendorf, IA
Member No.: 79628
OS: Vista Home Premium x64
Country Flag


The proper method is:

maxentries -= 3;

But who's checking?.............................................................me!
Go to the top of the page
 
+Quote Post
sp00f
post Aug 3 2008, 10:25 AM
Post #15


Senior Member
****

Group: Members
Posts: 665
Joined: 30-November 06
From: Behind you
Member No.: 117138
OS: Vista Ultimate x86
Country Flag


QUOTE (Kelsenellenelvian @ Aug 2 2008, 10:49 AM) *
@ sp00f = the reason you can't see yours is because you maxentries is set too high in the themes wpi.htm please set it to a lower number. ( maxentries += -3; ) Setting it to -3 fixed the same error for me. Not really an error just a sizing issue.

Didnt work for me no.gif
Go to the top of the page
 
+Quote Post
anonymous_user
post Aug 4 2008, 12:45 AM
Post #16


͏͏͏
******

Group: Members
Posts: 1028
Joined: 25-December 05
Member No.: 83402
OS: none
Country Flag


@sp00f - just keep trying different values like -5, -10, etc
Go to the top of the page
 
+Quote Post
sp00f
post Aug 4 2008, 11:27 AM
Post #17


Senior Member
****

Group: Members
Posts: 665
Joined: 30-November 06
From: Behind you
Member No.: 117138
OS: Vista Ultimate x86
Country Flag


I went back to 6.5.1, no problems with that one for me
Go to the top of the page
 
+Quote Post
Kelsenellenelvia...
post Aug 5 2008, 08:24 PM
Post #18


WPI Guru
Group Icon

Group: Software Developers
Posts: 5833
Joined: 18-September 03
From: Pocatello, ID
Member No.: 6960
OS: Vista Ultimate x86
Country Flag


sp00f = please zip up your WHOLE wpi setup (Minus installer folder) and upload it somewhere then PM me the link so I can try it out...
Go to the top of the page
 
+Quote Post
rajesh.kumar
post Aug 6 2008, 11:26 AM
Post #19


Crank up
***

Group: Members
Posts: 336
Joined: 2-July 05
From: Vellore
Member No.: 62731
Country Flag


My Problem :
1) I scroll down to bottom to see the <Previous> and <Next> options in the bottom screen. The remaining list after this option is totally missing.
2) I press <Next>, immediately it shows the next screen
3) And from now on, i can able to scroll from top to bottom. ie, i can see listing before the <Previous> <Next> option as well as after it.
3) This thing can be understood by the size of the vertical scroll bar in picture 1.jpg and 2.jpg.

This is the link for 1.jpg and 2.jpg : http://rapidshare.com/files/135326149/Error.rar.html
Attached File(s)
Attached File