Re: v2.7 engine?

2006-12-04 Thread J. Landman Gay

Kay C Lan wrote:

On 12/5/06, J. Landman Gay <[EMAIL PROTECTED]> wrote:



I'm not sure, I have Enterprise and Media. Someone with Studio might
look for us.



In my Mac Studio edition I have 3 Mac Standalones (PPC-32,Universal, 
X86-32)

and one Win (x86-32)

HTH


Thanks for checking. So it looks like auto-download isn't needed any 
more, the distributions just ship with everything.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread J. Landman Gay

Richard Gaskin wrote:

J. Landman Gay wrote:


If you don't see them, just make a 1-card standalone and build for all
available platforms, and they will show up in there.


Where would it get them from? 


It downloads them during the build as needed from the server.


Right.  I gathered that from "download". :)

URL?



You don't understand. The standalone builder downloads the files 
automatically as needed. There is no public URL that I know of, it is 
all internal.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Stdout and Shell commands

2006-12-04 Thread Mark Smith
Thanks, Dar. I might play around with "process", but it sounds like  
the file route is the way to go for now.


Best,

Mark

On 4 Dec 2006, at 22:52, Dar Scott wrote:



On Dec 4, 2006, at 5:24 AM, Mark Smith wrote:

There are some shell commands (openssl sha1, for example) that  
take their arguments from stdin or a file, but not the command  
line. While it's easy to write data to a file and pass the  
filepath to the shell, it's not very efficient if you want to do  
it many times in succession.


What you want is process i/o.  See 'open process' etc.

There are some problems.  You have to do a half-close.  That is,  
you need to close the pipe to the tool without closing the pipe  
from the tool.


Revolution tries to do a half-close with a a control character (04,  
EOT, Control-D), but that doesn't work well.


On OS X you cannot do a half-close with binary.  This was done to  
fix a concern (bz 1770).


On OS X this does do a half-close with text mode, but there seems  
to be something fishy with the line ends in text mode.  Anybody  
know what is wrong with the line ends in this case?  This needs a  
bz but I'm not sure what is up.  I've tried this with sort and  
things don't get sorted.


On XP it gets a little mixed up with ^X or ^Z, I forgot which.   
That is, Rev thinks it closed the pipe for ^D, but the application  
thinks it is still open.  Maybe you can send ^X^Z^D and something  
will happen.  I have some notes someplace but I don't think they  
were enough to bugzilla.


As you can see, I'm not clear on this.  We do need a half close  
command for open process and open socket.


If the tool reads a fixed number of lines or characters, you might  
be OK.  You don't have to do the half close.


I do have some other bugs reported on process I/O and some bugs  
that are not ready for bz on process I/O.



I'd go with the file for the input with shell() for now.  If the  
output is binary, then you should use a file for output, too, on  
Windows.  I have not had a problem with binary output on OS X.


Note that passwords are often not input with stdin even though they  
look like it.


Dar
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread Kay C Lan

On 12/5/06, J. Landman Gay <[EMAIL PROTECTED]> wrote:



I'm not sure, I have Enterprise and Media. Someone with Studio might
look for us.



In my Mac Studio edition I have 3 Mac Standalones (PPC-32,Universal, X86-32)
and one Win (x86-32)

HTH
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Convert Date Question

2006-12-04 Thread Kay C Lan

On 12/5/06, jhonken <[EMAIL PROTECTED]> wrote:


That worked great. Thanks



I think in general many on this list would recommend that you never 'use'
it. In those case where Rev places data into it, like 'answer', many will
immediately 'put it into myVar' and then work with the variable. This will
save you a lot of troubleshooting similar problems where 'it' will suddenly
change on you.

HTH
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [OT] Rev Online User Space

2006-12-04 Thread Kay C Lan

On 12/5/06, Judy Perry <[EMAIL PROTECTED]> wrote:


Gee, I thought that it stood for "you idiot!  you have  more than one
RevOnline space!!"



Oh good, now I don't feel as I'm the only one who didn't know:-)
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread Richard Gaskin

J. Landman Gay wrote:


If you don't see them, just make a 1-card standalone and build for all
available platforms, and they will show up in there.


Where would it get them from? 


It downloads them during the build as needed from the server.


Right.  I gathered that from "download". :)

URL?

--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread J. Landman Gay

Richard Gaskin wrote:

J. Landman Gay wrote:
Check your copy of Enterprise to see if it already contains the Mac 
and Windows standalone engines. They are in mine.


My Enterprise does too.  Seems this is new for v2.7.  What engines are 
included with Studio?


I'm not sure, I have Enterprise and Media. Someone with Studio might 
look for us.





If you don't see them, just make a 1-card standalone and build for all
available platforms, and they will show up in there.


Where would it get them from?



It downloads them during the build as needed from the server.

--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Image collision detection

2006-12-04 Thread John Craig

Library is available at http://www.molekular.co.uk for anyone who wants it.

:-)

JC

John Craig wrote:
For anyone interested in image collisions, I have uploaded a demo to 
user space Jock_McTartan.  I'll upload a library file shortly for 
using in your own projects.  Feedback would be appreciated - IMHO it's 
pretty fast even with reasonably large images.  Intended for use with 
PNG images, it has pixel level collisions and a transparency threshold 
setting to avoid collisions with object shadows, etc.


JC

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread Richard Gaskin

J. Landman Gay wrote:
Check your copy of Enterprise to see if it already contains the Mac and 
Windows standalone engines. They are in mine.


My Enterprise does too.  Seems this is new for v2.7.  What engines are 
included with Studio?



If you don't see them, just make a 1-card standalone and build for all
available platforms, and they will show up in there.


Where would it get them from?

--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread J. Landman Gay

Sarah Reichelt wrote:


What engine should I be using for CGI stuff on OS X?

At the moment I'm using the 2.1.2 Darwin engine as specified in
Jacque's wonderful CGI tutorial, but I would love to change to 2.7
since I would not have to remember to save stacks in the old format
all the time :-)


That's the last Darwin engine. I asked for a new one quite a while ago, 
but so far, no go. Hardly anyone needs it, so I bet they've forgotten I 
mentioned it.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread J. Landman Gay

Richard Gaskin wrote:

J. Landman Gay wrote:

Richard Gaskin wrote:
I can only find engines through v2.6.1 at 
 -- where are 
engines for v2.7.x obtained?


I usually just grab them from the downloads page on the web site. Or 
do you need a 2.7 version that isn't current?


I can only find complete installs there, and all I'm looking for is the 
runtime engine to make standalones with.  The current version would be 
fine -- what's the URL?




I meant, I download the whole shebang and then grab the engine out of it.

Check your copy of Enterprise to see if it already contains the Mac and 
Windows standalone engines. They are in mine. If you don't see them, 
just make a 1-card standalone and build for all available platforms, and 
they will show up in there.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Bizarre? Group id = 0???

2006-12-04 Thread Jim Ault

> 
> There seems no way around this bug? As a hack I have moved the group to the
> first group which is what an id of 0 seems to refer to!

I would do a handler such as

on closecard
  set the cpDateCreated of this card to the propIwantLater
--now it is available to any stack from any card
--in your case,
--   to the long id of group "_dateCreated"

-- further, I would put the actual info I want to retrieve into the
custom properties to make things easier.
end closecard

Hopefully the bug will be fixed, but until then
What I have described is not a hack, but another way Rev would allow you to
set and access info.

> Further investigation reveals that this is an issue only for controls that
> have been created and not "loaded" by visiting the card they were created
> on. For my application a group is copied to another card and I refer to
> elements within that group with properties. This is what is not working.
> Visiting the card before getting a reference solves the problem - but is not
> really an option in my case as their are large videos on the card - and this
> is way too slow.
Do you 'copy' the group to the next card or 'place' the group on that card?
And when is this done?  (during development, or program operation)?



On 12/4/06 3:46 PM, "David Bovill" <[EMAIL PROTECTED]> wrote:

> No that does not work. That is the script:
> 
> getprop date_Record
> put the long id of me into myView
> return the long id of group "_dateCreated" of myView
> end date_Record
> 
> Still returns:
> 
>   group id 0 of group id 3712 of group id 1231 of group id 1275 of card id
> 1002 of stack 
> 
> when called from anoher card. While giving:
> 
>   group id 3706 of group id 3698 of group id 1231 of group id 1275 of card
> id 1002 of stack 
> 
> when called from the current card.
Is there a group id 3712?  If so, the group id 3698 seems to be the one you
really want.

> 
> Further investigation reveals that this is an issue only for controls that
> have been created and not "loaded" by visiting the card they were created
> on. For my application a group is copied to another card and I refer to
> elements within that group with properties. This is what is not working.
> Visiting the card before getting a reference solves the problem - but is not
> really an option in my case as their are large videos on the card - and this
> is way too slow.
> 
> There seems no way around this bug? As a hack I have moved the group to the
> first group which is what an id of 0 seems to refer to!


Jim Ault
Las Vegas


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread Sarah Reichelt

On 12/5/06, J. Landman Gay <[EMAIL PROTECTED]> wrote:

Richard Gaskin wrote:
>
> I can only find engines through v2.6.1 at
>  -- where are
> engines for v2.7.x obtained?
>

I usually just grab them from the downloads page on the web site. Or do
you need a 2.7 version that isn't current?




What engine should I be using for CGI stuff on OS X?

At the moment I'm using the 2.1.2 Darwin engine as specified in
Jacque's wonderful CGI tutorial, but I would love to change to 2.7
since I would not have to remember to save stacks in the old format
all the time :-)

Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [OT] Rev Online User Space

2006-12-04 Thread Judy Perry
Gee, I thought that it stood for "you idiot!  you have  more than one
RevOnline space!!" ('cuz I noticed that one of my spaces had one; most
assuredly not a comment on anyone else's).

;-)

Judy

On Mon, 4 Dec 2006, Eric Chatonet wrote:

> Hello,
>
> Le 4 d?c. 06 ? 07:36, Kay C Lan a ?crit :
>
> > I was just wondering what the * next a user name meant. New entry
> > in the
> > last xx days?
>
> "*" means stack(s) added since your last visit.
>
> If you don't find this very clear :-) you might be interested in
> "RevOnline Picker" and "RevOnline Watcher", a couple of free plugins
> available for my website.
> The first one displays all stacks available from RevOnline (by
> category, by date), allows searching by keywords in descriptions,
> sorting, etc.
> The second one informs you discretely about new stacks uploaded at
> Rev startup then open RevOnline or RevOnline Picker if you are
> interested in.
>
> Best Regards from Paris,
> Eric Chatonet
> 
> --
> http://www.sosmartsoftware.com/[EMAIL PROTECTED]/
>
>
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Bizarre? Group id = 0???

2006-12-04 Thread Mark Schonewille

Hi,

go invisible cd x

but it would be better if you could avoid "going" there altogether.  
Can't you just read some properties like "the text of fld x of cd y"?


Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software.  
Download at http://www.salery.biz


Op 5-dec-2006, om 0:58 heeft David Bovill het volgende geschreven:

Just a thought but does anyone know how to "load" / refresh a card  
without

actually visiting it?

Lock = unlock screen does not work - and as the current card has a  
nice big

video on it I don"t want to have to go and come back? Ideas anyone?



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Bizarre? Group id = 0???

2006-12-04 Thread David Bovill

Just a thought but does anyone know how to "load" / refresh a card without
actually visiting it?

Lock = unlock screen does not work - and as the current card has a nice big
video on it I don"t want to have to go and come back? Ideas anyone?
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Bizarre? Group id = 0???

2006-12-04 Thread David Bovill

No that does not work. That is the script:

getprop date_Record
   put the long id of me into myView
   return the long id of group "_dateCreated" of myView
end date_Record

Still returns:

 group id 0 of group id 3712 of group id 1231 of group id 1275 of card id
1002 of stack 

when called from anoher card. While giving:

 group id 3706 of group id 3698 of group id 1231 of group id 1275 of card
id 1002 of stack 

when called from the current card.

Further investigation reveals that this is an issue only for controls that
have been created and not "loaded" by visiting the card they were created
on. For my application a group is copied to another card and I refer to
elements within that group with properties. This is what is not working.
Visiting the card before getting a reference solves the problem - but is not
really an option in my case as their are large videos on the card - and this
is way too slow.

There seems no way around this bug? As a hack I have moved the group to the
first group which is what an id of 0 seems to refer to!

I've added this info to the report to the bug
3420report:

 http://support.runrev.com/bugdatabase/show_bug.cgi?id=3420
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Stdout and Shell commands

2006-12-04 Thread Dar Scott


On Dec 4, 2006, at 3:52 PM, Dar Scott wrote:

If the tool reads a fixed number of lines or characters, you might  
be OK.  You don't have to do the half close.


Actually, this would apply more often than not.  I had some specific  
process I/O problems on my mind.  Try it and see.


(Other process I/O bugs might bite.)

Dar

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread Richard Gaskin

J. Landman Gay wrote:
Richard Gaskin wrote: 
I can only find engines through v2.6.1 at 
 -- where are 
engines for v2.7.x obtained?


I usually just grab them from the downloads page on the web site. Or do 
you need a 2.7 version that isn't current?


I can only find complete installs there, and all I'm looking for is the 
runtime engine to make standalones with.  The current version would be 
fine -- what's the URL?


--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: v2.7 engine?

2006-12-04 Thread J. Landman Gay

Richard Gaskin wrote:


I can only find engines through v2.6.1 at 
 -- where are 
engines for v2.7.x obtained?




I usually just grab them from the downloads page on the web site. Or do 
you need a 2.7 version that isn't current?


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Stdout and Shell commands

2006-12-04 Thread Dar Scott


On Dec 4, 2006, at 5:24 AM, Mark Smith wrote:

There are some shell commands (openssl sha1, for example) that take  
their arguments from stdin or a file, but not the command line.  
While it's easy to write data to a file and pass the filepath to  
the shell, it's not very efficient if you want to do it many times  
in succession.


What you want is process i/o.  See 'open process' etc.

There are some problems.  You have to do a half-close.  That is, you  
need to close the pipe to the tool without closing the pipe from the  
tool.


Revolution tries to do a half-close with a a control character (04,  
EOT, Control-D), but that doesn't work well.


On OS X you cannot do a half-close with binary.  This was done to fix  
a concern (bz 1770).


On OS X this does do a half-close with text mode, but there seems to  
be something fishy with the line ends in text mode.  Anybody know  
what is wrong with the line ends in this case?  This needs a bz but  
I'm not sure what is up.  I've tried this with sort and things don't  
get sorted.


On XP it gets a little mixed up with ^X or ^Z, I forgot which.  That  
is, Rev thinks it closed the pipe for ^D, but the application thinks  
it is still open.  Maybe you can send ^X^Z^D and something will  
happen.  I have some notes someplace but I don't think they were  
enough to bugzilla.


As you can see, I'm not clear on this.  We do need a half close  
command for open process and open socket.


If the tool reads a fixed number of lines or characters, you might be  
OK.  You don't have to do the half close.


I do have some other bugs reported on process I/O and some bugs that  
are not ready for bz on process I/O.



I'd go with the file for the input with shell() for now.  If the  
output is binary, then you should use a file for output, too, on  
Windows.  I have not had a problem with binary output on OS X.


Note that passwords are often not input with stdin even though they  
look like it.


Dar
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Plugin visibility

2006-12-04 Thread Robert Brenstein

On Aug 6, 2006, at 7:43 PM, Phil Davis wrote:

The settings Mark mentioned are the ones I was referring to in my 
earlier response. I didn't see a message among them that tells the 
plugin when (start of session / mid-session) or how (auto / manual) 
it is being opened. I thought that's what you wanted - so the 
plugin to make up its own mind whether it should be visible or not. 
Maybe I missed what you were really asking?


I don't think I thought this out.

I wanted to tell whether started "Revolution starts up" or "Chosen 
from Plugins menu", so the stack can override "invisible" for the 
latter case.


But that is only because there didn't seem to be a way to select 
invisible for the first and not for the latter.  It would be nice if 
that was the case.


After thinking about it, I don't think I want to override those settings.

But maybe.  After all, the tab editor does that.

Dar



I just found this thread in the list archives. Has anyone figured a 
solution? There is an old enhancement request in Bugzilla (Bug 1482) 
to address it, but...


Robert
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


v2.7 engine?

2006-12-04 Thread Richard Gaskin


I can only find engines through v2.6.1 at 
 -- where are 
engines for v2.7.x obtained?


--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ScriptParsingError

2006-12-04 Thread Mark Schonewille
Which message is next? No Richard, I think that once a message is  
there, it should stick for all eternity.


Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software.  
Download at http://www.salery.biz


to the message after all this time, esp. given the convenient  
immediacy of just checking the result.


Look at it this way:  Sure, it's extra work, but you do it once, it  
only takes a few minutes, and it's done forever.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Galaxy requirements

2006-12-04 Thread Jerry Daniels

Not yet. No Linux at this time.

Best,

Jerry Daniels




Tool makers for the 21st century
http://www.daniels-mara.com

Voice: 512.879.6286
Skype: jerry.daniels





On Dec 3, 2006, at 7:52 AM, Peter Alcibiades wrote:


Does Galaxy run on Revolution 2.6.1 Linux?

Peter
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ScriptParsingError

2006-12-04 Thread Richard Gaskin

Mark Schonewille wrote:
For example, it allows me to extend the errorLib plugin to show up if  
Rev's script editor encounters a compile error. It also allows me to  
automate error checking in scripts that temporarily change the script  
of an object in a standalone. I am sure this message could be used  
for some nice features in your Devolution and probably other stacks  
of yours.


Of course, I can check the result after setting the script of an  
object, but by removing the message Revolution Ltd causes unnecessary  
additional work for me and others who used to use this message, which  
is my main point.


I think you may be alone here.  If I read Mark's comment correctly, Rev 
hasn't used that message in a long time, and looking through the MC IDE 
it seems it's been dormant there as well in favor of checking the 
result, since at least half a decade ago.


It'll be tough to make a business case for reverting to the message 
after all this time, esp. given the convenient immediacy of just 
checking the result.


Look at it this way:  Sure, it's extra work, but you do it once, it only 
takes a few minutes, and it's done forever.


--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to fill out Database Query Builder fields

2006-12-04 Thread Bill
Reinhold

Don't give up. I use SQLite3 and it worked great with RunRev and the ALTSQL
plug in. Now I upgraded to 2.7.4 and after moving my datafile (has to be in
the same folder as RunRev main file) and putting the altsqlite plugins where
they go it works fine 

But, I can't help you with the query builder connection fill-out I find that
even though it works there is no pop-up for SQLite anymore and it is "MYSQL"
that is chosen and which is working even though I'm using SQLite.

In any case I highly recommend that you use Trever's library as much as
possible instead of the query builder as the query builder behaves more like
wine making than science. Trever's library also works faster and you never
get weird errors like the "too many connections open" that you get with the
query builder. The query builder is not really finished anyway as it does
not allow you to insert a new record and the edit record feature doesn't
always work (you enter data in a field and be sure to tab to the next field
and then refresh to check it).

Please try Trevor's library before you give up.

Bill


On 12/4/06 1:11 PM, "Reinhold Venzl-Schubert" <[EMAIL PROTECTED]>
wrote:

>> Reinhold,
>> 
>> You should replace the line in your "Database Drivers.txt" file
>> 
>> altSQlite3,dbsqlite3.bundle
>> 
>> with
>> 
>> sqlite3,dbsqlite3.bundle
>> 
>> This combined witht he previous parameters and your test stack
>> works fine on
>> my machine running Rev 2.7.2 on 10.4.9
>> 
>> --
>> cb
> 
> Hi Chris,
> 
> I found 5 files "Database Drivers.txt" in the "2.7.4-gm-1"-Folder:
> 
> 1.  /2.7.4-gm-1/Externals/Database Drivers/Database Drivers.txt
> MySQL,dbmysql.bundle
> ODBC,dbodbc.bundle
> Oracle,dboracle.bundle
> PostgreSQL,dbpostgresql.bundle
> Valentina,VXCMD_macho.bundle
> altSQLite3,dbsqlite3.bundle<-- this I changed!
> 
> 2.  /2.7.4-gm-1/Runtime/Windows/x86-32/Externals/Database Drivers/
> Database Drivers.txt
> MySQL,dbmysql.dll
> ODBC,dbodbc.dll
> Oracle,dboracle.dll
> PostgreSQL,dbpostgresql.dll
> Valentina,dbvalentina.dll,VXCMD.dll
> 
> 3.  /2.7.4-gm-1/Runtime/Mac OS/PowerPC-32/Externals/Database Drivers/
> Database Drivers.txt
> MySQL,dbmysql.bundle
> ODBC,dbodbc.bundle
> Oracle,dboracle.bundle
> PostgreSQL,dbpostgresql.bundle
> Valentina,VXCMD_macho.bundle
> altSQLite3,dbsqlite3.bundle<-- this I changed!
> 
> 4.  /2.7.4-gm-1/Runtime/Mac OS/Universal/Externals/Database Drivers/
> Database Drivers.txt
> MySQL,dbmysql.bundle
> ODBC,dbodbc.bundle
> Oracle,dboracle.bundle
> PostgreSQL,dbpostgresql.bundle
> Valentina,VXCMD_macho.bundle
> 
> 5.  /2.7.4-gm-1/Runtime/Mac OS/x86-32/External/Database Drivers/
> Database Drivers.txt
> MySQL,dbmysql.bundle
> ODBC,dbodbc.bundle
> PostgreSQL,dbpostgresql.bundle
> 
> Then I tried it again, but invain! I get the same error message.
> I am so frustrated and tired.
> 
> I bought Revolution 2.7.1 and altSQLite3 to use a database but the
> QueryBuilder of rev 2.7.1 and 2.7.2 did not support altSQLite3.
> The I read, that rev 2.7.4 supports altSQLite3 and I bought rev 2.7.4
> and the Universal Binary Version of altSQLite3.
> 
> It waste my money and my time.
> 
> Reinhold
> 
> 
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

|||
   )_)  )_)  )_)
  )___))___))___)\
 )))_)\\
   _|||\\\__
---\   /- http://www.bluewatermaritime.com
 ^ ^
     ^^^^^
     ^^^

24 hour cell: (787) 378-6190
fax: (787) 809-8426

Blue Water Maritime
P.O. Box 2087
Rio Grande, PR 00745



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to fill out Database Query Builder fields

2006-12-04 Thread chris bohnert

Reinhold,

Between 2.7.1 and 2.7.2 Runrev changed the configuration for revdb.  As far
as I know altSqlite and QueryBuilder have always worked when configured as
necessary.

Support for altSqlite, altBrowser and altFont have officially become part of
Runrev as of Dec. 1st.  They can be reached at support(at)runrev.com.  I'd
be happy to help you work through your configuration issues if you contact
me off-list at chris(at)altuit.com

--
cb

On 12/4/06, Reinhold Venzl-Schubert <[EMAIL PROTECTED]> wrote:


> Reinhold,
>
> You should replace the line in your "Database Drivers.txt" file
>
> altSQlite3,dbsqlite3.bundle
>
> with
>
> sqlite3,dbsqlite3.bundle
>
> This combined witht he previous parameters and your test stack
> works fine on
> my machine running Rev 2.7.2 on 10.4.9
>
> --
> cb

Hi Chris,

I found 5 files "Database Drivers.txt" in the "2.7.4-gm-1"-Folder:

1.  /2.7.4-gm-1/Externals/Database Drivers/Database Drivers.txt
MySQL,dbmysql.bundle
ODBC,dbodbc.bundle
Oracle,dboracle.bundle
PostgreSQL,dbpostgresql.bundle
Valentina,VXCMD_macho.bundle
altSQLite3,dbsqlite3.bundle <-- this I
changed!

2.  /2.7.4-gm-1/Runtime/Windows/x86-32/Externals/Database Drivers/
Database Drivers.txt
MySQL,dbmysql.dll
ODBC,dbodbc.dll
Oracle,dboracle.dll
PostgreSQL,dbpostgresql.dll
Valentina,dbvalentina.dll,VXCMD.dll

3.  /2.7.4-gm-1/Runtime/Mac OS/PowerPC-32/Externals/Database Drivers/
Database Drivers.txt
MySQL,dbmysql.bundle
ODBC,dbodbc.bundle
Oracle,dboracle.bundle
PostgreSQL,dbpostgresql.bundle
Valentina,VXCMD_macho.bundle
altSQLite3,dbsqlite3.bundle <-- this I
changed!

4.  /2.7.4-gm-1/Runtime/Mac OS/Universal/Externals/Database Drivers/
Database Drivers.txt
MySQL,dbmysql.bundle
ODBC,dbodbc.bundle
Oracle,dboracle.bundle
PostgreSQL,dbpostgresql.bundle
Valentina,VXCMD_macho.bundle

5.  /2.7.4-gm-1/Runtime/Mac OS/x86-32/External/Database Drivers/
Database Drivers.txt
MySQL,dbmysql.bundle
ODBC,dbodbc.bundle
PostgreSQL,dbpostgresql.bundle

Then I tried it again, but invain! I get the same error message.
I am so frustrated and tired.

I bought Revolution 2.7.1 and altSQLite3 to use a database but the
QueryBuilder of rev 2.7.1 and 2.7.2 did not support altSQLite3.
The I read, that rev 2.7.4 supports altSQLite3 and I bought rev 2.7.4
and the Universal Binary Version of altSQLite3.

It waste my money and my time.

Reinhold


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Convert Date Question

2006-12-04 Thread jhonken
That worked great. Thanks

-Original Message-
From: Eric Chatonet [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 04, 2006 11:58 AM
To: How to use Revolution
Subject: Re: Convert Date Question


Hi jhonken,

The answer command places the label of the clicked button into the it  
variable.
Then "it" has changed next time you use it.
But your thinking about using dateItems is right ;-)

local tDate,tYear,tMonth,tDay
   -
   put the short date into tDate
   convert tDate from short date to dateItems
   put item 1 of tDate into tYear
   put item 2  of tDate into tMonth
   put item 3 of tDate into tDay -- not char
   answer tYear & cr & tMonth & cr & tDay

Best Regards from Paris,
Eric Chatonet

Le 4 déc. 06 à 17:43, jhonken a écrit :

> I'm trying to get the system date broken up into 3 variables.  Year, 
> Month, Date.  I'm trying
>
>
> put the Date into it
>   convert it to dateItems
>   answer it
>   put item 1 of it into TYear
>   put item 2  of it into TMonth
>   put char 3 of it into TDay
>
>   answer TYear
>   answer TMonth
>   answer TDay
>
> I get an 2006,12,4,2,0,0,2 for the first answer then I get an "OK"
> then
> answer that are empty.  Can someone please tell me where I'm erroring.




--
http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to fill out Database Query Builder fields

2006-12-04 Thread Reinhold Venzl-Schubert

Reinhold,

You should replace the line in your "Database Drivers.txt" file

altSQlite3,dbsqlite3.bundle

with

sqlite3,dbsqlite3.bundle

This combined witht he previous parameters and your test stack  
works fine on

my machine running Rev 2.7.2 on 10.4.9

--
cb


Hi Chris,

I found 5 files "Database Drivers.txt" in the "2.7.4-gm-1"-Folder:

1.  /2.7.4-gm-1/Externals/Database Drivers/Database Drivers.txt
MySQL,dbmysql.bundle
ODBC,dbodbc.bundle
Oracle,dboracle.bundle
PostgreSQL,dbpostgresql.bundle
Valentina,VXCMD_macho.bundle
altSQLite3,dbsqlite3.bundle <-- this I 
changed!

2. 	/2.7.4-gm-1/Runtime/Windows/x86-32/Externals/Database Drivers/ 
Database Drivers.txt

MySQL,dbmysql.dll
ODBC,dbodbc.dll
Oracle,dboracle.dll
PostgreSQL,dbpostgresql.dll
Valentina,dbvalentina.dll,VXCMD.dll

3. 	/2.7.4-gm-1/Runtime/Mac OS/PowerPC-32/Externals/Database Drivers/ 
Database Drivers.txt

MySQL,dbmysql.bundle
ODBC,dbodbc.bundle
Oracle,dboracle.bundle
PostgreSQL,dbpostgresql.bundle
Valentina,VXCMD_macho.bundle
altSQLite3,dbsqlite3.bundle <-- this I 
changed!

4. 	/2.7.4-gm-1/Runtime/Mac OS/Universal/Externals/Database Drivers/ 
Database Drivers.txt

MySQL,dbmysql.bundle
ODBC,dbodbc.bundle
Oracle,dboracle.bundle
PostgreSQL,dbpostgresql.bundle
Valentina,VXCMD_macho.bundle

5. 	/2.7.4-gm-1/Runtime/Mac OS/x86-32/External/Database Drivers/ 
Database Drivers.txt

MySQL,dbmysql.bundle
ODBC,dbodbc.bundle
PostgreSQL,dbpostgresql.bundle

Then I tried it again, but invain! I get the same error message.
I am so frustrated and tired.

I bought Revolution 2.7.1 and altSQLite3 to use a database but the  
QueryBuilder of rev 2.7.1 and 2.7.2 did not support altSQLite3.
The I read, that rev 2.7.4 supports altSQLite3 and I bought rev 2.7.4  
and the Universal Binary Version of altSQLite3.


It waste my money and my time.

Reinhold


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [OT] Rev Online User Space

2006-12-04 Thread Eric Chatonet

Hi Mark,

Le 4 déc. 06 à 17:47, Mark Wieder a écrit :


Eric-
I find your ROPicker plugin much more useful for finding things  
than the revonline

interface. I'd really like it if revonline had accessibly date tags so
I could find out how long ago a stack was posted.

-Mark Wieder


Thanks for the kind words about RevOnline Picker.
I think so too ;-)
And to be frank it's the reason why I wrote this tiny plugin...
But you are right: the only specific tag you can get is the  
fingerprint of a stack and it means nothing...

May be a next version will provide this: follow my eyes ;-)

Best Regards from Paris,
Eric Chatonet
 
--

http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Convert Date Question

2006-12-04 Thread Eric Chatonet

Hi jhonken,

The answer command places the label of the clicked button into the it  
variable.

Then "it" has changed next time you use it.
But your thinking about using dateItems is right ;-)

local tDate,tYear,tMonth,tDay
  -
  put the short date into tDate
  convert tDate from short date to dateItems
  put item 1 of tDate into tYear
  put item 2  of tDate into tMonth
  put item 3 of tDate into tDay -- not char
  answer tYear & cr & tMonth & cr & tDay

Best Regards from Paris,
Eric Chatonet

Le 4 déc. 06 à 17:43, jhonken a écrit :


I'm trying to get the system date broken up into 3 variables.  Year,
Month, Date.  I'm trying


put the Date into it
  convert it to dateItems
  answer it
  put item 1 of it into TYear
  put item 2  of it into TMonth
  put char 3 of it into TDay

  answer TYear
  answer TMonth
  answer TDay

I get an 2006,12,4,2,0,0,2 for the first answer then I get an "OK"  
then

answer that are empty.  Can someone please tell me where I'm erroring.



 
--

http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Convert Date Question

2006-12-04 Thread Klaus Major

Hi,


I'm trying to get the system date broken up into 3 variables.  Year,
Month, Date.  I'm trying


put the Date into it
  convert it to dateItems
  answer it


### IT contains "OK" now, the name of the button you clicked in the  
dialog :-)
### Just put the items into the variables BEFORE you "answer it" and  
you're safe...



  put item 1 of it into TYear
  put item 2  of it into TMonth
  put char 3 of it into TDay

  answer TYear
  answer TMonth
  answer TDay

I get an 2006,12,4,2,0,0,2 for the first answer then I get an "OK"  
then

answer that are empty.  Can someone please tell me where I'm erroring.


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [OT] Rev Online User Space

2006-12-04 Thread Mark Wieder
Eric-

Monday, December 4, 2006, 1:10:50 AM, you wrote:

>> I was just wondering what the * next a user name meant. New entry
>> in the
>> last xx days?

> "*" means stack(s) added since your last visit.

Actually, it *does* mean "recently", whatever that means. I find your
ROPicker plugin much more useful for finding things than the revonline
interface. I'd really like it if revonline had accessibly date tags so
I could find out how long ago a stack was posted.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Convert Date Question

2006-12-04 Thread jhonken
I'm trying to get the system date broken up into 3 variables.  Year,
Month, Date.  I'm trying
 
 
put the Date into it
  convert it to dateItems
  answer it
  put item 1 of it into TYear
  put item 2  of it into TMonth
  put char 3 of it into TDay
  
  answer TYear
  answer TMonth
  answer TDay

I get an 2006,12,4,2,0,0,2 for the first answer then I get an "OK" then
answer that are empty.  Can someone please tell me where I'm erroring.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Uh oh, I think I Broke Something

2006-12-04 Thread Mikey

I'd go for a completely new install of Rev into a different location - I
understand you've hacked quite a bit of Rev so you can have one hacked
version and one clean version:-)

Actually, I haven't hacked Rev at all.  I have been very careful to
keep my hacking separate, going so far as to isolate everything I've
been doing from the actual IDE.  However, I will try to reinstall both
and see if that helps.

Mike.
--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
  and did a little diving.
And God said, "This is good."
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ScriptParsingError

2006-12-04 Thread Mark Schonewille

Richard,

For example, it allows me to extend the errorLib plugin to show up if  
Rev's script editor encounters a compile error. It also allows me to  
automate error checking in scripts that temporarily change the script  
of an object in a standalone. I am sure this message could be used  
for some nice features in your Devolution and probably other stacks  
of yours.


Of course, I can check the result after setting the script of an  
object, but by removing the message Revolution Ltd causes unnecessary  
additional work for me and others who used to use this message, which  
is my main point.


Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software.  
Download at http://www.salery.biz


Op 4-dec-2006, om 7:07 heeft Richard Gaskin het volgende geschreven:


I've looked into this further, and I've come around on this.

Mark Waddingham's comments in the BZ report spell it out well  
enough: checking the result after attempting to set a script  
provides everything that's needed to report script parsing errors.


This would seem to provide an immediate notification -- so what's  
the benefit of also sending a separate message to provide the same  
info?




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [OT] Rev Online User Space

2006-12-04 Thread Kay C Lan

On 12/4/06, Eric Chatonet <[EMAIL PROTECTED]> wrote:



"*" means stack(s) added since your last visit.

If you don't find this very clear :-) you might be interested in
"RevOnline Picker" and "RevOnline Watcher", a couple of free plugins
available for my website.



Thanks Eric, I'll check them out:-)
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Stdout and Shell commands

2006-12-04 Thread Mark Smith

Anyone know how to pass an argument to the shell on the standard output?

There are some shell commands (openssl sha1, for example) that take  
their arguments from stdin or a file, but not the command line. While  
it's easy to write data to a file and pass the filepath to the shell,  
it's not very efficient if you want to do it many times in succession.


I've tried

open file stdout
write "mark doesn't know how to do this"
put shell("openssl sha1") into tDigest
close file stdout

but this doesn't work...

Any ideas?

best

Mark
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [OT] Rev Online User Space

2006-12-04 Thread Eric Chatonet

Hello,

Le 4 déc. 06 à 07:36, Kay C Lan a écrit :

I was just wondering what the * next a user name meant. New entry  
in the

last xx days?


"*" means stack(s) added since your last visit.

If you don't find this very clear :-) you might be interested in  
"RevOnline Picker" and "RevOnline Watcher", a couple of free plugins  
available for my website.
The first one displays all stacks available from RevOnline (by  
category, by date), allows searching by keywords in descriptions,  
sorting, etc.
The second one informs you discretely about new stacks uploaded at  
Rev startup then open RevOnline or RevOnline Picker if you are  
interested in.


Best Regards from Paris,
Eric Chatonet
 
--

http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution