Re: Emailing within Rev

2009-10-07 Thread Paul Foraker
Is there a way to use Shao Sean's smtp library to send HTML-based e-mail? On Wed, Oct 7, 2009 at 9:59 PM, Jan Schenkel wrote: > Chipp Walters once wrote a wrapper for Shao Sean's library. You can download > it from the Altuit Revolution Resources site > Downloads section: >

Re: Emailing within Rev

2009-10-07 Thread Jan Schenkel
Chipp Walters once wrote a wrapper for Shao Sean's library. You can download it from the Altuit Revolution Resources site > Downloads section: altEmailHarness is near the bottom of the page. HTH, Jan Schenkel. = Quartam Reports & PDF

Emailing within Rev

2009-10-07 Thread Charles Szasz
Does anybody have a simple script showing how to e-mail within Rev using Sean's excellent libSMTP library? -- View this message in context: http://www.nabble.com/Emailing-within-Rev-tp25797769p25797769.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Interactive image overlays

2009-10-07 Thread David Bovill
Thanks everyone - lots of great suggestions. Think the noop graphic is the way to go for this application. NB I can get quite a nice rollover by using: on mouseEnter >set the ink of me to "blendDarken" > end mouseEnter > > on mouseLeave >set the ink of me to "noop" > end mouseLeave > in

Re: Interactive image overlays

2009-10-07 Thread J. Landman Gay
David Bovill wrote: I'm wanderign if anyone has any recommendations for creating irregularly shaped hot spots on images - equivalent to html image maps? The problem is that if you make a polygon transparent it no longer gets any mouseUp / user interaction like you would with a transparent button.

Re: Interactive image overlays

2009-10-07 Thread Scott Rossi
Recently, David Bovill wrote: > I'm wanderign if anyone has any recommendations for creating irregularly > shaped hot spots on images - equivalent to html image maps? The problem is > that if you make a polygon transparent it no longer gets any mouseUp / user > interaction like you would with a tr

Re: Interactive image overlays

2009-10-07 Thread Colin Holgate
On Oct 7, 2009, at 4:35 PM, David Bovill wrote: Anyone got a stratgegy for creating clickable transparent polygonal overlays in Rev? Yes. Have a simpler version of the graphic, with solid colored areas the shape of the different items in the real picture. Store the imageData of that im

Re: Interactive image overlays

2009-10-07 Thread Devin Asay
On Oct 7, 2009, at 2:35 PM, David Bovill wrote: I'm wanderign if anyone has any recommendations for creating irregularly shaped hot spots on images - equivalent to html image maps? The problem is that if you make a polygon transparent it no longer gets any mouseUp / user interaction like y

Interactive image overlays

2009-10-07 Thread David Bovill
I'm wanderign if anyone has any recommendations for creating irregularly shaped hot spots on images - equivalent to html image maps? The problem is that if you make a polygon transparent it no longer gets any mouseUp / user interaction like you would with a transparent button. The best I can come u

Re: Hash

2009-10-07 Thread J. Landman Gay
dunb...@aol.com wrote: No, not lookup tables, real hash on screen. Third time now, the toolbar suddenly turns to crap, like the pixels were scrambled. When that happens, all newly opened stacks exhibit the same condition, though stacks already open seem stable. Not really sure about that last.

Re: Rev app 'not responding' under Vista, but fine in XP

2009-10-07 Thread J. Landman Gay
Richard Gaskin wrote: Phil Davis wrote: > Richard Gaskin wrote: >> Martin Blackman wrote: >>> Microsoft Vista is classifying my Rev application as 'Not >>> responding' when it runs a particularly intensive handler. ... >> Just a hunch, but I wonder if adding "wait 0 with messages" would >>

Re: Parsing images out of .ico files

2009-10-07 Thread Wilhelm Sanke
On Wed Oct 7, 2009, Monte Goulding monte at sweattechnologies.com wrote: Wilhelm Sanke wrote: > I just - two minutes ago - mentioned you name and successful efforts > on the Metacard list (subject "Standalone Builder").- > Building time for standalones can rise to > several hours in the ca

Re: Rev app 'not responding' under Vista, but fine in XP

2009-10-07 Thread Richard Gaskin
Phil Davis wrote: > Richard Gaskin wrote: >> Martin Blackman wrote: >>> Microsoft Vista is classifying my Rev application as 'Not >>> responding' when it runs a particularly intensive handler. ... >> Just a hunch, but I wonder if adding "wait 0 with messages" would >> free up enough clock cycles

Importing Snapshots on Vista

2009-10-07 Thread Ray Horsley
Anybody have any idea what's going on with Import Snapshot on Windows Vista? Instead of dragging the mouse and getting a rectangle inside of which you can see what you're going to snapshot, you drag the mouse and get a solid black box and consequently a picture of a black rectangle. Any id

Re: Can't Clone Invisible

2009-10-07 Thread Ray Horsley
Nice idea. And Mark, thanks for your interest but I think I'll just use this work around instead. Ray Horsley LinkIt! Software On Oct 7, 2009, at 8:45 AM, Shao Sean wrote: I always set the blending of the template window to 100, clone, and then set the blending of the cloned window to 0 _

Using online e-mail client

2009-10-07 Thread Charles Szasz
I am revisiting a program that I developed last year to send monthly reports using an user's e-mail client. This version works fine with programs such as Mail and other dedicated mail programs. I used the following code for a dedicated mail program: on mouseUp put fld "month" && fld "yea

Re: Rev app 'not responding' under Vista, but fine in XP

2009-10-07 Thread Phil Davis
I bet the "with messages" part isn't needed - doesn't that just allow UI interaction, which may not be desirable during Martin's process? In other words, I don't think it's necessary if you just want to free the engine and/or OS to take a breath. FWIW - Phil Davis Richard Gaskin wrote: Mart

Re: Can't Clone Invisible

2009-10-07 Thread Shao Sean
I always set the blending of the template window to 100, clone, and then set the blending of the cloned window to 0 ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscrip

Re: Rev app 'not responding' under Vista, but fine in XP

2009-10-07 Thread Richard Gaskin
Martin Blackman wrote: Microsoft Vista is classifying my Rev application as 'Not responding' when it runs a particularly intensive handler. The title bar changes and screen updates cease. But the program is still working just fine underneath all that, and once the handler finishes Vista releases

Rev app 'not responding' under Vista, but fine in XP

2009-10-07 Thread Martin Blackman
Hi folks Microsoft Vista is classifying my Rev application as 'Not responding' when it runs a particularly intensive handler. The title bar changes and screen updates cease. But the program is still working just fine underneath all that, and once the handler finishes Vista releases the stranglehol

Re: Can't Clone Invisible

2009-10-07 Thread Mark Schonewille
What's the error, Ray? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com Submit your software at http://www.quickestpublisher.com On 7 okt 2009, at 19:59, Ray Horsley wrote: This works fine on the Mac, causes an error on Window.

Can't Clone Invisible

2009-10-07 Thread Ray Horsley
This works fine on the Mac, causes an error on Window. clone invisible stack myStack Any ideas? Thanks, Ray Horsley LinkIt! Software ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Re: Bizarre Quicktime bug

2009-10-07 Thread Richard Miller
I noticed that tip and tried it (i.e. about running QT in safe mode). Didn't help with this problem, though. Thanks for the suggestion. Richard runrev260...@m-r-d.de wrote: Hi, i do not know if this help, but Josh Mellicker posted something about Vista,QT and Standalones on the 29th septem

RE: 3D in Revolution Needs Your Help

2009-10-07 Thread Lynn Fredricks
Hi Vik (and Brian), > For some reason my messages bounce from the use-revolution server. > Trying again... > > Err, I was in that list too, but now, pressed to the limit by > consequences of the economical crisis, I moved from one > country to another which does not happen too frequently in >

Re: Bizarre Quicktime bug

2009-10-07 Thread runrev260805
Hi, i do not know if this help, but Josh Mellicker posted something about Vista,QT and Standalones on the 29th september to this list. Look for the topic "possible valuable tip for improving Quicktime playback in Vista - please test if you have time" Regards, Matthias Original Messa

Watch Session I of Professional Application Development With Revolution

2009-10-07 Thread Trevor DeVore
A recording of the RunRev sponsored session of Professional Application Development with Revolution has now been posted on our website. The recording and other materials are available at the following url:

Re: Novice question on standalones

2009-10-07 Thread George C Brackett
The .app you see is actually a folder, a package of resources. To see them, right-click or control-click on the .app and choose Show Package Contents. To work on a stack inside the package using 4.0 dp4, you'll have to copy it to the desktop and open it from the IDE, since launching a sta

Re: Novice question on standalones

2009-10-07 Thread Mark Schonewille
Hi Jim, Have a look inside the application package. Are you sure that the stacks aren't somewhere in there? Copying substacks into individual stack files, as well as automatically copying referenced files, doesn't always work well for me. However, you can define a number of stack files an

Novice question on standalones

2009-10-07 Thread Jim Beckmann
Creating a standalone with settings checked to move stacks into individual stackfiles and to create a folder for stackfiles, the final standalone only has the ".app" available and no substacks seen/ available as separate entities or in the designated/assigned folder. I would like to be able

Re: significant for Rev browser plug-in?

2009-10-07 Thread Ian Wood
On 7 Oct 2009, at 09:55, Bernard Devlin wrote: http://arstechnica.com/tech-policy/news/2009/10/company-that-won-585m-from-microsoft-sues-apple-google.ars I'm not saying whether or not patents are good or bad. From what I can remember, the original Eolas patent applied to the use of HTML ob

Re: Bizarre Quicktime bug

2009-10-07 Thread Thomas McGrath III
Maybe related? Yesterday I saw the QT picture viewer 'adding' garbage/ left over images to the transparency layer in a PNG when viewing. The garbage has nothing to do with the PNG and it is not happening to all PNGs, just most of them. The PNGs look fine in every other program that does not

Re: Parsing images out of .ico files

2009-10-07 Thread Monte Goulding
I just - two minutes ago - mentioned you name and successful efforts on the Metacard list (subject "Standalone Builder").- What is unprotected - in version 4.0-dp4 - is stack "RevStandaloneSettings" - maybe the icon question is solved there? Ah, I'm not on v4 yet. Is there still a separate

Bizarre Quicktime bug

2009-10-07 Thread Richard Miller
I need the help of any genius around here who can help solve a bizarre bug. I have one customer (and only one) who is using my Rev video software on a PC and is encountering this bug. He actually has a laptop and desktop, both with Vista, and has this same problem on both. 1. Transfer a video

Re: Parsing images out of .ico files

2009-10-07 Thread Wilhelm Sanke
On Wed Oct 7, 2009, Monte Goulding monte at sweattechnologies.com wrote: > > You must have been looking in the MC IDE, right? The Rev one is > protected. > Now you're showing your age. The Rev one hasn't been protected since the security was put back into the engine where it belongs. Take

Re: 3D in Revolution Needs Your Help

2009-10-07 Thread viktoras d.
Hi Lynn, For some reason my messages bounce from the use-revolution server. Trying again... Err, I was in that list too, but now, pressed to the limit by consequences of the economical crisis, I moved from one country to another which does not happen too frequently in ones life. Will be pay

Another test

2009-10-07 Thread Heather Nagey
Please ignore. Heather Nagey Customer Services Manager Runtime Revolution Ltd http://www.runrev.com follow me on twitter http://www.twitter.com/lainopik ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Parsing images out of .ico files

2009-10-07 Thread Monte Goulding
You must have been looking in the MC IDE, right? The Rev one is protected. Now you're showing your age. The Rev one hasn't been protected since the security was put back into the engine where it belongs. Take a look. Cheers Monte ___ use-revo

significant for Rev browser plug-in?

2009-10-07 Thread Bernard Devlin
http://arstechnica.com/tech-policy/news/2009/10/company-that-won-585m-from-microsoft-sues-apple-google.ars I'm not saying whether or not patents are good or bad. When Eolas sued Microsoft way back when, Eolas said in various interviews that they were not going to be pursuing other companies. I g