Fuck yeah, thanks man.
Exactly what I was looking for
Now I'm actully putting my thing together, all the pictures suddenly stopped working :(
I fear this may be a long road
Edit: [ the file extension was .jpeg not .jpg ]
Moderator: 1885

Fuck yeah, thanks man.


The white field should still be there.VanHellsing wrote: Fri May 12, 2017 5:31 pm Why I can't import any teases with the new version of Milovana Importer? There was a small white field in the previous version where I could paste the link and start importing. Now the white filed is gone, I tried to use File->Load option, selecting the tease and then clicking Save but nothing happens.


I guess I need to do a white on black versionVanHellsing wrote: Fri May 12, 2017 8:49 pm Ok, I think the problem was in contrast level of my monitor, it made the white field blend with the rest. Sorry![]()
yeah...VanHellsing wrote: Fri May 12, 2017 8:49 pm Ok, I think the problem was in contrast level of my monitor, it made the white field blend with the rest. Sorry![]()


VanHellsing wrote: Sat May 13, 2017 7:46 am Well, at least I wasn't the only person, who made such a stupid mistake.![]()
It's odd that only a little change in cotrast makes everything blend together. I don't think I saw such problem anywhere else.





Have made a change which makes Global Java Script run in it's own scope which will persist between calls.PlayfulGuy wrote: Mon May 08, 2017 2:25 pm The real issue was the "scope" change, and you've confirmed that this is my problem. I will have to spend a bunch of time reviewing my code now. In many cases I was relying on the old behaviour. I did not realize that the persistence of variables was unintended. I was using it as a feature. I should have asked. I had noted a couple times that something was working that I thought shouldn't be, but just accepted it since it was working in my favour.
Thanks
PG

v0.3.2 doesn't work for me... nothing happens when i try to start it (using start.bat)philo wrote: Sat May 13, 2017 2:45 pm Just the jar file so you will need 0.3.1 for the full install
https://mega.nz/#!NcIBhZYK!PEoUjqH76iSC ... z7VZPPqxn8

Same here. Is there a difference between 32 and 64 bit?d3vi0n wrote: Sat May 13, 2017 7:11 pmv0.3.2 doesn't work for me... nothing happens when i try to start it (using start.bat)philo wrote: Sat May 13, 2017 2:45 pm Just the jar file so you will need 0.3.1 for the full install
https://mega.nz/#!NcIBhZYK!PEoUjqH76iSC ... z7VZPPqxn8![]()

Is there something different about javascript objects? In my script engine the currently running script and some settings and such are stored in an object with named elements. This is saved in a scriptVar, but the contents of the object are no longer being saved in the state file, but other scriptvars are saved properly. This means I can't close Guideme and then come back later and pick up a tease where I left off.philo wrote: Sat May 13, 2017 2:50 pmHave made a change which makes Global Java Script run in it's own scope which will persist between calls.PlayfulGuy wrote: Mon May 08, 2017 2:25 pm The real issue was the "scope" change, and you've confirmed that this is my problem. I will have to spend a bunch of time reviewing my code now. In many cases I was relying on the old behaviour. I did not realize that the persistence of variables was unintended. I was using it as a feature. I should have asked. I had noted a couple times that something was working that I thought shouldn't be, but just accepted it since it was working in my favour.
Thanks
PG
Hopefully this will resolve some of the issues, if you want help debugging or coming up with alternate ways of coding the issues I am happy to help.