TOKe Posted October 15, 2007 Posted October 15, 2007 Hello, I was messing around and selected to hide the PJ advanced control pane in the browser.... Now the question... How do I show the advanced controls again? I didnt see anything in the gui... Thanks! Quote
limpits Posted November 14, 2007 Posted November 14, 2007 I am actually having the same problem. I tried deleting it and running it fresh but it did nothing... Anyone know what to do? Quote
limpits Posted November 14, 2007 Posted November 14, 2007 Okay, after a few minutes of messing around with the java I found the hide and show commands within the files. Here is how to fix it if you are having this problem: 1. Open jsprototype-1.4.0.js in Wordpad or some text editor. 2. Search for the code below hide: function() { for (var i = 0; i < arguments.length; i++) { var element = $(arguments[i]); element.style.display = 'none'; } }, 3. Replace this line: element.style.display = 'none'; with the line below (I recommend you comment out the line instead of deleting it by putting /* before the line and */ after the line): element.style.display = ''; 4. All the advanced controls should show up again when you run the program. Change the settings and then go back and remove the changes you made in the jsprototype-1.4.0.js file. Quote
TOKe Posted November 14, 2007 Author Posted November 14, 2007 Or you can just delete your cookies 8-) Quote
limpits Posted November 15, 2007 Posted November 15, 2007 hah, that would have been nice to know. Quote
TOKe Posted November 21, 2007 Author Posted November 21, 2007 sorry :-P I forgot to post that one :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.