Re: FatOS engine

2003-08-05 Thread John Tenny
I have the Studio version to be developed in X (seem to work fine) and distribute to all. I tried to distribute to just X and it used the FAT engine. Anyone else in this boat? John On Sunday, August 3, 2003, at 11:24 AM, John Tenny wrote: Question: is the engine FatOS the same engine

Re: DMOZ

2003-08-05 Thread Edwin Gore
That is probably where it will end up, but I can't help thinking that scripting has the connotations associated with JavaScript, or VBscript - ie, not for real applications. And Rev is s much more. - Original Message - From: Richard Gaskin [EMAIL PROTECTED] To: Rev Discussion List

Re: graphic antialiasing [was Re: Amazing Splash Screen Effect...]

2003-08-05 Thread Alex Rice
On Tuesday, August 5, 2003, at 12:47 AM, Richard Gaskin wrote: - Please search the bug request database before posting. Processing duplicate entries takes time away from fixing bugs and adding features. I don't understand... AFAIK (feature request form) bugzilla Alex Rice, Software Developer

RE: Arrays and custom properties

2003-08-05 Thread Monte Goulding
I am struggling with the concept of arrays and custom properties and am looking for a cookbook example. Let's say I want to make something like the included Employee Database example that comes with Rev. It makes a new card for each record but I don't want to do that, I want to put the

PICTs on MSWindows?

2003-08-05 Thread Joel Rees
Can Revolution play use PICT images directly on MSWindows boxes, or will it be necessary to convert the images to a MS-specific or non-Mac standard file format? -- Joel Rees, programmer, Systems Group Altech Corporation (Alpsgiken), Osaka, Japan http://www.alpsgiken.co.jp

Re: graphic antialiasing [was Re: Amazing Splash Screen Effect...]

2003-08-05 Thread Richard Gaskin
Alex Rice wrote: On Tuesday, August 5, 2003, at 12:47 AM, Richard Gaskin wrote: - Please search the bug request database before posting. Processing duplicate entries takes time away from fixing bugs and adding features. I don't understand... AFAIK (feature request form) bugzilla I

Build standalone errors.

2003-08-05 Thread yoy
I'm having a problem with building a standalone on my W2k box. In Revolution, all my buttons have a nice gray shadow. After the build, in the standalone, the shadows turned black. Also the Grey Stack Width Flipper button on the main stack disappeared. What is happening here? Thanks, Andy

Displaying Live Video in an RR App

2003-08-05 Thread Cyberscope
I would be immensely grateful to anyone who could supply a few pointers for a project I am attempting to undertake. I would like to create a security-type application using R that can display video from two CCD cameras on the screen of a Mac or Windows machine. Ultimately, I would like to press

Arrays and custom properties

2003-08-05 Thread Bill Vlahos
I am struggling with the concept of arrays and custom properties and am looking for a cookbook example. Let's say I want to make something like the included Employee Database example that comes with Rev. It makes a new card for each record but I don't want to do that, I want to put the

Re: FatOS engine

2003-08-05 Thread Klaus Major
Hi John, Alex, et al, I noticed yesterday that the Engines folder downloaded with Rev 2.02 contains only one file: MacOSFat. i think this is a correct behaviour and the distribution is just ehmm... a bit economic ;-) Why store an additional OS X engine in the engines folder when the OS X

Re: Teams

2003-08-05 Thread Richard Gaskin
Troy Rollins wrote: I'm curious if anyone on this list actively develops software in teams (more than actively coding developer, plus other support people), and what techniques you are employing for maintaining a synchronized modular team project - ideally through a server. This

Re: Graphics printing

2003-08-05 Thread J. Landman Gay
On 8/5/03 4:24 AM, Greg Wills wrote: Hi All I have been having this problem for a year or so and have been waiting to see if Rev 2 would resolve the issue - but no it has not. I have been discussing this with Kevin, but I now suspect that it may be a computer problem, not a Rev problem.

Re: Build standalone errors.

2003-08-05 Thread yoy
Thierry, That box was unchecked! Also my progress scrollbar has turned black with a dark purple thumb. I did get my little Grey Stack Width Flipper button back by including the metacard icons and default patterns (don't know which helped that). To make things clearer, I'm developing and

Re: Teams

2003-08-05 Thread Richard Gaskin
Troy Rollins wrote: On Tuesday, August 5, 2003, at 04:52 PM, Steve Gehlbach wrote: IMHO, if a file format and method cannot be found to use RR in a team approach, I think all RR projects will self-limit to a smaller size and more limited problem set than otherwise would be attainable with

Re: Build standalone errors.

2003-08-05 Thread Sarah
Andy, Is this problem appearing in the main stack or in a sub stack? I was surprised to find that I needed to select each of the stacks and uncheck the Apply default colors button for each stack. I have also found some inconsistency - if unchecking this box doesn't work, try checking it and

Re: Arrays and custom properties

2003-08-05 Thread Dar Scott
On Tuesday, August 5, 2003, at 01:49 PM, Klaus Major wrote: If you only store data in that stack, you can simply access these (custom props etc...) by passing the filename like: ... set the uCData[tCustID,name] of stack path to your/stack.rev to fld customerName ... I think I have been doing

Save as Image

2003-08-05 Thread Dan Friedman
Has anyone discovered a way to save a stack (or portion of a stack) as an image while the stack is either offscreen or invisible? If so, I'd sure love to hear how ya did it! Thanks, Dan ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Inconsistent Results - resolved but it still may be a bug

2003-08-05 Thread Barry Levine
Sarah, Yes, your solution worked. I think I found the inconsistency, as well. I suspect that failing to specify the field: put the selectedText into userToDelete put the selectedLine into whatToRemove (at least in the second line of the above code) fails to permit another portion of the code:

Re: Teams

2003-08-05 Thread Troy Rollins
On Tuesday, August 5, 2003, at 05:25 PM, Richard Gaskin wrote: Frankly, this has been the biggest limiter from us adapting to RR more fully. Even medium sized projects benefit from a well-controlled group environment, and the larger ones are extremely more complex to manage without it. How is

Endian conversion problems

2003-08-05 Thread David Beck
Hey, I have been using rev for a couple years now and think its great! But I recently ran into an issue which I am having trouble resolving and was hoping somebody on this list could help out. My problem is as follows: I have a stack that I am building for both Mac and Windows. It needs to be

Re: Teams

2003-08-05 Thread Alex Rice
On Tuesday, August 5, 2003, at 10:26 AM, Richard Gaskin wrote: (NOTE : The RBPM mentioned above works (if it worked) much like WebDav, with the ability to log in to a project, check out specific items for editing, and maintain synchronization of the latest versions. Like CVS but more simple and

RE: Saving changes

2003-08-05 Thread Monte Goulding
It's worth noting that even though Mac OS allows an app to write for itself, Apple recommends storing user data outside of the app in a user folder, so the following discussion would also benefit SC users looking to modernize their apps: If OS X is based on UNIX and UNIX can't save to a

RE: Scripts in Independent Study Tutorial - A Mini-Course

2003-08-05 Thread Monte Goulding
Dan Shafer wrote: On Sunday, August 3, 2003, at 04:22 PM, RIchard Gaskin wrote: One thing that might be useful is an article on best practices for object structure as a compliment to the Scripting Style Guide at http://www.fourthworld.com/embassy/articles/scriptstyle.html. Having

Re: Arrays and custom properties

2003-08-05 Thread Dar Scott
On Tuesday, August 5, 2003, at 11:13 PM, Alex Rice wrote: Because that way presumably opens and closes the stack every time you set a property. Wow! I had no idea. It may be slower, but it might be the simple dumb thing needed at times. Dar you could teach me about sockets, binary encoding,