Re: DOS window and shell function

2008-12-04 Thread Bernard Devlin
It's the only way to ensure you'll have an intelligent conversation :-) Bernard On Wed, Dec 3, 2008 at 9:52 PM, J. Landman Gay [EMAIL PROTECTED]wrote: On the other hand, I was relieved to see that I'm not the only one who talks to themselves. -- Jacqueline Landman Gay | [EMAIL

Re: DOS window and shell function

2008-12-04 Thread Mark Schonewille
Talking to your cat works too! -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum Color Converter has been updated! Get it at http://colorconverter.economy-x-talk.com !

Re: DOS window and shell function

2008-12-04 Thread Andre Garzia
In my case, I don't think so... I once had a conversation with myself while coding that in the end thru a bigger than life insight made me realize that my code didn't build because I was coding in Javascript inside Turbo C (Never, Ever, Code before Coffee...) On Thu, Dec 4, 2008 at 7:57 AM,

Re: DOS window and shell function

2008-12-04 Thread Richard Gaskin
Mark wrote: Talking to your cat works too! LOL. My cat critiques my Rev presentations before the conferences. He's a very patient cat. :) -- Richard Gaskin Fourth World Media Corporation ___ [EMAIL PROTECTED]

Hide command not setting invisible to false

2008-12-04 Thread Thomas McGrath III
Can anyone confirm that the Hide command for an image does NOT set the visible of that image to false??? Thanks, Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and download can be found on this page:

pinging Intranet using Active Directory credentials

2008-12-04 Thread Mark E. Powell
I can see the corporate intranet through browsers and other tools. However, when I use 'load URL' type calls within Rev to the intranet location I get HTTP Error 401.1 Unauthorized: Access is denied due to invalid credentials. I am sure this is because the corporate image is set up to read

Re: Hide command not setting invisible to false

2008-12-04 Thread Thomas McGrath III
OK, so the script was not finishing and therefore leaving a blank visible image (it never got to the hide command) Damn error dialog hiding behind window problem. Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and download can be found on

Re: Hide command not setting invisible to false

2008-12-04 Thread Richard Gaskin
Thomas McGrath wrote: Can anyone confirm that the Hide command for an image does NOT set the visible of that image to false??? I just ran this in the Message Box with Rev engine 3.0 build 750 (in the MC IDE): hide img 1; put the vis of img 1 It returned false What do you get there?

Re: OT: Creating a PC Compatible DVD...

2008-12-04 Thread Jim Carwardine
Thanks everyone for your advice... I tried running the copy on a real PC running XP and it worked fine and, since it also worked on my Panasonic TV recorder, I'll roll the dice and send it and hope their PC can run it too... Jim On 3-Dec-08, at 5:13 PM, Thomas McGrath III wrote: Jim,

snapshot problem 1

2008-12-04 Thread Thomas McGrath III
When you import a snapshot - How do you get the name of the newly created image that the snapshot is placed in? From the Docs: Comments: The import snapshot command creates a new image in the center of the current card and places the snapshot in the image. Tom McGrath III Lazy River

Re: Hide command not setting invisible to false

2008-12-04 Thread Thomas McGrath III
Richard, See my reply to myself (going on a lot lately). It turned out to be an error dialog hiding behind the window so the script was not getting to the hide command but still creating a blank image. Thanks Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite -

Re: Snapshot image name

2008-12-04 Thread Joe Lewis Wilkins
Hi Tom, Just a guess, but can you possibly do something like: put the name of last image into imageName right after capturing the snapshot image? HTH, Joe Wilkins ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: snapshot problem 1

2008-12-04 Thread Wilhelm Sanke, FB01
Thomas McGrath III mcgrath3 at mac.com wrote: When you import a snapshot - How do you get the name of the newly created image that the snapshot is placed in? Y From the Docs: Comments: The import snapshot command creates a new image in the center of the current card and places the

Re: snapshot problem 1

2008-12-04 Thread Eric Chatonet
Bonsoir Thomas, Just rely on 'last' image: set the name of last image to MyImage etc. Le 4 déc. 08 à 17:38, Thomas McGrath III a écrit : When you import a snapshot - How do you get the name of the newly created image that the snapshot is placed in? Best regards from Paris, Eric Chatonet.

Re: pinging Intranet using Active Directory credentials

2008-12-04 Thread Ben Rubinstein
Mark E. Powell wrote: I can see the corporate intranet through browsers and other tools. However, when I use 'load URL' type calls within Rev to the intranet location I get HTTP Error 401.1 Unauthorized: Access is denied due to invalid credentials. I am sure this is because the corporate

Re: snapshot problem 1

2008-12-04 Thread Jim Ault
Think of it just like first card, last card, last field, last button Assuming you do not change the layer order, you newest image will always be the highest layer number. If there is an image on the card, then there is a first and last image. If there is one image on a card, the first and last

Re: Sqlite remotely

2008-12-04 Thread hershel fisch
On 12/1/08 6:16 PM, william humphrey [EMAIL PROTECTED] wrote: Remotely? like multi-user on a server? Even a single user. And what's with multi? I understand that multi is not safe like its stated on their website, but other then that? Thanks, Hershel On Mon, Dec 1, 2008 at 10:16 PM, hershel

Is it possible to see what called command?

2008-12-04 Thread william humphrey
If you have an error that is called by a command is it possible to see in the error some more information like what command immediately preceded it? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Sqlite remotely

2008-12-04 Thread william humphrey
I'm sorry. I'm just trying to figure out what you mean by remotely. I used to use SQLite but it is only single-user and not very fast so I switched to Valentina which is amazingly fast (you can call stuff from a large database and it fills out your fields instantly). Valentina is also multi-user

Re: pinging Intranet using Active Directory credentials

2008-12-04 Thread Mark Wieder
Ben- Thursday, December 4, 2008, 9:24:29 AM, you wrote: Packet Sniffer (or perhaps someone on this list can recommend one). If you're command line savvy, on Mac or Linux at least you can probably use tcpdump, which is built in - I've never figured out how to though. I use WireShark on OSX:

Re: Town Planning for 7-9 year old EFL pupils.

2008-12-04 Thread Mark Wieder
Richmond- Very nice. Opposite is somewhat ambiguous when referring to a building on a corner - there are two opposite locations, and I can see one of your 7-9 year olds complaining about why one works and the other doesn't. And if you move your corner and junction gifs a bit further back in the

Re: snapshot problem 1

2008-12-04 Thread Scott Rossi
Recently, Thomas McGrath III wrote: When you import a snapshot - How do you get the name of the newly created image that the snapshot is placed in? If you want to get a little fancy, you can give the image your own name: set the name of the templateImage to coolshot import snapShot from

Re: pinging Intranet using Active Directory credentials

2008-12-04 Thread Jim Sims
On Dec 4, 2008, at 8:01 PM, Mark Wieder wrote: Packet Sniffer (or perhaps someone on this list can recommend one). If you're command line savvy, on Mac or Linux at least you can probably use tcpdump, which is built in - I've never figured out how to though. I use WireShark on OSX:

Re: snapshot problem 1

2008-12-04 Thread Thomas McGrath III
Ok, thanks guys, I was stuck on it or the result since the docs state that snapshot 'creates' a new image. When ever I create a new object via script it places the long id of that object in it. last image will work. Thanks Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes

variable storage

2008-12-04 Thread Thomas McGrath III
Is there a way to store an object in a variable? I want to store a polygon or graphic in a variable or a custom property. Thanks Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and download can be found on this page:

Re: OT: Edu Users Interested in Art/3D Art and Rev

2008-12-04 Thread Henk van der Velden
Hi Lynn, Right now I'm using Unity for 3D work. There's also 3D in Flash (FreeSpin3D for instance) that I'm going to take a look at. If Rev can offer something different, I'm certainly interested. Kind regards, Henk -- Henk v.d. Velden iGlow Media Magda Janssenslaan

Town Planning for 7-9 year old EFL pupils.

2008-12-04 Thread Richmond Mathewson
Mark Wieder wrote: Opposite is somewhat ambiguous when referring to a building on a corner Yes, you are exactly right; that is the kind of feedback that is always useful. And if you move your corner and junction gifs a bit further back in the layering then the buildings won't slide behind them

Re: snapshot problem 1

2008-12-04 Thread Thomas McGrath III
Scott, Now that is pretty cool. I haven't used a template yet. Thanks, Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html On Dec 4, 2008, at 2:26 PM, Scott

fileType creator

2008-12-04 Thread -= JB =-
I am creating a new file using the open file command. I set the fileType after it is opened then I write to the file and close it as seen in the code below. I have tried to use set the fileType and set the stackFileType as shown below but they don't change the creator and file type. Does

Re: snapshot problem 1

2008-12-04 Thread Richard Gaskin
Thomas McGrath wrote: Ok, thanks guys, I was stuck on it or the result since the docs state that snapshot 'creates' a new image. When ever I create a new object via script it places the long id of that object in it. It's curious that it doesn't when using import snapshot. Ideally all

Re: variable storage

2008-12-04 Thread Scott Rossi
Recently, Thomas McGrath III wrote: Is there a way to store an object in a variable? I want to store a polygon or graphic in a variable or a custom property. I don't believe you can't store the object itself, but you can store the properties of the object and create it on the fly by setting

Re: fileType creator

2008-12-04 Thread Mark Schonewille
Hi JB, Set the filetype before opening the file. It works fine for me in Rev 3.0. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum Color Converter has been updated!

Revolution contract work options

2008-12-04 Thread Richard Miller
I'm looking for some short term work (2 weeks - 2 months) doing Revolution programming. I don't care how laborious the work might be. Is there somewhere on the web one can go to search for contract work opportunities that fit this bill? If anyone here has a need for extra programming help of

Re: fileType creator

2008-12-04 Thread Scott Morrow
So close! when you open the file it is created. So set the fileType before opening (creating) the file. -- Dictionary: snip The fileType property is used to set the file type and creator of files created by the open file command and of files created/snip -Scott Morrow Elementary

Re: variable storage

2008-12-04 Thread Mark Schonewille
Hi Tom, The docs entry for the properties property might give you an idea of how to do this, in particular the syntax description set the properties of object to propertiesArray. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: Is it possible to see what called command?

2008-12-04 Thread Eric Chatonet
Bonsoir William, Le 4 déc. 08 à 19:43, william humphrey a écrit : If you have an error that is called by a command is it possible to see in the error some more information like what command immediately preceded it? If a function returns directly an error, you can test the result when

Re: fileType creator

2008-12-04 Thread Ken Ray
On 12/4/08 3:15 PM, -= JB =- [EMAIL PROTECTED] wrote: I am creating a new file using the open file command. I set the fileType after it is opened then I write to the file and close it as seen in the code below. I think you need to set the fileType *before* the open file command...

Re: Is it possible to see what called command?

2008-12-04 Thread Ken Ray
If you have an error that is called by a command is it possible to see in the error some more information like what command immediately preceded it? Yes - although it is currently unsupported, you can ask for the executionContexts and get a series of lines that indicate the call stack of the

Re: Sqlite remotely

2008-12-04 Thread Kee Nethery
sqlite is is a sql database but it is not a multi-user database. Think of it as a local file on your hard drive (in fact that is what it is). If you want to use it remotely, you have to mount that hard drive remotely, open the sqlite file, and then read and write to it. While you are doing

Re: fileType creator

2008-12-04 Thread -= JB =-
Hi Mark, Thanks for the info! It works good. I read the dictionary quite a few times and either it does not explain to use it before opening the file or I missed it. They should probably make it clear where to use it. The only other problem is after changing the file type it does not

Re: fileType creator

2008-12-04 Thread -= JB =-
Thanks for the info and taking the time to reply. That is what I like about the Rev list, so many nice people willing to help out. -=JB=- On Dec 4, 2008, at 3:38 PM, Scott Morrow wrote: So close! when you open the file it is created. So set the fileType before opening (creating) the

Re: fileType creator

2008-12-04 Thread -= JB =-
Thanks Ken. It works when I set it *before* the open file command. As for the file type it was good of you to mention that but I wanted it to be a Rev stack due to I was transferring a Rev stack with a communications program I wrote and I wanted to save it properly after it is

Re: snapshot problem 1

2008-12-04 Thread Thomas McGrath III
No I haven't filed anything yet. Kinda busy right now with three projects. Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html On Dec 4, 2008, at 4:28 PM,

Re: variable storage

2008-12-04 Thread Thomas McGrath III
Scott, thanks. seems a little complicated because I wanted to do this with dozens of objects. So this would mean dozens of stacks. For my needs I think it might be better to store them all in one separate stack. Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite -

Re: variable storage

2008-12-04 Thread Thomas McGrath III
Mark, Yes except that the properties does not store ALL of the possible properties of an object. So it is not a perfect match to the original object. I actually started with the properties first and then started looking for other ways that might be better and include ALL of the possible

Re: variable storage

2008-12-04 Thread Richard Gaskin
Thomas McGrath wrote: Mark, Yes except that the properties does not store ALL of the possible properties of an object. So it is not a perfect match to the original object. I believe the properties contains all modiable properties of an object, so that if you apply that to the template