Re: Success with Sending email without a SMTP Server!!!!

2005-01-31 Thread kee nethery
On Jan 30, 2005, at 10:19 PM, Richard Gaskin wrote: But doesn't this mean that all any spammer has to do is use the same trick to send spam to a recipient on the recipient's own SMTP server? This is exactly what spammers do. The only reason a spammer would use a relay (someone else's SMTP mail

Re: CaptureJPG

2005-01-31 Thread Signe Marie Sanne
Chipp Walters skrev: Hi Signe, Email me offlist and I'll see about getting you a copy of a later version for MacOSX. Hello again, I just discovered Grab on MacOSX, so there is no longer need for your CaptureJPG on that platform. Thanks all the same. Signe Marie

Re: Databasing with Rev... design considerations

2005-01-31 Thread Stephen Barncard
Doc, why not just point your mySQL login to Valentina? You shouldn't have to change much at all. They have a trial version -- it's an external for Rev... http://www.paradigmasoft.com/index.html http://www.paradigmasoft.com/index.htmlParadigmsoft Now that the mySQL version of my first Rev app

Re: Success with Sending email without a SMTP Server!!!!

2005-01-31 Thread Frank Leahy
Richard, Authentication is only required for relaying (unless the server hasn't been set up properly) -- i.e. my SMTP server won't relay mail to someone else for *you*, but it will relay it for *me* because I'm authenticated. On the other hand, my server will accept mail *for me* from anyone.

Re: Socket timeout not working with libUrl

2005-01-31 Thread Frank Leahy
Sarah, Thanks for the reply. After a lot of testing on Mac OS X, I've found that the problem I was having appears to be due to the way that Mac OS X does DNS lookups. Whether or not it's a RunRev bug as well is hard to tell, but I think it might be. Here's some sample code I wrote. This code

Standalone Application Icon

2005-01-31 Thread John Dixon
I'm stuck... Could someone please outline step by step how to attach an icon to use when you create a standalone application... Regards, John Dixon ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Export snapshot alternatives

2005-01-31 Thread Richard Miller
My understanding is the revVideoFrameImage command only works while the movie is being captured. One can't use it after the fact. We need to select out and save a portion of the quicktime file sometime after the capture has taken place. Richard On Jan 31, 2005, at 12:49 AM, sims wrote: Richard

Re: Socket timeout not working with libUrl

2005-01-31 Thread Alex Tweedly
Frank Leahy wrote: After a lot of testing on Mac OS X, I've found that the problem I was having appears to be due to the way that Mac OS X does DNS lookups. Whether or not it's a RunRev bug as well is hard to tell, but I think it might be. Here's some sample code I wrote. This code sends a

Re: Export snapshot alternatives

2005-01-31 Thread sims
My understanding is the revVideoFrameImage command only works while the movie is being captured. One can't use it after the fact. We need to select out and save a portion of the quicktime file sometime after the capture has taken place. Ah...sorry. That is quite easily done with QuickTime Pro,

Re: Export snapshot alternatives

2005-01-31 Thread Richard Miller
Brian, This might work. I'll need to test it more, but initially, it seems to be very fast. Thanks. Richard On Jan 30, 2005, at 10:18 PM, Brian Yennie wrote: Richard, Have you tried using the pixMapID property? You may want to check the archives for the limitations of this (IIRC it may crash

Re: Standalone Application Icon

2005-01-31 Thread Derek Bump
John, It's quite easy. 1. Click the File menu and choose Standalone Application Settings... 2. Click on either the OS X or Windows buttons at the top of the window (Depending on what platform you are using). 3. Click the Choose... button to choose your icon. 4. Close the Standalone

Re: Standalone Application Icon

2005-01-31 Thread John Dixon
On 31/1/05 11:06 am, Derek Bump [EMAIL PROTECTED] wrote: 1. Click the File menu and choose Standalone Application Settings... 2. Click on either the OS X or Windows buttons at the top of the window (Depending on what platform you are using). 3. Click the Choose... button to choose your

Re: Export snapshot alternatives

2005-01-31 Thread Ken Ray
On 1/30/05 8:27 PM, Richard Miller [EMAIL PROTECTED] wrote: Sarah, Tried lock screen and lock messages. Didn't seem to help much. The slowness seems to be with the export snapshot command. I'd like to think there are other externals out there that are faster and can replace this one. That

Re: Detecting word location of a user in a field.

2005-01-31 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I believe there is a way to do it using selectedChunk, but not entirely sure of the semantics right now. If the text is relatively static between tests, I suppose you could select word 5, read in the selectedChunk to establish a character range,

Re: SpellCheck (re-inventing the wheel)

2005-01-31 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Soundex and some derivatives are described at http://www.creativyst.com/Doc/Articles/SoundEx1/SoundEx1.htm On Jan 29, 2005, at 4:32 PM, Andre Garzia wrote: I know two phonetic search/match algoritms, one is metaphone but there's also one called

Re: How to paint a background and place graphics on top of if?

2005-01-31 Thread Marty Billingsley
Thomas Gutzmann [EMAIL PROTECTED] writes: ok, I wasn't very clear: - I want to PAINT, not DRAW by script; using graphics is not possible because there would be too many objects, making scrolling and dragging too slow, so I want to create a background picture instead. I don't find out how use

Re: How to paint a background and place graphics on top of if?

2005-01-31 Thread Marty Billingsley
Thomas Gutzmann [EMAIL PROTECTED] writes: SOLVED. Painting must be simulated with choose ... tool and drag from ... to I should have read further before replying earlier:-) I looked for something looking more like real programming :-) You could always create real programming (whatever

Re: Screen saver?

2005-01-31 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mac OS X screen saver modules are *not* applications, but a special type of bundle containing an Objective C class with several pre-defined methods implementing the screen saver module. OS X produces an Objective C view for the saver to draw into,

Re: Standalones

2005-01-31 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yeah, you need to be running on a Mac to produce a Classic standalone. Any other platform can be built from any of the platforms if you have a studio or enterprise license. On Jan 29, 2005, at 9:20 PM, Ken Ray wrote: On 1/29/05 4:56 PM, Ben Fisher

Re: Dragging from list field

2005-01-31 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Based on the Rev docs, it seems that in order to get list behavior, the field must be locked. So there is no such thing as an unlocked list in Rev. On Jan 29, 2005, at 9:36 PM, Mark Swindell wrote: On Jan 29, 2005, at 5:22 PM, Scott Rossi wrote:

Re: mainstack to substack

2005-01-31 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You need to move all of the substacks to the other mainstack first, or delete those substacks, then move the (former) mainstack. Substacks can't have substacks of their own. Just be careful to note how this change will affect inheritance

Re: Screen saver?

2005-01-31 Thread James Witte
On Mon, 31 Jan 2005, Frank D. Engel, Jr. wrote: An OS X screen saver would be virtually impossible to implement directly in Rev. Off the wall idea: could a shell screen saver be made, which would then call off to the MetaCard engine itself with a *very* stripped down stack? True, I think

Re: Standalones

2005-01-31 Thread Martin Baxter
I wonder if it would be difficult for RR to make a module for PPC which *only* built classic standalones. I mean no IDE or any of that, simply a standalone builder that you could download. You would still need a Mac to run it, and perhaps a valid license key for Windows or Unix, but you wouldn't

Re: Dragging from list field

2005-01-31 Thread xbury . cs
Based on the Rev docs, it seems that in order to get list behavior, the field must be locked. So there is no such thing as an unlocked list in Rev. Actually there is! The custom properties inspector in the properties palette has a lower field called property contents. if you click on the grid

Re: Success with Sending email without a SMTP Server!!!!

2005-01-31 Thread Andre Garzia
On Jan 31, 2005, at 3:27 AM, sims wrote: Andre, Did you use Shao Sean's extremely most excellent code for this? Also, won't some servers (a very small percentage in my experience) still require authentication? Shao Sean also worked quite hard to come up with an auth capability. Sims, the

Re: Postgres problem

2005-01-31 Thread Hershel Fisch
On 1/31/05 1:28 AM, Thomas Gutzmann [EMAIL PROTECTED] wrote: Hi Hershel, on my mac it works with: pg_ctl start -D /usr/local/pgsql/data -l /usr/local/pgsql/logfile -o -i local all all trust hostall all 127.0.0.1 255.255.255.255 trust host

Re: Postgres problem

2005-01-31 Thread Hershel Fisch
On 1/31/05 12:13 AM, Len Morgan [EMAIL PROTECTED] wrote: What version of Postgres are you using? Have you tried connecting with psql (i.e., at the command line?) You will need the -i flag (or setting the tcp/ip parameter in the postgresql.conf file and restarting). That's exactly what I

Re: Postgres problem

2005-01-31 Thread Hershel Fisch
On 1/31/05 1:28 AM, Thomas Gutzmann [EMAIL PROTECTED] wrote: Hi Hershel, on my mac it works with: pg_ctl start -D /usr/local/pgsql/data -l /usr/local/pgsql/logfile -o -i On this one I get , pg_ctl: command not found. local all all trust hostall all

Re: Postgres problem

2005-01-31 Thread Hershel Fisch
On 1/31/05 1:47 AM, Pierre Sahores [EMAIL PROTECTED] wrote: Hello, 1.- Prefer the Marc Liyanage's installers, if possible. 2.- Take care to have the TCP/IP connections activated in the postgresql.conf pref file. This is where all major problems started, before I edited the above file I

Re: Success with Sending email without a SMTP Server!!!!

2005-01-31 Thread JL RI
Hi Andre, Thanks!, good work (and Sean's too, of course). But I am unable to get consistent results using different servers/accounts. Some of them work fine, but other always stops and gives this message: error: server was offended by our HELO Message. 220-We do not authorize the use of this

Re: Postgres problem

2005-01-31 Thread Thomas Gutzmann
On Mon, 31 Jan 2005 11:31:07 -0500 Hershel Fisch [EMAIL PROTECTED] wrote: hostall all ::1 :::::::trust What are all these 's for ? IPv6 ... pretty useless currently :-) ___ use-revolution

Re: Success with Sending email without a SMTP Server!!!!

2005-01-31 Thread kee nethery
some servers will do a reverse MX lookup to see if your server (the stack) is listed as a mail server. If not, they will not accept email from you. The solution is to have your IP address be listed as an MX for the domain you are sending from. Kee On Jan 31, 2005, at 9:10 AM, Andre Garzia

Re: Screen saver?

2005-01-31 Thread Cassj
An OS X screen saver would be virtually impossible to implement directly in Rev. That sounds like a challenge! :-) (You said virtually. Here's a good reference for MacOSX ScreenSavers: http://www.cocoadev.com/index.pl?ScreenSaver As it indicates on this website: ScreenSaver documentation is

Re: Screen saver?

2005-01-31 Thread Andre Garzia
On Jan 31, 2005, at 4:47 PM, Cassj wrote: That sounds like a challenge! :-) (You said virtually. Here's a good reference for MacOSX ScreenSavers: http://www.cocoadev.com/index.pl?ScreenSaver As it indicates on this website: ScreenSaver documentation is included in Mac OS X's Developer CD. Once

Re: Socket timeout not working with libUrl

2005-01-31 Thread Alex Tweedly
Alex Tweedly wrote: When you run this script and you're not connected to the internet here's what happens: 1) If I open the socket with an ip address, e.g. 64.125.128.80, my 5 second timer will fire, and I can close the socket and exit from the routine. 2) If I open the socket with a

imagedata - why is it so slow ?

2005-01-31 Thread jbv
I am working on an old stack (built with MC 2.4.1) in which I make extensive use of commands such as : set imagedata of img 1 to imagedata of img 2 most of my images are 1024 x 768. when run with MC 2.4.1 everything used to (and still) work at lightspeed (on any platform), but in Rev 2.5 each

RE: Dreamcard under simple user

2005-01-31 Thread Chris Sheffield
Hi Scott, Not sure if you got an answer to this yet or not, as I'm a little late in reading it. But the problem is that the Dreamcard application does not have an entry for CFBundleIndentifier in the info.plist file in the app bundle. This has been fixed for a future release (see but #2232).

Re: Success with Sending email without a SMTP Server!!!!

2005-01-31 Thread Dom
Andre Garzia [EMAIL PROTECTED] wrote: I'll be putting the stack for download in revOnline in couple minutes. Tested here... The log was very short: error: server was offended by our HELO Message. ;- I sent a message from one of my counts to myself (another count) Belonging to the same ISP,

Re: imagedata - why is it so slow ?

2005-01-31 Thread Chipp Walters
jbv, I don't know, but you might try: put img 1 into img 2 and see if that doesn't work better for you. best, Chipp jbv wrote: I am working on an old stack (built with MC 2.4.1) in which I make extensive use of commands such as : set imagedata of img 1 to imagedata of img 2 most of my images are

Re: imagedata - why is it so slow ?

2005-01-31 Thread jbv
tried that already : not better. furthermore, some images are off screen and in that case put img... produces a blank image, only dealing with imagedata works... Thanks anyway. jbv, I don't know, but you might try: put img 1 into img 2 and see if that doesn't work better for you. best,

Field Label information

2005-01-31 Thread Paul Salyers
When you have a field on a card, after you run it the information stored in the field is held in there while in edit mode. Is there a way to have it cleared out when you run the program in run script mode? Paul Salyers PS1 - Senior Rep. [EMAIL PROTECTED] Http://ps1.SoftSeven.org

Printing with altBrowser

2005-01-31 Thread Dave
So what is the verdict? What is the best way to print with altBrowser? Is it even possible? Can Chipp, Tuviah, or Chris offer their advice? Thanks, David Beck Crystal Pier Software ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Field Label information

2005-01-31 Thread Phil Davis
Try this at the appropriate place in your script: put empty into fld label1 Depending on how you've organized your app, maybe you could put the above statement in a closeCard handler of the card containing the field to be cleared. Or if you want the field cleared before the card appears

copy image from application browser

2005-01-31 Thread Bob Hartley
Hi All. I have a toolbar icon that I want to edit (from Chipp's toolbar example stack). I can see the GIF in the application browser and in the card but if I right click and copy it I cannot paste into photoshop. Copy and paste between another app and photoshop works. How do I copy a gif from

counting the amount of items in a csv

2005-01-31 Thread Bob Hartley
Hi All. I am interested in counting the amount of items in the first line of a csv. How would I do this? cheers bob; being lazy tonight -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.2 - Release Date: 28/01/2005

Re: copy image from application browser

2005-01-31 Thread Sarah Reichelt
I have a toolbar icon that I want to edit (from Chipp's toolbar example stack). I can see the GIF in the application browser and in the card but if I right click and copy it I cannot paste into photoshop. Copy and paste between another app and photoshop works. Right-click on the image and

Re: counting the amount of items in a csv

2005-01-31 Thread Sarah Reichelt
I am interested in counting the amount of items in the first line of a csv. How would I do this? set the itemDelimiter to comma -- which it already is unless you changed it earlier in the same handler get the number of items in line 1 of myCSV This will work unless there are commas inside

Re: Standalones

2005-01-31 Thread Ben Fisher
That's too bad that you can't build for classic on Windows. I use a PC and all the computers at my school are mac classics. Using Dreamcard player won't work for me. Martin, that's a good idea. Could someone please look into this? Or maybe an enhancement in Bugzilla? -Ben I wonder if it

Re: Printing with altBrowser

2005-01-31 Thread Chipp Walters
Hi Dave, Well, we're currently alpha testing a version which *NOW* has printing capabilities and some other niceties, including a few bug fixes. Should be out in the next week or so. best, Chipp Dave wrote: So what is the verdict? What is the best way to print with altBrowser? Is it even

copy image from application browser

2005-01-31 Thread Ben Fisher
Hi Bob, There's a quick way to do this. Using the select tool, right-click on the image and choose Launch Editor. Now you can find the Photoshop application and click ok. From then on, you can use Photoshop to edit all of your images. When you're done editing, just save and close and

Re: copy image from application browser

2005-01-31 Thread Chipp Walters
There are a few ways to do this. 1) Do as Sarah suggests 2) if the image name is fred.gif then type into the messagebox: export image fred.gif to C:/fred.gif as PNG (perhaps RR will give us the 'code' to export it as a GIF?) 3) if you're trying to do it within a program where you want a user to

Re: imagedata - why is it so slow ?

2005-01-31 Thread Chipp Walters
jbv, Try bracketing your call with: lock messages set the imageData of img 1 to the imageData of img 2 unlock messages Rev may be trying to update something during this time. Just a guess, Chipp jbv wrote: I am working on an old stack (built with MC 2.4.1) in which I make extensive use of commands

Re: Socket timeout not working with libUrl

2005-01-31 Thread Sarah Reichelt
2) If I open the socket with a domain address, e.g. www.webphotospro.com, Mac OS X does a DNS lookup, puts up the rainbow rotating color cursor, and hangs until the DNS lookup fails. On my machine this takes 60 seconds (apparently it's dependent on how many dns servers you have listed).

Change absolute link to relative link

2005-01-31 Thread Stephen Van Esch
Any takers on this one? Or should I just start from scratch? Thanks! Steve Folks: I've got my first small project assembled. However, I didn't realize until the end that Quicktime files must be in the same folder as the Rev application for them to be correctly bundled with a

How would I go about investigating .....

2005-01-31 Thread Alex Tweedly
I have a stack (actually, more than one, but they may all have a common ancestor) in which I can't effectively use the Find and replace ... menu. When I'm in this stack, and select Edit / Find and replace, and type in some search string, the following happens: Set In to be This card,

Re: Change absolute link to relative link

2005-01-31 Thread Chipp Walters
Hi Steve, I suppose you have a number of QT players which have absolute link paths. Put all the QT Mov files in the same folder as your application. Then in your openStack handler: set the filename of player myPlayer1 to myPlayer.mov set the filename of player myPlayer2 to myPlayer2.mov If this

Re: How would I go about investigating .....

2005-01-31 Thread Chipp Walters
Alex, I, too, have run into this problem with 2.5. Somehow it got broke between 2.2 and 2.5, and I'm not sure where either. Though I know this doesn't help you, it hopefully validates your problem. If you find a fix, please post it :-) -Chipp Alex Tweedly wrote: I have a stack (actually, more

Re: Socket timeout not working with libUrl

2005-01-31 Thread Alex Tweedly
Sarah Reichelt wrote: 2) If I open the socket with a domain address, e.g. www.webphotospro.com, Mac OS X does a DNS lookup, puts up the rainbow rotating color cursor, and hangs until the DNS lookup fails. On my machine this takes 60 seconds (apparently it's dependent on how many dns

Re: How would I go about investigating .....

2005-01-31 Thread Alex Tweedly
Chipp Walters wrote: Alex, I, too, have run into this problem with 2.5. Somehow it got broke between 2.2 and 2.5, and I'm not sure where either. Though I know this doesn't help you, it hopefully validates your problem. If you find a fix, please post it :-) It may not help directly - but it does

Re: Dragging from list field

2005-01-31 Thread Mark Swindell
You're right... but in the inspector the Locked Text check box can be unchecked, while the List Behavior check box is checked. But the field is in fact locked, and upon deselecting the field and reselecting it, the inspector shows Locked Text again, as it should. -Mark -BEGIN PGP

Re: Databasing with Rev... design considerations

2005-01-31 Thread Sarah Reichelt
Now that the mySQL version of my first Rev app has proven to work so well (thanks to all who helped me out!), I'm trying to get my head wrapped around the process of building a static version. By stactic, I mean non-server based, for folks who have slow (or no) internet connections. The app

Re: Databasing with Rev... design considerations

2005-01-31 Thread docmann
Valentina would work, but first I suggest you try an internal method as you suggest. Make a data stack, either as a separate stack file or as a sub-stack of your interface stack. You have 4 tables, so give it 4 fields and stick your data in them. If it is all comma separated, then it's

Re: Databasing with Rev... design considerations

2005-01-31 Thread Robert Brenstein
Thanks for the heads up, Sarah. I'll definitely give it a try in that direction. :) As a newb, one of the things I've learned about using Rev so far is that lacking a good understanding of it's capabilities can be more of a difficulty than coding the actual solution. ...and the reason I read

Re: Databasing with Rev... design considerations

2005-01-31 Thread docmann
The internal as you call it solution will surely work. It will be tricky, though, to get anywhere close to performance that Valentina will offer when searching 25,000 records. Not mentioning allowing far more advanced search options without any effort. Robert Hello Robert, I suspect that

Searchable archives?

2005-01-31 Thread Scott Steinman
Is there a searchable archive of this mailing list available anywhere? Thank you. Scott B. Steinman, O.D., Ph.D., F.A.A.O. Professor, Southern College of Optometry Chair, Open Source Purely-Graphical Programming Language Initiative (www.ospgli.org) Author, Visual Programming with Prograph CPX,

Re: imagedata - why is it so slow ?

2005-01-31 Thread Dar Scott
On Jan 31, 2005, at 12:53 PM, jbv wrote: I am working on an old stack (built with MC 2.4.1) in which I make extensive use of commands such as : set imagedata of img 1 to imagedata of img 2 most of my images are 1024 x 768. I tried to run a timing test on my OS X system using 1024 X 768 images I