Points in a circular area

2004-01-29 Thread Alejandro Tejada
Hi Developers, I'm working with geometric stuff now, and before reinvent the wheel, i feel compeled to ask: Do you have a function that returns all the points or coordinates within an arc of a circle? Notice for a rectangular area this is fairly easy, but an area with the shape of an slice

Re: Points in a circular area

2004-01-29 Thread xbury . cs
something like algebra 101... x1= r * cos(x) and y1=r * sin(y)? OFF THE TOP OF MY HEAD... Could be that r = d r = radius and x y are the coordinates on the axis and x1 y1 are the points in the arc... ;) a su servicio! -=- Xavier Bury Clearstream

Re: Rev fails to recognize Chinese

2004-01-29 Thread ron barber
Hi Fritz On Jan 29, 2004, at 12:25 AM, Friedrich F. Grohmann wrote: The thing is that a new problem raises its head -the original text contains one actually quite common character (yang3, to rear) which not only disappears in fld newText but leads to a line break. What is happening here? I do

Re: Filtering with more than 4 types (OSX) - AppleScript

2004-01-29 Thread Éric Chatonet
Your script for filtering with more than 4 types (OSX) with AppleScript (Vol 4, Issue 189) works fine :-) Many thanks. When MooV is among the filters, then all types recognized by QuickTime are displayed : moovies, images and sounds as well! I do regret this! Due to system and QT? Rev 2.1.2 OS

Re: Filtering with more than 4 types (OSX) - AppleScript Question

2004-01-29 Thread Jan Decroos
Barry Levine wrote: Jan, Would you mind providing the exact line(s) of Transcript one would use to accomplish that AppleScript task? TIA, Barry Sarah Reichelt wrote: Try this: (watch out for line wraps) on mouseUp put MooV,JPEG,PNGf,GIFf,TIFF,BMP into tFilters put Select a

Re: Find screen pixel color without screenMouseLoc

2004-01-29 Thread Ops
Got it working, thank you Sir. My desktop icons flicker and it is quite slow...I have read in the archives about icons winking out...this is happening to me too. I'll have to evaluate the impact on my app, but thank you for the answer Dar!! Dar Scott wrote: On Wednesday, January 28, 2004,

Re: XMLlib does not parse

2004-01-29 Thread Dave Cragg
At 2:55 pm +0100 28/1/04, Björnke von Gierke wrote: I am new to XML and try to use rev to read a PAD file. I have a problem where the revCreateXMLTree function does generate this error: xmlerr, can't parse xml Unsupported encoding windows-1252 however every xml I looked at had that encoding, so it

Some strange Rev parsing problem?

2004-01-29 Thread Doug Lerner
Rev can't seem to find the object referred to in this statement: set the textStyle of word 1 to 2 of the last line of field chatField of stack chat550 to bold But just: word 1 to 2 of the last line of field chatField of stack chat550 displays just fine. Did the complexity of the statement

Checklist for getting an app ready for distribution?

2004-01-29 Thread Frank Leahy
Hi, Does anyone have a handy list of things they do before they get a product ready for distribution? Or maybe even a little stack that checks a bunch of stuff automatically? For example, check that fields don't have a font and font size set by mistake. That the stack has a font and font

Re: Filtering with more than 4 types (OSX)

2004-01-29 Thread Robert Brenstein
Since the issue of filtering has been discussed lately and it is pending to be fixed/improved, someone (Eric?) should amend the discussion of bug 605 to include support for more than 4 types (and also vote for this bug). The fact that the default OS procs support only 4 should not limit us.

Some strange Rev parsing problem?

2004-01-29 Thread Doug Lerner
Bracketing doesn't help. I've narrowed it down to an even simpler example: set the textStyle of word 1 of the last line of field chatField to bold does not work even though set the textStyle of the last line of field chatField to bold does work. I think setting a single word chunk's textStyle

Porting PrintReport (was: Re: Windowscript)

2004-01-29 Thread Graham Samuel
On Wed, 28 Jan 2004 12:37:12 -0800, Stephen Quinn Barncard I'd be happier if he'd bring Printreport to the OSX world, otherwise I'd still be using his XCMDs... actually for some stacks to difficult to convert right now, I do and use it every day in Classic. Even better would be to develop a

Some strange Rev parsing problem?

2004-01-29 Thread Doug Lerner
It seems you just can't set the textStyle of a single word of a line. But I was able to accomplish what I needed by using HTML and setting the htmlText of the whole line instead. doug ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Using Valentina databases

2004-01-29 Thread Robert Brenstein
Duane, You will probably have more questions about Valentina than Revolution for your projects, so I would recommended joining the Valentina support list. I know from discussions on that list that a number of people produced various dictionaries with Valentina (although not with Rev), so just

Re: Some strange Rev parsing problem?

2004-01-29 Thread xbury . cs
set the textstyle of word 2 of line 7 of fld source to bold works great... Although... the definition of a word is buggy... Name=description is apparently one word... Q: So how do you define a word in RR? A: A new revolution! On 29/01/2004 13:15:47 use-revolution-bounces wrote: It seems

Re: Porting PrintReport (was: Re: Windowscript)

2004-01-29 Thread Yves COPPE
Hi list, i was a registred user of Printreport with HC i found it fantastic and it would be so nice to find it again in Rev... I cross my fingers... Greetings. Yves COPPE [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Bug votation

2004-01-29 Thread Dom
Robert Brenstein [EMAIL PROTECTED] wrote: Oh, so you already have an account. Then after you connect to bugzilla and log in, you should be able to vote. If you want to see your current votes, there is a link in your private area on the bottom. Thanks, I found it :-) -- Digital photos

Positioning Animations in a Resizeable Stack

2004-01-29 Thread Rob Cozens
Hi All, Simple question: How does one change the position of an animation so the animation is always centered in the window regardless of the current window size? TIA, Rob Cozens CCW, Serendipity Software Company http://www.oenolog.net/who.htm And I, which was two fooles, do so grow three;

Re: Some strange Rev parsing problem?

2004-01-29 Thread xbury . cs
On 29/01/2004 14:08:52 use-revolution-bounces wrote: set the textstyle of word 2 of line 7 of fld source to bold works great... Although... the definition of a word is buggy... Name=description is apparently one word... and don't forget that all text inside double-quotes is treated as a

Re: Some strange Rev parsing problem?

2004-01-29 Thread Rob Cozens
I can't remember how HC handled it but when you call a word a word Buzz! Sorry, X-Man: HyperCard Script Language Guide (p120): Words are composed of any characters, including punctuation, delimited by spaces and return characters... In HyperTalk, on testWord wordNumber

Re: Opening a stack *behind* another stack? (take 2)

2004-01-29 Thread Scott Rossi
How would I specify that the newly opened stack is behind another stack? I'm not sure what the desired outcome was in this case, but here is a small example demonstrating the opening of one stack behind another (uses a palette stack as the main stack). In your message box type: go url

A Positioning Mystery

2004-01-29 Thread Rob Cozens
I've about exhausted all ideas of how to figure out what is going on here...anyone want to be detective of the day? Actually, I just discovered a clue while writing this... Scenario: 1. A group on one card of a resizeable stack, consisting of several images, buttons with icons, and a field.

Re: Points in a circular area

2004-01-29 Thread Dar Scott
On Thursday, January 29, 2004, at 12:36 AM, Alejandro Tejada wrote: I'm working with geometric stuff now, and before reinvent the wheel, i feel compeled to ask: Do you have a function that returns all the points or coordinates within an arc of a circle? Some years ago I designed a model and

RevNet fixed

2004-01-29 Thread Richard Gaskin
Thanks to asistance from libURL meister Dave Cragg, RevNet is back in full operation. There's nothing you need to update - the changes were handled in the downloaded RevNet stack. Just choose Development-Plugins-GoRevNet as always, and you should be good to go. If you experience any issues with

Re: A Positioning Mystery

2004-01-29 Thread Jan Schenkel
--- Rob Cozens [EMAIL PROTECTED] wrote: I've about exhausted all ideas of how to figure out what is going on here...anyone want to be detective of the day? Actually, I just discovered a clue while writing this... Scenario: 1. A group on one card of a resizeable stack, consisting of

Re: A Positioning Mystery

2004-01-29 Thread Rob Cozens
2. A resizeStack handler which changes the loc of the group, but does not address any controls in the group. Clue 2: The rect (and therefore the loc) of a group changes every time the visible property of a group control with part of its rect outside that of any other group control is changed.

Re: Windowscript

2004-01-29 Thread Ray G. Miller
From: Stephen Quinn Barncard [EMAIL PROTECTED] But Compilit! - Whoa, Tom Pittman, what a genius...maybe he could make a cross platform XCMD generator that runs Transcript... Tom is out the loop. He's realy bitter about Apple and HC. He even offered CompileIt! to the hyperCard team but

Re: A Positioning Mystery

2004-01-29 Thread Rob Cozens
The rect (and therefore the loc) of a group changes every time the visible property of a group control with part of its rect outside that of any other group control is changed. Eureka! If I ... lock screen show [a control whose rect encompasses all other controls in the group]

RE: Some strange Rev parsing problem?

2004-01-29 Thread MisterX
sorry for my ranting, im having parsing problems! Fixing things over and over for new problems is not fun. Im currently stalled in bringing a lot of new tools for Rev and while these pose no problem to develop and debug in MC, RR is not as fun. And while the GUI is definitely nicer in Rev, it's

Re: Some strange Rev parsing problem?

2004-01-29 Thread J. Landman Gay
On 1/29/04 6:15 AM, Doug Lerner wrote: It seems you just can't set the textStyle of a single word of a line. It works fine here. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com

Re: Windowscript

2004-01-29 Thread Rob Cozens
But Compilit! - Whoa, Tom Pittman, what a genius...maybe he could make a cross platform XCMD generator that runs Transcript... Tom is out the loop. He's realy bitter about Apple and HC. He even offered CompileIt! to the hyperCard team but they snubbed him.The last time I talked with him, he

Re: Some strange Rev parsing problem?

2004-01-29 Thread J. Landman Gay
On 1/29/04 6:47 AM, Doug Lerner wrote: I get Chunk: can't find object errors if I try: set the textStyle of word 1 of the last line of field chatField to bold But since you said yours worked I tried: set the textStyle of word 1 of line 4 of field chatField to bold and that did work. So it

Re: server load with Rev net apps

2004-01-29 Thread J. Landman Gay
On 1/28/04 5:29 PM, Richard K. Herz wrote: I have Rev apps on clients communicating with Rev/MC (last MC engine) CGI scripts on a Linux/Apache server at an ISP. The ISP is complaining that the scripts are causing high CPU usage. Question: does a separate instance of the Rev/MC engine open

Scroll Bar Problem

2004-01-29 Thread Bojsza
I have 10 lines being continually placed into a field every second. When I use the horizontal scroll bar it does not stay in the position I set it to...on every update it starts back in its default state (to the far left). Is there a way I can have it stay where ever I place it while the field

Re: A Positioning Mystery

2004-01-29 Thread Frank Leahy
Rob, When you move an object in a group, the bounding rect of the group will change, which is what may be affecting you. If you have geometry on for any of the items in the group, I highly recommend you turn them off and do the resizing yourself. It won't take much code to write it yourself,

multiple instances of standalone under Windows

2004-01-29 Thread Chris Sheffield
Does anyone have a way to check if another instance of a standalone is already running, and if so close the one that was just opened? I have an application running under Windows and need to keep the user from opening multiple instances of it. Is there a way to do this? I've tried using 'if

RE: A Positioning Mystery

2004-01-29 Thread Chipp Walters
Rob, Sorry for coming into this a bit late. And I'm sure you already know that setting the lockloc of the grp to true keeps the group from resizing on the card. If I'm way off base regarding the problem, sorry ;-) best, Chipp ___ use-revolution

Re: A Positioning Mystery

2004-01-29 Thread Richard Gaskin
Frank Leahy wrote: If you have geometry on for any of the items in the group, I highly recommend you turn them off and do the resizing yourself. It won't take much code to write it yourself, and you won't have any funny side-effects. A handy handler for assisting resizing, allowing you one

RE: multiple instances of standalone under Windows

2004-01-29 Thread Chipp Walters
Hi Chris, Not sure if this will help, but you might check out: http://www.sysinternals.com/ntw2k/utilities.shtml there are a number of process utilities there. We've had some discussions on this list before, and the short answer is not easily. You can do things like write a file when you open

Re: multiple instances of standalone under Windows

2004-01-29 Thread Richard Gaskin
Chipp Walters wrote: We've had some discussions on this list before, and the short answer is not easily. You can do things like write a file when you open and delete it when you close --then check to see if it is there when it launches again, but this has obvious problems. Polling a

Re: server load with Rev net apps

2004-01-29 Thread Alex Rice
On Jan 29, 2004, at 1:07 PM, J. Landman Gay wrote: As I understand it, yes, a separate instance will open with each hit. I think Pierre Sahores figured out a way to keep the engine running so this wouldn't happen, but I don't know how he did it. It is just the nature of CGI programming in

Re: multiple instances of standalone under Windows

2004-01-29 Thread Trevor DeVore
On Jan 29, 2004, at 2:08 PM, Richard Gaskin wrote: Chipp Walters wrote: We've had some discussions on this list before, and the short answer is not easily. You can do things like write a file when you open and delete it when you close --then check to see if it is there when it launches again,

Re: A Positioning Mystery

2004-01-29 Thread Rob Cozens
If you have geometry on for any of the items in the group, I highly recommend you turn them off and do the resizing yourself. Thanks for the suggestion, Frank. As a matter of fact, I do script resizeStack handlers rather than use the GM. -- Rob Cozens CCW, Serendipity Software Company

RE: A Positioning Mystery

2004-01-29 Thread Rob Cozens
I'm sure you already know that setting the lockloc of the grp to true keeps the group from resizing on the card. I do now, Chipp; but it would never have occurred to me there was an issue to deal with until I learned group location depends, in part, on which controls are visible. Thanks, -- Rob

Re: Scroll Bar Problem

2004-01-29 Thread Rob Cozens
Hi Glen, I have 10 lines being continually placed into a field every second. When I use the horizontal scroll bar it does not stay in the position I set it to...on every update it starts back in its default state (to the far left). Is there a way I can have it stay where ever I place it while

Re: multiple instances of standalone under Windows

2004-01-29 Thread Dar Scott
On Thursday, January 29, 2004, at 01:45 PM, Chris Sheffield wrote: Does anyone have a way to check if another instance of a standalone is already running, and if so close the one that was just opened? Try 'accept' on some obscure port. If it fails, assume that another app is running.

Re: multiple instances of standalone under Windows

2004-01-29 Thread Richard Gaskin
Trevor DeVore wrote: On Jan 29, 2004, at 2:08 PM, Richard Gaskin wrote: Chipp Walters wrote: We've had some discussions on this list before, and the short answer is not easily. You can do things like write a file when you open and delete it when you close --then check to see if it is

Re: Some strange Rev parsing problem?

2004-01-29 Thread Doug Lerner
I didn't try that variation, but good to keep in mind. Thanks, Jan. doug On 1/29/04 11:05 PM, Jan Schenkel [EMAIL PROTECTED] wrote: --- Doug Lerner [EMAIL PROTECTED] wrote: [snip] I guess the workaround is either to use htmlText like I ended up doing or finding the number of lines first,

RE: multiple instances of standalone under Windows

2004-01-29 Thread Chipp Walters
What about just looking for your app in the openProcesses list called from the freeware command line utility: http://www.sysinternals.com/ntw2k/freeware/pslist.shtml If your app is there, then shut yourself down. Seems easy enough, unless I'm missing something. -Chipp -Original

[OT] PC-ing A Mac

2004-01-29 Thread Scott Rossi
A painfully amusing read: http://www.overclockers.com/tips1133/index.asp At least the leftover parts might be used for something. Regards, Scott Rossi Creative Director Tactile Media, Multimedia Design - E: [EMAIL PROTECTED] W: http://www.tactilemedia.com

Re: Points in a circular area

2004-01-29 Thread Alejandro Tejada
on Thu, 29 Jan 2004 Dar Scott wrote: Some years ago I designed a model and library for working with abstractions of drawings and paintings in a functional (that is f() manner) way. In that model the plane could be partitioned by a line or by a circle and other shapes. A pie shape is

Re: Some strange Rev parsing problem?

2004-01-29 Thread Doug Lerner
On 1/30/04 4:55 AM, J. Landman Gay [EMAIL PROTECTED] wrote: On 1/29/04 6:47 AM, Doug Lerner wrote: I get Chunk: can't find object errors if I try: set the textStyle of word 1 of the last line of field chatField to bold But since you said yours worked I tried: set the textStyle of

RE: A Positioning Mystery

2004-01-29 Thread Graham Samuel
On Thu, 29 Jan 2004 13:06:55 -0700, Rob Cozens [EMAIL PROTECTED] wrote: I'm sure you already know that setting the lockloc of the grp to true keeps the group from resizing on the card. I do now, Chipp; but it would never have occurred to me there was an issue to deal with until I learned group

Re: Porting PrintReport (was: Re: Windowscript)

2004-01-29 Thread Stephen Quinn Barncard
I don't know about the Report stack mentioned, but Printreport wasn't a collection of WYSIWYG tools, it was a programming language that allowed complete control of what gets printed on the page through graphic primitives and also allowed as complete an access to the mysterious apple print

Re: multiple instances of standalone under Windows

2004-01-29 Thread Trevor DeVore
On Jan 29, 2004, at 4:01 PM, Chipp Walters wrote: What about just looking for your app in the openProcesses list called from the freeware command line utility: http://www.sysinternals.com/ntw2k/freeware/pslist.shtml If your app is there, then shut yourself down. Seems easy enough, unless I'm

Re: server load with Rev net apps

2004-01-29 Thread Alex Rice
On Jan 29, 2002, at 4:36 PM, Brian Yennie wrote: Pierre's method works well - I've even used it in a commercial app. Check the archives for PHP / sockets. Essentially what you need to do is write a PHP (or Perl would work) script which talks over sockets to a running MetaCard app. The

Re: Points in a circular area

2004-01-29 Thread Dar Scott
On Thursday, January 29, 2004, at 04:26 PM, Alejandro Tejada wrote: I've read that assembler code is faster than c code. For me: For small special cases this is true. Other times, I find the compiler is smarter than I. I usually create better methods when tinkering in high level languages, so I

Re: [OT] PC-ing A Mac

2004-01-29 Thread Stephen Quinn Barncard
The spoiled brat should be painfully spanked on the buttocks for that travesty. And he complains about his lack of SATA and a good video card. What a moron. A painfully amusing read: http://www.overclockers.com/tips1133/index.asp At least the leftover parts might be used for something.

Non-blocking way to open MS Word files?

2004-01-29 Thread Dave Beck
Hey, I sent this message to the list a while back but never got a response. I'm hoping this time I'll fair better. I still haven't been able to come up with a solution on my own. I'm writing a Windows app with Rev and need a way to open files with MS Word from a script in my app. I've been

Re: multiple instances of standalone under Windows

2004-01-29 Thread Dar Scott
On Thursday, January 29, 2004, at 02:19 PM, Dar Scott wrote: Does anyone have a way to check if another instance of a standalone is already running, and if so close the one that was just opened? Try 'accept' on some obscure port. If it fails, assume that another app is running. (Immediately

Re: server load with Rev net apps

2004-01-29 Thread Pierre Sahores
Hi All, Le 29 janv. 04, à 22:12, Alex Rice a écrit : On Jan 29, 2004, at 1:07 PM, J. Landman Gay wrote: As I understand it, yes, a separate instance will open with each hit. I think Pierre Sahores figured out a way to keep the engine running so this wouldn't happen, but I don't know how he did

Re: [OT] PC-ing A Mac

2004-01-29 Thread Mark Brownell
It's hard to take this seriously. It has to be a joke. January 28 How I PC'd an Apple G5 If you've had problems getting through to the site, this article is why. This has become the most read article in our history. If you haven't already, see what the fuss is about. It's so lame that it's

Re: Non-blocking way to open MS Word files?

2004-01-29 Thread Scott Rossi
Recently, Dave Beck wrote: I'm writing a Windows app with Rev and need a way to open files with MS Word from a script in my app. I've been using the shell command with the parameter as the long path name of the file to launch Word and open the file. This which works well except that it is

Re: Points in a circular area

2004-01-29 Thread Jim Hurley
Message: 2 Date: Thu, 29 Jan 2004 15:26:38 -0800 (PST) From: Alejandro Tejada [EMAIL PROTECTED] Subject: Re: Points in a circular area To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii on Thu, 29 Jan 2004 Dar Scott wrote: Some years ago I designed a

Re: Non-blocking way to open MS Word files?

2004-01-29 Thread Dar Scott
On Thursday, January 29, 2004, at 05:57 PM, Scott Rossi wrote: Two things you might try are 1) try open process ... instead of the shell command, if possible, try 'with neither' Dar Scott ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Opening a Rev app from a browser?

2004-01-29 Thread Andre Garzia
On Jan 29, 2004, at 12:48 AM, Doug Lerner wrote: Any good hints out there about: 1. Opening a Rev app from a browser (including cross-platform issues)... 2. Passing parameters from a browser link to a Rev app when opening... Thanks, doug doug, I've created a framework called revHTTPd it can

Re: Handy Handler #5: Pack / Unpack

2004-01-29 Thread Andre Garzia
On Jan 29, 2004, at 1:22 AM, Chipp Walters wrote: Richard, Just a thank-you for a great, well-written article on GPGE (Gaskin's Pretty Good Encryption;-) http://www.revjournal.com/ One of the great things about your articles, is there's always something of interest for every level of RR

Re: self-destructing files

2004-01-29 Thread Andre Garzia
On Jan 29, 2004, at 2:53 AM, michael wrote: Has anyone ever tried making an executable self-delete after x opens or x time or using any other parameters? once I did one that would self destruct on a given date. it worked. just moved it self to the trash.

RE: multiple instances of standalone under Windows

2004-01-29 Thread Chipp Walters
Funny it works fine from here. Try again? -Chipp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Trevor DeVore Sent: Thursday, January 29, 2004 6:21 PM To: How to use Revolution Subject: Re: multiple instances of standalone under Windows On Jan

Re: Opening a Rev app from a browser?

2004-01-29 Thread Doug Lerner
On 1/30/04 11:09 AM, Andre Garzia [EMAIL PROTECTED] wrote: On Jan 29, 2004, at 12:48 AM, Doug Lerner wrote: Any good hints out there about: 1. Opening a Rev app from a browser (including cross-platform issues)... 2. Passing parameters from a browser link to a Rev app when opening...

Re: Opening a Rev app from a browser?

2004-01-29 Thread Andre Garzia
On Jan 30, 2004, at 12:25 AM, Doug Lerner wrote: I'm not sure. What is a revHTTPd server? I have my own server that I would like to do this via. doug revHTTPd is an embedable (hell my english is horrible sometimes) server, it's a frontscript (a button), you put it on a stack, and then it is

Re: Opening a Rev app from a browser?

2004-01-29 Thread Doug Lerner
On 1/30/04 11:35 AM, Andre Garzia [EMAIL PROTECTED] wrote: On Jan 30, 2004, at 12:25 AM, Doug Lerner wrote: I'm not sure. What is a revHTTPd server? I have my own server that I would like to do this via. doug revHTTPd is an embedable (hell my english is horrible sometimes)

How to detect an image or graphic deletion?

2004-01-29 Thread Doug Lerner
When I move an image or graphic, the moveControl message is sent. Similarly, when resizing, the resizeControl message is sent. But when I delete an image or graphic it looks like just rawKeyDown and backSpaceKey messages are sent. Isn't there something like a deleteControl message? Do I just

Re: Filtering with more than 4 types (OSX) - AppleScript

2004-01-29 Thread Sarah Reichelt
Yes, I noticed this myself when testing. It seems to include any QT filetypes. On 29 Jan 2004, at 6:23 pm, Éric Chatonet wrote: Your script for filtering with more than 4 types (OSX) with AppleScript (Vol 4, Issue 189) works fine :-) Many thanks. When MooV is among the filters, then all types

Re: Filtering with more than 4 types (OSX) - AppleScript Question

2004-01-29 Thread Sarah Reichelt
Thanks, Sarah. The result of the do tScript as Applescript can be empty, but also execution error (if you click on the cancel button for instance). So, I believe the test : if tFile is empty then return empty-- no file chosen should be if (tFile is empty) or (tFile is execution error)

Re: Opening a Rev app from a browser?

2004-01-29 Thread Andre Garzia
On Jan 30, 2004, at 12:57 AM, Doug Lerner wrote: I see. Thanks for the explanation. I don't need to run any rev apps server side. In fact, I would prefer not to. :) But I do need to click a link and start a local client for interaction with the server. doug Doug, remember when AudioGalaxy

How to detect a selected image or graphic

2004-01-29 Thread Doug Lerner
It's weird. While watching the Message Watcher and selecting a graphic the only message reported is mouseMove. Not mouseDown or mouseUp. Why would that be? doug ___ use-revolution mailing list [EMAIL PROTECTED]

hehehhe revHTTPd error due to miss configuration.

2004-01-29 Thread Andre Garzia
Hi folks, sorry for all those who tried accessing revHTTPd home page thru http://home.soapdog.org:8081/ It's was listenning on 8084... now the problem is solved... you can try to access it again, I am very silly, I forgot to put it back to 8081... bad programmers go to hell Cheers -- Andre

Re: Opening a Rev app from a browser?

2004-01-29 Thread Doug Lerner
On 1/30/04 12:12 PM, Andre Garzia [EMAIL PROTECTED] wrote: On Jan 30, 2004, at 12:57 AM, Doug Lerner wrote: I see. Thanks for the explanation. I don't need to run any rev apps server side. In fact, I would prefer not to. :) But I do need to click a link and start a local client for

Re: Opening a Rev app from a browser?

2004-01-29 Thread Andre Garzia
On Jan 30, 2004, at 1:21 AM, Doug Lerner wrote: But if the scenario you want it to client click a link to an executable program, and that program to be downloaded and run on client computer, then it's very big risk. No -I wouldn't do that. This would be a trusted app that a user has previously,

Re: Opening a Rev app from a browser?

2004-01-29 Thread Doug Lerner
On 1/30/04 12:37 PM, Andre Garzia [EMAIL PROTECTED] wrote: On Jan 30, 2004, at 1:21 AM, Doug Lerner wrote: But if the scenario you want it to client click a link to an executable program, and that program to be downloaded and run on client computer, then it's very big risk. No -I

ANN: Silly Client Demo. (was Re: Opening a Rev app from a browser?

2004-01-29 Thread Andre Garzia
On Jan 30, 2004, at 1:47 AM, Doug Lerner wrote: Interesting idea - but this won't help either, for several reasons: (1) The user can actually use this client to connect to any of many different servers. So we have no way of guaranteeing that the user is logged in the particular server with the

Re: ANN: Silly Client Demo. (was Re: Opening a Rev app from a browser?

2004-01-29 Thread Doug Lerner
On 1/30/04 1:32 PM, Andre Garzia [EMAIL PROTECTED] wrote: On Jan 30, 2004, at 1:47 AM, Doug Lerner wrote: Interesting idea - but this won't help either, for several reasons: (1) The user can actually use this client to connect to any of many different servers. So we have no way of

Re: ANN: Silly Client Demo. (was Re: Opening a Rev app from a browser?

2004-01-29 Thread Doug Lerner
On 1/30/04 1:32 PM, Andre Garzia [EMAIL PROTECTED] wrote: While we were exchanging this emails, I coded an example. It's called silly client. It's available at http://public.soapdog.org/ it's a file called sillyclient.zip it's a simple client. You can log into

RE: Opening a Rev app from a browser?

2004-01-29 Thread Chipp Walters
Doug, Check out www.buttongadget.com and download the free trial. Then go to the buttonsets web page and click on any picture of a button. By just clicking on the picture, your browser will download a special stack file and launch buttongadget and load the stack file into it. Is that what you're

Clone and it

2004-01-29 Thread Yves COPPE
Hi list Something strange with clone command : Mainstack A with 2 subtacks B and C In stack C , a card named Movies and a btn with the script : clone player xxx of grp yyy of cd movies of stack C answer the id of it the answered id is good, it' s the ID of the new created (cloned) player now