hasi001 Posted December 27, 2004 Posted December 27, 2004 Hi all. Version 3.1 is now online. Configuration wizard's been finished. Download it on the WPI homepage.
Dynaletik Posted December 27, 2004 Posted December 27, 2004 Hey hasi...really good work...but where is the save button in the options menu??The options menu isn't always displayed well....On the right side there are missing some parts of the explanations.....or do i Need 1600 x 1200 for it? And is it possible to put a example into the config menu that does not appear in the config.js so it is there even if you already added a prog?
IGIdeus Posted December 27, 2004 Posted December 27, 2004 In Options menu missing vertical scrollbar and buttons for save and cancelBest regardsIGIdeus
sonica Posted December 27, 2004 Posted December 27, 2004 only vartical scrollbar is missing, if you use mouse scroll or keyboard you can scroll the window and see buttonsthanks for escape featurei have another hint for this release but i don't know if javascript supports iti'd like the possibility to popup options page when i dasabled options button.i'd like to press some keybord combo ex: CTRL + O to bring options pane up, or at least to bring back options button.and when options language configuration files will be avaible i can help translating it in italianbyesonica
Dynaletik Posted December 27, 2004 Posted December 27, 2004 no...the buttons don't appear even when I scroll down.
hasi001 Posted December 27, 2004 Author Posted December 27, 2004 The thing with the options dialog is that a string is too long (no spaces)Edit common/optionswizardtemplate.htm, line 181set it to <td width="90%">ToolTip CSS Style: TitleColor, TextColor, TitleBgColor, TextBgColor, TitleBgImag, TextBgImag, TitleTextAlign, TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel , ShadowType, ShadowColor</td>and all will be nice.will be in next buxfix release.
sonica Posted December 27, 2004 Posted December 27, 2004 found a problem with escape feature:i am not able to insert this:cmd1[pn]=['cdrom', '$OEM$\\Install\\net_framework\\netfxsp1.exe']if i manually edit config.js and insert that string then wpi loads it as:cdrom', '$OEM$\Install\net_framework\netfxsp1.exeand if i save from wpi it saves it as:cmd1[pn]=['cdrom\', \'$OEM$\\Install\\net_framework\\netfxsp1.exe']i don't know what to insert in form to have the right stringsonica
BritishBulldog Posted December 27, 2004 Posted December 27, 2004 @sonica,what exactly are you trying to do?looks like you want to install from CDROM?then you should move your Install directory out of the $OEM$ directory first as this will always be copied to the hard drive!put it in the root of your CD then your cmd line should look like thiscmd1[pn]=['%cdrom%\\Install\\net_framework\\netfxsp1.exe']To insert it in the config page you only need this%cdrom%\Install\net_framework\netfxsp1.exe in the cmd entry line
sonica Posted December 27, 2004 Posted December 27, 2004 @sonica,what exactly are you trying to do?looks like you want to install from CDROM?then you should move your Install directory out of the $OEM$ directory first as this will always be copied to the hard drive!put it in the root of your CD then your cmd line should look like thiscmd1[pn]=['%cdrom%\\Install\\net_framework\\netfxsp1.exe']To insert it in the config page you only need this%cdrom%\Install\net_framework\netfxsp1.exe in the cmd entry linelooks like you want to install from CDROM?then you should move your Install directory out of the $OEM$ directory first as this will always be copied to the hard drive!yeah, i want to do this. for what i know not everything inside $OEM£ is copied on hd, just things in $...$ subfoldersi was using that syntax, as written in an old wpi version, in fact that syntax still works in wpivar cmd1=[]; // drive + Command Line 1, drive = 'systemdrive' or 'cdrom' or 'programfiles' or 'windir' or ''however using %cdrom% avoid quotes problemthankssonica
MCT Posted December 27, 2004 Posted December 27, 2004 when i click "config" button the installation buttion is highlighted instead, so config doesnt open
hasi001 Posted December 28, 2004 Author Posted December 28, 2004 No-no. Well - the install-button is highlighted when you click on options or config. That's a bug (and fixing took about 2 seconds) BUT : CONFIG OPENS !!! It just takes some time ('bout 10 to 20 seconds) to render the HTML.
Dynaletik Posted December 28, 2004 Posted December 28, 2004 Do your dependencies work? when I use your config hasi, in debug mode he tells me about the deps...but if i mark ressource kit, he does not select Office...
hasi001 Posted December 28, 2004 Author Posted December 28, 2004 you're right. something went wrong. no dependencies. aargh.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now