IDE crashes on startup

2008-11-17 Thread Tiemo Hollmann TB
Hello, Rev 3.0, Win XP, SP3. On an irregular basis my IDE crashes on startup when performing the final steps of startup. It is before opening any own stack. Last time before this crash I have closed my work and rev completely regular, without any error messages. It happens about once or twice a

Re: building a installer with rev

2008-11-17 Thread [EMAIL PROTECTED]
Grüß Dich Tiemo, 1) Perhaps you should try a mixed approach with an installer doing the hard things and your application doing the additional needs you want: a small installer + your own routines for copiing from the DVD after start of your installed application. Make an installer for example

AW: building a installer with rev

2008-11-17 Thread Tiemo Hollmann TB
Hello Franz, Yes, I have also thought about this approach and will follow that. Thank you for your thoughts Tiemo -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:use-revolution- [EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Montag, 17. November 2008 09:19 An:

fastes way to copy a whole folder with showing the progress?

2008-11-17 Thread Tiemo Hollmann TB
Hello, what is the most performing way to copy all files of a folder from DVD to HD with showing the user a progress? ( about 18.000 files of total 7,5GB) When making a loop with revcopyfile it is slow, but I can show the user a progress. When using revcopyfolder it is faster, but I can't show a

Re: Doing chromakey through Runrev

2008-11-17 Thread Jacques Hausser
Hi Jonathan, I'm surprised that nobody answered till now. I did not try chromakeying myself, but I would suggest 1) to sample the color of blue background (perhaps at different places to get an amplitude of variation of the color - it is never absolutely constant) with the mouseColor

Re-2: Doing chromakey through Runrev

2008-11-17 Thread [EMAIL PROTECTED]
Hello, I once found two stacks with the names ImageTrans.rev and one with altMakeTrans.rev from altuit which both do what you want and have the necessary scripts within. Try altuit ... Mit freundlichen Grüßen Franz Böhmisch [EMAIL PROTECTED] http://www.animabit.de GF Animabit Multimedia

video chat from revolution

2008-11-17 Thread [EMAIL PROTECTED]
Hello Revs, as you certanly know Google has added audio and video chat to Gmail. The new video-chat essentially offer most of the features of Skype, but you can access it from the browser. To have the video chat working you need to install a plug-in. I wonder if there is a way to have this

Re: video chat from revolution

2008-11-17 Thread Mark Schonewille
Hi Paolo, Install the plugin and try to make it work with the revBrowser. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum Color Converter has been updated! Get it at

More - Post Command Problem looks like a RunRev problem?

2008-11-17 Thread Dave
Hi All, Please see below for the history of this problem. Since then I have some more information: I installed WireShark and recreated the problem. When I look at the captured information, it looks as if the response is being sent and received by server/client ok. It shows a number of

Re: More - Post Command Problem looks like a RunRev problem?

2008-11-17 Thread Mark Smith
Dave, I wonder if it would be worth trying to do the post using curl (or some other tool) to see if the problem still occurs? Also, have you looked at what actual bytes the truncated response ends with ie. is the server sending back something weird? Best, Mark On 17 Nov 2008, at 11:29,

R: Re: video chat from revolution

2008-11-17 Thread [EMAIL PROTECTED]
Hi Mark, unfortunately If you sign in to Gmail using a browser that isn't fully supported, you'll automatically be directed to a basic HTML view of gMail without the chat application. I wonder if there is a workaround for this. More than this, I have no idea how can I install a plugin for the

Re: More - Post Command Problem looks like a RunRev problem?

2008-11-17 Thread Dave
Hi Mark, I can't figure out the correct format for the curl command, or how to call it from RunRev. Given that the current post command looks like this: set the httpHeaders to myHTTPHeader post mySoapEnvelope to url mySoapURL put it into myReply put the result into myResult How would I do

Re: Doing chromakey through Runrev

2008-11-17 Thread Jonathan Lynch
Hi Jacques, Thank you for your reply. I actually did something like that already, but... It only works on a very clean and even background, which is surprisingly hard to achieve in the real world. High-quality chromakey algorithms apparently use rather complex formulas. It is not enough to

Re: Re-2: Doing chromakey through Runrev

2008-11-17 Thread Jonathan Lynch
I shall investigate them - thanks ! On Mon, Nov 17, 2008 at 4:15 AM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote: Hello, I once found two stacks with the names ImageTrans.rev and one with altMakeTrans.rev from altuit which both do what you want and have the necessary scripts within. Try

Re: More - Post Command Problem looks like a RunRev problem?

2008-11-17 Thread Mark Smith
Dave, you'll need something like this: put the tempname into tFile put mySoapEnvelope into url(file: tFile) -- this is so we don't pass a load of data on the command line put curl -s into tCurlStr repeat for each line L in myHttpHeaders -- if you're only setting one header, you don't need

2 revBrowser Instances on one card with target references from first to the second - possible?

2008-11-17 Thread [EMAIL PROTECTED]
Hello Q: I would like a card with 2 altBrowsers, which have names and the second is the target of the first Is this possible? compare: if I have a link in HTML with target=second the browser opens a second window. If I use this reference target=second in another window or in the first window

Re: Random algorithm

2008-11-17 Thread Richard Gaskin
Dave Cragg wrote: ... The two scripts measure the number of repeated sequences that are generated by the two methods. The first method has yet to produce a repeated sequence here. ... METHOD 1 (no resetting) Bingo. The psuedo-random algo used in Rev is pretty good as it is. -- Richard

Re: More - Post Command Problem looks like a RunRev problem?

2008-11-17 Thread Dave
Hi, Thanks for this. I looked at your library and found that it won't run under RunRev 2.8.1.472 which is what I am using. Writing to a file will slow it down, do I *have* to use a file? If not, how would I format the command? Also there are two return variables using the post command

Re: I'm sorry but ..... !

2008-11-17 Thread Dave
Hi, Well I doubt anyone would print the whole thing on single sided and definitely not on an InkJet Printer. But if you have a Laser Printer of any statue double-sided printing is as simple as selecting it. As for the non-green aspect, this has just got to be a better option since you

Re: I'm sorry but ..... !

2008-11-17 Thread Luis
Hiya, I tend to print 4 'pages' per paper page on large documentation. Sometimes makes it easier to reference items and notes on the same page. Cheers, Luis. On 17 Nov 2008, at 16:15, Dave wrote: Hi, Well I doubt anyone would print the whole thing on single sided and definitely not

Re: More - Post Command Problem looks like a RunRev problem?

2008-11-17 Thread Mark Smith
Sorry, I should have said, the library requires 2.9. How big is the data you're sending? I've had trouble putting large amounts of data on the command line (maybe a limitation of rev's 'shell' call, or something else). I was suggesting this mainly as a way fo see if it gave you any

Re: repeat loop and formatting question

2008-11-17 Thread Robert Brenstein
Actually, you can type less by eliminating the font tags: put fld 1 into tText replace ck with bck/b in tText replace ch with bch/b in tText replace oa with uch/u in tText replace oo with uoo/u in tText Or in a more generic way -- more code but easier to maintain put fld 1 into tText set the

Re: Embedding fonts anomalies

2008-11-17 Thread Alejandro Tejada
on Sun, 16 Nov 2008 14:07:58 -0500 Shari wrote: No, but here's the code I am using, and it appears to be working: snip Great! i am going to test your code in Windows and Ubuntu Linux and tomorrow will report the results. Thanks again for posting your work! alejandro

Re: Doing chromakey through Runrev

2008-11-17 Thread Jacques Hausser
Hi Jonathan, Sorry I have misunderstood your question, not giving enough attention to the word professional ;o) Unfortunately, I have no ideas just yet, but I would be very interested if one appear on the list ! By the way, following Franz suggestion, I looked at Altuit and specially at

Re: Random algorithm

2008-11-17 Thread Dave Cragg
On 17 Nov 2008, at 16:04, Richard Gaskin wrote: Dave Cragg wrote: ... The two scripts measure the number of repeated sequences that are generated by the two methods. The first method has yet to produce a repeated sequence here. ... METHOD 1 (no resetting) Bingo. The psuedo-random algo

Re: Random algorithm

2008-11-17 Thread Richard Gaskin
Dave Cragg wrote: On 17 Nov 2008, at 16:04, Richard Gaskin wrote: Dave Cragg wrote: ... The two scripts measure the number of repeated sequences that are generated by the two methods. The first method has yet to produce a repeated sequence here. ... METHOD 1 (no resetting) Bingo. The

Conference DVDs: Design principles

2008-11-17 Thread Wilhelm Sanke
Just received the Conference DVDs along with some accompanying materials and I might give some feedback on the basis of my first and still incomplete impressions. First of all, it is surely an interesting experience to see and watch some of the chosen Revolution protagonists in action. It

Re: repeat loop and formatting question

2008-11-17 Thread Mark Swindell
Thanks. Mark On Nov 15, 2008, at 10:16 PM, Sarah Reichelt wrote: On Sun, Nov 16, 2008 at 3:32 PM, Mark Swindell [EMAIL PROTECTED] wrote: Another question: Is there a straightforward way to maintain uppercase letters in this swap-out scheme? replace th with bth/b in tText also replaces Th

Re: repeat loop and formatting question

2008-11-17 Thread Mark Swindell
Yes, this is a much more efficient direction to take things. Given over 90 different digraphs and blends, it's a lot less code than I was using. Thanks. Mark On Nov 17, 2008, at 8:41 AM, Robert Brenstein wrote: Actually, you can type less by eliminating the font tags: put fld 1 into

Scripts externally modified

2008-11-17 Thread Hershel Fisch
Hi, after a bit absence I'm back, thanks every body for your help. Starting to work with 3.0 I'm a bit puzzled and I'd appreciate some help. What does it mean when the scripts externally modified opens up? What causes it and who does it work? Also is there a way to use the old style script editor

Re: Scripts externally modified

2008-11-17 Thread Eric Chatonet
Bonjour Herschel, Le 18 nov. 08 à 01:07, Hershel Fisch a écrit : Hi, after a bit absence I'm back, thanks every body for your help. Starting to work with 3.0 I'm a bit puzzled and I'd appreciate some help. What does it mean when the scripts externally modified opens up? What causes it and