Re: Printing/ Email error in Standalone Application

2010-08-13 Thread AndyP
What are you doing with the sent meassages? For printing you may find it better to place a hidden field on your card and then use this: revPrintField >From the dictionary: mportant! The revPrintFieldcommand does not accept direct field references. For example, the following statement causes a

Re: Printing Field contents in RunRev Enterprise 4.5.5

2010-08-16 Thread AndyP
HI Bren, I think you need to go back to some basic tests to tie this down. 1. As Mark suggested: revPrintText "Hello World" Does this work? if Yes goto 2. if not you have a problem with Rev so a reinstall may be in order. 2. Create a new stack with one card. Place one text box named "Results"

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread AndyP
Hi Phil, Try this is the message box. put shell("systeminfo") Part of the retuned info will include System Type: X86-based PC So. x86-based PC: It’s a 32-bit computer. x64-based PC: It’s a 64-bit computer. On Win7 If you have a 64 bit version of Win7 you will have these two folders S

Re: OT: Waiting for DNS to update a new site.

2010-09-15 Thread AndyP
Hi Alex, I can see the page. I'ts going to be a DNS propagation delay...more info below: To speed up the internet, Internet Server Provider (ISP) caches their DNS records. They create their own copy of the master record, and access it locally to search for website, each time someone tries to vi

Real Basic Web edition - No Plugin Required!

2010-09-15 Thread AndyP
Sorry to bring this up but I think it needs discussing. I've noticed that Real Basic are about to launch a web edition. Went to their site expecting a web plugin requirement and found this: 'REAL Studio Web Edition apps run as a FastCGI on Apache.' ! http://www.realsoftware.com/web/ http://www.

Re: Real Basic Web edition - No Plugin Required!

2010-09-15 Thread AndyP
I think I should add that I have deployed a plugin based utility for in-house production tracking and the experience was great. Job status is accessed via the exe version at work stations and the web based plugin version out of office...One code write, two usable platformsFantastic! However..

Online Snippets library

2010-09-22 Thread AndyP
Is there an online code snippets library out there for Rev erm LiveCode? Not full tutorials, we have them and they are great but just small chunks of code that individuals have used and tested. I know there is a lot of code out there but it's fragmented so a central snippet store I think would be

Re: Online Snippets library

2010-09-22 Thread AndyP
Hi David, Apart from LiveCode I'm a PHP/MySql jockey and I was thinking of keeping it simple, something like below: http://runtime-revolution.278305.n4.nabble.com/file/n2550163/layout.jpg This could be: 1. All PHP/MySql or 2. A LiveCode desktop offering connecting to the database or both.

Re: Online Snippets library

2010-09-22 Thread AndyP
Thanks Thomas, Well what can I say. I've just downloaded the trial version and well...job done! The last update to the app was June 24 2010 so far from dead. Very impressive product, made with Rev. We should all be supporting this great product. I will be! - Andy Piddock My software neve

Re: Online Snippets library

2010-09-22 Thread AndyP
Peter, After reviewing all the links posted I have to agree with you, however to get this centralised prehaps this is something that RunRev should consider setting up. Come on RunRev lets have some feedback on this one It's interesting how when I started this thread I was sure that a new snippe

Re: special folders

2010-02-09 Thread AndyP
Hi David, I've posted a Specil Folders utility stack to the RevOnline. Shows all Special Folder location on your system. Direct link here: http://revonline2.runrev.com/stack/427/Special-Folders-Utility Andy -- View this message in context: http://n4.nabble.com/special-folders-tp331936p14

Re: Beachball cursor Help

2010-11-09 Thread AndyP
Hi Joe, Instead of playing with cursors just show an animated gif during your loading loop. on mouseUp set the visible of image id 1019 to true // set to your image id (initially hidden) // demo loading start repeat with tVarNum = 0 to 5 put tVarNum into fld "FldCount" wait 0 seco