Re: downladed stack is not being actually saved

2010-03-16 Thread Mark Wieder
Nicolas- Monday, March 15, 2010, 9:41:46 PM, you wrote: The solution was to use put ... into url instead of go URL. And didn't need revert. Revert should give you a live update instead of having to wait until the next launch of the stack. -- -Mark Wieder mwie...@ahsoftware.net

AW: can rev supply image editing features?

2010-03-16 Thread Tiemo Hollmann TB
Hi Stephen, yes, that's what I would like to have. I know that this originally is a feature of image editing programs, though I think it is not a patent of Adobe. But sometimes there are so unexpected approaches with rev, I even didn't thought about that you could do it with rev or an external.

Re: Inserting a photo into a polygon?

2010-03-16 Thread Malte Pfaff-Brill
Late to the party, sorry. :-) If you design your stackcleverly, you can play with blending and to some sort fake it. on a stack with a white background create a graphic set opaque to true set the backcolor to black import image group graphic and image move image on top of graphic set the ink

Re: Getting a Label Field to Scroll with Another Field

2010-03-16 Thread Andre.Bisseret
Bonjour, Gregory, I have several several layouts like yours (one Titles field on top of one Table). My titles fields are a text fields, not label fields. I don't think it'is a matter of different formattedWidth of the contents of the columns. I have columns where the formattedWidth of

Re: adjusting speed of set arcangle of graphic

2010-03-16 Thread Malte Pfaff-Brill
Hi Nicolas, what you would need to do to make it accurate on all machines is calculate the value for the arcangle as it *should* be at the current time stamp. that way it might look a bit jerky on slower machines, though I doubt that would be noticeable. I am afraid I´ll need to blow my own

Re: Fwd: Cross platform design tool

2010-03-16 Thread viktoras d.
Hi Randal, many issues in your list can be solved by using ImageMagick (www.imagemagick.org). It has already solved many of image manipulation issues for Perl, PHP and other languages alike. However from revTalk you can only shell out commands to it. It would be *very cool* to get this tool

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Andre.Bisseret
Bonjour Peter, Ouaah! very clever :-))) No problem with tabs, spaces, cr etc. adopted :-) Thanks a lot Best regards from Grenoble André Le 15 mars 10 à 22:52, Peter Brigham MD a écrit : Or this way: on mouseup put the selectedchunk into selCh if the selectedtext = empty then exit

AW: Fwd: Cross platform design tool

2010-03-16 Thread Tiemo Hollmann TB
Labas Vitoras, do you think I could change colors as in my can rev supply image editing features post described with imagemagick? I know, how to do this job by hand in photoshop, but I can't think of it is possible to automize such a job by a shell tool? Especially the selecting of the background

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread BNig
André, I would test Peters solution a little more. If you start your selection with a space the word before the space will be the one that is targeted for your textstyle. The same with return and tab. regards Bernd -- View this message in context:

Re: AW: Fwd: Cross platform design tool

2010-03-16 Thread viktoras d.
Hallo Tiemo :-) something like this: http://www.fmwconcepts.com/imagemagick/magicwand/index.php Viktoras Tiemo Hollmann TB wrote: Labas Vitoras, do you think I could change colors as in my can rev supply image editing features post described with imagemagick? I know, how to do this job by

Re: Getting a Label Field to Scroll with Another Field

2010-03-16 Thread Gregory Lypny
Thank you, Sarah and Bernd, Padding on the right is the trick then, perhaps even with spaces. And I like your idea, Bernd, of padding a line other then the first. That way, if the title line is copied as headers of an export file, you're getting only the original titles and not the padding.

Re: More Data Grid Difficulties - Making it request data

2010-03-16 Thread Trevor DeVore
On Mar 16, 2010, at 12:15 AM, Len Morgan wrote: I found the manual pages for coloring lines in a data grid table but it's not working. I'm pretty sure that the reason is because I'm settting the dgText to the array I create from the database records and that is bypassing the FillInData

Re: More Data Grid Difficulties - Making it request data

2010-03-16 Thread Len Morgan
On 3/16/2010 6:57 AM, Trevor DeVore wrote: On Mar 16, 2010, at 12:15 AM, Len Morgan wrote: I found the manual pages for coloring lines in a data grid table but it's not working. I'm pretty sure that the reason is because I'm settting the dgText to the array I create from the database records

Re: More Data Grid Difficulties - Making it request data

2010-03-16 Thread Trevor DeVore
On Mar 16, 2010, at 8:10 AM, Len Morgan wrote: To answer your first question, the lines aren't getting colored and I have a message that's supposed to print to the message box as it goes by. I went so far as to put a 500 ms delay in this routine (so EVERY column would wait 1/2 a second

AW: AW: Fwd: Cross platform design tool

2010-03-16 Thread Tiemo Hollmann TB
Wow, I knew there are real specialists on this list. That hint sounds interesting, I'll go into that. Next time I will ask you in German if you speak fluently German ;) Dekui! Tiemo -Ursprüngliche Nachricht- Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-

Confusing Errors

2010-03-16 Thread Dan Friedman
Greetings, My standalone is is throwing some errors that I can't seem to figure out. The errors are being thrown because I included the Bug Reports option when I generated the standalone. Here is the error:

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Peter Brigham MD
On Mar 16, 2010, at 6:40 AM, BNig wrote: André, I would test Peters solution a little more. If you start your selection with a space the word before the space will be the one that is targeted for your textstyle. The same with return and tab. regards Bernd True. I was assuming that the

Re: Confusing Errors

2010-03-16 Thread Mark Schonewille
Hi Dan, The Line Num may be zero because your stack is protected by a password. Sometimes the debugging tools just don't work properly and can't find the offending line. It also happens that the actual error occurs in a Revolution script library, which the debugger can't figure out.

Re: Confusing Errors

2010-03-16 Thread Richard Gaskin
Dan Friedman wrote: ... - Executing at 5:44:49 PM on Monday, March 15, 2010 Type: Object: does not have this property Object: button 'Save' of card 'card id 1002' of stack 'EditComment' Line: put the

Re: Confusing Errors

2010-03-16 Thread Mark Wieder
Richard- Tuesday, March 16, 2010, 8:16:22 AM, you wrote: Because the error reporting is using the same engine that encountered the error, sometimes getting error info in Rev is like doing watch repair where the only tool you have is another watch. ;) ...and that one's broken, too... --

Confusing Errors

2010-03-16 Thread Dan Friedman
Mark (and others), Thanks for the info. Here's some more... The stack is not password protected. I did use normal quotes (it wouldn't compile if I hadn't), the debugger presents quotes as single-quotes in it's errors. And, currentTarget is a valid pointer to a field. The stack wouldn't

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Andre.Bisseret
Le 16 mars 10 à 11:40, BNig a écrit : André, I would test Peters solution a little more. If you start your selection with a space the word before the space will be the one that is targeted for your textstyle. The same with return and tab. regards Bernd Bernd, you are absolutely right!

How to use 'put URL ftp://... if username contains @

2010-03-16 Thread runrev260805
Hi, how can i use the comand put URL FTP://username:passw...@... if the username already contains a @. I tried to put the username into a var, but that does not the trick. Is it even possible? Regards, Matthias ___ use-revolution mailing list

Re: How to use 'put URL ftp://... if username contains @

2010-03-16 Thread Andre Rombauts
how can i use the comand put URL FTP://username:passw...@... if the username already contains a @. I tried to put the username into a var, but that does not the trick. Strange to me that a name including a '@' is accepted as a valit FTP username. But perhaps you mean the username contains also

Re: How to use 'put URL ftp://... if username contains @

2010-03-16 Thread Björnke von Gierke
It's possible that the parts after the @ in the user name can be omitted. If not, try to urlencode the name, and/or the password before putting them into the url query string. On 16 Mar 2010, at 16:55, runrev260...@m-r-d.de wrote: Hi, how can i use the comand put URL

Re: How to use 'put URL ftp://... if username contains @

2010-03-16 Thread Mark Schonewille
Hi Matthias, Yes, this is possible and happens quite often. However, almost equally often you can replace @ with % or +. Try ftp://username+domain.com:passw...@ftp.domain.com . -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: How to use 'put URL ftp://... if username contains @

2010-03-16 Thread Bill Marcy
There isn't a way to escape out a character? 2010/3/16 Björnke von Gierke b...@mac.com It's possible that the parts after the @ in the user name can be omitted. If not, try to urlencode the name, and/or the password before putting them into the url query string. On 16 Mar 2010, at 16:55,

Re: How to use 'put URL ftp://... if username contains @

2010-03-16 Thread Andre Garzia
replace @ with %40 :D On Tue, Mar 16, 2010 at 12:55 PM, runrev260...@m-r-d.de wrote: Hi, how can i use the comand put URL FTP://username:passw...@... if the username already contains a @. I tried to put the username into a var, but that does not the trick. Is it even possible?

Re: Paris

2010-03-16 Thread Ryno Swart
I get (iBook OS x 10.4.11) this message: Sorry the HD View Beta is not supported on this platform. Must be Internet Explorer, Firefox, Flock, Netscape, or Safari on Windows XP, Server 2003, or Vista. Ryno. http://artistvision.org/ Still all alone in Africa : )

Re: Paris

2010-03-16 Thread René Micout
It is good with Mac OS X 10.6.2 for HD and Flash Try Flash version... René Le 16 mars 2010 à 17:50, Ryno Swart a écrit : I get (iBook OS x 10.4.11) this message: Sorry the HD View Beta is not supported on this platform. Must be Internet Explorer, Firefox, Flock, Netscape, or Safari on

Re: Inserting a photo into a polygon?

2010-03-16 Thread Alejandro Tejada
Hi, When i need to show an image within a polygon, i use the palette Mask Bitmap 02: http://andregarzia.on-rev.com/alejandro/stacks/mask_bitmap02.zip http://capellan2000.000space.com/mask_bitmap02.zip This palette creates a mask for bitmaps using vector graphics as templates. This script uses a

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Andre.Bisseret
Peter, Thank you a lot for your attention to my problem. I am impressed by the way you think about a problem. Very nice solutions really; works well :-)) Meanwhile, I am trying to edit the selection made by the user, using a repeat loop to delete the possible spaces (and/or tab) before

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Peter Brigham MD
Not sure if this got through the first time, if so, sorry for any duplication... On Mar 16, 2010, at 6:40 AM, BNig wrote: André, I would test Peters solution a little more. If you start your selection with a space the word before the space will be the one that is targeted for your

Re: How to use 'put URL ftp://... if username contains @

2010-03-16 Thread Matthias Rebbe
Thanks to all who replied. In my case the username has to be usern...@domain.tld. A + or a % as a replacement are not accepted. But urlencode and of course Andre´s suggestion to use %40 did the trick. Regards, Matthias Am 16.03.2010 um 17:13 schrieb Andre Garzia: replace @ with %40 :D

Communication between JADE and Runrev

2010-03-16 Thread zeeshan aamir
Hi, i need examples of Communication between JADE and Runrev through sockets. Kindly send me complete procedure how to communicate between them. Is there is any video tutorial available for this. on youtube or any other? One Stck is in stack RunRev (*vending*

Re: ANN: old HTTP FTP servers in RevTalk

2010-03-16 Thread Alejandro Tejada
Hi Andre, This web server stack works great, after i copied all modules to the same folder where simple server.rev resides. Noticed that you included a wiki.rev stack, but at least in my side, throws an error. Andre, How could we use this server to search, create and display wikipedia webpages

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread Andre.Bisseret
Le 16 mars 10 à 18:13, Peter Brigham MD a écrit : Not sure if this got through the first time, if so, sorry for any duplication... Yes I received it and replied On a different note, I'm confused about the behavior of full control references, eg, fldRef in the above example, which

Re: Communication between JADE and Runrev

2010-03-16 Thread Pierre Sahores
Hi, Are asking this about JADE as the Java Agent DEvelopment Framework or as the Java-based web Application's DEvelopment Framework ? P. Le 16 mars 10 à 18:47, zeeshan aamir a écrit : Hi, i need examples of Communication between JADE and Runrev through sockets. Kindly send me complete

Re: Communication between JADE and Runrev

2010-03-16 Thread Mark Schonewille
Pierre, from the URL, it looks like Zeeshan wants to communicate with the Jade vending machine. I'm not sure that this is possible. Zeeshan, if you really want to communicate with Jade vending machines, you need to ask the Jade company whether this is possible and allowed. If you really

Re: Card Name space conflicts in the Rev IDE

2010-03-16 Thread Jerry Daniels
Stephen, Your tRev license to get updates is good until July. You will see a notice at bottom left of tRev window telling you when your renewal date gets 60 days or less. You'll also get a link to initiate the renewal process. Best, Jerry Daniels The latest Rev Editor Video:

Replace colors (was: can rev supply image editing features?)

2010-03-16 Thread Wilhelm Sanke
On March 15, 2010, Tiemo Hollmann TB toolbook at kestner.de wrote: I am not that familiar with the image manipulating capabilities of rev. I have a batch of images with a person in front of a blue background. What I would like to do is to change the blue background against a white background,

Re: How to use 'put URL ftp://... if username contains @

2010-03-16 Thread Jim Ault
When using a server/host that handles multiple domains, many systems require the [user's account name @ the domain ] in order to validate the login, thus donaldd...@domaindisneyland.com:mickeymo...@domaindisneyland.com

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread J. Landman Gay
Andre.Bisseret wrote: Then, I am looking for a solution. I will try to control the selection made by the user and to edit it. Does this work? on mouseUp get the selection put word 1 of it into tWord if tWord = then exit mouseUp put (word 2 of the selectedchunk)-1 into tStart set

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread J. Landman Gay
J. Landman Gay wrote: Andre.Bisseret wrote: Then, I am looking for a solution. I will try to control the selection made by the user and to edit it. Does this work? on mouseUp get the selection put word 1 of it into tWord if tWord = then exit mouseUp put (word 2 of the

[OT] Poor man's Photoshop

2010-03-16 Thread Richmond Mathewson
Those of you who: Cannot afford Photoshop, and Cannot cope with GIMP could do far worse than this: http://www.sumopaint.com/app/ It blew me away. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: How to use 'put URL ftp://... if username contains @

2010-03-16 Thread Dave Cragg
On 16 Mar 2010, at 17:28, Matthias Rebbe wrote: Thanks to all who replied. In my case the username has to be usern...@domain.tld. A + or a % as a replacement are not accepted. But urlencode and of course Andre´s suggestion to use %40 did the trick. Just to confirm. libUrl always

Re: Paris

2010-03-16 Thread Sarah Reichelt
Ryno. http://artistvision.org/ Still all alone in Africa : ) Not quite alone I added a neat Flash globe to my web site which plots visitors http://www.troz.net/rev/. I would assume most visitors are after Rev material and there are a few dots scattered over Africa. Cheers, Sarah

Re: [OT] Poor man's Photoshop

2010-03-16 Thread stephen barncard
you are totally right - this is an amazing web app! It just feels more like a 'desktop app'. I'll be surprised if Google doesn't try to buy it and add it to their office suite. On 16 March 2010 16:16, Richmond Mathewson richmondmathew...@gmail.comwrote: Those of you who: Cannot afford

Re: Confusing Errors

2010-03-16 Thread Sarah Reichelt
on mouseUp  global activeRCMStudentIDNum  global currentReportIDNum  global currentTarget  global GlobalModeOption  global gStudentXML  global pMode  set cursor to watch  lock screen  put the IDNumber of currentTarget into fPane  --this is where it's tripping I would guess that

Re: Saving files to database

2010-03-16 Thread zryip theSlug
2010/3/15 Devin Asay devin_a...@byu.edu: On Mar 15, 2010 Andrew Kluthe and...@rjdfarm.com wrote: I have a need to store image files and document files (reports) to my mySQL database. I know it is arguably unconventional to do this, but the need and requirement is there. Does anyone have any

Re: adjusting speed of set arcangle of graphic

2010-03-16 Thread Nicolas Cueto
Malte, thank you... and a further AE question! (Apologies to the list.) Instead of the arcangle increasing, how could I use AE to make it decrease? So that the circle disappears. I tried reversing the aeEaseIn function's start/end values and setting a negative exponent value, but the only think

Re: adjusting speed of set arcangle of graphic

2010-03-16 Thread Sarah Reichelt
On Wed, Mar 17, 2010 at 11:00 AM, Nicolas Cueto nicon...@gmail.com wrote: Malte, thank you... and a further AE question! (Apologies to the list.) No apology needed, at least as far as I am concerned. AE is a Rev development tool and so this is a perfect place for a discussion of it's abilities.

Re: Confusing Errors

2010-03-16 Thread Kay C Lan
On Tue, Mar 16, 2010 at 11:39 PM, Dan Friedman d...@clearvisiontech.com wrote: As you can see, it's the first [evaluated] line in the script.  If it matters, this is a modal dialog.  Also noteworthy, is that I can't repeat this error.  These reports are coming from users.  Also, they are

Re: how to set the textStyle of word 1 of the selection?

2010-03-16 Thread J. Landman Gay
J. Landman Gay wrote: J. Landman Gay wrote: Andre.Bisseret wrote: Then, I am looking for a solution. I will try to control the selection made by the user and to edit it. Does this work? on mouseUp get the selection put word 1 of it into tWord if tWord = then exit mouseUp put (word