Re: MD4 Function translated from Director to Runrev

2008-03-22 Thread capellan

Hi Mark,

Many thanks for the advice!
i will check openssl.

Have a nice weekend.

alejandro 


masmit wrote:
> 
> Alejandro, if you have openssl installed on your computer, you can  
> use it to do md4, md5, sha1 and others as shell calls.
> 
> Having written a Revolution implementation of the sha1 digest, I  
> think it's true to say that if you want to get the digest for whole  
> files and stacks, this sort of digest function is likely to be very  
> slow in a high-level language like Revolution, so you might be better  
> off using the (very fast) openssl tools if you can.
> 

-- 
View this message in context: 
http://www.nabble.com/MD4-Function-translated-from-Director-to-Runrev-tp16224750p16231074.html
Sent from the Revolution - User mailing list archive at Nabble.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: MD4 Function translated from Director to Runrev

2008-03-22 Thread Mark Smith
Alejandro, if you have openssl installed on your computer, you can  
use it to do md4, md5, sha1 and others as shell calls.


Having written a Revolution implementation of the sha1 digest, I  
think it's true to say that if you want to get the digest for whole  
files and stacks, this sort of digest function is likely to be very  
slow in a high-level language like Revolution, so you might be better  
off using the (very fast) openssl tools if you can.


Best,

Mark

On 22 Mar 2008, at 21:53, capellan wrote:



Hi Richard,


Richard Gaskin wrote:


What are the advantages of MD4 over Rev's built-in MD5?



MD4 is used by the rsync utility for "synchronizing files and  
directories

from one location to another while minimizing data transfer"
http://en.wikipedia.org/wiki/Rsync

For some time, i have been interested in adding this kind of
functionality to stacks used in this platform.

Thanks a lot for your interest!

alejandro


--
View this message in context: http://www.nabble.com/MD4-Function- 
translated-from-Director-to-Runrev-tp16224750p16227755.html

Sent from the Revolution - User mailing list archive at Nabble.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


___
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: LAME DLL for Rev?

2008-03-22 Thread capellan

Hi Devin,

Some years ago, Bill Griffith of iGame3D
released FMODforRev.dll for Mac and PC.

Could this be what you are looking for?


Devin Asay wrote:
> 
> Does anyone know of a LAME library DLL that has been compiled to run  
> as a Rev external?
> 

-- 
View this message in context: 
http://www.nabble.com/LAME-DLL-for-Rev--tp16224907p16230714.html
Sent from the Revolution - User mailing list archive at Nabble.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: GLX2 new feature when working with SQLite databases and database query builder

2008-03-22 Thread william humphrey
Sarah
Ignore that question please. I looked it up.

Bill

On Sat, Mar 22, 2008 at 6:31 PM, william humphrey <[EMAIL PROTECTED]>
wrote:

> Can you tell me why specialFolderPath("Documents") has "Documents" in
> there? Is it a way to set that type of folder path as opposed to one that is
> an application for RunRev to use instead of a Document?
>
>


-- 
http://www.bluewatermaritime.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: GLX2 new feature when working with SQLite databases and database query builder

2008-03-22 Thread william humphrey
Can you tell me why specialFolderPath("Documents") has "Documents" in there?
Is it a way to set that type of folder path as opposed to one that is an
application for RunRev to use instead of a Document?
___
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: GLX2 new feature when working with SQLite databases and database query builder

2008-03-22 Thread william humphrey
Thanks for the explanation. So GLX2 changed my default folder without
notifying me. That's interesting. When it happens and the empty database
gets created in there it makes RunRev use nearly all the processor cycles
and slow to a crawl. If you use the database query builder then the database
has to be in the default folder so thanks very much for the suggestion on
setting the defaultFolder.
___
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: MD4 Function translated from Director to Runrev

2008-03-22 Thread capellan

Hi Richard,


Richard Gaskin wrote:
> 
> What are the advantages of MD4 over Rev's built-in MD5?
> 

MD4 is used by the rsync utility for "synchronizing files and directories 
from one location to another while minimizing data transfer"
http://en.wikipedia.org/wiki/Rsync

For some time, i have been interested in adding this kind of
functionality to stacks used in this platform.

Thanks a lot for your interest!

alejandro


-- 
View this message in context: 
http://www.nabble.com/MD4-Function-translated-from-Director-to-Runrev-tp16224750p16227755.html
Sent from the Revolution - User mailing list archive at Nabble.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: GLX2 new feature when working with SQLite databases and database query builder

2008-03-22 Thread Sarah Reichelt
On Sun, Mar 23, 2008 at 1:26 AM, william humphrey <[EMAIL PROTECTED]> wrote:
> I just changed the subject
>  I just updated to GLX 2.1b40 and it did something (automatically) that I
>  realize now is very cool but which caused me some consternation.  It made a
>  GLX2 Work Spaces folder in the "My Revolution Studio" folder and put an
>  empty copy of my SQLite database there.

GLX2 creates that folder, but there is no reason for it to move your
database. I expect what happened was that the defaultFolder was
changed to this workspaces folder and your database was saved assuming
the defaultFolder was the same as before. Looking at the oath your
were using before, it appears that you were always using the default
folder as the database was being saved in your Revolution application
folder.

How about when creating and using your database, you specify the path
yourself, and put it somewhere more logical e.g. Documents folder,
Preferences folder, Application Support folder (I don't know what the
database is for, so you will have to decide the location yourself).

Try something like this:
put specialFolderPath("Documents") & "/shipping.sqlite" into
tDBA["FilePath"]

Or if you want to use the defaultFolder:
set the defaultFolder to specialFolderPath("Documents")

If you use the defaultFolder method, you need to make sure it is set
each time, as any other stack or plugin might have changed it.

HTH,
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


A problem with (french) accents in 2.9

2008-03-22 Thread Andre.Bisseret

Hi,

Mac OS X 10.5.2
I have the following lines in the script of a stack, I developped with  
2.8.1 :

-
put unidecode(the unicodetext of fld "tempo","UTF8") into theBody
 revMail fld "address",,"theObject",theBody

fld "tempo" contains french language.

With 2.8.1, all was OK (I was getting all the correct accents)

But it's not the case anymore with 2.9 (neither with 2.9.0-dp-5, nor  
with 2.9.0-rc-1, nor with 2.9.0-rc-2).
With these new versions I get (rather nice but not expected)  
cabalistic signs such as Dû, Février :-((


Is there a new way to get accents in 2.9 ?

Thanks a  lot for any help

Best regards from Grenoble
André


___
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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread william humphrey
>
>
>
> I will be covering Valentina in the "Building Applications for Multi-
> User Databases" track since it is a great solution for building apps
> on internal networks (I won't be covering Rev->web database approaches).
>
>
Yet another reason to feel bad that I can't be there. That sounds like
exactly what I would want to learn. I will have to settle with the DVD of
your presentation and any code examples you include in that package
(hopefully some that deal with new versions of Valentina and integration
into data base user interfaces).
___
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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread Trevor DeVore

On Mar 22, 2008, at 1:23 PM, Lynn Fredricks wrote:

In fact, I believe Trevor's been using Valentina long than he's been  
using

Rev!


I actually started using Valentina and Rev at the same time. I had  
read about Valentina years ago when I used Director but I was only  
creating database apps using PHP and MySQL at the time.


I will be covering Valentina in the "Building Applications for Multi- 
User Databases" track since it is a great solution for building apps  
on internal networks (I won't be covering Rev->web database approaches).


Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread Trevor DeVore

On Mar 22, 2008, at 11:47 AM, william humphrey wrote:

I even hope for something with not just SQLite but also basics for  
using
Valentina with both RunRev's newly improved "database query builder"  
and

with Trevor's library calls.


Definitely let me know if you have specific requests about things they  
would like to be covered and I will take them into consideration. You  
can email me directly.


I'm taking a different approach this year in the database  
presentations. Last year my subjects were generic "Beginner" and  
"Advanced" type of discussions. I felt I had a hard time focusing the  
discussion and I wasn't happy with how things turned out.


This year I will be trying something different and will focus on  
issues involved with building database applications in Revolution. I  
will be talking about issues my company has had to tackle while  
working on our own products. I feel this will be much more interesting  
and instructive. There will also be code kitchens this year so we can  
help folks with their specific needs during those.


That being said, I don't think I will be covering the query builder. I  
have never found a use for it when buildling apps myself so I don't  
have any experience with it. There is a "Lightning-fast Database  
Processing" on the schedule right now. Perhaps it will be covered there.


Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.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: MD4 Function translated from Director to Runrev

2008-03-22 Thread Richard Gaskin

capellan wrote:

Recently, i took a second look to MD4 digest in this stack:
http://www.geocities.com/capellan2000/lingo_md4_digest.zip
where i try to translate (without sucess) a Fast lingo 
implementation of the MD4 algorithm by Joni Huhmarniemi.


What are the advantages of MD4 over Rev's built-in MD5?

--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.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: RevonRockets in Revolution Newsletter

2008-03-22 Thread Thomas McGrath III
Also, How/what do I upload to test this on my website. It is at  
MacHighway which I thought was a mac server site and not Linux which  
is referred to in this tutorial? has anyone done this?


Thanks for all the help in getting me up to date on this.

I am still trying to find a solution for reusing my rev code on the web.

Tom


On Mar 22, 2008, at 1:16 PM, Thomas McGrath III wrote:

Is anyone following the RevOnRockets Demo in the Revolution  
Newsletter?


I have been learing the use of Rev with CGI and I think it is very  
cool.


I can not however get any of the images to show up in part 3 example.

I can get the text etc. but not the arrows or the images.

Is anyone else successful?

Tom McGrath
___
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


OT: News flash: Eudora users and Forking Resources

2008-03-22 Thread Stephen Barncard
I know there are a few diehard Eudora users out there on this list, 
struggling with it breaking big time under Leopard.


apparently OSX 10.5 is not updating resource forks properly anymore, 
and many Eudora clients are set up to use them for their TOC. What a 
mess. This is why the windoze users didn't have a problem with this 
aging app.  In the days of HC, I remember resource forks being the 
coolest thing - you could hide xcmds, xfcns, text, pictures, code, 
anything there, and ResCopy and ResEdit being essential tools for 
stack building.


The symptoms include subject lines in listing not matching actual 
messages, headers missing, wonky sorting, nonsense listings.


If you still want to keep using Eudora under Leopard, I'd suggest 
clicking the checkbox in settings that says "Use Old Style ".TOC" 
files.".  It keeps the files neat and tidy, but I remember a long 
time ago at the introduction of OSX that resource files would be not 
supported in the future. Yet it was a default to use resource forks 
for TOC with new versions of Eudora for OSX.


I wish I had known this before upgrading to Leopard. Some messages 
appear unrecoverable.


I'm about to check the resource fork functions in rev...(yes they're 
still there)

I assume they're there for legacy reasons.


sqb
--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread Lynn Fredricks
> Is someone going to make a video podcast of this event and 
> edit into something that non-attendees could buy and maybe 
> watch and learn from? I would hope for something that had 
> RunRev learning stacks that went with it.
> I even hope for something with not just SQLite but also 
> basics for using Valentina with both RunRev's newly improved 
> "database query builder" and with Trevor's library calls.

Trevor is a god among men when it comes to Valentina :-)

In fact, I believe Trevor's been using Valentina long than he's been using
Rev!

Best regards,

Lynn Fredricks
President
Paradigma Software
http://www.paradigmasoft.com

Valentina SQL Server: The Ultra-fast, Royalty Free Database Server 

___
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


LAME DLL for Rev?

2008-03-22 Thread Devin Asay

Hi all,

Does anyone know of a LAME library DLL that has been compiled to run  
as a Rev external?



TIA,

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

___
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


RevonRockets in Revolution Newsletter

2008-03-22 Thread Thomas McGrath III

Is anyone following the RevOnRockets Demo in the Revolution Newsletter?

I have been learing the use of Rev with CGI and I think it is very cool.

I can not however get any of the images to show up in part 3 example.

I can get the text etc. but not the arrows or the images.

Is anyone else successful?

Tom McGrath
___
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


MD4 Function translated from Director to Runrev

2008-03-22 Thread capellan

Hi all,

Recently, i took a second look to MD4 digest in this stack:
http://www.geocities.com/capellan2000/lingo_md4_digest.zip
where i try to translate (without sucess) a Fast lingo 
implementation of the MD4 algorithm by Joni Huhmarniemi.

Compare results with this javascript version:
http://pajhome.org.uk/crypt/md5/

Every hint to help in the sucess of this process of translation,
from Director to Runrev is welcome. 

Thanks in advance!

alejandro
-- 
View this message in context: 
http://www.nabble.com/MD4-Function-translated-from-Director-to-Runrev-tp16224750p16224750.html
Sent from the Revolution - User mailing list archive at Nabble.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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread william humphrey
You're right. I'm always thinking like a podcaster. We don't have to make
DVD's and boxes and labels and mail stuff. In any case they can chalk me
down as a customer for this one...
___
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: On-line error parsing tool

2008-03-22 Thread Richard Gaskin

Mark Schonewille wrote:
If the handler DoX actually had not existed, the list of errors would  
have ended at your line 5. Since it exists...


Right.  That's the mystery:  the handler does exist, and the erroneous 
error code is the only unique element in that line.  The other parts of 
that line are all redundant information provided on other lines.


So why does the engine insist on including an erroneous and redundant 
entry along with all the truly useful stuff in its error info?


This is one of those times when I'd like to be able to pour Scott Raney 
a tall one, sit back and ask him, "What were you thinking?"  :)


--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread Stephen Barncard
I can't speak for them but I would expect a la carte ordering on a 
DVD package wouldn't be cost effective on either side, for you or 
them. The costs of putting on this event are huge, and that has to be 
factored into the content side, not just the duplication costs. Add 
to that the costs of making a special order version and..


sqb



I hope that there is a DVD for just Trevor's event (as well as separate one
for other stuff) that includes CD of learning stacks for what he presents. I
remember that there was DVD's last time that I didn't buy because of price
but I think something specific like this would be worth some money.


--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread william humphrey
Thanks. I wonder how many are sold to non-attendees later at that price?
___
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 indicate window needs saving

2008-03-22 Thread Richard Gaskin

Bill Vlahos wrote:

Even if Windows doesn't have any standard HIG for this, the Mac does.  
It is unfortunate that Rev doesn't have a way to to indicate it on the  
Mac. 


True, it would be helpful.

I'd toss a couple votes at it -- what's the RQQC #?

--
 Richard Gaskin
 Managing Editor, revJournal
 ___
 Rev tips, tutorials and more: http://www.revJournal.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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread Petrides, M.D. Marian

Bill,

Here's the description in the ad.  Looks like the price will be $249  
and that the DVD will include stacks.  I was counting on the DVD when  
I had to schedule a return flight at noon on Sat. :-(  Alas, there's  
no mention of separate lectures being available.


M

=

When you sign up now, attend the "pre-conference" training day for the  
low cost of only $250, PLUS get a DVD of the entire three-day  
conference, a $249 value, mailed to you as soon as it's ready  
absolutely FREE! Not only that, you'll receive a free copy of  
Revolution Media, a $49 value, just for attending.



Participants in the full conference receive the DVD and a copy of  
Revolution Studio, a $649 value in total.


The DVD offer and Early Bird discount expires on March 31, though. So  
act soon! After that the DVD costs $249.


Valuable "conference in a box"
The DVD includes all the conference sessions, with any stacks and  
examples the presenters have used, full session notes, video of the  
sessions, and will be the perfect refresher aid for you to use when  
the conference is over. Get the experience in person without having to  
worry about taking notes of everything that happens. Save time and  
money by attending just the first day, but getting the benefit of the  
full conference.




On Mar 22, 2008, at 11:00 AM, william humphrey wrote:

I hope that there is a DVD for just Trevor's event (as well as  
separate one
for other stuff) that includes CD of learning stacks for what he  
presents. I
remember that there was DVD's last time that I didn't buy because of  
price

but I think something specific like this would be worth some money.

___
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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread Stephen Barncard
Much better than a podcast, a real DVD. It will be about $250 or so 
for the set. You don't want a podcast if you have to read data off of 
a screen!




Revolution Live conference with Trevor DeVore speaking.


Is someone going to make a video podcast of this event and edit into
something that non-attendees could buy and maybe watch and learn from? I
would hope for something that had RunRev learning stacks that went with it.
I even hope for something with not just SQLite but also basics for using
Valentina with both RunRev's newly improved "database query builder" and
with Trevor's library calls.


--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread william humphrey
I hope that there is a DVD for just Trevor's event (as well as separate one
for other stuff) that includes CD of learning stacks for what he presents. I
remember that there was DVD's last time that I didn't buy because of price
but I think something specific like this would be worth some money.
___
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: Revolution Live conference: Trevor DeVore

2008-03-22 Thread Petrides, M.D. Marian
RunRev is going to make a DVD of the entire event.  It has been  
advertised as a freebie for attendees who sign up for the pre-day  
session (maybe for other attendees as well, I don't know).


I suspect that the DVD will also be on sale, when it becomes  
available, on the RunRev store.  Kevin, Heather?


M
On Mar 22, 2008, at 10:47 AM, william humphrey wrote:


Revolution Live conference with Trevor DeVore speaking.


Is someone going to make a video podcast of this event and edit into
something that non-attendees could buy and maybe watch and learn  
from? I
would hope for something that had RunRev learning stacks that went  
with it.
I even hope for something with not just SQLite but also basics for  
using
Valentina with both RunRev's newly improved "database query builder"  
and

with Trevor's library calls.
___
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


Revolution Live conference: Trevor DeVore

2008-03-22 Thread william humphrey
Revolution Live conference with Trevor DeVore speaking.


Is someone going to make a video podcast of this event and edit into
something that non-attendees could buy and maybe watch and learn from? I
would hope for something that had RunRev learning stacks that went with it.
I even hope for something with not just SQLite but also basics for using
Valentina with both RunRev's newly improved "database query builder" and
with Trevor's library calls.
___
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


GLX2 new feature when working with SQLite databases and database query builder

2008-03-22 Thread william humphrey
I just changed the subject
I just updated to GLX 2.1b40 and it did something (automatically) that I
realize now is very cool but which caused me some consternation.  It made a
GLX2 Work Spaces folder in the "My Revolution Studio" folder and put an
empty copy of my SQLite database there. This caused all kinds of problems
since it was an empty copy (maybe it should have notified me with an error
message). I had to figure this out and move the database from the location
where it had been before (and a not very good location but the only place I
could get it to work in the past -- inside the application folder for
RunRev).
Now all my calls using RunRev's built in Database query manager work fine
but none of my manual calls which require registering SQLite with a file
path that I have been using but not really liking like so:


  put "/Applications/Revolution_Studio/2.8.1-gm-3/shipping.sqlite" into
tDBA["FilePath"]


I'd much rather the file path to SQLite was automatic to a nice folder like
GLX2 just did for me. So I'm writing this to warn other users of GLX2 about
this new feature and I'm hoping someone that knows this stuff will tell me a
better way to say


put "/Users/administrator/Documents/My\ Revolution\ Studio/Plugins/GLX2\
Work\ Spaces/shipping.sqlite" into tDBA["FilePath"]


for the SQLite stuff I'm doing without using RunRev's built in Database
Query Builder. Ideally there would just be a call to whatever GLX2 figured
out.


Thanks and I think GLX2 is great and if I had more time to spend programming
and less time urgently needing to use the program I wrote (badly and
unfinished) I'm sure I would like it even more.


and thanks as always for helping   -- Bill


PS -  and I wish I could go to the RunRev conference and sit in on Trevor's
class!
___
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: Beware! GTX2 can cause problems

2008-03-22 Thread william humphrey
I just updated to GLX 2.1b40 and it did something (automatically) that I
realize now is very cool but which caused me some consternation.  It made a
GLX2 Work Spaces folder in the "My Revolution Studio" folder and put an
empty copy of my SQLite database there. This caused all kinds of problems
since it was an empty copy (maybe it should have notified me with an error
message). I had to figure this out and move the database from the location
where it had been before (and a not very good location but the only place I
could get it to work in the past -- inside the application folder for
RunRev).
Now all my calls using RunRev's built in Database query manager work fine
but none of my manual calls which require registering SQLite with a file
path that I have been using but not really liking like so:


  put "/Applications/Revolution_Studio/2.8.1-gm-3/shipping.sqlite" into
tDBA["FilePath"]


I'd much rather the file path to SQLite was automatic to a nice folder like
GLX2 just did for me. So I'm writing this to warn other users of GLX2 about
this new feature and I'm hoping someone that knows this stuff will tell me a
better way to say


put "/Users/administrator/Documents/My\ Revolution\ Studio/Plugins/GLX2\
Work\ Spaces/shipping.sqlite" into tDBA["FilePath"]


for the SQLite stuff I'm doing without using RunRev's built in Database
Query Builder. Ideally there would just be a call to whatever GLX2 figured
out.


Thanks and I think GLX2 is great and if I had more time to spend programming
and less time urgently needing to use the program I wrote (badly and
unfinished) I'm sure I would like it even more.


and thanks as always for helping   -- Bill


PS -  and I wish I could go to the RunRev conference and sit in on Trevor's
class!
___
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: On-line error parsing tool

2008-03-22 Thread Mark Schonewille

Hi Richard,

Thanks for the kind words and the explanations :-) To me, it looks  
like the engine makes a list of errors that could have happened. If  
the error had occurred at an earlier stage in the script, the list  
would have been shorter. If x in your example had been a function, the  
list would have been longer. I find this useful, because it tells me  
the path I need to follow to get to the object and script that caused  
the error, which sometimes helps me understand a script and the cause  
of the error.


If the handler DoX actually had not existed, the list of errors would  
have ended at your line 5. Since it exists, line 4 tells you which  
object contains the handler and you already explained the lines before  
that one.


You might consider the errors an extended form of the executionContexts.

Best regards,

Mark Schonewille

P.S. I just hope I'm right on this, since it isn't documented AFAIK.

--

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

A large collection of scripts for HyperCard, Revolution, SuperCard and  
other programming languages can be found at http://runrev.info





On 21 mrt 2008, at 16:23, Richard Gaskin wrote:





If anyone know why the engine generates that line immediately  
following the one with the error object, and can find it useful, I'd  
love to learn.




___
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: Hand cursor in 2.9 beta

2008-03-22 Thread Joe Lewis Wilkins
Thanks Eric. It's a little more complicated than I had first thought.  
I've been noticing some erratic performance as I experiment with this;  
for example, after saving a script, the cursor continues to be a  
wristwatch instead of turning back to the I-beam. I have to use the  
message box to unlock the cursor again, so I can see there is a  
possibility of screwing things up with this. (smile)


Joe Wilkins

On Mar 22, 2008, at 12:14 AM, Eric Chatonet wrote:


Joe,

If you don't lock a cursor, the engine resets the cursor to the  
default cursor when the handler finishes.

You can lock and unlock the cursor.
See corresponding entries in the dictionary by specifying 'cursor'  
for instance.


Now as for your problem:
I assume that when the cursor has to change it's related to some  
event in any case: interactivity :-)
So you have many ways to set the cursor: at mouseEnter in an area,  
if the mouse is down, etc.

And to unlock it using other events: mouseLeave, etc.

Hope this helps.

Le 22 mars 08 à 08:04, Joe Lewis Wilkins a écrit :

Eric,

I'm trying to toggle back and forth between the paint bucket and  
the hand with menu items and related command keys. How/when would I  
lock a cursor? TIA,


Joe Wilkins

On Mar 22, 2008, at 12:01 AM, Eric Chatonet wrote:


Hi Joe,

Le 22 mars 08 à 07:56, Joe Lewis Wilkins a écrit :
Shouldn't set the cursor to hand change the cursor to the  
pointing hand? With 2.9 it doesn't - in a menu handler OR the  
message box.

Am I missing something very elementary?


May be you forgot to lock the cursor?
;-)


Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [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


Joe Lewis Wilkins
[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: Hand cursor in 2.9 beta

2008-03-22 Thread Eric Chatonet

Joe,

If you don't lock a cursor, the engine resets the cursor to the  
default cursor when the handler finishes.

You can lock and unlock the cursor.
See corresponding entries in the dictionary by specifying 'cursor'  
for instance.


Now as for your problem:
I assume that when the cursor has to change it's related to some  
event in any case: interactivity :-)
So you have many ways to set the cursor: at mouseEnter in an area, if  
the mouse is down, etc.

And to unlock it using other events: mouseLeave, etc.

Hope this helps.

Le 22 mars 08 à 08:04, Joe Lewis Wilkins a écrit :

Eric,

I'm trying to toggle back and forth between the paint bucket and  
the hand with menu items and related command keys. How/when would I  
lock a cursor? TIA,


Joe Wilkins

On Mar 22, 2008, at 12:01 AM, Eric Chatonet wrote:


Hi Joe,

Le 22 mars 08 à 07:56, Joe Lewis Wilkins a écrit :
Shouldn't set the cursor to hand change the cursor to the  
pointing hand? With 2.9 it doesn't - in a menu handler OR the  
message box.

Am I missing something very elementary?


May be you forgot to lock the cursor?
;-)


Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [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: Hand cursor in 2.9 beta

2008-03-22 Thread Joe Lewis Wilkins

Sorry, Eric,

I've figured the lock cursor thing out. Thanks anyway,

Joe Wilkins

On Mar 22, 2008, at 12:01 AM, Eric Chatonet wrote:


Hi Joe,

Le 22 mars 08 à 07:56, Joe Lewis Wilkins a écrit :
Shouldn't set the cursor to hand change the cursor to the pointing  
hand? With 2.9 it doesn't - in a menu handler OR the message box.

Am I missing something very elementary?


May be you forgot to lock the cursor?
;-)


Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [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


Joe Lewis Wilkins
[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: Hand cursor in 2.9 beta

2008-03-22 Thread Joe Lewis Wilkins

Eric,

I'm trying to toggle back and forth between the paint bucket and the  
hand with menu items and related command keys. How/when would I lock a  
cursor? TIA,


Joe Wilkins

On Mar 22, 2008, at 12:01 AM, Eric Chatonet wrote:


Hi Joe,

Le 22 mars 08 à 07:56, Joe Lewis Wilkins a écrit :
Shouldn't set the cursor to hand change the cursor to the pointing  
hand? With 2.9 it doesn't - in a menu handler OR the message box.

Am I missing something very elementary?


May be you forgot to lock the cursor?
;-)


Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [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


Joe Lewis Wilkins
[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: Hand cursor in 2.9 beta

2008-03-22 Thread Eric Chatonet

Hi Joe,

Le 22 mars 08 à 07:56, Joe Lewis Wilkins a écrit :
Shouldn't set the cursor to hand change the cursor to the pointing  
hand? With 2.9 it doesn't - in a menu handler OR the message box.

Am I missing something very elementary?


May be you forgot to lock the cursor?
;-)


Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [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