• Me again!

    From Glucose Grin@VERT to All on Sun Nov 11 13:57:27 2007
    Hey kids. Kavn't posted here in like 3 years, but I have another question,ãfinally!ããI'm trying to load a .js in the background, and have it return some data toãit's parent. I've got this in my logon.jsããqueue=(load(true,"queuetest.js"));ãwhile (queue.length>0) ã{ã console.putmsg(queue.pop);ã}ããDoes this make any sense?ããin queuetest.js I tried using some methods of parent_queue, ie.ãparent_queue.push(bla), but it dosn't look like parent_queue exists. Am I overãmy head here? ããGlucose GRinã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Glucose Grin@VERT to All on Mon Nov 12 11:42:12 2007
    Re: Me again!ã By: Glucose Grin to All on Sun Nov 11 2007 01:57 pmãã > I'm trying to load a .js in the background, and have it return some data toã > it's parent. I've got this in my logon.jsããOkay, I actually RTFM a bit and found the synchronet defined queue object. Myãbad :) ããI guess I got something else to play with for the next few years.ããã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Glucose Grin on Sat Nov 17 21:07:12 2007
    Re: Me again!ã By: Glucose Grin to All on Sun Nov 11 2007 01:57 pmãã > Hey kids. Kavn't posted here in like 3 years, but I have another question,ã > finally!ã > ã > I'm trying to load a .js in the background, and have it return some data toã > it's parent. I've got this in my logon.jsã > ã > queue=(load(true,"queuetest.js"));ã > while (queue.length>0)ããthere is no "length property of the Queue class. Seeãhttp://synchro.net/docs/jsobjs.html#Queue_properties.ãã > {ã > console.putmsg(queue.pop);ããPerhaps you mean Queue.read()?ãã > }ã > ã > Does this make any sense?ããNot really. :-)ãã > in queuetest.js I tried using some methods of parent_queue, ie.ã > parent_queue.push(bla), but it dosn't look like parent_queue exists. Am I oã > my head here?ããI'm not sure where you got the "push", "pop", and "length" ideas from, butãthey're not the correct method and property names.ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #180:ãThe first VCR was made in 1956 and was the size of a piano. ãNorco, CA WX: ---.-øF, --% humidity, NaN mph --- wind, --.-- inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã