hasi001 Posted December 26, 2004 Posted December 26, 2004 (edited) There's bee a change request, to have a wizard for program definition, as we have for options.Here is a beta of WPI with configuration wizard. Try it. Post bugs. Version 3.1 (beta)Any suggestions ?[EDIT]Some bugs with deletion fixed.Minor layout changes.Quick jump to program column for better navigation[/EDIT]wpi.zip Edited December 27, 2004 by hasi001
Dynaletik Posted December 26, 2004 Posted December 26, 2004 Perhaps an var to disable the config button? When I delete the last 3 apps and want to save...there's an error and wpi doesn't load the other progs....anythings wrong there...wpi deleted all progs Something with a value of the prog is in the error message.
sonica Posted December 27, 2004 Posted December 27, 2004 i tried to delete in your example the first office entry and i gave me an js error when i tried to save.i thought it was beacause of some dependencies but even after i deleted all 3 first office entries i received this error when i tried to save:(my translation from italian)prog.value is null or it's not an objectfile: configwizard.jsline: 95i then closed the program, when i reopened it there were 0 entries.i like the form but the presence of every single variable, even the ones not so frequent make it looking a little heavybyesonica
Pezzie Posted December 27, 2004 Posted December 27, 2004 Nice changes Hasi.Havent tested it for bugs though.
hasi001 Posted December 27, 2004 Author Posted December 27, 2004 Ok. It's definetly buggy. Will fix it soon.i like the form but the presence of every single variable, even the ones not so frequent make it looking a little heavySo which ones should I omit ?
MCT Posted December 27, 2004 Posted December 27, 2004 @hasiwhat about a color picker? lol , instead of having to find the color value, for say <u><font color="#FFAAAA">Execute</font></u>u can implement 1? i use colorcop to find this, but it'd be quicker if it came with 1 EDIT: wat about a drop down box for catagory? so we dont have 2 type "multimedia" or whatever every time? sincerly your lazy wpi fan
hasi001 Posted December 27, 2004 Author Posted December 27, 2004 must be possible with javascript. post a link to w free working sample and I'll incorporate the color picker (if possible - there's always a few problems with HTA and popup windows)
hasi001 Posted December 27, 2004 Author Posted December 27, 2004 Dropdown box won't allow a new category to be added.
MCT Posted December 27, 2004 Posted December 27, 2004 im not sure of a javascript colorpicker, but the program im refering to is freeware if u wanna try it (?) colorcop
BritishBulldog Posted December 27, 2004 Posted December 27, 2004 Now this is a BIG improvement hasi congratsWill go and try it out Well christmas is over and all visitors are gone so i will have a bit more time here...
MCT Posted December 27, 2004 Posted December 27, 2004 hasi.. javascript color pickerhttp://www.mattkruse.com/javascript/colorpicker/ with source code
sonica Posted December 27, 2004 Posted December 27, 2004 Ok. It's definetly buggy. Will fix it soon.i like the form but the presence of every single variable, even the ones not so frequent make it looking a little heavySo which ones should I omit ? well, with new layout and with the navigation panel i think that no others changing in GUI are needed!great jobthankssonica
MCT Posted December 27, 2004 Posted December 27, 2004 hasi, for me theres a REALLY big lag when opening the config page , it takes like 10 seconds to openoptions is ok, can the config be sped up?
hasi001 Posted December 27, 2004 Author Posted December 27, 2004 No. can't be done. It takes time to generate the HTML. This is because i have to do some regular expression replacements, when inserting the HTML for a prog. If you want to know more, look into common/configwizardtemplate.htm. At some positions you'll find the string %pn% which is searched for and replaced by the programs sequence number. This is mainly to have distinct form names.So frmcfg%pn% gets frmcfg1 for program number 1 and so on ...If you want it faster, you'd have to buy a more powerful machine.Sorry.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now