Hello everybody,
How about another hack in the 4.7 version? I have wrote a hack to show 20
choices per page. So the menus fit the screen.
Here it is:
# Choices to display per page
my $per_page = 20;
#EDIT: Array to show 20 options per page
my %hexarray =
(10,'A',11,'B',12,'C',13,'D',14,'E',15,'F',16,'G',17,'H',18,'I',19,'J',20,'K');
....
....
# Generate current page of choices.
while ($i < $per_page && $start + $i < $count) {
my $elt = 2 * ($start + $i);
#my $hexd = sprintf '%X', $i+1;
my $hexd = $i+1;
if ($hexd>9) {
$hexd = $hexarray{$hexd};
}
I hope this could help someone.
Another thing is how about to add internet explorer 7.0, the newest Media
Player and office 2007?
best regards
Andreas Laub
Systemintegration
Solutec GmbH
Hans-Thoma-Str. 21
68163 Mannheim
Tel.: 0621-328863-32 - Fax: 0621-328863-42
Email: [EMAIL PROTECTED]
Home: http://www.solutec.de
Unternehmenssitz: Mannheim
Registergericht: Mannheim
Registernummer: HRB 9857
Geschäftsführer: Matthias Geyer, Michael Mühlhäuser Dipl.-Wirtsch.-Inf.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel