Re: help with standalones

2004-09-28 Thread FlexibleLearning
This is a substantial stack and should be broken down into smaller components. Keep any sound files and movies as original data files, then call them 'by reference' when needed rather than embed them. Rev loads the entire stack into memory, and 562Mb will outface many (if not most) computer

Re: video input?

2004-09-28 Thread Ken Ray
On 9/28/04 3:27 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi Ken, > > I can´t speak for the Win world, but on a Mac it works like a charm. > Although I haven´t tested it in 2.5 yet. Cool. > >> 3) Do you use onboard video input or a dedicated video input card? > > Users of my sharewa

Re: value of variable

2004-09-28 Thread Ken Ray
On 9/28/04 5:42 PM, "Hershel Fisch" <[EMAIL PROTECTED]> wrote: > on mouseUp >answer "What kink of file are you putting ?" with "Tab Delimited" and > "Comma Delimited" and "Cancel"--and on >put word 1 of it into sFileType >if sFileType is "cancel" then > exit mouseUp >else >

Re: AppleScript from RunRev, An Example (Andrew and Ken)

2004-09-28 Thread Ken Ray
On 9/28/04 6:27 PM, "Kathy Jaqua" <[EMAIL PROTECTED]> wrote: > Ken this is a great example of RunRev's ability to > use appleScript. This line by line explanation was of > great help to me on many levels. I'm glad, Kathy... ask again if you need anything else! ;-) Ken Ray Sons of Thunder Sof

Re: value of variable

2004-09-28 Thread Hershel Fisch
On Tuesday, September 28, 2004, at 07:24 PM, Björnke von Gierke wrote: why are you doing the 'put url ("file" & it) into field "f1"' part? What else should do ? (actually I should of put "answer file empty" instead of "a".) I need the file path to locate a path and use the path. also try this for

Re: [OT] Dubious offers - Or funnies about spyware...

2004-09-28 Thread Erik Hansen
--- Malte Brill <[EMAIL PROTECTED]> wrote: > > It is important to note that our small EXE > (315KB) is not detectable through > > any adware/spyware software and all of our > procedures for protecting the > > privacy of our panelists have been audited > and certified by Ernst & Young. who is this

Re: AppleScript from RunRev, An Example (Andrew and Ken)

2004-09-28 Thread Dan Shafer
I got this already, thanks to the list. I'm not sure this subject will come up in my books any time soon because it's platform-specific and I don't know how many folks are interested in using AppleScript with Rev in any case. Dan On Sep 28, 2004, at 4:27 PM, Kathy Jaqua wrote: An example of

Re: MenuHistory

2004-09-28 Thread Jim Carwardine
Thanks, Jan. At the risk of not a little embarrassment... I discovered that I had written a handler previously that I had forgotten about that handled the menuHistory. When I was modifying my newly written handler, the old handler was actively intercepting my message. No wonder anything I did d

Re: Does open process work on OS X now?

2004-09-28 Thread K
I now have Revolution 2.5. Wow, sexy new look but I still do not seem to be unable to open process "/usr/bin/xxx -param" on MAC OS X. Please advise if there is some work around I am unaware of. NOTE: I cannot seem to locate this bug in the bug database. Since it is so significant I would

Re: Disappearing Objects in 2.5 under OS X

2004-09-28 Thread K
Sorry the stubbed toe is the problem it is not part of this specific fix. :)) -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely coincidental. Any resemblance between the a

AppleScript from RunRev, An Example (Andrew and Ken)

2004-09-28 Thread Kathy Jaqua
An example of using appleScript from Run Rev to open an Application and check the result (in case it was not installed is the Mac OS 9, OS X) Ken this is a great example of RunRev's ability to use appleScript. This line by line explanation was of great help to me on many levels. If you

Re: value of variable

2004-09-28 Thread Björnke von Gierke
why are you doing the 'put url ("file" & it) into field "f1"' part? also try this for your replace line do "replace" && quote & sFileType & quote && "with empty in field" && quote & "f1" & quote' watch for linewraps! On Sep 29 2004, at 00:42, Hershel Fisch wrote: On Tuesday, September 28, 2004, a

AppleScript and a

2004-09-28 Thread Kathy Jaqua
An example of using appleScript from Run Rev to open an Application and check the result (in case it was not installed is the Mac OS 9, OS X) Ken this is a great example of RunRev's ability to use appleScript. This line by line explanation was of great help to me on many levels. If you

Open an Application from within RR-Andre's a Genius 3

2004-09-28 Thread Kathy Jaqua
An example of using appleScript from Run Rev to open an Application and check the result (in case it was not installed is the Mac OS 9, OS X) Ken this is a great example of RunRev's ability to use appleScript. This line by line explanation was of great help to me on many levels. If you

ANN: All You Proxies! (Rev-made funny cartoon-thingie)

2004-09-28 Thread Alejandro Tejada
on Mon, 27 Sep 2004 Andre Garzia wrote: > check this out, you might like: > http://www.soapdog.org/rev/advDemo.rev Very nice, Andre!!! Very funny with clever dialogs, too. I hope soon, to see the completed tutorial. Congratulations! :-)) al = Visit my site: http://www.geocities.com/capell

Re: Disappearing Objects in 2.5 under OS X

2004-09-28 Thread Gregory Lypny
I did that, K. Twice. I stubbed my toe on my guitar amp, and the problem didn't go away. Greg On Sep 28, 2004, at 4:46 PM, K wrote: Okay so to fix this error stand on one foot run around the computer 3 times while chanting "RUNREV" "RUNREV". :)

Re: value of variable

2004-09-28 Thread Hershel Fisch
On Tuesday, September 28, 2004, at 06:25 PM, Devin Asay wrote: I think it's because you put the string "tab" into the variable instead of the constant tab (ASCII 9). Does it work if you use put tab into myVar ? Yes, Thanks . But on mouseUp answer "What kink of file are you putting ?" with "Tab

Re: value of variable

2004-09-28 Thread Devin Asay
I think it's because you put the string "tab" into the variable instead of the constant tab (ASCII 9). Does it work if you use put tab into myVar ? Otherwise, why not just use replace tab with comma in fld 1 Devin On Sep 28, 2004, at 3:25 PM, Hershel Fisch wrote: Hi all I'm trying to figure out h

Dates and rounding problem

2004-09-28 Thread david
I'm working on an app that does a lot of date calculations. I need to be able to round the seconds to exact days, but when I use convert like this: convert date to short date convert to seconds I get the date rounded to sometimes two, or sometime 3 hours after midnight (depending on which

value of variable

2004-09-28 Thread Hershel Fisch
Hi all I'm trying to figure out how the value of var is used ? e.g. put "tab" into myVar replace myVar with "," in fld 1 wouldn't work , why ? Hershel ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolutio

Re: PostgreSQL OID Column on INSERT

2004-09-28 Thread Hershel Fisch
On Tuesday, September 28, 2004, at 05:23 PM, Frank D. Engel, Jr. wrote: Thank you, looks good. After playing with it, though, do the INSERT first, then check currval to determine what number was assigned automatically. You must do an INSERT first in order for it to get the number for that connect

Re: PostgreSQL OID Column on INSERT

2004-09-28 Thread Frank D. Engel, Jr.
Thank you, looks good. After playing with it, though, do the INSERT first, then check currval to determine what number was assigned automatically. That should work! On Sep 28, 2004, at 4:01 PM, Hershel Fisch wrote: On Tuesday, September 28, 2004, at 03:38 PM, Frank D. Engel, Jr. wrote: A while ba

Re: Disappearing Objects in 2.5 under OS X

2004-09-28 Thread K
Okay so to fix this error stand on one foot run around the computer 3 times while chanting "RUNREV" "RUNREV". :) If this wasn't the Use Revolution group I would sware you were using a Microsoft product. :)) K -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance betwee

Re: video input?

2004-09-28 Thread malte . brill
Hi Ken, I can´t speak for the Win world, but on a Mac it works like a charm. Although I haven´t tested it in 2.5 yet. >3) Do you use onboard video input or a dedicated video input card? Users of my shareware app. uGrabIt use it with different setups. Videocards, Firewire and iSight, Firewire and

Re: PostgreSQL OID Column on INSERT

2004-09-28 Thread Hershel Fisch
On Tuesday, September 28, 2004, at 03:38 PM, Frank D. Engel, Jr. wrote: A while back I stumbled on a prior thread with this same question, but I never did see a resolution to the root question. When PostgreSQL performs an INSERT, it returns a unique OID number for the inserted row. Is there any

Re: Does open process work on OS X now?

2004-09-28 Thread K
I am attempting to exec() several different unix applications. I have written a external to does a double fork() exec() and alllows communication via stdin and stdout (buggy at the moment). I would like to use open process since that is the generally supported method. Previously the suggest

Re: URL and email regex

2004-09-28 Thread Jesse Sng
Jesse, here's one for an email address (*really* watch for line breaks - I put in hard returns and indents so it formats properly and is legible, but you'll have to take them out): function isEmail pWhat put matchText(pWhat,"[EMAIL PROTECTED] ([.][A-z0-9_\-]+)+[A-z]$") into tNotIP put mat

Video Input?

2004-09-28 Thread Ken Ray
Just curious - I haven't done anything with video input in Rev, and one of my clients started asking about it. He normally displays things on multiple large screens, so his needs are a little unique, but here's my questions: 1) Have any of you used video input with Rev, and if so, have you used it

PostgreSQL OID Column on INSERT

2004-09-28 Thread Frank D. Engel, Jr.
A while back I stumbled on a prior thread with this same question, but I never did see a resolution to the root question. When PostgreSQL performs an INSERT, it returns a unique OID number for the inserted row. Is there any way to retrieve the OID value returned by the INSERT statement from Re

Re: Can't read text from file on OS 9

2004-09-28 Thread Jesse Sng
Hi, Good idea. I just tried it, and under OS X there is a process called "Classic Support". I suspect this doesn't run in OS 9, so maybe checking for that would tell you if you are in OS X. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.

Re: Does open process work on OS X now?

2004-09-28 Thread Ken Ray
Well, open process has always worked on OS X AFAIK - are you using it to launch an application, or is there something else you've been trying to do that you weren't able to do? Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] __

Re: Disappearing Objects in 2.5 under OS X

2004-09-28 Thread Bill
I've seen that too. Very different effect. The window doesn't all draw to the screen. I can't get it to happen consistently though. If you can you should please bugzilla it. On 9/28/04 3:02 PM, "Gregory Lypny" <[EMAIL PROTECTED]> wrote: > I see, although what you are describing seems to be somet

Re: help with standalones

2004-09-28 Thread Mark Talluto
On Sep 28, 2004, at 9:55 AM, james lewes wrote: I have built and application that is 562 megs in size and I cannot build a standalone distribution for it in Revolution 2.1, it instead saves it as a stack. I have just downloaded the free trrial version of 2.5 but still the same problem. Could anybod

Re: Disappearing Objects in 2.5 under OS X

2004-09-28 Thread Gregory Lypny
I see, although what you are describing seems to be something different. Metal-look stacks used to refresh rather poorly under older versions, but what I'm describing here is a complete disappearance of all objects (controls) except for the metal-look stack window, which occurs unpredictably w

Re: Connecting to Valentina using revdb_connect

2004-09-28 Thread Gordon Tillman
Thanks for the feedback Jan! I have added bug 2243 to the bugzilla database. --gordon On Sep 28, 2004, at 13:40, Jan Schenkel wrote: --- Gordon Tillman <[EMAIL PROTECTED]> wrote: Hello All, I was wondering if some kind soul might enlighten me on a couple of points... I'm running the latest RR 2.5 b

Re: Connecting to Valentina using revdb_connect

2004-09-28 Thread Jan Schenkel
--- Gordon Tillman <[EMAIL PROTECTED]> wrote: > Hello All, > > I was wondering if some kind soul might enlighten me > on a couple of > points... > > I'm running the latest RR 2.5 build, with a Studio > license (for both > Mac and Windows platforms). > > > First Item: > > If I try to connect

create Profile via script?

2004-09-28 Thread Leston Drake
I was wondering (hoping) if there is a command to create a new profile for an object using script. I have a bunch of fields in a stack that I need to create an additional profile for, and don't really want to do it by hand. TIA Leston ___ use-revolutio

Re: Can't read text from file on OS 9

2004-09-28 Thread Ken Ray
> I am pretty sure that there is always some process running under OSX > that is not running under OS9. The question is whether this function > will return only OS9-specific processes under Classic or all, classic > and osx, processes. Can't check at the moment, though. Sorry, I'm coming in a lit

Does open process work on OS X now?

2004-09-28 Thread K
-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely coincidental. Any resemblance between the above and my own views is non-deterministic. The question of the existence o

help with standalones

2004-09-28 Thread james lewes
I have built and application that is 562 megs in size and I cannot build a standalone distribution for it in Revolution 2.1, it instead saves it as a stack. I have just downloaded the free trrial version of 2.5 but still the same problem. Could anybody please offer a suggestion

Re: Launch stack at a selected card.

2004-09-28 Thread Jan Schenkel
--- Glen Bojsza <[EMAIL PROTECTED]> wrote: > I was wondering if I had a stack with 5 cards on it > is there a way to > launch the stack to a particular card from the > command line. > > ie. car.exe 2 (to launch the stack application car > starting with card > 2) > > later car.exe 4 (to launch

Re: SOAP Support

2004-09-28 Thread K
I believe the problem I am experiencing is with object serialization from Java. I have not taken the time to track it down since I am in the process of moving to 2.5. I will do further debugging later this week to if why during a SOAP call the applciation exits. K -==-=-=-=-=-=-==-=-=-=-=-=-

Launch stack at a selected card.

2004-09-28 Thread Glen Bojsza
I was wondering if I had a stack with 5 cards on it is there a way to launch the stack to a particular card from the command line. ie. car.exe 2 (to launch the stack application car starting with card 2) later car.exe 4 (to launch the stack application car starting with card 4) thanks, Glen

Re: SOAP Support

2004-09-28 Thread Jan Schenkel
--- K <[EMAIL PROTECTED]> wrote: > > I there a version of the soap toolkit capible of > commnicating with Java Application serves and .NET? > The SOAP library is up for a rewrite in the next version of Revolution, to more closely resemble the new XML-RPC library, but should work fine as is. Are

Re: Can't read text from file on OS 9

2004-09-28 Thread J. Landman Gay
On 9/28/04 7:09 AM, Robert Brenstein wrote: >> On 9/24/04 6:47 AM, Robert Brenstein wrote: >> I don't have an OS 9 machine to check right now, but maybe someone else can. If I remember right, OS 9 will return a path something like this: Hard Disk/AppFolder/Folder/file

Re: [OT] Dubious offers - Or funnies about spyware...

2004-09-28 Thread Frank D. Engel, Jr.
Aww... You should have offered to bundle their EXE with the Mac versions of your software! ;-) On Sep 28, 2004, at 9:53 AM, Malte Brill wrote: I just can´t believe it. Now I go knocking my head on my desk for a while... Best, Malte --- Fran

SOAP Support

2004-09-28 Thread K
I there a version of the soap toolkit capible of commnicating with Java Application serves and .NET? -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely coincidental. Any r

Re[2]: contextual menu

2004-09-28 Thread thierry
Hi, >> Create a pop-up-menu button with all >> the"menupick" handlers >> you need and move this button OFF screen... >> on mouseup quoi >> if quoi = 3 then >> popup btn "your popup button here" >> end if >> end mouseup >> will popup that button when the right >> mouse-button is clicked >>

Re: URL and email regex

2004-09-28 Thread Ken Ray
On 9/28/04 6:08 AM, "Jesse Sng" <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone have a handy regex for detecting and selecting a chunk of > text that is a to be made into a URL or an email address? Jesse, here's one for an email address (*really* watch for line breaks - I put in hard returns an

Re: Open an Application from within RR-Andre's a Genius

2004-09-28 Thread Ken Ray
On 9/28/04 12:17 AM, "Kathy Jaqua" <[EMAIL PROTECTED]> wrote: > Thanks Ken, > > You guys are so bright! This genius list is growing. > So where should I place your learned following script: > (which I might add is just a tiny bit over my head ;) OK, Kathy, no problem. You already know from An

Re: More 2.5 weirdness

2004-09-28 Thread Geoff Canyon
It's marked as fixed as of 9/4. I had a recipe. I was working on cloning Navigator. Clone it four times and weirdness starts. Navigator has 6 or more pulldown menus, and Tuviah says: fixed. previously rev has a maximum of 256 system menu/submenus allocated. a few things added to this

[OT] Dubious offers - Or funnies about spyware...

2004-09-28 Thread Malte Brill
Hi list, after I had a good laugh I´d love to share this with you. Please excuse that I´m wasting bandwidth... I received a strange mail I´ll quote below. I´ve deleted the company and the product name and replaced it with [deletia] quote: > Dear Business Development Manager: > > I am writing t

Re: contextual menu

2004-09-28 Thread Alejandro Tejada
Klaus Major wrote: > Create a pop-up-menu button with all > the"menupick" handlers > you need and move this button OFF screen... > on mouseup quoi > if quoi = 3 then > popup btn "your popup button here" > end if > end mouseup > will popup that button when the right > mouse-button is clicke

Re: More 2.5 weirdness

2004-09-28 Thread Ludovic Thebault
Marian Petrides wrote: Ummm I haven't used 2.5 enought to have run into this anomaly, but it sounds like several people have encountered it but not bugzilla'd it because of lack of recipe. How can we expect RunRev to fix something that they haven't even been informed of? Shouldn't someone

2.5 OS X open process

2004-09-28 Thread K
I have not received my 2.5 code yet so I will ask this question here. Has Runtime fix open process so it works properly on OS X or is it still calling carbon API's instead of using a fork()-exec() combination? Is read from process and wite to process stable? Can this be trusted? I ask since

Re: MenuHistory

2004-09-28 Thread Robert Brenstein
--- Jim Carwardine <[EMAIL PROTECTED]> wrote: I have a tabbed button that I¼m using to navigate to certain cards. I can¼t seem to get the tabs to behave in that I have to click another tab then click the tab I want to get the tab I want to respond. I thought the menuHistory took care of th

Re: Can't read text from file on OS 9

2004-09-28 Thread Robert Brenstein
On 9/24/04 6:47 AM, Robert Brenstein wrote: I don't have an OS 9 machine to check right now, but maybe someone else can. If I remember right, OS 9 will return a path something like this: Hard Disk/AppFolder/Folder/file.rev The Classic engine returns this path: /Hard Disk/Folder/Folder/fil

Re: More 2.5 weirdness

2004-09-28 Thread Marian Petrides
Ummm I haven't used 2.5 enought to have run into this anomaly, but it sounds like several people have encountered it but not bugzilla'd it because of lack of recipe. How can we expect RunRev to fix something that they haven't even been informed of? Shouldn't someone bugzilla this? M On S

Re: More 2.5 weirdness

2004-09-28 Thread Dan Soneson
On Sep 27, 2004, at 5:18 PM, J. Landman Gay wrote: On 9/27/04 4:39 PM, Howard Bornstein wrote: Boy, V2.5 is now starting to act very squirly. I get into a situation where combo and popup buttons will no longer pop open. Not only the buttons on my stack, but also the buttons on the property inspecto

URL and email regex

2004-09-28 Thread Jesse Sng
Hi, Does anyone have a handy regex for detecting and selecting a chunk of text that is a to be made into a URL or an email address? I want to create a quick utility to automatically mark up my text with some html tags that will form the URLs and email addresses into links without having to go t

Re: [OT] What are the MIME rules for email attachments

2004-09-28 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: Richard - We have the same problem with Notes trying to "help us out" (read, "bit-mangle") with attachments. The best thing I know to do is to ZIP/Stuff the file before it's attached. Self-extracting would be the safest, but will add to the file size a bit. HTH...Jame