RE: writing data to a standalone

2004-03-26 Thread Monte Goulding
no... sorry. Technically it might be possible if you had a second standalone that you launched, closed your main standalone then overwrote your mainstack in the first standalone but I wouldn't try it myself. > Is there a safe location within a standalone to write a few bytes > of data? I > would

Re: 3 socket Q's

2004-03-26 Thread Jim
On Mar 26, 2004, at 1:59 PM, Richard Gaskin wrote: And what is the reliable way to obtain the local IP address? On OS X (or probably any other *nix), try... get shell ("ipconfig getifaddr en0") ... note... "en0" for ethernet address, en1 for Airport. At least on this old iMac, and probably for

Re: Case Study...

2004-03-26 Thread Jerry Daniels
Chipp, Hey, I fixed that timing bug in Time Gadget. -JD P.S. Interesting news today from the RR front. On Mar 26, 2004, at 3:08 PM, Chipp Walters wrote: Hey Rob! Multi-tier in my book means using a 'middle-layer' between client-server. This 'middle-layer' retains much of the business logic

Re: Apparently empty arrays

2004-03-26 Thread Dar Scott
On Friday, March 26, 2004, at 08:05 PM, J. Landman Gay wrote: I have a question about this: put "a" into myArray[1] put "b" into myArray[2] put myArray is empty --> true Shouldn't that be false? I'm not sure. I know an array has always returned empty when you don't specify one of its elements,

Apparently empty arrays

2004-03-26 Thread J. Landman Gay
I have a question about this: put "a" into myArray[1] put "b" into myArray[2] put myArray is empty --> true Shouldn't that be false? I'm not sure. I know an array has always returned empty when you don't specify one of its elements, but today that sounds wrong to me. -- Jacqueline Landman Gay

writing data to a standalone

2004-03-26 Thread John Rule
Is there a safe location within a standalone to write a few bytes of data? I would like to store just a few bytes (6). Without going into too much detail, it's data that changes, and I do not want to have an external file that holds this data. Thanks, JR __

Re: Remote Find Questions

2004-03-26 Thread Rob Cozens
finding remotely: set the defaultStack to Thanks Wouter...now let's get down to details. :{) My current search logic works along the line of go invisible to card startingCard of stack "My Database.sdb" repeat if searchKeys then find targetText in field "Record Key" else find targetTex

Re: 3 Socket Q's but only 1.5 A's

2004-03-26 Thread HyperChris
In reverse order ... 3. AIM uses port 80 (and/or a port hopping scheme controlled on port 80) and you probably have that very open ! 2. yowza ... i will take the fifth on that one 1. I think it may have to do with inverse addressing records. That function doesn't work on either my static publi

Re: messages button

2004-03-26 Thread Dar Scott
On Friday, March 26, 2004, at 12:21 PM, Stephen Messimer wrote: Why would one want to use the suspend messages button. It obviously must have a very important purpose or it won't occupy space on the rev task bar. Suppose I have a bug in my openCard or related. Theoretically. It might make na

Re: 3 socket Q's

2004-03-26 Thread Dar Scott
On Friday, March 26, 2004, at 12:59 PM, Richard Gaskin wrote: 1. This returns my local IP address on all my machines not connected to my router: get hostnametoaddress(hostname()) But behind my router it returns empty. Why? The hostname() returns empty. And what is the reliable way

avi to animated gif, ico to X converter

2004-03-26 Thread Kevin
I have 600 avi for use in developing applications and would like to convert them to animated gifs (for use in several languages). Does anyone know of such a utility (that will preserve tranparency)? I am also looking for a utility that can take my .ico (from windows platform) and convert the

Re: Case Study...

2004-03-26 Thread Chipp Walters
Hey Rob! Multi-tier in my book means using a 'middle-layer' between client-server. This 'middle-layer' retains much of the business logic of the app and thus the client becomes more of a 'thin-client'. For example: Many web applications are considered multi-tier, with the browser being the 'th

Re: (long) Transparent IDE elements and other problems

2004-03-26 Thread Wilhelm Sanke
On Thu, 25 Mar 2004, j <[EMAIL PROTECTED]> wrote: >> - open a test stack with 1600 or more controls on a card can list members provide me some descriptions of the kinds of stacks/apps which would have more than 1600 controls on a card? i do not mean this as a joke, and i am not trying to be a je

Remote Find Questions

2004-03-26 Thread Rob Cozens
Hi All, In my (hopefully) last tweak of the actual SDB drivers I have focused on getting all handlers that access the database stack to do so "remotely"...ie: get field "Record" of card id recordId of stack dbStack instead of lock screen lock messages push card

3 socket Q's

2004-03-26 Thread Richard Gaskin
Three socket questions: 1. This returns my local IP address on all my machines not connected to my router: get hostnametoaddress(hostname()) But behind my router it returns empty. Why? And what is the reliable way to obtain the local IP address? 2. I maintain a log of socket activi

messages button

2004-03-26 Thread Stephen Messimer
Why would one want to use the suspend messages button. It obviously must have a very important purpose or it won't occupy space on the rev task bar. Just curious. Regards Steve ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.c

Re: Menu items

2004-03-26 Thread hershrev
On Thursday, March 25, 2004, at 11:07 PM, Ken Ray wrote: You don't need to use a stack menu; just put the menu items you want the user to select from into the contents of the button (on the Properties palette it says "menu items"). Add another item that says something like "Edit Items..." and th

RE: Graphic overlapping -- translucency effect

2004-03-26 Thread Springer, Paul
Well, I have only been using RR for a month so I can't really speak to the question of improvements. I have version 2.1.2 and I was able to use the ink properties to get the effect I wanted on a Windows platform, but as I say, my app is pretty simple. -Paul -Original Message- From: Scott

Re: Graphic overlapping -- translucency effect

2004-03-26 Thread Glen Bojsza
The lines will almost always be at some angle. Maybe I'll look at the graphic angle using the grey scaler and brightness. Does anyone know how to set these parameters in a script line? regards, Glen On Friday, March 26, 2004, at 10:50 AM, Scott Rossi wrote: On 3/26/04 8:37 AM, "Glen Bojsza"

Re: Graphic overlapping -- translucency effect

2004-03-26 Thread Scott Rossi
On 3/26/04 8:47 AM, "Springer, Paul" <[EMAIL PROTECTED]> wrote: > If your objects are of different colors then another thing you can try is > experimenting with the ink properties. For my demo application (probably > much simpler than yours) I was able to get the kind of effect I think you > are d

Re: Graphic overlapping -- translucency effect

2004-03-26 Thread Scott Rossi
On 3/26/04 8:37 AM, "Glen Bojsza" <[EMAIL PROTECTED]> wrote: > How do I connect the nodes originally? Using draw graphics and then > change each line to an image? Depends: if you use only vertical and horizontal lines, I would try using a square image and stretching it H or V to connect the nodes

RE: Graphic overlapping -- translucency effect

2004-03-26 Thread Springer, Paul
Glen, If your objects are of different colors then another thing you can try is experimenting with the ink properties. For my demo application (probably much simpler than yours) I was able to get the kind of effect I think you are describing that way. -Paul -Original Message- From: Glen

Re: Graphic overlapping -- translucency effect

2004-03-26 Thread Glen Bojsza
How do I connect the nodes originally? Using draw graphics and then change each line to an image? On Friday, March 26, 2004, at 10:30 AM, Scott Rossi wrote: On 3/26/04 8:10 AM, "Glen Bojsza" <[EMAIL PROTECTED]> wrote: I have a simulator project that connects nodes with lines for traffic flows.

Re: revLISP (actually is scheme...) Some doubts on implementation.

2004-03-26 Thread Dar Scott
On Thursday, March 25, 2004, at 10:32 PM, Andre Garzia wrote: Your old box prime is here by my side, and it's aiding me very much, almost all programs I make use it. I got to thinking that you might make lists or cons cells out of boxes. You might modify it and add box value types to match the

Re: Graphic overlapping -- translucency effect

2004-03-26 Thread Scott Rossi
On 3/26/04 8:10 AM, "Glen Bojsza" <[EMAIL PROTECTED]> wrote: > I have a simulator project that connects nodes with lines for traffic > flows. > > For every flow a line will be created between the two nodes and so > there will be cases where there will be multiple lines that overlap > (ie if they

Re: [OT] RE: counter++ versus

2004-03-26 Thread Dar Scott
On Friday, March 26, 2004, at 08:29 AM, Peter T. Evensen wrote: That's it! I didn't mean to add more to the confusion. -- Dar But I didn't think you had been around THAT long. Everybody says I exaggerate. -- Dar ___ use-revolution mailing list [EMAIL

Graphic overlapping -- translucency effect

2004-03-26 Thread Glen Bojsza
Hi, I have a simulator project that connects nodes with lines for traffic flows. For every flow a line will be created between the two nodes and so there will be cases where there will be multiple lines that overlap (ie if they overlap then they are identical ). What I am trying to figure ou

Re: [OT] RE: counter++ versus

2004-03-26 Thread Kevin
A definition my assist in understanding of TIL. To define a TIL it is necessary to view it in the context of translation. A translator is a computer program which converts source language into target language. Each language has well-defined semantic and syntactic constructs. If the source lang

Re: Tab delimited data not working...

2004-03-26 Thread Glen Bojsza
Thanks...you are right the item works better. Some how I have been stuck on words from the last project... regards, Glen On Friday, March 26, 2004, at 08:08 AM, thierry Douez wrote: Hi Glen, well, the chunk "word n" is giving you the nth word of the string; so, it's right but using item will

Re: OT Florida ballot

2004-03-26 Thread Jim Hurley
Message: 2 Date: Thu, 25 Mar 2004 17:40:53 -0800 From: Jim Hurley <[EMAIL PROTECTED]> Subject: OT Florida ballot To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" ; format="flowed" I have made a Run Rev variation on a web application that is making

Re: [OT] RE: counter++ versus

2004-03-26 Thread Peter T. Evensen
At 05:08 PM 3/25/2004, you wrote: On Thursday, March 25, 2004, at 03:39 PM, Peter T. Evensen wrote: Ah.. Thanks. Now that brings up the next question Babel incident? You're not talking about the tower of, are you? That's it! I didn't mean to add more to the confusion. -- Dar But I didn't

Re: (long) Transparent IDE elements and other problems

2004-03-26 Thread Scott Rossi
On 3/26/04 5:16 AM, "Frank Leahy" <[EMAIL PROTECTED]> wrote: > Sure. I have a photo album app that can display up to 1000 photos in > an album (though there are other limits that prevent that many being > shown at once, but that's a problem for another post...). Each photo > thumbnail is display

Re: Case Study...

2004-03-26 Thread Rob Cozens
did you get a chance to read the 'Why Multi-Tier' comments at the bottom of: http://www.altuit.com/webs/altuit2/RunRevCaseStudies/Hemingway.htm Interested in your (and anyone else's) remarks. Hi Chipp, I read the "Why Multi-Tier" paragraph, but I don't have a picture of your definition of "Mult

RE: Tab delimited data not working...

2004-03-26 Thread thierry Douez
Hi Glen, well, the chunk "word n" is giving you the nth word of the string; so, it's right but using item will work as you ask for ! set the itemdelimiter to tab put item 3 of line 1 of fld "data" -- 23 tab 35 tab 76 tab 55 tab 99 -- gives ==> 76 put item 3

Re: Tab delimited data not working...

2004-03-26 Thread Thierry Arbellot
I think you should use item instead of word words are delimited by space, items by the itemDelimiter -> put item 3 of line 1 of fld "data" Thierry. On Friday, Mar 26, 2004, at 14:42 Europe/Paris, Glen Bojsza wrote: Hello, I have a field which is filled with tab delimited data there will always

Tab delimited data not working...

2004-03-26 Thread Glen Bojsza
Hello, I have a field which is filled with tab delimited data there will always be some "missing data" by the nature of the type of data being collect. I may have made an assumption ... If word 2 is missing in a line of 5 words then when I ask for word 3 I actually get word 4. The line shifts

Re: (long) Transparent IDE elements and other problems

2004-03-26 Thread Frank Leahy
On Friday, March 26, 2004, at 12:32 AM, [EMAIL PROTECTED] wrote: Date: Thu, 25 Mar 2004 17:57:51 -0600 From: j <[EMAIL PROTECTED]> Subject: Re: (long) Transparent IDE elements and other problems To: How to use Revolution <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: t

Re: [OT] RE: counter++ versus

2004-03-26 Thread James Richards
on 25/3/04 16:08:03, Dar Scott wrote: > > On Thursday, March 25, 2004, at 03:39 PM, Peter T. Evensen wrote: > >> Ah.. Thanks. Now that brings up the next question Babel incident? >> You're not talking about the tower of, are you? > > That's it! I didn't mean to add more to the confusion.

Re: Menu items

2004-03-26 Thread Jan Schenkel
--- hershrev <[EMAIL PROTECTED]> wrote: > I have an option button, the menu items needs to > be editable, that if the list doesn't contain > the necessary item the user should be able to > add it. I used the "use stack menu" . I used > menupick to trigger the script when a user > selects a me