Jump to content

billjrm

Member
  • Posts

    23
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Taiwan

About billjrm

Contact Methods

  • Website URL
    http://

billjrm's Achievements

0

Reputation

  1. 800x600 when windows is installing.(because graphic driver is not installed yet) 1024x768 after windows installation is complete. 1024x768 - editting config
  2. Original thought is "different theme for different resolution". Themes | +--- Glossy (dir) | +--- default (dir) | +--- 600 (dir) | +--- 768 (dir) . . I consider that there will be many duplicate files, so I reduce to "different wpi.htm for different resoulation". Now I feel that "different wpi.htm for different resoulation" is not a good idea and "different theme for different resolution" is my wish. It's OK to do this, but structure of this wpi.htm will not be same as the current provided wpi.htm. I think the general form of this wpi.htm will be complicated, so "wpi.htm per resoulation" is easyer to accomplish.
  3. use different wpi.htm for different resolution e.g. use wpi_600.htm for 800x600 use wpi_768.htm for 1024x768 use wpi.htm if wpi_xxx.htm not exist
  4. hard to make the choice...... maybe use this mod. http://www.msfn.org/board/index.php?showto...63entry444663
  5. same as cipher982's answer, so I delete myself.
  6. Great .....thanks to CIPHER Checkbox of "default item" is disabled during initialization and re-enabled after initialization is completed when grayed condition is met. Everybody will be happy For simplification, option of grayed condition is not included, so I do a little modification about your check.js. In the box.js, grayed condition only change item's text color and don't disable checkbox. I thought this is final. (codes I uploaded are modified from v4.3.7b) 4.3.7b.2.rar
  7. Assume I recommend you to install dNet Framework, so I set dflt[pn]=['yes'] and greyed condition do not disable checkbox. dNet Framework will always be checked every time I enter WPI, if dNet Framework is installed and I forget clear its checkbox, it will install again. I don't like this. Change box.js(v4.3.7b) as follows if you want to change color only. change line 130-131 and 137-138 from if(DoGray) txt += ('disabled '); else txt += ('onclick="checkDeps(' + i + ');checkCategory(' + i + ')"'); to txt += ('onclick="checkDeps(' + i + ');checkCategory(' + i + ');"'); line 155 from if(!DoGray) txt += ('onClick="toggleChecked('+i+');checkDeps(' + i + ');checkCategory(' + i + ');" '); to txt += ('onClick="toggleChecked('+i+');checkDeps(' + i + ');checkCategory(' + i + ');" '); to define your own greyed color, modify this ( in wpi.ccs ) .gtxt { font-family: arial; font-weight: bold; color : #A0522D; <---- this one font-size : 8pt; margin-left: 5px; margin-right: 10px; margin-top: 10px; margin-bottom: 50px; }
  8. I have seen your file...but I do not understand what is your point about greyed condition.
  9. Can you give me some example.
  10. I added a option "enable checked" (look at config. wizard), only hightlight text if you checked this option. "checkbox enabled" is not a good ideal I thought. ( thinking what happen if dflt="yes" ) If you want to reinstall a software, just remove it first and then exec WPI. Please rename anything I named if you felt it is not appropriate because my English is bad. The codes I upload are modified from v4.3.7b 4.3.7b.rar
  11. OK. let me think about it
  12. Can you post your box.js
  13. I have no such problem. gcond[pn]=['FileExists("%programfiles%\K-Lite Codec Pack\\unins000.exe")'] use \\ before K-Lite. typing error ???
×
×
  • Create New...