Content Type
Profiles
Forums
Events
Everything posted by almulder
-
Ok I will try to make a player for wpi. But just to let you all know now. It might only play withing WPI. I am not sure if it will continue to play after it closes. If You are ok with this I will start coding it.
-
Sounds good to me.
-
Ok I will try to have the player intergrated into WPI, But it will only work within WPI, after WPI closes I expect it to stop playing music. The reason I thought about a player is that you could have it tell you about some of the program on the list to install or jsut play music. (Kinda like when you are put onto hold with the phone. Music plays and then they talk and then the music continuse to play. I will have it use the same directory as the current music folder. This will take me some time. Dose anyone know how to control the Volume with Javascript. Well it would be great if some more people would show intrest in this option. The more people there are that want it the more I will be willing to work on it. (You know, You like do work on stuff that people really want, like the pic options) Well that for your support. PS. You would have a choice of music or not. if not no buttons showing. and you pick now many songs listed. (wav, mid, mp3) should become suported.
-
So there would not be much need if I could make a player with (Back, Play, Stop, Next) that would only run in WPI right? Or would people like this? As far as I can tell the only way to have music play in wpi and while installing is to have an out side program run in the back ground right?
-
When is it that people want to play music? While WPI is running? or while programs are installing?
-
Attn: kelsenellenelvian You Got Mail! Sent you a link to the file. Let me know if there are any problems with the chnages. P.S. I have included my theme.
-
Here to send file? I cant send it to you email it said: Hi. This is the qmail-send program at yahoo.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. 64.233.171.114 failed after I sent the message. Remote host said: 552 5.7.0 Illegal Attachment c3si254824rne Where to send?
-
Let me check a few thing and I will send it over
-
Here a 2 new pics to the config file. #1 Pic of the config screen #2 Pic of the main screen Please note that 1) You now have dropdown menus for the pic size (32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240,256) 2) You can chouse from a drop down menu where the text is to be at (Top, Bottom, Left, Right) 3) You can chouse to have your text indented (Yes, No) 4) There is also now a seperator bar so you know here the end of the program config ends and where the new one starts. So what do you think? Dose anyone know how to make ico, png, jpg, gif trasparent?
-
I see the same thing in your pics also. I have been trying to change it today, but just cant seem to get it. Just tryed it with another theme. Looks fine. Tried it with other themes. All look fine. It has something to do with the default theme. not the way the configwizardtemplate.htm is. Sorry!
-
WPI 3.6 Screenies.
almulder replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Yes I am currently workign on this, Had problems with the drop down menus, but now resolved. Also working on an option for this. Do you know how to make ico, png, jpg, gif trasparent? or just blend in? Any other thoughts? -
I assume you are taling about the pics? For the pic sizes you have the choice with both the width and height from the following sizes: 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240,256 Should this work?
-
Screen shot! I noted the changes how dose it look?
-
Sorry. I was meaning a new config page for like changing size of text, colors and what not. This this thatwe currently hunt and look for in each file. Just thougt a point and click feature would be nice for it.
-
What do you mean? "Also please move the description box over to page 2" Also I was going to put the Pic option above the desc box. Thoughts?
-
Yep just downloaded it. I should not be to hard to add to. just a few lines of code for now. Still working on the text location though. Menu works but not the location code. But I will get it. Man it sure is amazing how if you search long and hard enought you can find what you are looking for on the web. (Thank goodnes for luck on finding and B.S.ing my way through this. (THIS IS THE FIRST TIME EVER MESSING WITH JAVASCRIPT)
-
Not sure what an addy is but here is my email address edit: email address Removed edit: Also here are the sizes I have added. 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240,256 I thought 16 increment would be better with more options
-
Sure send me the file. And the Second config page would become a new button under the current config button. Which in turn would open the new options page. Just like the opstions and current config page. But of course it would have a new name releated to that.
-
Update: I think I have it. The whole drop down menu list. It looks like it is saving correctly. Now I just need to figure out how to make the text on each side. Question. I would like to make the pic width and height also drop down menus. But what sizes should I put in? (32, 64, 128) What one and how many. There is be individual sizes for height and width. I was going to put the same sizes in each box. If this works. What do you think about me trying to make another config page but not the same one for programs, more one for all the opetion for color changes sizes and ect. that people are always wanting to change. (It will take some time to do so though, but hay why not I don't got free time. But I can make some) Let me know.
-
Please note that you can always customize the color yourself, even remove it to make it clear.
-
Question about drop down options. I am tryign to make it so that there are preselected width and height drop down menus. (for the pic in the description box.), But I cant seem to be able to wright the value to the config.js file CODE WriteConfigValue(tf, "picw", form.picw.value); WriteConfigValue(tf, "pich", form.pich.value); where picw is the name of the drop down menu for the width where pich is the name of the drop down menu for the height Is this the corret way to save the data? if I change the drop down mwnus into a text fileld. It will savewith no problem the I cant seem to grab the value when it is in a drop down menu. Any thought. (Hope you get what I mean!) (Update) I have also tryed this: CODE switch (form.cpicw.value) { case '128': WriteConfigValue(tf, "picw", form.picw.value); break; case '64': WriteConfigValue(tf, "picw", form.picw.value); break; case '32': WriteConfigValue(tf, "picw", form.picw.value); break; } switch (form.cpich.value) { case '128': WriteConfigValue(tf, "pich", form.pich.value); break; case '64': WriteConfigValue(tf, "pich", form.pich.value); break; case '32': WriteConfigValue(tf, "pich", form.pich.value); break; } Renamed the drop down menu to cpicw and cpich. But still nothing. I am also going to have it so you can have the text located at: "Top" "Bottom" "Left" "Right" Also have the pic locatins at: "Left" "center" "Right" This should give you plenty of options. But I need to find out how to get data from a drop down menu. I also need to know how to select that from the dropdown menu once the file is roloaded. "So that when you open the config page id dose not default to a pre eslected on, rather loads your value. Thanks for your help. Hopeing to have this done ASAP for ver 3.6 release.
-
Quick Question - The catigory Bar
almulder replied to almulder's topic in Windows Post-Install Wizard (WPI)
Thank you! -
Makeing (Previous & Next) Buttons
almulder replied to almulder's topic in Windows Post-Install Wizard (WPI)
Here is my wpi that I edited to add the Pic boxes, and they have been moved. Download Pics are stored under a folder called "icons". My icons removed to help in size of file. You can change the location for the pics folder. Just need to edit the "program.js" file. imagelocation ='<center><img src="./icons/'; Just change the "icons" name to graphics. Let me know what you think. and if you have any problems. -
Makeing (Previous & Next) Buttons
almulder replied to almulder's topic in Windows Post-Install Wizard (WPI)
well here is what I have so done far. I have added the "Picture File" input. Just enter the name of the pic file, that is contained in the sub folder "Icons" Next since I can't get the drop down menu working, you need to type in the Width and Height of the file. This will alow you to make the pic smaler or large as needed. Seems to work for me just fine. can add pics to my old config.js file with no problems. If no pic file is entered it will just display the text as usual. It took me a while yo do this because it keep trying to always display a pic so it would show the "x" when nothing was entered. Buy a while of playing around with "If.. Else.." I got it to work. Below it a screen shot of the config page. What do you think. -
I for got how to rezice the catagory bar, I made it to small a while back, and now can't remeber it. Tried search but to many links that did not cover it. Sorry to ask.