Re: lesson to learn CGIs

2009-04-24 Thread Jim Sims
On Apr 24, 2009, at 7:59 AM, -= JB =- wrote: 1. Are the line endings done in the script above with cr cr or am I somehow supposed to set them in TextEdit? I am using Mac OS X so if I am right the line ending should be Unix which is a line feed. That would mean replace cr cr with

Re: lesson to learn CGIs

2009-04-24 Thread -= JB =-
That is what I was wondering but in TextEdit I didn't see those options. Maybe I should be using BBEdit to save it properly. -=JB=- On Apr 23, 2009, at 11:11 PM, Jim Sims wrote: On Apr 24, 2009, at 7:59 AM, -= JB =- wrote: 1. Are the line endings done in the script above with cr cr or

Re: lesson to learn CGIs

2009-04-24 Thread stephen barncard
Don't forget the free Komodo Edit. A really good editor now at version 5.1 http://www.activestate.com/komodo_edit/ - Stephen Barncard San Francisco http://barncard.com 2009/4/23 -= JB =- sund...@pacifier.com That is what I was wondering but in TextEdit I didn't see

Re: lesson to learn CGIs

2009-04-24 Thread -= JB =-
Thanks! -=JB=- On Apr 23, 2009, at 11:41 PM, stephen barncard wrote: Don't forget the free Komodo Edit. A really good editor now at version 5.1 http://www.activestate.com/komodo_edit/ - Stephen Barncard San Francisco http://barncard.com 2009/4/23 -= JB =-

Re: lesson to learn CGIs

2009-04-24 Thread Richard Gaskin
-= JB =- wrote: On Apr 23, 2009, at 11:11 PM, Jim Sims wrote: On Apr 24, 2009, at 7:59 AM, -= JB =- wrote: 1. Are the line endings done in the script above with cr cr or am I somehow supposed to set them in TextEdit? I am using Mac OS X so if I am right the line ending should be Unix

Re: lesson to learn CGIs

2009-04-24 Thread -= JB =-
Thanks for the info RIchard. For some reason I thought the executable was supposed to be in the library folder on my hard drive. Also you are right it was not properly renamed to revolution. It seems I forgot that part after I had trouble finding it. As for uploading the engine file

Re: lesson to learn CGIs

2009-04-24 Thread Kay C Lan
On Fri, Apr 24, 2009 at 6:06 PM, -= JB =- sund...@pacifier.com wrote: As for uploading the engine file which I assume is the executable renamed to revolution I was simply transferring it using the webdisk like I would move files on my hard drive. What is the proper way to install it?

Escaping filter patterns

2009-04-24 Thread David Bovill
Any one know the way to escape characters such as [ in patterns for the filter expression? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: lesson to learn CGIs

2009-04-24 Thread -= JB =-
I have downloaded Andre's files and can get them to work without any problems. Yes, I am new to all of this so maybe the wording is confusing me. Andre said his was the First On-Rev based CMS and Blog. Jacque has a lesson on CGI which stands for Computer Gateway Interface. For some reason I

On-Rev founders - some speed data?

2009-04-24 Thread Ben Rubinstein
On-Rev founders are in a unique position at this point to give some indication of the performance of the new facility (granting of course that there may be also sorts of debugging etc going on, or at least further optimisations possible in the future). I don't think that speed is going to be the

Re: On-Rev founders - some speed data?

2009-04-24 Thread David Bovill
2009/4/24 Ben Rubinstein benr...@cogapp.com Of course there are also odd things that are very slow (you can crop an image faster in Transcript than using the built-in command, whch could perhaps be taken as a tribute to the speed of all the commands other than 'crop') :) Do you use lines

dgText [true] question?

2009-04-24 Thread David Bovill
For some reason this is not working for me when the first line of the text data contains titles as tab delimited text. set the dgText [true] of grp 1 of stack Test to tabbedText The table displays nothing (empty), while: set the dgText of grp 1 of stack Test to tabbedText displays the full

Re: On-Rev founders - some speed data?

2009-04-24 Thread Jim Lyons
On Apr 24, 2009, at 6:59 AM, David Bovill wrote: NB - AFAIK there is no mention of python on On-Rev - but I've not tested to see if it is installed - can;t imagine it won't be. There is a note in the on-rev forum that Python will/has been installed. Jim

Re: On-Rev founders - some speed data?

2009-04-24 Thread David Bovill
Don't you just love Forums :( 2009/4/24 Jim Lyons teacherji...@gmail.com On Apr 24, 2009, at 6:59 AM, David Bovill wrote: NB - AFAIK there is no mention of python on On-Rev - but I've not tested to see if it is installed - can;t imagine it won't be. There is a note in the on-rev forum

Re: dgText [true] question?

2009-04-24 Thread Trevor DeVore
On Apr 24, 2009, at 7:25 AM, David Bovill wrote: I'm thinking that I may be using an older version of Data Grid? I don't see a uRIP version for the groups or a version property of the grids? How do I check which version I have installed and if it is the latest? put the uRIP[version] of

Re: dgText [true] question?

2009-04-24 Thread David Bovill
OK - thanks. Don't you think a uRIP version for the actual group makes sense? How else can we tell if a data grid needs / can be updated to a newer version in the future - or are you that sure that everything can be updated with good behavior :) Hmmm.. runing 1.0.0.2 and: set the dgText [true]

Re: lesson to learn CGIs

2009-04-24 Thread Richard Gaskin
-= JB =- wrote: For some reason I thought the executable was supposed to be in the library folder on my hard drive. Also you are right it was not properly renamed to revolution. It seems I forgot that part after I had trouble finding it. As for uploading the engine file which I assume is

Re: lesson to learn CGIs

2009-04-24 Thread Andre Garzia
Hello Folks, The Revolution CGI engine is not pre installed on on-rev. You need to upload it there, to the cgi-bin folder and chmod 755 it. A webdisk, I think is a WebDAV volume like an iDisk, still, the on-rev account support ftp access and ftp supports chmoding. I find WebDAV a novel thing

Re: lesson to learn CGIs

2009-04-24 Thread -= JB =-
Thanks Richard I am sure I probably read it in the signup dpcs or somewhere but then having it all be new it is easy to be learning things I don't need and in fact can't use in that way. -=JB=- On Apr 24, 2009, at 8:04 AM, Richard Gaskin wrote: -= JB =- wrote: For some reason I thought

Re: lesson to learn CGIs

2009-04-24 Thread -= JB =-
Does it make a difference if you chmod 755 it before you FTP? I know a little about FTP and have Captain FTP. Is the on-rev FTP already turned on? -=JB=- On Apr 24, 2009, at 8:20 AM, Andre Garzia wrote: Hello Folks, The Revolution CGI engine is not pre installed on on-rev. You need to

Getting the name for a Mac Users 'home'

2009-04-24 Thread Adrian Williams
Hello all, Installing fonts into the Public domain is a breeze: MacHD/Library/Fonts/MyNewFont.ttf But I need to install and uninstall fonts in the Users domain. For example: MacHD/Users/someunknownname/Library/Fonts/MyNewFont.ttf How can I retrieve 'someunknownname' from any computer and

Re: Getting the name for a Mac Users 'home'

2009-04-24 Thread Mark Schonewille
Hi Adrian, On the Mac, that's ~/library/fonts. -- 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 Simple, inexpensive, reliable web hosting. €11/year.

Re: Getting the name for a Mac Users 'home'

2009-04-24 Thread Marc Siskin
Adrian, If you are referring to the logged on user then the path is always ~/ Library/etc. If you are referring to all users, then you need to list the /Users directory which will give you a list of the accounts on the local machine. You should be able to parse the username from the

[ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
Hello Again my Friends, Are you struggling to install the Revolution CGI engine on your On-Rev account? Can't stand cPanel? Don't know what FTP or CHMOD is? Well, well, well, your problems are OVER! With this new handy self contained self distributable self selfish installer, you'll be able to

Re: dgText [true] question?

2009-04-24 Thread Trevor DeVore
On Apr 24, 2009, at 10:20 AM, David Bovill wrote: Don't you think a uRIP version for the actual group makes sense? How else can we tell if a data grid needs / can be updated to a newer version in the future - or are you that sure that everything can be updated with good behavior :) I

Re: Getting the name for a Mac Users 'home'

2009-04-24 Thread Adrian Williams
Thanks to Mark and Marc, both solutions are useful. The Administrator will be using this Installer in all cases. So I guess a simple ~/library/fonts will suffice. Many thanks, Adrian On 24 Apr 2009, at 16:39, Marc Siskin wrote: Adrian, If you are referring to the logged on user then the

Re: Getting the name for a Mac Users 'home'

2009-04-24 Thread Marc Siskin
Adrian, Another option would be to install the fonts in the /Library/Fonts directory which should make the fonts available to every user on the machine. Marc On Apr 24, 2009, at 11:55 AM, Adrian Williams wrote: Thanks to Mark and Marc, both solutions are useful. The Administrator will

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
Thanks Andre I used your site and had it install which was done without my needing to fill out anything if I did it right. It asked me if I wanted to replace the version that was installed. I had put in on by the webdisk offered with on-rev and it appears to have been poorly copied so

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
Hey JB, let us go part by part... first did you unzipped the thing on your hard drive and then copy just the irev file to your public_html then you load http://sundown.on-rev.com/installcgi.irev then it will be installed. :D On Fri, Apr 24, 2009 at 1:41 PM, -= JB =- sund...@pacifier.com wrote:

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread runrev260805
Hi Andre, and again thanks for your amazing work. Although i have already installed the engine manually into one folder a few days ago, this tool will help me to install the cgi into other domain folders. Matthias Original Message Subject: [ANN] Revolution CGI Engine

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
Matthias, Glad you liked it! It took like 10 minutes to build and it is a real time saver! Thanks for the kind words! Andre On Fri, Apr 24, 2009 at 1:49 PM, runrev260...@m-r-d.de wrote: Hi Andre, and again thanks for your amazing work. Although i have already installed the engine manually

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
Hi Andre, I had already downloaded the file and installed it in my folder. The way I installed it was by using webdisk which on-rev had installed for me. I clicked your link below and it took me to your site but in the field it showed internal error and when I clicked on the sample link it said

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
JB, that link does not take you to my site but yours site with the tool in it... go there again, does it say that revolution is installed? if so, click the HERE thing to reinstall it and copy paste the page on an email to me. Cheers andre On Fri, Apr 24, 2009 at 1:55 PM, -= JB =-

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
I have Personal Web Sharing turned on in my system preference folder. Is that wrong, right or doesn't matter? -=JB=- On Apr 24, 2009, at 9:22 AM, Andre Garzia wrote: Hello Again my Friends, Are you struggling to install the Revolution CGI engine on your On-Rev account? Can't stand

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
JB, I think there was a bug in my file, can you download it again from: http://andregarzia.on-rev.com/installcgi.irev Cheers andre On Fri, Apr 24, 2009 at 1:57 PM, Andre Garzia an...@andregarzia.com wrote: JB, that link does not take you to my site but yours site with the tool in it... go

Re-2: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread runrev260805
Hi JB, hi Andre, i can confirm this. Running the script only places 2 files (installcgi.tar.gz and installcgi.zip) in the same folder, where installcgi.irev is. It shows me here tar: ../revcgi.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child

Re: lesson to learn CGIs

2009-04-24 Thread J. Landman Gay
-= JB =- wrote: Does it make a difference if you chmod 755 it before you FTP? I know a little about FTP and have Captain FTP. Is the on-rev FTP already turned on? You can't do that, it has to be done on the server. And yes, FTP is ready to use. You are correct that CGI is a different way

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
It works great! thank you very much, Andre -=JB=- On Apr 24, 2009, at 10:00 AM, Andre Garzia wrote: JB, I think there was a bug in my file, can you download it again from: http://andregarzia.on-rev.com/installcgi.irev Cheers andre On Fri, Apr 24, 2009 at 1:57 PM, Andre Garzia

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread J. Landman Gay
-= JB =- wrote: I have Personal Web Sharing turned on in my system preference folder. Is that wrong, right or doesn't matter? It doesn't matter. Your home PC is irrelevant to on-rev. The only connection in this case is that you are mounting the remote server on your desktop in order to

Re: lesson to learn CGIs

2009-04-24 Thread -= JB =-
Thanks for all the info, Jacque. I am using a Mac and just got it installed with a file from Andre. The information is still very useful and thanks again. -=JB=- On Apr 24, 2009, at 10:10 AM, J. Landman Gay wrote: -= JB =- wrote: Does it make a difference if you chmod 755 it before

How do you use the put command?

2009-04-24 Thread DunbarX
HC was given away for free with every Mac, thanks to Bill A. and John Sculley. The HC list always had loads of questions at the most basic level; they were fun to answer and they were satisfying in that the place was filled with fledgling programmers learning to make their way. Like a

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
Thanks again. The reason I turned it on is in your lesson it told me to turn something on in a preference and that was the closest thing I found. Maybe that was one of my problems since I turned that on instead of something else that needed turned on. -=JB=- On Apr 24, 2009, at 10:16

Datagrids with sharedtext = False?

2009-04-24 Thread LunchnMeets
Hi Everyone, So I now know how to load my datagrid. The problem is that I want to have different data in that grid on different cards of the same stack. Apparently I can't set the sharedText of a datagrid to false. Am I missing something here? Here's a second question were there any other new

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread J. Landman Gay
-= JB =- wrote: Thanks again. The reason I turned it on is in your lesson it told me to turn something on in a preference and that was the closest thing I found. Maybe that was one of my problems since I turned that on instead of something else that needed turned on. That was for testing

Re: How do you use the put command?

2009-04-24 Thread J. Landman Gay
dunb...@aol.com wrote: The HC list always had loads of questions at the most basic level; they were fun to answer and they were satisfying in that the place was filled with fledgling programmers learning to make their way. Like a playground filled with small voices. The topics on the Rev

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
Thanks to you and Andre again. The info you provided cleared a lot of things up and is needed even though it is installed. -=JB=- On Apr 24, 2009, at 10:30 AM, J. Landman Gay wrote: -= JB =- wrote: Thanks again. The reason I turned it on is in your lesson it told me to turn something on

Sound sources on Mac

2009-04-24 Thread stephen barncard
Is there something I could call that would reveal the current sound sources on a Mac? Or does one 'just have to know'? For instance there doesn't seem to be a code for the audio from my USB headset or the digital in on my MacBook Pro. (yes folks, there really is one on the 'combo' input port.)

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
Friends, I think I've broken yet another milestone. JB, Matthias and others that download the file, please check again. I've just added code that that make the irev file auto-update. It will check against the version on my account and give you the option to auto-update the file, and it works.

Re: Re-2: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
Matthias, there is a new version with version check and auto updating of the installation tool. Can you check it out please? Thanks ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Datagrids with sharedtext = False?

2009-04-24 Thread Trevor DeVore
On Apr 24, 2009, at 1:29 PM, lunchnme...@aol.com wrote: So I now know how to load my datagrid. The problem is that I want to have different data in that grid on different cards of the same stack. Apparently I can't set the sharedText of a datagrid to false. Am I missing something here?

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread Andre Garzia
Friends, I think I've broken yet another milestone. JB, Matthias and others that download the file, please check again. I've just added code that that make the irev file auto-update. It will check against the version on my account and give you the option to auto-update the file, and it works.

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread -= JB =-
I downloaded and installed it and it says I have the right version. -=JB=- On Apr 24, 2009, at 10:56 AM, Andre Garzia wrote: Friends, I think I've broken yet another milestone. JB, Matthias and others that download the file, please check again. I've just added code that that make the

Re: [ANN] Revolution CGI Engine installation tool for On-Rev accounts

2009-04-24 Thread andre
Cool aint it. If I change my version here, then, versions will be different and you'll see a note and be given the option to update. Cheers André Enviado de meu iPhone Em 24/04/2009, às 15:06, -= JB =- sund...@pacifier.com escreveu: I downloaded and installed it and it says I have the

Re: dgText [true] question?

2009-04-24 Thread David Bovill
2009/4/24 Trevor DeVore li...@mangomultimedia.com Do the columns in your header exist in the table? If you pass in true the data grid will not try to create the columns. It assumes the columns are created already. Yes - that's the issue. So now I'm trying to name the columns: set the uProps

Re: dgText [true] question?

2009-04-24 Thread Trevor DeVore
On Apr 24, 2009, at 2:13 PM, David Bovill wrote: Yes - that's the issue. So now I'm trying to name the columns: set the uProps [columns] of the rev_DataGrid of me to columnNames Use dgProps here. works, but Im not clear on the internal workings, so some things go wrong. Fo instance trying

Re: Datagrids with sharedtext = False?

2009-04-24 Thread Devin Asay
On Apr 24, 2009, at 11:29 AM, lunchnme...@aol.com wrote: Here's a second question were there any other new features added when v3.5 Studio for the Mac was released? If so is there a list somewhere? Hello Joe, You can get complete list of the changes to both the Revolution engine and the

sending HTML mail

2009-04-24 Thread Sadhu Nadesan
Sarah, Mikey, or anyone? Say, I know this question gets asked a lot. I have been searching the mailing list, downloading stacks, etc., but haven't found the exact answer so pardon me for asking it again! The closest thing was Mikey's post. (below) The question is, how to send an HTML

Re: sending HTML mail

2009-04-24 Thread Andre Garzia
Aloha Sadhunathan, You need to put a mime enclosure in the body of the email. This mime enclosure will divide your email into a plain text part and an html part, so that clients with no html features may display your message. You'll need to craft that yourself but it is fairly easy. Check this

Re: Sound sources on Mac

2009-04-24 Thread BNig
Hi Stephen, for applescript that gets a little ugly since you have to script the System Preferences GUI via System Events, since System Preferences are not directly scriptable. Scripting the GUI is always a bit shaky since the gui can change with every system upgrade/version. And it is dependent

[OT] Shockwave on Linux

2009-04-24 Thread Richmond Mathewson
So, searched all over the internet for a shockwave player for Linux, and in the words of Wikipedia: Unlike Flash, the Shockwave browser plugin is not available for Linux or Solaris despite vocal lobbying efforts. However, the Shockwave Player can be installed

Re: [OT] Shockwave on Linux

2009-04-24 Thread Ian Wood
Are you sure that they were Shockwave files (usually .dcr), not regular Flash files ( usually .swf)? As far as I know there's no way short of Crossover/Wine etc. to view actual Shockwave files on Linux. Ian On 24 Apr 2009, at 21:17, Richmond Mathewson wrote: So, searched all over the

Re: sending HTML mail

2009-04-24 Thread Sadhu Nadesan
Andre, Thank you, I agree with what you say. I understand. When time permits I will study that page, which will take some study. It's nitty gritty tech details, a good reference. I am sure I could figure out what to do, and do it, given the time. But let me say again what I am hoping

Re: Getting the name for a Mac Users 'home'

2009-04-24 Thread Sarah Reichelt
On Sat, Apr 25, 2009 at 1:28 AM, Adrian Williams adr...@clubtype.co.uk wrote: Hello all, Installing fonts into the Public domain is a breeze: MacHD/Library/Fonts/MyNewFont.ttf But I need to install and uninstall fonts in the Users domain. For example:

revMail bug

2009-04-24 Thread Sadhu Nadesan
I must regretfully withdraw my comment about revMail being awesome - it would be if it didn't fail on messages above 1700 characters. I filed a bug report. (7995) I still love the idea that you can spawn a mail message with one line of code. -- Sadhu

Re: sending HTML mail

2009-04-24 Thread mfstuart
Hi Sadhu, If you are on Windows, here's a VBScript that allows HTML body content: = Dim objOutl Dim strHTML Set objOutl = CreateObject(Outlook.Application) Set objMailItem = objOutl.CreateItem(olMailItem) strHTML = HTML strHTML = strHTML HEAD strHTML = strHTML BODY

Re: sending HTML mail

2009-04-24 Thread Sadhu Nadesan
Hi Sadhu, If you are on Windows, here's a VBScript that allows HTML body content: Yo Mark, Thank you! That is kind of you but, pardon my ignorance, I have no idea what to do with it? Can you use VB script in a Rev stack somehow? I am not familiar with VB or VB script. I'm trying to

Re: sending HTML mail

2009-04-24 Thread Shao Sean
Let me dig out my old code that creates MIME email ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: sending HTML mail

2009-04-24 Thread mfstuart
Hi Sadhu, Sorry about that chief :) There's many ways to get that vbscript into your Rev stack to use. 1) Save the vbscript as a txt file. a. Read in the txt file with: put URL (file: thetxtFileName) into tVBS b. Use tVBS in your script 2) While developing your application, set the vbscript

Rotating images

2009-04-24 Thread Randall Reetz
Can one rotate images by degree or fraction of degree? In supercard, one was able to do this using quad controls (that were hopelessly complex and fragile to manipulate via attribute control and a suite of confusingly interdependent functions and commands. -Original Message- From:

Moving an existing domain to on-rev [was [OT] Opinions about On-Rev]

2009-04-24 Thread Eddie
Yes, it works very well. I just moved one of my domains over (the least risky one since I was a little nervous) in less than 15 minutes and emails are delivered to my default inbox (I have not created any others yet). Eddie What I am wondering is if anyone has got email working for another

Re: Moving an existing domain to on-rev [was [OT] Opinions about On-Rev]

2009-04-24 Thread Sarah Reichelt
Thanks Eddie. I'll get my web site all set up, then take the plunge :-) Sarah On Sat, Apr 25, 2009 at 10:21 AM, Eddie userevolution.04.23.2...@skippingpebbles.com wrote: Yes, it works very well.  I just moved one of my domains over (the least risky one since I was a little nervous) in

Re: Rotating images

2009-04-24 Thread Scott Rossi
Recently, Randall Reetz wrote: Can one rotate images by degree or fraction of degree? You should be able to rotate an image simply by using: set the angle of img myCoolImage to 45 The docs say the numeric value is an integer so like most position-based things in Rev you can only use whole

RE: Rotating images

2009-04-24 Thread Randall Reetz
Wow, that is easy! How about warping an image by repositioning its four corners? Lets say an image is in a polygon with four points (as coordinate pairs). Can you change the posible of those points to cause that image to be thusly warped, twisted, skewed, or tipped back in space (three point

Re: Getting the name for a Mac Users 'home'

2009-04-24 Thread Andre Garzia
also shell(whoami) gives you the name of the logged user. On Fri, Apr 24, 2009 at 7:11 PM, Sarah Reichelt sarah.reich...@gmail.comwrote: On Sat, Apr 25, 2009 at 1:28 AM, Adrian Williams adr...@clubtype.co.uk wrote: Hello all, Installing fonts into the Public domain is a breeze:

Re: Rotating images

2009-04-24 Thread Scott Rossi
Recently, Randall Reetz wrote: Wow, that is easy! How about warping an image by repositioning its four corners? Lets say an image is in a polygon with four points (as coordinate pairs). Can you change the posible of those points to cause that image to be thusly warped, twisted, skewed, or

RE: Rotating images

2009-04-24 Thread Randall Reetz
What is coverflow? -Original Message- From: Scott Rossi sc...@tactilemedia.com To: Revolution Mail List use-revolution@lists.runrev.com Sent: 4/24/2009 7:04 PM Subject: Re: Rotating images Recently, Randall Reetz wrote: Wow, that is easy! How about warping an image by repositioning

Re: Rotating images

2009-04-24 Thread Colin Holgate
On Apr 24, 2009, at 11:04 PM, Randall Reetz wrote: What is coverflow? On Mac OS 10.5 it's one of the ways of viewing files, where you get a stack of preview images to thumb through. It's also used in iTunes and on iPods. Much like this: http://www.youtube.com/watch?v=n6NJNiIWxdE

htmlText and the templateField

2009-04-24 Thread Shao Sean
Any reason this code does not work? set the htmltext of the templateField to pboink/b/p put the htmltext of the templateField -- puts p/p I tried Rev 2.0 up to 3.5 and it was a no go. ___ use-revolution mailing list use-revolution@lists.runrev.com

[ANN] First On-Rev based CMS and Blog system available.

2009-04-24 Thread Eddie
I would recommend 7-ZIP (http://www.7-zip.org/) on the Windows platform. Supported formats: * Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR * Unpacking only: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z.

RE: Rotating images

2009-04-24 Thread Randall Reetz
Ok, i have written such code... And it works suprisigly well without image warping (just manipulating the shape of the bounding polygons holding the images). -Original Message- From: Colin Holgate co...@rcn.com To: How to use Revolution use-revolution@lists.runrev.com Sent: 4/24/2009

RE: Rotating images

2009-04-24 Thread Jim Bufalini
Randall Reetz wrote: Ok, i have written such code... And it works suprisigly well without image warping (just manipulating the shape of the bounding polygons holding the images). I for one would love to see it, even if the code is in a locked stack. Aloha from Hawaii, Jim Bufalini

RE: Rotating images

2009-04-24 Thread Randall Reetz
How about quicktime? Is a supercard project. As soon as i am back at my computer. Also, it was a quick proof of concept one day project. -Original Message- From: Jim Bufalini j...@visitrieve.com To: 'How to use Revolution' use-revolution@lists.runrev.com Sent: 4/24/2009 9:36 PM