Jump to content

JamesWCavanagh

Member
  • Posts

    16
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by JamesWCavanagh

  1. :blushing: I'm sorry about my anger, I was just frustrated. I was talking about rows and you both were talking about columns. I hope you accept my apology, as I am truly sorry if I have hurt anyones feelings.

    By the way, my screen res is 1024x768.

    I would still appreciate your help, there is not much I can offer, except if you would like a gmail account, that I can help you with.

  2. Look in the options section it shows a # of collums per page option that goes from 1 - 5 just pick a higher number.

    What is your screen resolution? 800x600 will only fit 1 column - change it to 1024x768

    :wacko::realmad:

    Don't you guys know the difference between Columns and Rows???

    Columns are vertical, and Rows are horizontal!

    If you had read what I said, I have multiple columns already! My problem is that the programs all appear on 1 row per page, eg 4 programs beside each other on one page, then you have to click on next at the bottom of the page to get to the next 4 and so on.

    Any ideas on what this problem could be?

  3. the descriptions were disabled back in WPI 2.0b Kampfwurscht 1.5.  He said the reason was that he had to use looping to allow for up to 48 checkboxes, instead of 18. 

    I'd rather have 48 without description, than 18 with!

    However, it was a nice feature....

    There is no way to enable this again???

    I tried changing, in boxes.html, this...

    document.write('<input type="checkbox" name="chkbox" Value="[i]" id=chkbox'+i+' checked="true"  /><label for=chkbox'+i+' />' + prog[i] + '</label><br />');

    To this...

    document.write('<input type="checkbox" name="chkbox" Value="[i]" id=chkbox'+i+' checked="true"   onMouseOver="stm(desc[i],Style[0])" onMouseOut="htm()" /><label for=chkbox'+i+' />' + prog[i] + '</label><br />');

    But only got this error when moving my cursor over the checkbox...

    error.JPG

  4. Instead of copying them, why not put them in CD:\$OEM$\$Progs\MIRC to put it in HDD:\Program Files\MIRC or CD:\$OEM$\$1\MIRC to put it in HDD:\MIRC. This will copy the files over automatically during the install without even having to script anything in any batch files.

    This is the structure of the $OEM$ dir as taken from the Windows XP OPK

    CD-root\$OEM$\

    $$\ (Windows dir)

    $Progs\ (Program files dir)

    $Docs\ (Documents and Settings dir)

    $1\ (Hard Drive root) not in OPK

  5. instead of putting your tools in the Tools directory and copying over with the batch file why not put them in the $$\system32 dir?

    This is the structure of the $OEM$ dir as taken from the Windows XP OPK

    CD-root\$OEM$\

    $$\ (Windows dir)

    $Progs\ (Program files dir)

    $Docs\ (Documents and Settings dir)

    $1\ (Hard Drive root) not in OPK

×
×
  • Create New...