RE: lingo-l CounterClockWise

2004-10-04 Thread Pedja
people blame it on good looking math teachers...in my case she was an ugly old bat, definitely not inspiring math classes (I preferred physics for some reason!?) :) Cheerio I'll check this out immediately Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

lingo-l CounterClockWise

2004-10-02 Thread Pedja
to be accurate I guess it's the weekend, late and God knows why I am still looking at the box!? Anyway...ideas appreciated Cheerio Pedja [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED

RE: lingo-l MIAW quirk with MX2004

2004-09-20 Thread Pedja
Julian THNX MAN! Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Julian Weaver Sent: 20 September 2004 10:42 To: [EMAIL PROTECTED] Subject: RE: lingo-l MIAW quirk with MX2004 uncomment SingleTaskbarEntry=1 in the projector.ini file. julian

RE: lingo-l Getting separate parts of a number

2004-09-03 Thread Pedja
I agree:) What's next? I have so much work to do I need something else to keep my mind off it. BTW...nice code Carl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl West Sent: 03 September 2004 07:43 To: [EMAIL PROTECTED] Subject: Re: lingo-l

RE: lingo-l Getting separate parts of a number

2004-09-02 Thread Pedja
For Christ sake...it's a single liner people!:))) pVal = 1234.90899 splitList = [value(string(pVal).char[1..(offset(.,string(pVal)))-1]),value(string( pVal).char[(offset(.,string(pVal)))..string(pVal).char.count])] put splitList Covert the pVal to a string first and it gets

RE: lingo-l Getting separate parts of a number

2004-09-02 Thread Pedja
Damn...I've got it now with maths(ish)! It's a single liner and works with both positive and negative numbers correctly. pVal = -18267.8932 splitList = [integer((abs(pVal)-(abs(pVal) - integer(abs(pVal)-0.5)))* integer(getNormalized(vector(pVal,0,0))[1])),(abs(pVal) - integer(abs(pVal)-0.5))

RE: lingo-l Getting separate parts of a number

2004-09-02 Thread Pedja
of a number On Sep 2, 2004, at 5:18 PM, Pedja wrote: pVal = -18267.8932 splitList = [integer((abs(pVal)-(abs(pVal) - integer(abs(pVal)-0.5)))* integer(getNormalized(vector(pVal,0,0))[1])),(abs(pVal) - integer(abs(pVal)-0.5)) * integer(getNormalized(vector(pVal,0,0))[1])] put splitList

RE: lingo-l Getting separate parts of a number

2004-09-02 Thread Pedja
Forgot to include a fail safe for zero value. pVal = -7852.8932 splitList = [integer((abs(pVal)-(abs(pVal) - integer(abs(pVal)-0.5* (pVal+0.1)/(sqrt(power(pVal+0.1,2))),(abs(pVal) - integer(abs(pVal)-0.5))* (pVal+0.1)/(sqrt(power(pVal+0.1,2)))] It will return [-1.,1.] if

RE: lingo-l Drawing curves on the fly

2004-08-29 Thread Pedja
You are on the right path with the mask ink. I'll try to explain how you should do it, it's pretty simple, you just have to reverse the way you are thinking about the mask...it's not the mask you should move it's the map. You need to change the regpoint of the map...so the mask box will act as a

RE: lingo-l Drawing curves on the fly

2004-08-29 Thread Pedja
Forgot to mention, when you put the black box on the stage make its ink mask [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for

RE: lingo-l Lingo to control two computers simultaneously???

2004-08-18 Thread Pedja
this theory bit later (only one cordless mouse in the office right now:) and I'll let you know Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Cash Sent: 18 August 2004 02:25 To: [EMAIL PROTECTED] Subject: Re: lingo-l Lingo to control two

lingo-l Dir MX 2004 UI question

2004-07-21 Thread Pedja
the script window in a sort of 'modal mode' like it was in Dir 8.5 so it never goes behind the stage? Can UI Helper Xtra help (not that I've used it before:) Thanks Pedja [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages

RE: lingo-l Dir MX 2004 UI question

2004-07-21 Thread Pedja
Thanks Séb Damn...I knew it would be like that and it will anoy me forever!:) Cheers Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien Portebois Sent: 21 July 2004 11:52 To: [EMAIL PROTECTED] Subject: Re: lingo-l Dir MX 2004 UI question

RE: lingo-l Lingo in Eclipse

2004-07-11 Thread Pedja Guzvica
) 13 Harshly critical comments : Anyway...what's Eclipse IDE...my ADSL provider is Eclipse Internet and I do plough-in 24/7 into them, but I don't think they have anything to do with slinging as such...unless I'm missiling something:) Lol Pedja -Original Message- From: [EMAIL PROTECTED

RE: lingo-l Lingo in Eclipse

2004-07-11 Thread Pedja Guzvica
! Pedja [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

RE: lingo-l Lingo in Eclipse

2004-07-11 Thread Pedja
Me again:) I've just read again this post and there is somethin logicaly conflicting with it!? I can't get my head around it right now (hehehe...reason undisclosed) but I think everybody should read it. I think this is a gem of a (what's the tech term of where we are now...forum, list!?) mutant

RE: lingo-l CR, LF, and RETURN

2004-06-26 Thread Pedja Guzvica
as I'm concerned seems to be seriously wrong...oh...hold on, UltimateFileIO encrypts stuff! Are you by any chance encrypting your file, that would explain things. Well, hope this helps, and thanks for initiating another mental process. Cheerio Pedja -Original Message- From: [EMAIL

lingo-l A bit of help with XML http post

2004-06-26 Thread Pedja Guzvica
mucho appreciated... Cheerio Pedja [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming

RE: lingo-l A bit of help with XML http post

2004-06-26 Thread Pedja Guzvica
, off to the boozer... Pedja [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo

RE: lingo-l Seeking Shockwave math website

2004-06-24 Thread Pedja Guzvica
I know of this one http://www.jmckell.com/ ...some good tips on vector math Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: 24 June 2004 17:44 To: [EMAIL PROTECTED] Subject: lingo-l Seeking Shockwave math website Hi list

lingo-l Justa stupid question...lol 2 myself

2004-06-23 Thread Pedja Guzvica
Stupid question..huh:) but after undergoing a serious treatment in a IRC institution 6 years ago my i-dictionary has gone realy bad (wife, real life...etc...you know!:)..so...what does AFAIK stand for :¬)...heh..LOL Anyone 'round Reading, fancy a pint? Now! Urgently now! :-P [To remove

RE: lingo-l Justa stupid question...lol 2 myself

2004-06-23 Thread Pedja Guzvica
Right! Got it! So what is my _ss off :somethin' to do with SS¿? I've just remembered a book I think it's something like Profanisarius lexicon ..etc..to do with the Viz and Roger Mellie ...h...good laugh anyway... Sorry, I'm just laughing on my

RE: lingo-l Justa stupid question...lol 2 myself

2004-06-23 Thread Pedja Guzvica
:) I'm in da mood tonite ...got it! You are replacing _ with an a, never thought of doing that...so..._SS is not some sort of 50690945 bit Natzi encription code but simply ASS...why didn't you say so? God bless... Lingo_l admins are nice dudes, they will never ban you for saying something so

RE: lingo-l dual monitor projector?

2004-06-23 Thread Pedja Guzvica
Dough!??? What's this all about? We all know that ET's are more advanced than us and that our poor technology is...well...still...on all levels...crap! Now...Mac's and PC's are crap too and if it wasn't for the only cross platform App that brings us all here the whole universe would

RE: lingo-l Justa stupid question...lol 2 myself

2004-06-23 Thread Pedja Guzvica
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedja Guzvica Sent: 24 June 2004 00:45 To: [EMAIL PROTECTED] Subject: RE: lingo-l Justa stupid question...lol 2 myself :) I'm in da mood tonite ...got it! You are replacing _ with an a, never thought of doing that...so..._SS is not some sort

RE: lingo-l pass with prepareMovie not possible?

2004-06-09 Thread Pedja Guzvica
from anywhere, all you are doing here is to call them when the movie starts Hope this helps Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roland Schroth Sent: 09 June 2004 09:07 To: [EMAIL PROTECTED] Subject: lingo-l pass with prepareMovie

RE: lingo-l When and when

2004-06-09 Thread Pedja Guzvica
Huh... ...after reading all those articles about parents, children, xtras, ancestors, inheritance... I'd be afraid if you phrased it that way...unless I had some inheritance to worry about... lol: Where is Irv's post in my Inbox anyway? Bloody Spam bolloxz...I've even managed to ban myself

RE: lingo-l database lingo vs. xtra

2004-06-08 Thread Pedja Guzvica
Directors fast access to cast members data...just make sure to break things down as much as you can. Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Di Luzio Sent: 08 June 2004 10:35 To: [EMAIL PROTECTED] Subject: Re: lingo-l database lingo vs

RE: lingo-l Controlling a Kiosk monitor

2004-06-07 Thread Pedja Guzvica
... Actualy I am just doing a kiosk job myself and I think I'll use it :) Hope this helps Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eva Crawford Sent: 07 June 2004 06:45 To: [EMAIL PROTECTED] Subject: lingo-l Controlling a Kiosk monitor Hello

RE: lingo-l Controlling a Kiosk monitor

2004-06-07 Thread Pedja Guzvica
the machine up again is your own problem ...how neat is that :) Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Deane Venske Sent: 07 June 2004 09:23 To: [EMAIL PROTECTED] Subject: Re: lingo-l Controlling a Kiosk monitor Just thought with windows, why

RE: lingo-l Controlling a Kiosk monitor

2004-06-07 Thread Pedja Guzvica
Good old www.grc.com ... The man is a genius in every sense, I can also strongly recommend the shoot the mesenger and DCOMobulator and offcourse the ShieldsUp , it saved me so much grief. I don't know how I've missed this one ¿¬) Good one Tim...you have a beer from me Pedja P.s. but I still

RE: lingo-l Controlling a Kiosk monitor

2004-06-07 Thread Pedja Guzvica
factor:))) Neah...sod it... Eva just use the grc.com tool! Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stany De Roos Sent: 07 June 2004 11:08 To: [EMAIL PROTECTED] Subject: RE: lingo-l Controlling a Kiosk monitor Hi Pedja, Your setup may

RE: lingo-l Passing messages to spites underneath

2004-05-31 Thread Pedja Guzvica
on getPropertyDescriptionList set myStuff = [:] addProp myStuff,#pMyGroup,[#default:1, #format:#integer, #comment:Group number] return myStuff End --- Hope this helps Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: lingo-l W3D texture export

2004-05-31 Thread Pedja Guzvica
You can use my W3D Xtractor, it's free. http://www.synchronik.com/lingo/downloads/ It doesn't support alpha channels (if any) but it will still extract the texture as a jpeg. Hope it helps and everybody is welcome to use it and my Tooltip Xtra...feedback/comments welcome Pedja -Original

RE: lingo-l W3D texture export

2004-05-31 Thread Pedja Guzvica
hard drive get's nicked ... F*g ask for it! 3. Question I quote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emre Eldemir What is that all about? The ..On Behalf Of!? Who is Emre? Cheerio Pedja -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: lingo-l movie vs behavior lingo

2004-05-20 Thread Pedja Guzvica
end The pass will pass the mouseUp event to other scripts Hope this helps Pedja Guzvica -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Schulman Sent: 20 May 2004 22:37 To: [EMAIL PROTECTED] Subject: lingo-l movie vs behavior lingo I am

RE: lingo-l Frame events (was: What happend to fps?)

2004-03-18 Thread Pedja Guzvica
etc...and mine is almost dead...well...goes up to the 3rd gear (great fun doing 90mph: bit of a probm on the motorway:) KR Pedja P.s. huh..just realised.. I meant London UK.. Happened before! :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Warren

RE: lingo-l Bitmap Linking

2004-03-01 Thread Pedja Guzvica
Hi Yariv, What you can do.. Is to put in the on startMovie a bit of code that will set the fileName of that bitmap member to the url Basicaly what you do is to import a dummy bitmap and then when the movie starts set its fileName to the one on the server.. Example: on startMovie

lingo-l RUNDLL32 a handy little thing!

2004-02-28 Thread Pedja Guzvica
Hey guys look what I've found! Use it at your own risk though, I've tested most of it but under Win2K Here is a list of some commands I've found for Rundll32 that can be triggered from Director with the simple open command:) If you reckon it could be usefull let me know and I'll keep looking for

RE: lingo-l absolute vs relative pathnames

2004-02-25 Thread Pedja Guzvica
Hi Harry I think I know what is the problem that you are having with QT on the server. A friend of mine had exactly the same situation so I ignorantly thought that he's doing something wrong and offer to help...heh! For some bloody reason when you upload your shockwave file with a quicktime it

RE: lingo-l Flash cursor problem

2004-02-25 Thread Pedja Guzvica
What is the Flash cursor behavior? Why don't you simply use in the behavior of the Flash button! on mouseEnter cursor 280 end on mouseLeave cursor 0 end The only difference between the flash hand cursor and the cursor 280 is that the cursor 280 is more similar to the system finger

lingo-l Re: updating an online database

2004-02-08 Thread Pedja Guzvica
insertJob.ActiveConnection.Close response.write(jobDone) % Hope this helps Pedja [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED