Re: Emulate an HTTP post in Rev

2009-12-27 Thread Sarah Reichelt
> Can someone tell me how to emulate an HTTP post in Rev for a Revlet or > Standalone? So... someone gives you an HTML code snippet to insert in a > webpage. It looks like: > > > > > ... > > > I want to use *post* from Rev to emulate their button code. How do I > structure the "data" string of

Emulate an HTTP post in Rev

2009-12-27 Thread Jim Bufalini
Hello, Can someone tell me how to emulate an HTTP post in Rev for a Revlet or Standalone? So... someone gives you an HTML code snippet to insert in a webpage. It looks like: ... I want to use *post* from Rev to emulate their button code. How do I structure the "data" string of a Rev Post com

Re: Rev 4.0 Enterprise Splash Stack - xmlerr, can't find element

2009-12-27 Thread Peter W A Wood
Jacque and Malte Thanks. I've entered into the QCC - #8512. Peter On 28 Dec 2009, at 02:19, Malte Pfaff-Brill wrote: > Hi Peter, > > I am pretty sure the RSS feed broke, when the forum software was updated to > the latest version. As Jacque mentioned already, this should go into > quality.ru

Context menu for Header of DataGrid

2009-12-27 Thread Mark Stuart
Hi Trevor, I was wondering if there is a way to have 2 context menus for the DataGrid, 1 for the rows and one for the header? Where I'd like to have a different menu set for the header (pertinent to the DataGrid itself) and the rows context menu would be specific to the record itself. The header m

Setting Playloudness was Re: 4.0 not displaying text field changes

2009-12-27 Thread Jim Lambert
Mark noted that it is now necessary under Rev >= 4.0 to insert > wait 0 millisec with messages into repeat loops in order to see any changes made to a field. I have found this is also needed when changing playloudness like this: on fadeSounds set the playloudness to cLoud wait 0 mil

Re: Megabundle Question

2009-12-27 Thread Malte Pfaff-Brill
Hi Michael, the megabundle essentially is the all you can eat of revSelect + rev Enterprise + assurance pack, so IMHO yes, it is a very good deal. :-) As for 24 vs 32 products: Some of the offerings you see are packs in themselves, as for example the iconpeople icon packs or the audio stuff, w

Re: Rev 4.0 Enterprise Splash Stack - xmlerr, can't find element

2009-12-27 Thread Malte Pfaff-Brill
Hi Peter, I am pretty sure the RSS feed broke, when the forum software was updated to the latest version. As Jacque mentioned already, this should go into quality.runrev.com Cheers, Malte___ use-revolution mailing list use-revolution@lists.runrev.com

Re: HC convert: help with text as graphic or rotated text

2009-12-27 Thread James Hurley
Message: 2 Date: Sat, 26 Dec 2009 11:41:18 -0800 From: Scott Rossi Subject: Re: HC convert: help with text as graphic or rotated text To: How to use Revolution Message-ID: Content-Type: text/plain; charset="US-ASCII" Recently, James Hurley wrote: go url "http://www.tactilemedia.com/si

Re: 4.0 not displaying text field changes

2009-12-27 Thread Mark Schonewille
Hi Kee, This changed when the graphics engine was made more efficient (I think). Try this: repeat with w = 1 to 1000 repeat with x = 1 to 1000 repeat with y = 1 to 1000 repeat with z = 1 to 1000 with messages put "A" && w && x && y && z into field "status" wait 0 milli

4.0 not displaying text field changes

2009-12-27 Thread Kee Nethery
This kind of thing worked fine in 2.9.x but does not in 4.0. I've got a new 4.0 stack that has a bunch of repeat loops within repeat loops. For a small example: repeat with w = 1 to 1000 repeat with x = 1 to 1000 repeat with y = 1 to 1000 repeat with z = 1 to 1000 put "A" &&

Re: Rev 4.0 Enterprise Splash Stack - xmlerr, can't find element

2009-12-27 Thread J. Landman Gay
Peter W A Wood wrote: I've just upgraded to Rev 4.0 Enterprise and get an XML error reported in the Splash Stack. The "Offers" tab is fine and downloads and shows its advert nicely. When I click on the Forums tab instead of a list of recent discussions, an "xmlerr, can't find element" message is

Re-2: Can I know the revWeb is installed?

2009-12-27 Thread runrev260805
Hi, under Windows Vista you can find the revWebPlayer in C:\Users\USERNAME\AppData\Local\RunRev\revWebPlayer under Windows 2003 and XP german under C:\Dokumente und Einstellungen\USERNAME\Lokale Einstellungen\Anwendungsdaten\RunRev\revWebPlayer and for english Windows i hope that my translati

Megabundle Question

2009-12-27 Thread Michael Kann
The Megabundle offer looks like a great deal. The add states that "We've included 32 productivity boosting products." It then describes 24 products. I'm just curious what the other eight are. Thanks ___ use-revolution mailing list use-revolut

Re: Can I know the revWeb is installed?

2009-12-27 Thread Sarah Reichelt
> Can I know the revWeb plugin is installed or not by a script? > I want to make an application for desktop + web browser. > And desktop version can detect a plugin. On the web page, you can use the JavaScript that comes with the sample html to detect the plugin. On the desktop, I guess the easie