Re: Revolution's CGI Module - where is it????

2003-07-10 Thread Alex Rice
On Tuesday, July 8, 2003, at 11:37 PM, [EMAIL PROTECTED] wrote: Hi, I saw on the posts recently a mention of the availabilty of a CGI module for Revolution. See "Using Revolution To Do Server-Side Scripting - Some Basics" http://www.runrev.com/revolution/developers/articles/tipoftheweek/6.htm

Re: Table'itis

2003-07-10 Thread Jan Schenkel
--- Jan Schenkel <[EMAIL PROTECTED]> wrote: > [snip] > > Hi Chris, > > When you're dealing with table fields, the actual > data > is stored not only in the field text, but also in > two > separate custom poperties of the field : > the cREVTable["currentview"] > the cREVTable["formattedview"]

Re: Table'itis

2003-07-10 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: > Try this ... > 1. Create a new blank mainstack. > 2. Draw a descent sized Field on it > 3. Go into the Inspector and check the Table > settings (Table Object and Cell > Edit) > 4. Put some numbers in the first four cells of > column one (how about 1, 2 ,3 > and 4) >

Re: Standalones Don't Remember Where To

2003-07-10 Thread Richard Gaskin
Rob Cozens wrote: >>> In testing a standalone for SDB, I've noticed that on both OS 9 & OS >>> X the standalone always opens in the same place on the screen. >> >> Rev lets you position your windows where you want, rather than letting the >> OS move 'em around without asking. > > I guess my ques

Re: Standalones Don't Remember Where To

2003-07-10 Thread J. Landman Gay
On 7/10/03 8:48 PM, Rob Cozens wrote: I guess my question is "what determines the initial position of the standalone's window the first time it is opened?". I certainly didn't tell the Distribution Builder to set it to open in the bottom left quadrant of the screen. My stacks always open in th

Re: Can I draw a line (or better any polygon) directly on screen?

2003-07-10 Thread Scott Rossi
Recently, Ken Norris wrote: >> 2) Using the windowShape property, set the stack to be totally >> transparent (you can do this by using an image which is totally >> transparent as the 'shape' for the windowShape property). > snip > > How? I couildn't get any of my paint programs, or even Photoshop

Re: [ANN] Explosive Demo Stack

2003-07-10 Thread Ken Norris
> Date: Wed, 09 Jul 2003 17:42:39 -0700 > Subject: [ANN] Explosive Demo Stack > From: Scott Rossi <[EMAIL PROTECTED]> > For better or for worse, it is human nature to destroy things... Thus we > have a new demo stack available via our stack viewer which provides a couple > of examples of explosio

Re: Standalones Don't Remember Where To

2003-07-10 Thread Edwin Gore
I believe that it's preety much the last location the window was at when saved during development - Original Message - From: "Rob Cozens" To: <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 7:48 PM Subject: Re: Standalones Don't Remember Where To > > > In testing a standalone for SDB,

Re: Can I draw a line (or better any polygon) directly on screen?

2003-07-10 Thread Ken Norris
Hi Igor, > Date: Thu, 10 Jul 2003 19:02:48 +1000 > Subject: Re: Can I draw a line (or better any polygon) directly on screen? > From: Igor Couto <[EMAIL PROTECTED]> snip > 2) Using the windowShape property, set the stack to be totally > transparent (you can do this by using an image which is tota

Re: Standalones Don't Remember Where To

2003-07-10 Thread Rob Cozens
> In testing a standalone for SDB, I've noticed that on both OS 9 & OS > X the standalone always opens in the same place on the screen. Rev lets you position your windows where you want, rather than letting the OS move 'em around without asking. I guess my question is "what determines the initial

Table'itis

2003-07-10 Thread HyperChris
Try this ... 1. Create a new blank mainstack. 2. Draw a descent sized Field on it 3. Go into the Inspector and check the Table settings (Table Object and Cell Edit) 4. Put some numbers in the first four cells of column one (how about 1, 2 ,3 and 4) 5. Open the message box and execute ... put empt

Re: Standalones Don't Remember Where To

2003-07-10 Thread Richard Gaskin
Rob Cozens wrote: > In testing a standalone for SDB, I've noticed that on both OS 9 & OS > X the standalone always opens in the same place on the screen. My > experience with other Mac apps is that they open in the screen > position they occupied when last closed. Rev lets you position your wind

checking if there's a CD (windows)

2003-07-10 Thread Shao Sean
i think it was shari who was looking for a way to check if the CD is present or not on windows.. get MCISendString("status cdaudio media present") will return TRUE if there's a CD in the drive, FALSE if no CD.. you can also eject and insert the CD tray get MCISendString("set cdaudio door ope

Re: Standalones Don't Remember Where To

2003-07-10 Thread Scott Rossi
Recently, "Rob Cozens" wrote: > In testing a standalone for SDB, I've noticed that on both OS 9 & OS > X the standalone always opens in the same place on the screen. My > experience with other Mac apps is that they open in the screen > position they occupied when last closed. > > ?? You need t

Standalones Don't Remember Where To

2003-07-10 Thread Rob Cozens
Hi All, In testing a standalone for SDB, I've noticed that on both OS 9 & OS X the standalone always opens in the same place on the screen. My experience with other Mac apps is that they open in the screen position they occupied when last closed. ?? [No, I don't have any window positioning l

Default button

2003-07-10 Thread Robert Presender
Using OS 10.2.6, Rev 2.0.1 In development phase, I have a splash window with a default button (pulsing, no editable fields on card). Have a mouseUp handler which works fine when clicking on the button, but the default button doesn't respond to enter or return keys. When a standalone is made

Color Chooser

2003-07-10 Thread Mathewson
Of course Roger Eller's idea of turning the color chooser from RR 1.1.1 into a RR 2.0.1 plugin is much more elegant than my modified revTools stack: no least because the RR 1.1.1 colors stack has an eyedropper while the one I 'pinched' from MC does not! Richmond Mathewson _

Re: Copy Card Bug

2003-07-10 Thread Dar Scott
On Thursday, July 10, 2003, at 11:28 AM, Barry Levine wrote: When I look at the property inspector and pull down the popup menu of the various objects, both cards have the same ID. When I type "the ID of this card" in the message box, I get the same answer no matter which card is the current on

Re: Color Chooser

2003-07-10 Thread James . Cass
You Hacker you. |-+-> | | [EMAIL PROTECTED]| | | m | | | Sent by: | | | [EMAIL PROTECTED]| | | .runrev.com

Re: MAC OS X standalone and externals

2003-07-10 Thread Dan Friedman
Ron, I had the same type of problem with one of my OSX externals. I don't know if this will help, but here's what I did: First, I had the external re-compiled as a bundle (from the code that was used to make the original CODE resource and DLL). So, it was now named "Spell.bundle". I placed "Sp

Re: Color Chooser

2003-07-10 Thread Roger . E . Eller
Richmond, Just as an experiment, I copied revcolors.rev from 1.1.1 into C:\Program Files\Revolution 2.0.1\plugins. It seems to work just fine (No modification at all). It's nice having that little menu back! Thanks. Roger Eller [EMAIL PROTECTED] > Dear RR afficionados, > A few weeks ago one or

Stop repeat loop on with a double click

2003-07-10 Thread Jim Hurley
I have a button with a repeat loop in which the clicklocs are being recorded and entered into a list. Is it possible to exit the loop with a double click and continue with the button handler? Thanks, Jim ___ use-revolution mailing list [EMAIL PROTECT

Re: Color Chooser

2003-07-10 Thread Alex Rice
On Thursday, July 10, 2003, at 11:21 AM, [EMAIL PROTECTED] wrote: The option that I miss the most is the eyedropper tool. With that, I could quickly identify the RGB mix of any object in any open stack, and use that color in a new object. I'm sure the OS X color chooser is nice, but I and many

Re: Copy Card Bug

2003-07-10 Thread Barry Levine
Dar, When I look at the property inspector and pull down the popup menu of the various objects, both cards have the same ID. When I type "the ID of this card" in the message box, I get the same answer no matter which card is the current one. I have not yet checked the App Browser. Barry On Th

Re: People looking for old versions of RR / MC

2003-07-10 Thread Jan Schenkel
--- Mathewson <[EMAIL PROTECTED]> wrote: > It might be a good idea if RR could make available > older versions of RR and Metacard via a webpage as a > service to those who require them. This is not > quite as daft as it seems as some poeple prefer > certain aspects of the user interface in RR 1.

Re: Color Chooser

2003-07-10 Thread Roger . E . Eller
On 7/10/2003 at 12:32PM, Alex Rice <[EMAIL PROTECTED]> wrote: > What is wrong with the new color chooser? The new color chooser on OS X > appears to be the system (Mac OS X) color chooser. It's consistent with > all other apps on OS X that use a color chooser. That is a good thing. Alex, The opt

RE: How do you reduce Revolution's compiled program sizes?

2003-07-10 Thread Ken Ray
I hope this is an email glitch because your questions from your last four posts were answered already... Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAI

Re: People looking for old versions of RR / MC

2003-07-10 Thread Mary Vivit
Good day! I'd like to add my voice to this request. I have a couple of older projects that need to stay in an older format. Even though I have local backups, it would be nice to know I could download again if necessary. Mary Vivit [EMAIL PROTECTED] 7/10/2003 4:14:24 AM, "Mathewson" <[EMAIL P

Re: Copy card produces same ID

2003-07-10 Thread Alex Rice
On Thursday, July 10, 2003, at 08:40 AM, Barry Levine wrote: Appreciate any assistance. Thanks. I can't replicated this problem on Rev 2.0.1. "copy this card to this stack" makes a card with the id iterated by 1. Alex Rice, Software Developer Architectural Research Consultants, Inc. http://ARCp

Re: Color Chooser

2003-07-10 Thread Alex Rice
On Thursday, July 10, 2003, at 04:04 AM, Mathewson wrote: Top of the list on the 'files' page of my website. What is wrong with the new color chooser? The new color chooser on OS X appears to be the system (Mac OS X) color chooser. It's consistent with all other apps on OS X that use a color ch

MAC OS X standalone and externals

2003-07-10 Thread Ron
Hi I am having trouble setting the external of an OS X standalone. I think this is a path problem so I've spent a long time tonight trying to read the docs on filepaths and searched the archives for info on OS X standalones, but I'm still stuck. The code works fine in OS 9 both in the ide and as

ODBC on MacOSX?

2003-07-10 Thread Joël Guillod
I got a "revdberr,invalid database type" when calling: revOpenDatabase("ODBC",...) I installed the last Complete MySQL package from Server Logistics and the ODBC seems to work with the test application under Terminal. After a long browse in the web, I have not found what's happening. MySQL wo

Re: Copy card produces same ID

2003-07-10 Thread Dar Scott
On Thursday, July 10, 2003, at 08:40 AM, Barry Levine wrote: This seems like a bug but...If I use: copy this card to this stack -- (I think that's what I used) I get a duplicate card (which is what I want) but the ID of the card is the same as the original card. Are you seeing this evidence in

Copy card produces same ID

2003-07-10 Thread Barry Levine
This seems like a bug but...If I use: copy this card to this stack -- (I think that's what I used) I get a duplicate card (which is what I want) but the ID of the card is the same as the original card. This seems like a bad thing (and a bug). Shouldn't ID's be unique? Should I be using somethin

OsX Throbbing buttons strangeness: Accepts Return but notclicking on it.

2003-07-10 Thread Malte Brill
Hi list, trying to finish my little Player App. I come across a strange behaviour of the throbbing Buttons under OsX. Sometimes it refuses to respond to clicks. If you hit the enter key it accepts it. :-( This is happening in the answer dialogue. If I hit command period quite often Rev tells me th

Re: Need some help

2003-07-10 Thread James Lewes
I already use Dreamweaver and I could use photoshop to batch create thumbnails. However, I want to make the images searchable by content, and as there are 500+ images it seems sensible to utilize an online database and I would like to use Revolution to do so. James On Thursday, July 10, 2003,

People looking for old versions of RR / MC

2003-07-10 Thread Mathewson
It might be a good idea if RR could make available older versions of RR and Metacard via a webpage as a service to those who require them. This is not quite as daft as it seems as some poeple prefer certain aspects of the user interface in RR 1.1.1 to those in RR 2.0.1. Richmond _

Color Chooser

2003-07-10 Thread Mathewson
Dear RR afficionados, A few weeks ago one or two people were complaining about the Color Chooser in RR 2.0.1: I then suggested something vaguely illegal here is something that should not be illegal: a modified revTools stack with an old-style Color Chooser as a substack: just put i

Re: Can I draw a line (or better any polygon) directly on screen?

2003-07-10 Thread Igor Couto
Hi all, On Thursday, July 10, 2003, at 03:57 AM, Richard Gaskin wrote: On Tuesday, July 8, 2003, at 02:30 AM, Joël Guillod wrote: Is there a easy way to draw any line on screen? Maybe you can draw a line in separate stack and use windowShape. Without having tried any of this, how about this so

Re: Need some help

2003-07-10 Thread Wolfgang M. Bereuter
On Thursday, Jul 10, 2003, at 03:43 Europe/Vienna, Dan Shafer wrote: HTML would be a good choice, but assuming you want to provide thumbnails from which people can select to see the larger image, laying out the page can be a bit of a challenge. right, so have a look at: ThumbsUp 3.1 http://www.d

Re: Need some help

2003-07-10 Thread Wolfgang M. Bereuter
Hi James, On Wednesday, Jul 9, 2003, at 23:27 Europe/Vienna, Edwin Gore wrote: From: James Lewes To: [EMAIL PROTECTED] Sent: Wed, 9 Jul 2003 12:09:26 I have a book coming out, on July 30, on the military antiwar-movement which emerged during the Vietnam War. I am currently thinking about a website