MSFN Forum: New Version 3.1 online - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

New Version 3.1 online Rate Topic: -----

#1 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 27 December 2004 - 08:59 AM

Hi all.

Version 3.1 is now online.

Configuration wizard's been finished. Download it on the WPI homepage.


#2 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 27 December 2004 - 09:25 AM

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? :P

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?

#3 User is offline   IGIdeus 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 16-August 04

Posted 27 December 2004 - 09:56 AM

In Options menu missing vertical scrollbar and buttons for save and cancel

Best regards
IGIdeus

#4 User is offline   sonica 

  • Junior
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 01-September 04

Posted 27 December 2004 - 10:11 AM

only vartical scrollbar is missing, if you use mouse scroll or keyboard you can scroll the window and see buttons

thanks for escape feature


i have another hint for this release but i don't know if javascript supports it

i'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 italian

bye

sonica

#5 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 27 December 2004 - 10:14 AM

no...the buttons don't appear even when I scroll down.

#6 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 27 December 2004 - 10:24 AM

The thing with the options dialog is that a string is too long (no spaces)

Edit common/optionswizardtemplate.htm, line 181

set 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.

#7 User is offline   sonica 

  • Junior
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 01-September 04

Posted 27 December 2004 - 01:01 PM

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.exe



and 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 string

sonica

#8 User is offline   BritishBulldog 

  • Member
  • PipPip
  • Group: Members
  • Posts: 271
  • Joined: 11-October 04

Posted 27 December 2004 - 01:22 PM

@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 this
cmd1[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

#9 User is offline   sonica 

  • Junior
  • Pip
  • Group: Members
  • Posts: 71
  • Joined: 01-September 04

Posted 27 December 2004 - 01:59 PM

BritishBulldog, on Dec 27 2004, 01:22 PM, said:

@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 this
cmd1[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

Quote

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!


yeah, i want to do this. for what i know not everything inside $OEM£ is copied on hd, just things in $...$ subfolders



i was using that syntax, as written in an old wpi version, in fact that syntax still works in wpi

var cmd1=[]; // drive + Command Line 1, drive = 'systemdrive' or 'cdrom' or 'programfiles' or 'windir' or ''




however using %cdrom% avoid quotes problem


thanks

sonica

#10 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 27 December 2004 - 02:29 PM

when i click "config" button the installation buttion is highlighted instead, so config doesnt open :wacko:

#11 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 28 December 2004 - 12:16 AM

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.

#12 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 28 December 2004 - 01:56 AM

Minor bugs fixed. Version 3.1.1 ;)

#13 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 28 December 2004 - 02:37 AM

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... :unsure:

#14 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 28 December 2004 - 05:03 AM

you're right. something went wrong. no dependencies. aargh.

#15 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 28 December 2004 - 05:48 AM

bugfixed in Version 3.1.2.

#16 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 28 December 2004 - 06:57 AM

which version had problems

#17 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 28 December 2004 - 07:00 AM

3.1.1

#18 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 28 December 2004 - 10:34 AM

Works perfectly now for me hasi.

Now just remove the Disc path option. :P

Here is my WPI with Options and Config Button in the lang.js

I also updated the "txtUsage[lang]" Please look at it.

I only updated english and german...so the other languages have to be done!

#19 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 28 December 2004 - 02:39 PM

Now how can I put several languages to the config page (to the configwizardtemplate.htm)?

#20 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 28 December 2004 - 04:05 PM

Thanks for your work Dynaletik. Incorporated it into my WPI - will be rolled out with next version.

To answer your question:

There's 2 new templates: 1 for the options wizard, and 1 for the config wizard. Both can be found in the common folder.

To make the multi-language the following steps need to be taken:
* For each fixed label on the page, you'd have to define a corresponding label in lang.js.
* At least the english language label must be defined.
* The fixed strings on the .htm template need to be replaced by (simple) scripts.

An example:

Original from optionswizardtemplate.htm
<td nowrap>Language</td>

lang.js has to be updated:
var lblOptionsLanguage=[];
...
lang = 'en';
...
lblOptionsLanguage[lang]=['Language'];
...
lang = 'de';
...
lblOptionsLanguage[lang]=['Sprache'];
...

Modified optionswizardtemplate.htm
<td nowrap>document.write(getText(lblOptionsLanguage));</td>


That's it. A lot of work to do, you see ?

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy