Search found 8 matches

by Benedikt.Seidl
Sat Jul 29, 2006 11:04 pm
Forum: Talking LiveCode
Topic: Rotating an Oval
Replies: 4
Views: 6966

i like those little mathematic problems, so i wrote a function for you: function ro_el twidth, theight, tlocx, tlocy, tangle repeat with i = 0 to 360 put (sin((i)/180*pi)*(twidth)) into x put (cos((i)/180*pi)*(theight)) into y put round(x * cos(tangle/180*pi) + y * sin(tangle/180*pi) + tlocx) & comm...
by Benedikt.Seidl
Tue Jul 18, 2006 3:55 am
Forum: Feature Proposals
Topic: Documentation Browser
Replies: 12
Views: 11626

have you tried my stack? of course there are some bugs (e.g. the stack does not find synonyms, there are some unaesthetic problems with resizing or some links are broken) but it _is_ much faster than the original docs stack.

SEIDL.
by Benedikt.Seidl
Thu Jul 13, 2006 11:07 am
Forum: Multimedia
Topic: End of video/audio file detection
Replies: 3
Views: 6743

tryed the "playstopped" message?

SEIDL.
by Benedikt.Seidl
Tue Jul 04, 2006 10:49 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Electronic protractor
Replies: 4
Views: 8531

that sounds like, you'll make also other software you could use the ae . i use it very often. you could also code it yourself, but it is not that easy, i also tried it and gave up. to come back to the ae: there are two funktions called findangle() and pointoncircle() so you could easy draw a line an...
by Benedikt.Seidl
Tue Jul 04, 2006 4:09 am
Forum: Talking LiveCode
Topic: Keyboard scroll ??
Replies: 5
Views: 8088

set the code of fld to this script: on keydown thekey lock screen put 0 into i repeat for each line tline in the text of me add 1 to i if char 1 of tline is thekey then exit repeat end if end repeat put i * the textheight of fld 1 if the textheight of me is empty then set the textheight of me to 14 ...
by Benedikt.Seidl
Fri Jun 30, 2006 1:37 pm
Forum: Talking LiveCode
Topic: Original help files?
Replies: 7
Views: 9672

tanks mark for your icq!

Image
that's what it looks like

and here is the stack

have fun,.. it is still a bit buggy but: sorry, no warranty, you use it on your own risk.

if you have any questions about it, ask!

SEIDL.
by Benedikt.Seidl
Thu Jun 01, 2006 4:44 am
Forum: Talking LiveCode
Topic: monitor buttons during wait period
Replies: 6
Views: 9087

you can also use on nextimage ## here you can display your new pic send "nextimage" to me in 5 sec end nextimage the clicked btn can be recorded by a global or a costum property. for example (code of a btn): global clickedbtn on mouseup if the clickedbtn is empty then ## an other btn has been klicke...
by Benedikt.Seidl
Tue Apr 18, 2006 12:19 pm
Forum: Feature Proposals
Topic: Open the forums for reading please
Replies: 5
Views: 6280

me too


SEIDL.