Re: Performance of RevMedia on matrix diagonalization

2009-08-28 Thread Piero Ugliengo
Dear Viktoras, thanks a lot for the suggestions. Yes VB is compiled (although in a sort of p-code) and it isexpected to be faster than any scripting language. I did't try to do what you have suggested because I am not mastering other languages but VB6 and FORTRAN. I am also convinced that trying

Re: Revlet alternatives for launch, shell, externals, applescript, etc.

2009-08-28 Thread Sarah Reichelt
I think you need to check Processes for AppleScript, since it interacts with other processes. Cheers, Sarah On Fri, Aug 28, 2009 at 1:26 PM, Ian Woodrevl...@azurevision.co.uk wrote: Hi Richard, I've got shell access to work by checking the Shell tickbox (pretty obvious, really), but what do

Re: Performance of RevMedia on matrix diagonalization

2009-08-28 Thread Piero Ugliengo
Hi Bernard, you are certianly right about RB. Indeed I am following their developmentduring the years. I am pretty sure that the same code will be probably faster in RB than in VB6 but I have yet to decide to buy their compiler. As you said, what is attractive in RevMedia is its free character and

Re: Can't hide field border

2009-08-28 Thread Bill Vlahos
Devin, Bingo. That was it. BTW I was wrong about the visual look of the field. The top and left border was visible but not the bottom and right border. The effect was subtle and looked like the border was there. Thanks, Bill On Aug 27, 2009, at 7:33 AM, Devin Asay wrote: On Aug 26,

Re: [ANN] Script Colour Editor 1.0.0

2009-08-28 Thread Shao Sean
Open SCE Select a line in the listbox (optional) click on the 'Bold' and/or 'Italic' checkboxes Select a colour (do the above as many times as the features you want to change) click the 'Colourize' button (the little preview field updates automatically) but in the script editor you will need

Re: [ANN] Script Colour Editor 1.0.0

2009-08-28 Thread Mark Schonewille
Hi Sean, I had the impression that this stack could be used to change the script colorising in Rev's own script editor. Am I wrong? If I'm right, how are we supposed to use your stack? Do I have the insert a script into back? Keep your stack in the plug-ins folder, perhaps? -- Best

Re: [ANN] Script Colour Editor 1.0.0

2009-08-28 Thread Shao Sean
Read the instructions I posted in the email you replied to.. You need to set the colours you want in the SCE and then click the 'Colourize' button.. It does not automatically update the script editors though (I am working around Rev's coding to get it to automatically update the script

Re: [ANN] Script Colour Editor 1.0.0

2009-08-28 Thread Mark Schonewille
Alright, I got it. So... 1) open your stack 2) press the Colorize button 3) press tab inside a handler in the IDE's script editor Thanks. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com Download Snapper Screen Recorder at

Re: [ANN] Script Colour Editor 1.0.0

2009-08-28 Thread Shao Sean
I am working on an update that will allow for automatic updating of the script windows as well as another little feature.. until then just use the TAB in your script windows to get your colour scheme in use ___ use-revolution mailing list

Re: [ANN] Script Colour Editor 1.0.0

2009-08-28 Thread Mark Schonewille
It works well, Sean. I like the possibility to change black keyweords into white. http://economy-x-talk.com/test/script.png Thanks for your efforts. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com Download Snapper Screen

Launch another app from my standalone

2009-08-28 Thread Adrian Williams
A Mac standalone that needs to Launch another .app A Win standalone that needs to Launch another .exe Everything is in the same Folder. The docs just say launch myApp but that does nothing. How can I do this? Thanks, Adrian __ Club Type http://www.clubtype.co.uk

Re: Launch another app from my standalone

2009-08-28 Thread Ray Horsley
I'm not having any trouble with: on mouseUp answer file Pick an application launch it end mouseUp Ray Horsley LinkIt! Sofware On Aug 28, 2009, at 6:42 AM, Adrian Williams wrote: A Mac standalone that needs to Launch another .app A Win standalone that needs to Launch another .exe

Re: Launch another app from my standalone

2009-08-28 Thread Colin Holgate
On Aug 28, 2009, at 1:38 PM, Ray Horsley wrote: The docs just say launch myApp but that does nothing. How can I do this? There's no chance that you're using the standalone's name instead of the other apps name, is there? ___ use-revolution

Re: Launch another app from my standalone

2009-08-28 Thread Adrian Williams
Thanks Ray, but I don't want a navigation dialog to select it, I want the app to launch automatically. Adrian On 28 Aug 2009, at 18:38, Ray Horsley wrote: I'm not having any trouble with: on mouseUp answer file Pick an application launch it end mouseUp Ray Horsley LinkIt! Sofware On Aug

Re: Launch another app from my standalone

2009-08-28 Thread Adrian Williams
Hi Colin, Nop. I'm not launching myApp by mistake. I have a stack with one button script and building into a standalone. Its just trying to launch another app in the same Folder. Adrian On 28 Aug 2009, at 15:41, Colin Holgate wrote: On Aug 28, 2009, at 1:38 PM, Ray Horsley wrote: The docs

Re: Launch another app from my standalone

2009-08-28 Thread J. Landman Gay
Adrian Williams wrote: Thanks Ray, but I don't want a navigation dialog to select it, I want the app to launch automatically. Adrian The problem is probably a path issue. If you are only referring to the application by its short file name, then make sure the defaultFolder is set to the one

Re: Launch another app from my standalone

2009-08-28 Thread Chris Sheffield
Adrian, Is it possible you've changed the defaultFolder somewhere in your code? That's the only reason I can think of why a command like launch myApp wouldn't work. Also, sorry to state the obvious, but just in case, be aware that it is necessary to include the .exe or .app as part of the app's

Re: Building an On-Rev Guest Book

2009-08-28 Thread Gregory Lypny
Thanks for responding, Sarah. Tried that but it doesn't work. The page displays the result of the form.irev code as it would be before the form is processed even if the form is filled and the submit button clicked. Perhaps I misunderstood your instructions. I changed

Re: Launch another app from my standalone

2009-08-28 Thread Ian Wood
It's still worth doing as a test. If it works and you code doesn't, then you've confirmed that it's a path issue. It's also worth doing a test standalone that answers the defaultfolder, as the initial defaultfolder can't get a bit tricky on OS X with the bundle. Ian On 28 Aug 2009, at

Re: Launch another app from my standalone

2009-08-28 Thread Adrian Williams
Chris, Think I have it now. it may not the best best name to use but it works on OSX at least. Will it also work on Windows? Speaking for myself (an old newbie) who doesn't use Rev often, the docs are not complete enough. One forgets the simplest of tasks because they are not used

Test

2009-08-28 Thread Chris Sheffield
Please ignore. Just testing some e-mail account settings. :-) ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Navigate to another page from revLet?

2009-08-28 Thread Trevor DeVore
I am experimenting with revLets and I need to navigate to another page when the user clicks on a button in the revLet. I tried launch url opens a page in a new window but I'm hoping to navigate within the same window. revLets can't call javascript functions available to the page yet can

Re: Navigate to another page from revLet?

2009-08-28 Thread Andre Garzia
Trevor, it is complicated but it can be done. First you need to have sessions implemented, you can pass your session variable to the revlet using the revParams, this way, your revlet could write to RDBMS or to a CGI saying: hey, this session wants to go to another page and in the page that loads

Re: Navigate to another page from revLet?

2009-08-28 Thread Klaus on-rev
Hi Andre Trevor, Trevor, it is complicated but it can be done. First you need to have sessions implemented, you can pass your session variable to the revlet using the revParams, this way, your revlet could write to RDBMS or to a CGI saying: hey, this session wants to go to another page and

Re: Navigate to another page from revLet?

2009-08-28 Thread Trevor DeVore
On Aug 28, 2009, at 1:24 PM, Andre Garzia wrote: it is complicated but it can be done. First you need to have sessions implemented, you can pass your session variable to the revlet using the revParams, this way, your revlet could write to RDBMS or to a CGI saying: hey, this session wants to

Re: Navigate to another page from revLet?

2009-08-28 Thread Richard Gaskin
Trevor DeVore wrote: On Aug 28, 2009, at 1:24 PM, Andre Garzia wrote: it is complicated but it can be done. First you need to have sessions implemented, you can pass your session variable to the revlet using the revParams, this way, your revlet could write to RDBMS or to a CGI saying:

Re: uploading a test revlet on safari to a web site

2009-08-28 Thread George C Brackett
Actually, you can embed a revlet in any RapidWeaver page, with other material (text, graphics, etc.) appearing above and below it. All you have to do is enter the embed code, select the code, and choose 'Ignore Formatting'. I may have answered this before. If so, please excuse me. You

RE: uploading a test revlet on safari to a web site

2009-08-28 Thread Jim Bufalini
George, You link generates a 404 error. Aloha from Hawaii, Jim Bufalini -Original Message- From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- boun...@lists.runrev.com] On Behalf Of George C Brackett Sent: Friday, August 28, 2009 7:38 AM To: How to use Revolution

Re: Launch another app from my standalone

2009-08-28 Thread Adrian Williams
Ian, I missed setting up defaultFolder altogether, so no wonder it did not work. Thanks for the tips, which also worked in OS X. Adrian On 28 Aug 2009, at 16:33, Ian Wood wrote: It's still worth doing as a test. If it works and you code doesn't, then you've confirmed that it's a path

Re: Navigate to another page from revLet?

2009-08-28 Thread Joe F.
I haven't had time to play with revlets much, but this seems like too much of a glaring omission to be true. Isn't it possible to get the host browser name (or window element) and send it something (like a URL)? Another approach that ought to work is the bookmarklet scheme

Re: Navigate to another page from revLet?

2009-08-28 Thread Trevor DeVore
On Aug 28, 2009, at 2:15 PM, Joe F. wrote: I haven't had time to play with revlets much, but this seems like too much of a glaring omission to be true. Isn't it possible to get the host browser name (or window element) and send it something (like a URL)? revLets are still in ALPHA. I've

Re: Navigate to another page from revLet?

2009-08-28 Thread Dave Cragg
Trevor I was interested to see whether launch url would open the default browser if you had first loaded the page in a non-default browser. (e.g. start in Firefox but url is launched in Safari) But I didn't get that far. launch url did nothing at all in a revlet. (no problem in testing

Re: Navigate to another page from revLet?

2009-08-28 Thread Trevor DeVore
On Aug 28, 2009, at 2:31 PM, Dave Cragg wrote: I was interested to see whether launch url would open the default browser if you had first loaded the page in a non-default browser. (e.g. start in Firefox but url is launched in Safari) But I didn't get that far. launch url did nothing at all

Re: Navigate to another page from revLet?

2009-08-28 Thread Dave Cragg
On 28 Aug 2009, at 19:31, Dave Cragg wrote: This was on OS X with both Safari and OS X. I meant, both Safari and Firefox. Sorry! ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Navigate to another page from revLet?

2009-08-28 Thread Dave Cragg
On 28 Aug 2009, at 19:32, Trevor DeVore wrote: On Aug 28, 2009, at 2:31 PM, Dave Cragg wrote: I was interested to see whether launch url would open the default browser if you had first loaded the page in a non-default browser. (e.g. start in Firefox but url is launched in Safari) But I

[ANN] Raptor - tRev's clever, customizable property editing feature

2009-08-28 Thread Jerry Daniels
tRev is a new code editor for Revolution. Raptor is fiendishly clever feature of tRev that lets you strategically edit only those properties of an object that you desire. Now you can quickly build a customized property editor for each or any object with a few keystrokes—and it's built

Re: [ANN] Raptor - tRev's clever, customizable property editing feature

2009-08-28 Thread Jerry Daniels
Hmmm... It appears my link to the video about Raptor did not appear in the email! http://reveditor.com/raptor-clever-customizable-property-editing-0 Let's see it that worked. Best, Jerry Daniels Watch tRev - The Movie http://reveditor.com/trev-the-movie On Aug 28, 2009, at 2:18 PM, Jerry

Re: uploading a test revlet on safari to a web site

2009-08-28 Thread François Chaplais
Le 28 août 09 à 19:38, George C Brackett a écrit : Actually, you can embed a revlet in any RapidWeaver page, with other material (text, graphics, etc.) appearing above and below it. All you have to do is enter the embed code, select the code, and choose 'Ignore Formatting'. I may have

Re: uploading a test revlet on safari to a web site

2009-08-28 Thread François Chaplais
Le 28 août 09 à 21:53, François Chaplais a écrit : Le 28 août 09 à 19:38, George C Brackett a écrit : Actually, you can embed a revlet in any RapidWeaver page, with other material (text, graphics, etc.) appearing above and below it. All you have to do is enter the embed code, select the

Snow Leopard

2009-08-28 Thread LunchnMeets
Hi Revolution Lovers, I know it's early to ask this question. Does anyone know if there are problems between the Apple Snow Leopard operating system and Revolution, or is it safe to upgrade to it? Thanks in advance, Joe in Orlando ___ use-revolution

Re: Snow Leopard

2009-08-28 Thread Devin Asay
On Aug 28, 2009, at 2:21 PM, lunchnme...@aol.com wrote: Hi Revolution Lovers, I know it's early to ask this question. Does anyone know if there are problems between the Apple Snow Leopard operating system and Revolution, or is it safe to upgrade to it? None that I've seen in limited

DragData elements

2009-08-28 Thread Richard Gaskin
I'd like to set the dragData[text] to one value while keeping more detailed info for internal use in dragData[private]. The docs seem to suggest that I can set any number of keys in the dragData, but in practice it seems that if I set the dragData[text] it erases dragData[private], and even

Re: Snow Leopard

2009-08-28 Thread George C Brackett
I've found just one gotcha so far: the RevWeb plugin does not work with Snow Leopard Safari. Works okay with current version of Firefox. With the early advent of Snow Leopard, you can bet there are going to be a lot of broken apps. George On Aug 28, 2009, at 4:29 PM, Devin Asay wrote:

Re: Snow Leopard

2009-08-28 Thread Colin Holgate
On Aug 28, 2009, at 5:36 PM, George C Brackett wrote: I've found just one gotcha so far: the RevWeb plugin does not work with Snow Leopard Safari. Works okay with current version of Firefox. Was Safari set to 32 bit or 64 bit? Same for Firefox?

Re: DragData elements

2009-08-28 Thread Trevor DeVore
On Aug 28, 2009, at 5:14 PM, Richard Gaskin wrote: I'd like to set the dragData[text] to one value while keeping more detailed info for internal use in dragData[private]. The docs seem to suggest that I can set any number of keys in the dragData, but in practice it seems that if I set the

Re: DragData elements

2009-08-28 Thread Richard Gaskin
Trevor DeVor wrote: On Aug 28, 2009, at 5:14 PM, Richard Gaskin wrote: I'd like to set the dragData[text] to one value while keeping more detailed info for internal use in dragData[private]. The docs seem to suggest that I can set any number of keys in the dragData, but in practice it

Re: Rev compatibility for Windows 7 and Snow Leopard

2009-08-28 Thread Bill Vlahos
InfoWallet works well in Snow Leopard. I didn't really expect a problem but I couldn't say so until I tested it. Its good to see how compatible Revolution is. Makes us look good. Bill Vlahos On Aug 25, 2009, at 11:14 PM, Bill Vlahos wrote: Apple and Microsoft are about to release

Re: Snow Leopard

2009-08-28 Thread Sarah Reichelt
On Sat, Aug 29, 2009 at 7:53 AM, Colin Holgateco...@verizon.net wrote: On Aug 28, 2009, at 5:36 PM, George C Brackett wrote: I've found just one gotcha so far: the RevWeb plugin does not work with Snow Leopard Safari.  Works okay with current version of Firefox. Was Safari set to 32 bit or

Re: Building an On-Rev Guest Book

2009-08-28 Thread Sarah Reichelt
Does the form work in the end i.e. does the new entry get added to your guest book text file? If so, then the only problem is that things are happening in the wrong order. You ned to check for POST data, and if it's there, save it to the text file. Then you need another section of irev code that

Re: Snow Leopard

2009-08-28 Thread George C Brackett
Ah, how quickly my tiny knowledge store is left behind! How do you set Safari to 32 or 64 bit? I've looked all over and can't see how. George On Aug 28, 2009, at 7:28 PM, Sarah Reichelt wrote: On Sat, Aug 29, 2009 at 7:53 AM, Colin Holgateco...@verizon.net wrote: On Aug 28, 2009, at 5:36

Re: Snow Leopard

2009-08-28 Thread George C Brackett
In any case, acting on Sarah's hint about the Activity Monitor, I find that my Safari is running in 64-bit mode, so I guess that's the cause of the revlets not running. George On Aug 28, 2009, at 8:40 PM, George C Brackett wrote: Ah, how quickly my tiny knowledge store is left behind! How

Re: Snow Leopard

2009-08-28 Thread Colin Holgate
On Aug 28, 2009, at 8:40 PM, George C Brackett wrote: Ah, how quickly my tiny knowledge store is left behind! How do you set Safari to 32 or 64 bit? I've looked all over and can't see how. Apparently it's in the Get Info box somewhere. ___

Re: Snow Leopard

2009-08-28 Thread Sarah Reichelt
On Sat, Aug 29, 2009 at 10:40 AM, George C Brackettgbrack...@luceatlux.com wrote: Ah, how quickly my tiny knowledge store is left behind!  How do you set Safari to 32 or 64 bit?  I've looked all over and can't see how. Select the Safari app's icon and Get Info. Check the box that says Run in

[ANN] Script Colour Editor 1.1.0

2009-08-28 Thread Shao Sean
Due to some confusion (and lack of docs) with the initial release, I have update the Script Colour Editor to make it (hopefully) easier to use. INSTRUCTIONS - Place the Rev file in your Plugins directory - Launch Rev - Open the plugin from the menu Development Plugins

Re: Building an On-Rev Guest Book

2009-08-28 Thread Gregory Lypny
Hi Sarah, Looks like it will save the entry to a file only if the form action is the iRev code. But I think I've found a fix, and that is to include target=_self or some other frame in the form tag. I'm going to play around with it and try to incorporate some of the neat code from your