Math question: How to compute the area of polygons

2003-03-19 Thread Malte Brill
My excuses to the list for the wrong header in my previous post. Hitting reply and Copy and paste can be a snakepit. :-) Jim wrote: Malte, I think I have a better understanding of what you are trying to achieve. I don't think it is particularly valuable to calculate areas. In collision

Re: use-revolution digest, Vol 1 #1215 - 9 msgs

2003-03-19 Thread Malte Brill
Jim wrote: Malte, I think I have a better understanding of what you are trying to achieve. I don't think it is particularly valuable to calculate areas. In collision detection you need to know whether there are overlapping interior points of the two areas. This is rather complex for arbitrarily

Math question: How to compute the area of polygons

2003-03-19 Thread Malte Brill
Thanks again for the link Mr. Miscdas. Mr Miscdas wrote: Now that you mentioned Sprites and collision detection, did you look at the intersect function? It seems to me that you could simply test the inersect of each of the sprites with each other. If for some reason the sprintes are not objects

Math question: How to compute the area of polygons

2003-03-18 Thread Malte Brill
Hi List, this one goes out to the math experts. How does one compute the area ( I hope it is the correct Term for flaecheninhalt in german) of a polygon with n sides. (That would get me started.) I want to extract all lines of 2 polygons by analysing their points, evaluate the area of each of

Math question: How to compute the area of polygons [OT]

2003-03-18 Thread Malte Brill
Hi list, I hope you don´t mind this silly off topic post, but sometimes it is quite teasing not being a native speaker. Any help will be greatly apprecheated! *Lol* Sorry, I mean appreciated. I don´t want to cheat you afterwards, really! (apres cheated haha.) Think I´m getting nuts with all

Re: iTunes-type alternate colored lines in scrolling list field

2003-03-17 Thread Malte Brill
Hi, thanks to Yves Coppe for the very interesting off list discussion on this subject. It helped me getting rid of the last cheesyness of my script. Now it works quite perfect for me on 1.1.1 Merci Yves!!! :-) I´ll update my report here. No changes in the card script:

Re: Searching the archives with Google

2003-03-17 Thread Malte Brill
But Google only returns messages until an uncertain date. Most recent posting never appear. How can this be fixed? Thanks in advance. Alejandro Hi Alejandro, I guess this is due to the googlebot spidering the archives not often enough. I guess a scripted search function would be nice. If I

RE: Not using QT for Video playback on OsX

2003-03-07 Thread Malte Brill
Klaus wrote: i think you have bad luck... As far as i know, QuickTime is the only multimedia-layer on OS X. It is a part of the deeper core of OS X. Well there is something called VLC (Video Lan Client) http://developers.videolan.org/vlc/ Means: QuickTime or die ;-) Don´t say so, I´m just

Re: How to resize an Animated Gif

2003-02-24 Thread Malte Brill
Hi Alejandro, To check this for yourselves, do the following: 1) In the message box write: Create image This empty image will appear in the center of the topstack. 2)Resize this empty image to the size that you want the animated gif to have and set the locklocation of it to true. 3)Set the

Re: use-revolution digest, Vol 1 #1140 - 4 msgs

2003-02-21 Thread Malte Brill
Hi Ken, And on a Mac, if you haven't created a file menu, you cannot quit Rev at all, because there is no file menu. You have to restart. Also, to close a work in progress stack that has no UI, simply click the closebox on the window -- this will quit the app. If the window has no closebox,

MIDI minders

2003-02-12 Thread Malte Brill
there must be a way to turn play Hammond B-3 tempo 140 60q... into a midi event. Hi erik, not all into one single Midi Event... If you use a standart GM/GS Device you will send the correct ProgramChange Event for the organ first. Sorrowly Tempo is not a MIDI event. (You might want to google for

Re: Storing images

2003-02-03 Thread Malte Brill
Hi Jim, you can import the image once, then create a button on each card as a placeholder for that image and set the buttons icon property to the ID of the image you have imported. Or you can create a group containing your image and set it´s backgroundBehavior to true. Hope that helps, Malte

Displaying an .aif file as a Waveform

2003-01-27 Thread Malte Brill
Hello list, perhaps someone of you can help me. I want to display the waveform of an .aif file. The routine does not need to be fast. It is not necessary, that I can display the waveform in realtime. Does anybody know where I can find the specs for .aiffiles? Is it something like -header

RE: OT: Elegant Cross Platform Fonts

2003-01-23 Thread Malte Brill
Perhaps you might want to take a look at this small stack. http://www.revolutionboard.de/malte/newfont.rev.zip I embedded all chars I use as a .png file and set the imagesources for a field. If the font you want to use is big enough it migth be worth the work and once saved, you don´t even need

Internationalisation

2003-01-04 Thread Malte Brill
Hey Igor, You almost got it yourself. You might want to create a custom property for each language and afterwards set the lable of the button. e.g. set the label of buttonb1 to the uk of button b1 or set the label of buttonb1 to the german of button b1 hope that helps, Malte

unexpected shutdowns

2003-01-04 Thread Malte Brill
Hi Al and Igor, I guess both of you work on OS X? Have you tried setting the look and feel to Mac OS emulated (Rev 1.1.1). (This tip has been on the list quite often). It seems to be an incompatibility with Rev and OS X apperance manager. The people at Rev say it will be fixed in 2.0. Hope that

[Ann] Programmers yaBB in german

2003-01-03 Thread Malte Brill
A happy new year to all of you. I haven´t been around for a while, being busy redesigning my website and setting up a programmers yaBB in german language. It is still in the making but I guess it will get quite a nice place. :-) So if anyone of you wants to join in, please visit

RE:Distribution Crash on Imac bondi, OS 9.2

2002-12-04 Thread Malte Brill
Thanks for your suggestion, Sarah. After a hard days night I found it. The build for MacOsPPC still crashes. When I build for OS X, though everything works fine. Is that a carbon issue? I just don´t understand it. Regards, Malte ___ use-revolution

Distribution Crash on Imac bondi, OS 9.2

2002-12-03 Thread malte . brill
Hi list, I have a serious problem. Starter Kit 1.1.1 After I build a distribution here on a colleagues test Imac bondi Os 9.2 reporting error -39. Now what could that be? I tried starting up in standard and in full OS mode without any unneeded extensions, but still I have no luck there. No

Just another player.

2002-11-29 Thread Malte Brill
Hi there, I just want to announce that runrev have put a stack of me, based on the German Workshop I wrote, on their users contribution site. It is just another player stack. :-) This one with a little more scripting. The stack runs in fullscreen mode up to 1024x768 pixels. If the screen

Just another player.

2002-11-29 Thread Malte Brill
Hi Manuel, just follow that link: http://www.runrev.com/revolution/developers/developerdownloads/usercontribut ions.html You can find many interesting stacks there. Au revoir, Malte ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Rev 2.0

2002-11-25 Thread Malte Brill
we all should give a very big hand to our german revolutionist Mr. Malte Brill, who wrote these two articles. Hey Klaus, you make me blush! ;-) are these on the web? Sorrowly not (yet). If anyone is interested in reading the German review, I will try to make a PDF version of it, and send

making a pie chart

2002-11-11 Thread Malte Brill
Hi Yves: Here is my two cent (just very rough, coded on the fly: Put the following in the card skript on newGraphic choose browse tool end newGraphic Button a: global numberOfSlices,percentage,allValues,other on mouseup put 0 into other put 0 into allValues put 0 into numberOfSlices

2 questions: centering and relative paths

2002-10-31 Thread Malte Brill
Hi Guilio! Got a small tutorial on this on the newbies board. http://www.mailping.net/cgi-bin/yabb/YaBB.cgi?board=tutorials;action=display ;num=1032762137 I set the location for all my Images and buttons via script, depending on the screen resolution. I hope this helps Malte

Playing with the imageSource

2002-10-28 Thread malte brill
Hi List, I created a little stack. You might type a text in a field and this Text will create a scroll line like in the old 16Bit (atari) Demos. If you are interested to take a glimpse on it, you might download it at www.derbrill.de/revstack/newfont.rev.bin . Any comments on optimizing the code

Re: Collision detection: A comparison

2002-10-03 Thread malte brill
The more I think about this, try optimizing a simple pixel overlap in the overlapped region of the two images. That may be enough. So first check with intersect function, if intersec=true then check with pixel method for the overlapping parts of the two objects? That seems to be a good

Re: Quicktime VR: Prevent user navigation

2002-10-03 Thread malte brill
Malte, You could put an invisible button(s) over the player which would intercept mouse clicks and add buttons yourself to control the player. Bill Vlahos Hi Bill, doesn´t work. The button is absorbed by the player and doesn´t receive any mouse interaction in the player area. I have

Quicktime VR: Prevent user navigation

2002-10-03 Thread malte brill
Turn on the alwaysBuffer, then set the currentTime to 1 every time you make a change to the pan to force a redraw. Works great, thanks Kevin! ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Collision detection: a comparison.

2002-09-30 Thread malte brill
Hi Dar, thanks for the leg up. Indeed, I checked the whole data after every move, silly me. If pixel by pixel checking is too slow, you might roughly model each object with a small list of rectangles in a custom property. An overlap occurs if any rectangle from one's list overlaps one from the

Collision detection: a comparison.

2002-09-29 Thread malte brill
Hi there. I´m still playing around with collision detection. Frist I tried using the intersect function, but that one is not precise enough for irregular shaped objects, as it only checks the rectangles of colliding objects. And checking the masked data is much too slow. Actually I am working

Playing back Videofiles on multiple Platforms

2002-07-17 Thread malte brill
Hello. I´m building some small presentations playing back Mpeg1 Movies on Mac and Win. It all works fine if Quicktime is installed. I´ve talked to Apple and they allow to put the Installer on the CD if you fill out a simple Licence Agreement (without charging fees). I tested it on multiple

Linux and digital video

2002-06-11 Thread malte brill
Hi there! I´ve searched the archive for a thread like this and was sure there´s been something on that topic, but I´m not able to find it. I´m wondering how digital video is displayed on Linux systems, as there is no version of Quicktime for Linux I guess. So how can I display mpeg1 video on

[standalone] Why my image disappear ?

2002-06-09 Thread malte brill
am 09.06.2002 4:04 Uhr schrieb [EMAIL PROTECTED] unter [EMAIL PROTECTED]: [standalone] Why my image disappear ? Hi. I guess You used a referenced JPG? I had the same problem, when building my first standalone. From the HD everything worked fine. Also on Windows Systems it worked correctly when

the systemversion

2002-06-09 Thread malte brill
Moin Klaus! On 98 it returns Windows 4.10 Couldn´t check on 95. Sorry Grüße *T ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Setting the scale of player and relative paths (malte brill)

2002-05-31 Thread malte brill
am 29.05.2002 14:23 Uhr schrieb [EMAIL PROTECTED] unter [EMAIL PROTECTED]: Setting the scale of player and relative paths (malte brill) O.K. Setting the scale of player seems to work only on UNIX Machines. (found it in the Refdoc. Those who are able to read are in advantage ;-) ) I solved my

Setting the scale of player and relative paths (malte brill)

2002-05-31 Thread malte brill
Hello Jeanne. Sorry I haven´t seen your reply before posting the other message. The problem with the player was that the mpgs weren´t running smoothly (I don´t know the english term for ruckeln, sorry) To put it in other words, the player was freezing or loosing frames. I guess that was due to

Setting the scale of player and relative paths

2002-05-29 Thread malte brill
Hello, still being a newbie I often hesitate to contact this list with my maybe stupid questions. I prefer searching the archives, but actually it´s often not so easy to find answers (I´m using the search function of outlook, maybe there is a better way ;-) ) Now I have two questions I couldn´t

Resizeing stack proportionally

2002-04-03 Thread malte brill
Hi there, I wrote the following script to resize my stack in a 4:3 ratio on resizestack set the width of stack main to the height of stack main/100*133.33 set the rectangle of image back to the rectangle of stackmain set the location of imageback to the width of stackmain/2,the height of

Re: Arrays: new and old keys, i and, man am I annoyed

-- Thread Malte Brill
color_url = "006792"; google_color_text = "00"; //--> Re: Arrays: new and old keys, i and, man am I annoyed Malte Brill Reply via email to

<    2   3   4   5   6   7