[10:56]<philipp> hi [10:56]<philipp> I anything about my problem with the RequestEvaluator Object? [11:00]<philipp> Anything new about my problem with the RequestEvaluator Object? (sorry for my english;) [14:11]<simono> hi philipp, which helma version are u using? [14:41]<philipp> hi helma-1.6.3 [14:42]<philipp> sorry for the late reply [15:19]<philipp> @zumbrunn thanxs for your postin on zumbrunn.com [15:19]<zumbrunn> :-) [15:19]<philipp> just found it [19:34]<jirkap> hi, how do I link a client side javascript dynamically? I tried the same way as for css, the *.js is not present in the response though. The action: http://widget.mibbit.com/pb/UynGvJ and it is linked in skin with the <link> tag [19:38]<zumbrunn> hi jirkap [19:38]<zumbrunn> at first glance, I don't see why that wouldn't work [19:38]<zumbrunn> what is HopObj in this context? [19:41]<zumbrunn> does is work if you put the body of that function into a file called file_js.hac inside your prototype's folder? [19:42]<jirkap> currently Root, but the code is in the HopObject dir, I want it to work for any passed HopObject. I'll try.. [19:42]<zumbrunn> are you defining HopObj somewhere, though? [19:43]<zumbrunn> probably you are [19:43]<zumbrunn> just making sure :-) [19:43]<zumbrunn> because otherwise you would want to write HopObject instead of HopObj [19:44]<zumbrunn> HopObject.prototype even [19:44]<jirkap> HopObj is a passed function parameter (HopObject) [19:44]<zumbrunn> well, I'm not exactlt sure which kind of code pattern you are using [19:45]<zumbrunn> do you have this in a file inside the HopObject directory? [19:46]<zumbrunn> then you should be able to simply use function file_js_action(){...} [19:47]<zumbrunn> are you trying to do something special that I am missing? [19:47]<jirkap> http://widget.mibbit.com/pb/SkEvPX [19:48]<jirkap> I want to create a info tool to be present on every page, so I always know what's up. It's in modules/debugger/HopObject [19:48]<jirkap> the css works fine [19:49]<zumbrunn> ok, so HopObj == this [19:49]<jirkap> yep [19:51]<zumbrunn> sorry, I don't see the problem either [19:52]<jirkap> hmm :) [19:59]<jirkap> pff, sorry. I used <link> instead of <script src=..> [19:59]<zumbrunn> lol [19:59]<jirkap> :))