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

OT: Mac Heist Bundle

2010-03-10 Thread runrev260805
Hi, maybe someone missed that. So i thought to mention it here. MacHeist is offering a new bundle for 19.95$ (only 1 day left). It includes Rapidweaver, which costs 79,95$ normally. Regards, Matthias ___ use-revolution mailing list use-revolution@lis

Re-5: RevMobile first impressions?

2010-03-09 Thread runrev260805
Hi, i tried it now also over GSM/UMTS and it works also. Only the spinning "wheel" while downloading from the internet is not shown, regardless if doing the download over WLAN or GSM/UMTS. Tested here now with an iPhone 3G and a 2G, both with the OS 3.1.3. Regards, Matthias Original

Re-4: RevMobile first impressions?

2010-03-09 Thread runrev260805
Sarah, i now have tried it here with pre-alpha-4 on an iPhone to download a file from an http authenticated webfolder and it works here. I tried it only over WLAN. Did you try it with WLAN or with GSM/UMTS? Regards, Matthias Original Message Subject: Re: Re-2: RevMobile first

Re-4: RevMobile first impressions?

2010-03-07 Thread runrev260805
Ah, i see. So i have to finally test with my iPhone instead of testing with the simulator to get to know what does work and what doesn´t. Regards, Matthias Original Message Subject: Re: Re-2: RevMobile first impressions? (07-Mrz-2010 13:49) From:Sarah Reichelt To: r

Re-2: RevMobile first impressions?

2010-03-07 Thread runrev260805
Original Message Subject: Re: RevMobile first impressions? (06-Mrz-2010 16:59) From:Sarah Reichelt To: runrev260...@m-r-d.de > I can't download either a file or a web page from the internet. Hi Sarah, how do you download a file. I am using here put URL to do

Re-4: [On-Rev] sending email thru sendmail?!

2010-03-03 Thread runrev260805
I am also using my script with/on an addon domain. Regards, Matthias Original Message Subject: Re: Re-2: [On-Rev] sending email thru sendmail?! (03-Mrz-2010 20:29) From:Andre Garzia To: runrev260...@m-r-d.de > I am on loki as well > > ARGH! > > it is an addon domai

Re-2: [On-Rev] sending email thru sendmail?!

2010-03-03 Thread runrev260805
Hi, i just tried it out, and here it works without problems. Maybe its server specific. My server is loki. My script looks like this: -- # escape shell characters: use this function before passing data to the shell function shellEscape pText repeat for each char tChar in "\`!$" & quote

sending data to a printer over v.24 rs232 interface to a printer under windows

2010-03-02 Thread runrev260805
Hi, today i got a call from a customer. He is using a special (programmable) keyboard, which is connected via v.24 interface directly to a barcode printer. the keyboard runs a 12 line basic program, which waits for an input from the keybord. This input then is sent with severeal controlcodes v

Re-3: datagrids in revLets on Win (Vista / 7)

2010-02-27 Thread runrev260805
Hhhh, i found out, what was wrong. I had to set the security settings for the revlet in the standalonebuilder-settings from auto to, in my case, disk. That´s all. Regards, Matthias Original Message Subject: Re-2: datagrids in revLets on Win (Vista / 7) (28-Feb-2010 0:59)

Re-2: datagrids in revLets on Win (Vista / 7)

2010-02-27 Thread runrev260805
Sarah, thanks for that. But to be honest, i have no idea. Thanks anyway. Maybe Malte could help, as it seems he already created a revlet with a datagrid. Malte, wo bist du? ;-) Regards, Matthias Original Message Subject: Re: datagrids in revLets on Win (Vista / 7) (28-Feb-2

Re: datagrids in revLets on Win (Vista / 7)

2010-02-27 Thread runrev260805
Hi, is there any special to consider, when using Datagrids in a Revlet? I built a simple stack with a Datagrid. Putting data into the DataGrid works in a standalone, but not in a revlet. Regards, Matthias Original Message Subject: datagrids in revLets on Win (Vista / 7) (18

Re: OT: Any recommendations for some Mac OS x Apps?

2010-02-26 Thread runrev260805
Thanks for all your recommendations. I you have more than let me (us) know. I will look into each recommendation. Now only the Mac has to arrive here, then i can start. Regards, Matthias Original Message Subject: OT: Any recommendations for some Mac OS x Apps? (26-Feb-2010 1

OT: Any recommendations for some Mac OS x Apps?

2010-02-26 Thread runrev260805
Dear All, I am looking for some good alternatives for my existing windows apps, when switching/extending to MacOSx. Under Windows I use Texteditor : Ultraedit IconEditor : IconWorkshop FTP Client : WsFTP MySQL Frontend: HeidiSQL TextureTool :

Re-2: DataGrid: Let Data Grid know that first line has column names

2010-02-25 Thread runrev260805
Andre, thanks for that. I would have expect that information on page 19 not at page 44. I am reading a book page for page ;-) But anyway, i can now proceed with my DataGrid investigation. Matthias Original Message Subject: Re: DataGrid: Let Data Grid know that first line h

Re-2: DataGrid: Let Data Grid know that first line has column names

2010-02-24 Thread runrev260805
Hi, zryip. Thanks for the link. Seems that i have missed that topic. Regards, Matthias Original Message Subject: Re: DataGrid: Let Data Grid know that first line has column names (25-Feb-2010 7:50) From:zryip theSlug To: runrev260...@m-r-d.de > 2010/2/24 : > > Hi

DataGrid: Let Data Grid know that first line has column names

2010-02-24 Thread runrev260805
Hi, i am fiddling with DataGrids at the moment. For that i am reading the Revolution_Data_Grid.pdf and trying out the samples. But i get the sample of page 19 not working on mouseUp ## Create tab delimited data. ## Note that first line has name of columns. ## Providing names tells Data Grid

Re-4: on standalonesaved

2010-02-22 Thread runrev260805
Thanks Jacque and Jim, i appreciate your help. :) Matthias Original Message Subject: RE: Re-2: on standalonesaved (22-Feb-2010 20:03) From:Jim Bufalini To: runrev260...@m-r-d.de > I see now that Jacque already answered the question about a property > approximatel

Re-2: on standalonesaved

2010-02-22 Thread runrev260805
Thanks again, Jim. I thought there is a property for that. But your solution will do. Regards, Matthias Original Message Subject: RE: on standalonesaved (22-Feb-2010 14:47) From:Jim Bufalini To: runrev260...@m-r-d.de > Mathias, > > You wrote: > > > Jim, > > > >

on standalonesaved

2010-02-22 Thread runrev260805
Dear all, i need to process the standalone files after they were created. So i thought i could use 'on standalonesaved pFolder'. But pFolder only contains the target path, which was selected in the standalone build process. I am working under Windows. Under Windows the standalone is not create

Re: OT: Parallels or VMWare Fusion?

2010-02-18 Thread runrev260805
Thanks for all your comments. So the best is i have to look at both programs. Maybe there are trial versions available. Now i have to wait about 14 days for my mac to arrive. There seems to be delivery problems with the iMac. But i can treat with that. What are 14 days compared to the time i

OT: Parallels or VMWare Fusion?

2010-02-18 Thread runrev260805
Dear all, i am in the process of switching from Windows to Mac.Not really switching, but i want to develop on Mac OS X. As i am using some tools, which are not available for Mac, i need to run a virtual machine also on my mac. On my windows machines i am running several virtual machines on

Re-2: how to connect to a MSSQL server with Rev Linux?

2010-02-16 Thread runrev260805
Peter, thank you very much. I will look at all your recommendations. Matthias Original Message Subject: Re: how to connect to a MSSQL server with Rev Linux? (16-Feb-2010 18:19) From:Peter Alcibiades To: runrev260...@m-r-d.de > > Looking at the synaptic offerings fo

how to connect to a MSSQL server with Rev Linux?

2010-02-16 Thread runrev260805
Hi, i need to connect from a linux machine to a Microsoft SQL Server with Revolution. As i am not familiar with linux, i do not know if this is possible at all. Is this done also with ODBC and if so, where can i find that settings in linux? Actually i am using Andre´s wonderfull community_linux

Re-2: Connecting Stack to Remote On-Rev MySQL Database

2010-02-15 Thread runrev260805
Original Message Subject: Re: Connecting Stack to Remote On-Rev MySQL Database (15-Feb-2010 18:23) From:Rick Harrison To: runrev260...@m-r-d.de > Hi Matthias, > > I've already seen http://samples.on-rev.com/database.irev which only shows > how to open a local MySQL

Re: Connecting Stack to Remote On-Rev MySQL Database

2010-02-14 Thread runrev260805
Rick, first of all you have to enable Remote Access for your database. You can do that in cPanel ->Databases->RemoteDatabase Access Hosts. If the computer, which runs the stack, does not have a static internet ip, then you have to enter %.%.%.% as ip-adress in Access Hosts. At http://samples

Re-3: revolutionairies world map, was: Andre's house - completely offtopic

2010-02-11 Thread runrev260805
Oh, sorry, that was accidental. I clicked on it, because i thought i get a more detailed view. I was not aware, that i moved it. Please accept my excuse. Matthias Original Message Subject: Re: AW: revolutionairies world map, was: Andre's house - completely offtopic (11-Feb-2

Re-2: little OT: Did anyone from Germany receive the Conference DVDset, yet?

2010-02-04 Thread runrev260805
Hm, if it think of that the sets are now shipped since more than 3 weeks and there are so many not yet shipped ... Then how many sets were sold? There must be thousands and thousands or is the logistics company, which is doing the shipment for Runrev, a one person company, which is not able to

little OT: Did anyone from Germany receive the Conference DVDset, yet?

2010-02-04 Thread runrev260805
Hi, is there anyone from germany here on the list, who has already received the Conference DVD set ? Regards, Matthias ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re-2: OT: Free GifAnimator for Windows

2010-01-22 Thread runrev260805
Thanks Klaus and Viktor. Regards, Matthias Original Message Subject: Re: OT: Free GifAnimator for Windows (22-Jan-2010 17:19) From:viktoras d. To: runrev260...@m-r-d.de > http://www.whitsoftdev.com/unfreez/ > > runrev260...@m-r-d.de wrote: > > Hi, > > does anyone o

OT: Free GifAnimator for Windows

2010-01-22 Thread runrev260805
Hi, does anyone of the list know a good GifAnimator, which is also freeware? Regards, Matthias ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preference

Re-2: constant in the docs

2010-01-20 Thread runrev260805
Stephen, Mark, thanks. Sometimes i do not see the wood for the trees. Regards, Matthias ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://

constant in the docs

2010-01-20 Thread runrev260805
Hi, the built in dictionary and also the online dictionary shows the following last sentence "Tip: To see a list of built-in constants, open the Documentation window, click Revolution Dictionary, and choose "Constants" from the menu at the top of the window" Does anyone know, what Documentati

Re: Do substacks work on the web?

2010-01-15 Thread runrev260805
If i remember right, it worked here with go stack "YourSubstack" in the window of this stack Regards, Matthias Original Message Subject: Do substacks work on the web? (15-Jan-2010 23:41) From:Bill Vlahos To: runrev260...@m-r-d.de > I'm trying to open a substack o

Re-4: On-Rev subdomain (main domain hosted elsewhere)

2010-01-11 Thread runrev260805
Hi David, you are right. But for me it is easier to handle the subdomain as add-on domain on the on-rev system. I have moved many domains already to on-rev and i want to keep sure not to loose the overview. Btw.: Although cname is easier to setup, many providers prefer to set a-records instead

Re: Version 3.5 download

2010-01-10 Thread runrev260805
Hi, Enterprise http://developer.runrev.com/components/revolution/enterprise/3.5.0-gm-2/RevEnt350Full.dmg Studio http://developer.runrev.com/components/revolution/studio/3.5.0-gm-2/RevStd350Full.dmg HTH Matthias Original Message Subject: Version 3.5 download (10-Jan-2010

Re-2: On-Rev subdomain (main domain hosted elsewhere)

2010-01-10 Thread runrev260805
Hi, a cname is an alias for an other domain. That means it points directly to your on-rev domain. e.g. shop.yourdomain.com would point directly to yourname.on-rev.com The same pages would be shown. With an a-record you can use this subdomain as a real domain on the on-rev system. You could have

Re: On-Rev subdomain (main domain hosted elsewhere)

2010-01-10 Thread runrev260805
Hi, it´s a little complicated, but it is possible. I´ve done this already. step 1. create an A-record for your desired subdomain on the nameserver, which is responsible for the main domain and point it to the ip of your On-Rev-domain If you cannot do this directly, let your provider do this for

OT: 2nd Conference DVD set for sale

2010-01-07 Thread runrev260805
Hi, because i´ve ordered the Megabundle,i will receive a 2nd Conference DVD set, which i do not need. So if there is anyone on the list (because of customs germans or EU customers are preferred) interested in it, contact me offlist at matthias (at) m-r-d.de Regards, Matthias __

Re-2: Edinburgh Conference DVDs

2010-01-07 Thread runrev260805
> buy the cat in a bag (german saying, don't know the English one) to buy a pig in a poke ;-) Matthias ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefe

Re: How to invoke SendInput() Windows API. was Re: How do I paste into a different app?

2010-01-07 Thread runrev260805
Hi Bill, i have done something similar. You can create a vbs script and let Rev run this. I am not very good at VBS, but the following lines show how to insert text into an app. ___ Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "winword.exe" 'the app is op

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

Re-2: Revlets and firewalls

2009-12-09 Thread runrev260805
Richard, Original Message Subject: Re: Revlets and firewalls (09-Dez-2009 17:10) From:Richard Miller To: runrev260...@m-r-d.de > Hi Luis, > > As I said, normally when this occurs in my standard Rev app, the user > need only create a firewall exception for my app. Com

Re: Revlets and firewalls

2009-12-09 Thread runrev260805
Hi Richard, under Windows there is a file revWebPlayer.exe, which is reponsible for the revlets. it is found at C:\Users\YourUsername\AppData\Local\RunRev\ Try to make an exception for that file. This should do, i think. HTH, Matthias Original Message Subject: Revlets and

Re-2: Interesting blog post - comments anyone?

2009-12-01 Thread runrev260805
PLEASE close this thread ! ! ! ! Matthias Original Message Subject: RE: Interesting blog post - comments anyone? (01-Dez-2009 9:42) From:Randall Reetz To: runrev260...@m-r-d.de > Wow, I just found this post. So I will respond. > > I say what I believe. Period. I

Re-2: Interesting blog post - comments anyone?

2009-11-30 Thread runrev260805
Dear all, please, could we close this thread and come back to more important things? Matthias Original Message Subject: RE: Interesting blog post - comments anyone? (30-Nov-2009 18:15) From:Randall Reetz To: runrev260...@m-r-d.de > I mean ANY form of loyalty. ALL L

Re-2: Can't get revweb to run under Windows 7 and IE

2009-11-28 Thread runrev260805
Hi Richard, i had some time today evening. So i installed a fresh Windows 7 Ultimate. I installed the webPlugin and tried to run a revlet. Page still shows that there is no plugin installed. In my case here, it shows also a yellow notification line above the page, saying something like this (

Re-2: Join the debate

2009-11-27 Thread runrev260805
Richmond, you are right with snobbery. In the 80s i trained as a programmer (dual education system - no university education). I programmed Cobol under BS2000, C under Xenix 86 and AT&T Unix System V. Later Pascal under Windows. But we were always sneered by the guys which studied informatics,

Re: Can't get revweb to run under Windows 7 and IE

2009-11-27 Thread runrev260805
Hi Richard, i think that has to do with security settings in IE. I also have a customer, which cannot use the plugin. He always just sees the image with the link to the Download section. On monday i will check that settings on his machine, then i will know more. Btw.: I had to place my on "no

Re-4: PDF version of dictionary?

2009-11-18 Thread runrev260805
Yes, i know. But this was as a reply to Stephan Barncard´s ' I don´t see a pdf offered anyway.' Even this 3.0 dictionary is a great source of information. And although i am working with V4.0 now, i am using my printed Dictionary version 3 very often. Matthias Original Message -

Re-2: PDF version of dictionary?

2009-11-18 Thread runrev260805
The dictionary can be still downloaded here http://downloads.runrev.com/userguide/Dictionary.pdf Matthias Original Message Subject: Re: PDF version of dictionary? (18-Nov-2009 6:42) From:stephen barncard To: runrev260...@m-r-d.de > I don't see a pdf offered anywher

Re: PDF version of dictionary?

2009-11-17 Thread runrev260805
Hi, i sent the question about a PDF version of the dictionary to support already some days ago. As soon as i get an answer, i will post it here. Regards, Matthias Original Message Subject: PDF version of dictionary? (17-Nov-2009 21:39) From:Marian Petrides To: runre

Re: How do I renew license?

2009-11-17 Thread runrev260805
Hi Michael, the best thing is to ask support at supp...@runrev.com. The price, which was offered to you, is the price for the Early Software Assurance Pack. Did you run through the whole order process? It could be that the discount is first shown at the final checkout before submitting the p

Re-2: [OT] Anyone using an ebook reader with the RunrevDictionary PDF?

2009-11-05 Thread runrev260805
I searched for calibre after reading your previous email. I already was afraid, that it just supports OS X, but it runs under windows also. I have already created a pdf to epub to read it on my iphone with Stanza. Really AMAZING. Thanks for sharing this with us. Matthias Original M

Re-2: [OT] Anyone using an ebook reader with the RunrevDictionary PDF?

2009-11-05 Thread runrev260805
Colin, which model of the Kindle are you using? Original Message Subject: Re: [OT] Anyone using an ebook reader with the RunrevDictionary PDF? (05-Nov-2009 23:39) From:Colin Holgate To: runrev260...@m-r-d.de > I just emailed the PDF to my Kindle account (that's how

Re-2: [OT] Anyone using an ebook reader with the RunrevDictionary PDF?

2009-11-05 Thread runrev260805
Hi Marian, thanks for the feedback. > Long story short, the only thing that does this adequately at present > is the Kindle DX. The only downside to reading PDFs on the DX is that > the page is displayed as a graphic not as reflowing text, so can not > be highlighted or annotated. So searc

[OT] Anyone using an ebook reader with the RunrevDictionary PDF?

2009-11-05 Thread runrev260805
Hi, i am thinking of buying an ebook reader, either Sony PRS505, Sony PRS600 or Amazon Kindle. The main use would be, reading pdf documents with it. Now i heard that there could be problems with Pdfs on ebook readers. Does anyone on this list know, if there are problems with the pdf dictionar

Re-2: search for regular expression in text and put the results into an array

2009-11-05 Thread runrev260805
Hi, first thanks to all for the suggestions. As i am unfamiliar with the offset function and i was a little in a hurry i used Jim´s script and extended it to my needs. @Jim Line 8 of your example should be filter xmlBlock without "*" shouldn´t it. Thanks again. Matthias Origin

search for regular expression in text and put the results into an array

2009-11-04 Thread runrev260805
Hi, I am absolutely new to XML, so please forgive me for this question. I have an XML file which looks similar like this. blah blah bla blah blah blah The ... part is repeating many times, but with different content. i want to put the ...part into an array. So i get to know how

Re-2: Sanskrit Typewriter RC1

2009-11-04 Thread runrev260805
Hi, please excuse. There was a typo in my report. It should be - Characters, which are shown directly after pressing a key on the main page are displayed correctly. - But pressing a character , e.g. the first one of line 2 ( from above), opens a new keyboard. But pressing a character on this

Re: Sanskrit Typewriter RC1

2009-11-04 Thread runrev260805
Hi Richmond, tried it here under windows with Firefox and IE8. - Characters, which are shown directly after pressing the a key on the main page are displayed correctly. - But pressing a character , e.g. the first one of line 2 ( from above), opens a new keyboard. But pressing this character gi

Re-2: Minute HTML control in iRev

2009-11-03 Thread runrev260805
Hi, i am an On-Rev user from the beginning, but it took about 4 months , before i realized that it is so much easier to do. I nearly broke my neck before to get the html stuff done in the irev code. Maybe Runrev should mention on their On-Rev side that this is possible. Regards, Matthias

Re: 8 days to go ?

2009-11-03 Thread runrev260805
Hi Richmond, > I am, also, looking forward to my box of conference DVDs - > I wonder when they will materialise? Some of the lectures > (especially Ben Beaumont's ones) would be lovely to show > to some of the kids who are fiddling around with RevMedia > at hoe trying to make games. Asked support

Re-5: Off-Line revlets?

2009-11-02 Thread runrev260805
Of course i tried "window.location.href" ... Sorry for the typo. Original Message Subject: Re-4: Off-Line revlets? (02-Nov-2009 23:20) From:runrev260...@m-r-d.de To: use-revolution@lists.runrev.com > Hi, > > tried "window.location.hrev" also. In IE8 i get no value bac

Re-4: Off-Line revlets?

2009-11-02 Thread runrev260805
Hi, tried "window.location.hrev" also. In IE8 i get no value back. I tried the follwoing html file with javascript inside. - Test alert(window.location.href); alert(document.location.href); - Running this html file in IE8 opens both alert windows showing h the correct value.

Re-2: Off-Line revlets?

2009-11-02 Thread runrev260805
Hi, i already tried that solution. It works without problems under Firefox here under Windows. But under IE8 i get no value back for "document.location.href;". Maybe due to security settings. I do not know. But that means, that IE users cannot run the revlet, although it is started from the "r

Re-4: Affiliate Settings

2009-11-01 Thread runrev260805
I also registered (2 days ago), but did not receive any e-mail. Regards, Matthias Original Message Subject: Re: Re-2: Affiliate Settings (01-Nov-2009 23:22) From:Mark Schonewille To: runrev260...@m-r-d.de > Thanks, Matthias. I had not seen that yet. I have registere

Re-2: Affiliate Settings

2009-11-01 Thread runrev260805
There is also a "Be an Affiliate" menu entry under the help menu, where you can register for the affiliates programme. Regards, Matthias Original Message Subject: Re: Affiliate Settings (01-Nov-2009 18:57) From:Richard Gaskin To: runrev260...@m-r-d.de > Mark Schone

Re: [Q] Windows compiled applications and the Task Bar

2009-10-31 Thread runrev260805
Hi, good question. Although i am working only on windows, i never payed attention to this. I just tested here now with 4.0 DP 5. I created a stack with 2 substacks. As soon as the substacks are opened they are shown in the taskbar. If i close them, they are hidden again. HTH, Matthias ---

Re-2: RevMedia Portable

2009-10-29 Thread runrev260805
I am also asking for a U3 version now since 2.9. I asked support several times, but was finally told "Given the very small numbers of people who appear to be using this platform, I think it unlikely that it will be cost effective for us to do this build." If there is still demand for an U3 versi

Re-2: repeat or send - what takes less cpu time?

2009-10-20 Thread runrev260805
Sarah, thanks for your answer. The app is still reacting to other things like keystrokes or button clicks? Matthias Original Message Subject: Re: repeat or send - what takes less cpu time? (21-Okt-2009 0:08) From:Sarah Reichelt To: runrev260...@m-r-d.de > > i have

repeat or send - what takes less cpu time?

2009-10-20 Thread runrev260805
Hi, i have to create a little app, which stays in the taskbar and connects every 5 minutes to a website to check, if a specific file is online. If this file is not found the program waits 5 minutes before it checks again for the file. What takes less cpu time? A repeat loop or should i better u

Re-2: compress <-> revZip

2009-10-10 Thread runrev260805
Hi Claus, tried revzip out here with 4GB data on a 3gig Machine: No, it does not work. Btw:The same does work here with 7-zip. Regards, Matthias Original Message Subject: Re: compress <-> revZip (10-Okt-2009 14:03) From:Claus Dreischer To: runrev260...@m-r-d.de > u

Re-2: Emailing within Rev

2009-10-08 Thread runrev260805
As far is i know, no. But Sarah Reichelt made a library, which is able to send html e-mails. http://www.troz.net The library is here http://www.troz.net/rev/stacks/SMTP_library_demo.rev Regards, Matthias Original Message Subject: Re: Emailing within Rev (08-Okt-2009 8:53) Fr

Re: Bizarre Quicktime bug

2009-10-07 Thread runrev260805
Hi, i do not know if this help, but Josh Mellicker posted something about Vista,QT and Standalones on the 29th september to this list. Look for the topic "possible valuable tip for improving Quicktime playback in Vista - please test if you have time" Regards, Matthias Original Messa

Re: Renewing Revolution licence

2009-09-24 Thread runrev260805
Hi Francis, as long as your license is valid you are entitled to download the most recent version. So hurry up and download 3.5. And on the comparision page the prices are in US$. Regards, Matthias Original Message Subject: Renewing Revolution licence (24-Sep-2009 15:12) Fr

Re: [ONREV] beginner - site download

2009-09-23 Thread runrev260805
Hi Jim, that´s a good question. I ran into this some time ago, too. But forgot to ask support, where to download this sample site. So maybe it would be a good thing to send an email to supp...@on-rev.com to ask them. Regards, Matthias Original Message Subject: [ONREV] begin

Re-2: OT: Mac OS X Software Package?

2009-09-11 Thread runrev260805
François, thanks for that. I think it was Macheist. Regards, Matthias Original Message Subject: Re: OT: Mac OS X Software Package? (11-Sep-2009 15:22) From:François Chaplais To: runrev260...@m-r-d.de > > Le 11 sept. 09 à 15:08, runrev260...@m-r-d.de a écrit : >

OT: Mac OS X Software Package?

2009-09-11 Thread runrev260805
Hi, i remember a posting here from someone in the past, who informed about a special time limited promotion for several mac os x software packages. Although i had no Mac i visited the vendor site and was impressed about the software titles, which were sold for such a low price.I know this offer

[RunRevLive09] Was anyone successfull in watching the recorded sessions of Rod Nicolson

2009-09-09 Thread runrev260805
Hi, was anyone of the simulcast attendees successfull in watching the recorded sessions of Rod Nicolson? It seems that the recorded sessions 'Educational Rev Vigenttes' are not complete. The sessions start "right in the middle" and also the end is interrupted. Regards Matthias ___

rectangle button is called square button in property inspector

2009-09-05 Thread runrev260805
Hi, playing around with basic.properties - one of the new featurees of tRev editor - i found out that the rectangle button is called 'rectangle button' in the tools palette in Rev and 'square button' in the property inspector. Is this a windows only thing and should this be reported as a minor

Re: Rotating Balls [Ben Beaumont]

2009-09-03 Thread runrev260805
Richmond, btw.: didn´t you want to wear your kilt at the conference? I remember a list posting someone wanted to do that. Until now i did not see anyone wearing one? Or are you allways behind the camera? ;-) Regards, Matthias Original Message Subject: Rotating Balls [Ben B

Re: Revlet: server files() and folders()

2009-09-02 Thread runrev260805
Hi, as far as i know no. The revlet is executed on the machine where it was downloaded to. But you could use php or irev code to list files or folders on that server. This code then is called by the revlet. Regards, Matthias Original Message Subject: Revlet: server files()

Re-2: Change font color of script editor?

2009-08-25 Thread runrev260805
Hi, thanks to all, who replied. @Nicolas Thanks for your workaround, but thats a little bit risky. I was using GLX2 editor and loved the chalkboard Motif. Wanted now to switch to tRev, which also support this chalkboard Motif. But GLX2 and tRev cannot be installed together. As tRev is not fin

Change font color of script editor?

2009-08-25 Thread runrev260805
Hi, i have searched the list mails back to 2005, so please excuse, if this was discussed earlier. Am i missing something or is it really not possible to change the font color within the settings dialog for the editor in Revolution? I would like to change the background to black. But with black

Re-2: setRegistry Dword -hex value?

2009-08-20 Thread runrev260805
Hi SparkOut, thank you very much for your help. That did it. :) Matthias Original Message Subject: Re: setRegistry Dword -hex value? (20-Aug-2009 12:08) From:SparkOut To: runrev260...@m-r-d.de > > Hi Matthias, > You've been doing some things, among which is trying

Re: setRegistry Dword -hex value?

2009-08-19 Thread runrev260805
The script lines look like this put "HKEY_CURRENT_USER\Software\DameWare Development\NT Utilities\DNTU\DWRCC Settings\Connect To Client\Port0" into tKey2 get setregistry(tKey2, tHex, "dword") put it Original Message Subject: setRegistry Dword -hex value? (20-Aug-2

setRegistry Dword -hex value?

2009-08-19 Thread runrev260805
Hi, i need to create a key in the registry and enter a hex value. I tried it now in several ways, but always without success. I use the following commands, which do not work. The value of Port 0 after that is 32463731 (hex) or 843462449 (decimal). put "17f2" into tHex put "HKEY_CURRENT_USER\

Re-2: Script to a php file

2009-08-13 Thread runrev260805
Hi George, use put URL. The command put URL "http://matthias.on-rev.com/time.php"; into tPHP puts the complete output of the php file into tPHP. Checkit out at http://matthias.on-rev.com/phpvar.html HTH, Regards, Matthias Original Message Subject: Re: Script to a php fil

Re-4: Revlet goURL

2009-08-13 Thread runrev260805
Hi Jaqueline, thanks for your reply. It does not depend on the script. Even on mouseup launch URL "http://www.runrev.com"; end mouseup did not work. So i played with the security settings in StandaloneApplicationSettings. I have to select at least 'Process' to let the above script work. Teste

Re-2: Revlet goURL

2009-08-12 Thread runrev260805
Hi, tried it here also. But it does not work in Firefox although there is no such NoScript extension installed. Also in IE8 it does not work. What am i doing wrong? Regards, Matthias Original Message Subject: Re: Revlet goURL (11-Aug-2009 1:03) From:J. Landman Gay To:

Re-2: OT: Any VBS, VBA, Excel specialist out there who might help?

2009-08-10 Thread runrev260805
Hi Ken, no problem. I suspended the work on that. Thanks for your help. After replacing the line as you suggested it works. Regards, Matthias Original Message Subject: Re: OT: Any VBS, VBA, Excel specialist out there who might help? (07-Aug-2009 16:17) From:Ken Ray To:

OT: Any VBS, VBA, Excel specialist out there who might help?

2009-07-23 Thread runrev260805
Hi, i am having a problem converting a CSV file to excel. My csv file is structured like this: ArtNr;ShortDescription;LongDescription;ManufactureNo;EAN;Manufacturer;Stock 010002;Epson LQ300; Epson LQ 300 Matrixdrucker;C11C63800;8715946316949;Epson;2 There is no text delimiter. The field delimi

OT: ListMagic - No support anymore?

2009-07-12 Thread runrev260805
Hi, does someone know, if ListMagic is still supported by Jim Bufalini? I sent a support request ( on 23rd June and a reminder on 4th July) and did not get a reply to it yet. Did i miss something? Regards, Matthias ___ use-revolution mailing list

Re: Install Gadget Users?

2009-07-03 Thread runrev260805
Hi Scott, tried it here under windows for you. I created the files license-german.txt , license-french.txt and license-english.txt. The created installer then let me choose between these languages during installation. I think you only created license-french.txt . If only one license file i

Re: Printing Help?

2009-06-29 Thread runrev260805
Hi, i remember, that Dan Shafer was offering an ebook "Printing in Revolution" on his site http://www.shafermediastore.com for 5$. Regards, Matthias Original Message Subject: Printing Help? (30-Jun-2009 0:36) From:Scott Rossi To: runrev260...@m-r-d.de > Does anyone

Re: [ANN] Game update

2009-06-29 Thread runrev260805
John, very nice. Bill is right, very addictive. It would be nice, if there would be some waring sound for new aircrafts entering the zone and maybe for collision warning. Watched the highscore. Cannot imagine, how people landed 129 aircrafts. It seems they are more playing than working ;-) My

Re-2: [ANN] ETag include for On-Rev (was Re: Compare files between on-rev and local versions)

2009-06-22 Thread runrev260805
Hi Stephen, > Andre, I notice that you use the .inc suffix for on-rev includes. I know > that's the convention for PHP includes, unfortunately, that suffix will not > allow the on-rev client to read or edit the file, even though it contains > code. I'm assuming you are using your own tools for on

Re: DesktopEmailApp

2009-06-15 Thread runrev260805
Hi, try Sarah Reichelt´s smtplibrary at http://www.troz.net/Rev/libraries.php . It supports attachments and works like a charm. Before that, i used an external commandline tool to send emails with attachments here under windows. But now i had the time to check out Sarah´s libary. I integrated

Re-2: ON-REV SQL host/server name?

2009-06-07 Thread runrev260805
Why sorry. On-Rev belongs to Rev, so the question is here in place. Use just your on-rev domain-name. In my case i use matthias.on-rev.com with HeidiSQL and that works. Regards, Matthias Original Message Subject: Re: ON-REV SQL host/server name? (07-Jun-2009 19:57) From:

  1   2   3   4   >