Re: [ANN] Stacks published on the Web

2009-08-01 Thread stephen barncard
Alejandro!!! awesome work sqb - Stephen Barncard San Francisco http://barncard.com 2009/7/31 Alejandro Tejada capellan2...@yahoo.com Hi all, Visit the following pages with 3 stacks saved for web: http://aulasdigitales.net/test01.html

Re: Decrypt problem

2009-08-01 Thread Bernard Devlin
Are you running both apps on the same machine? Bernard On Sat, Aug 1, 2009 at 6:06 AM, stevex64steve...@yahoo.com wrote: Hi all, I have .csv files that I encrypt with one little app that only encrypts. It appears to encrypt with no problem. The key is hard-coded in the app. I have another

Re: Not clear about revMedia vs revEnterprise

2009-08-01 Thread Bernard Devlin
During the webinar concerning Rev 4 I asked an unanswered question about SSL and the new rev plugin. We were told these questions would make their way into a FAQ, but I haven't seen any further reference to these FAQs. So what I'm saying here is just my deductions. On the belief that revMedia

Re: [ANN] Stacks published on the Web

2009-08-01 Thread Bernard Devlin
I get a lot of problems with this one: http://aulasdigitales.net/test02.html I tried it twice, and clicking around on various different features caused the rev plugin and the browser to become unresponsive. When this happened on the 2nd occasion I had Activity Monitor open and the plugin had

Is there a comfortable way the print scripts?

2009-08-01 Thread Reinhold Venzl-Schubert
Hi! I like the study my script comfortable in the arm chair. When I print it directly with Rev, I need a lot of paper. Therefore I copy it into a texteditor and print it with two columns on a sheet. Is there any economical way in Rev? Thanks Reinhold

Re: Is there a comfortable way the print scripts?

2009-08-01 Thread stephen barncard
You could write a script to print it in columns, but wouldn't your code wrap in the columns? Seems like that would be harder to read. My advice: Get a bigger screen and don't print it out at all! save a tree. Sometimes I print out a few lines I need to notate but I think most of us try

Re: [ANN] Stacks published on the Web

2009-08-01 Thread Jim Ault
On Jul 31, 2009, at 9:57 PM, Alejandro Tejada wrote: Hi all, Visit the following pages with 3 stacks saved for web: http://aulasdigitales.net/test01.html http://aulasdigitales.net/test02.html http://aulasdigitales.net/test03.html These pages will be available until Sunday. Good stuff. It is

Re: Decrypt problem

2009-08-01 Thread Mark Smith
Steve, you need to specify whether the key is a password or a key encrypt myRawData using blowfish with key (theKey) or encrypt myRawData using blowfish with password (theKey) The main difference, as I understand it, is that if you use key, then the key must be the exact length specified for

Re: [OT] Is there a future for CentOS or systems to run on your web server

2009-08-01 Thread Peter Alcibiades
No, by all means warn them, but the warning should be something like, the project leader has been having problems for a while. The team has finally come to the point of action and is acting to get the situation resolved and take things forward - probably in the end without him. Something to be

Re: [OT] Is there a future for CentOS or systems to run on your web server

2009-08-01 Thread Bernard Devlin
It is _the_ primary strength of free software solutions (in the strict GPL/LGPL sense) that one is not at a dead end if a project has only one primary developer and that person no longer continues development. One has access to the source code and can continue development. If the source of a

Re: Command-line screen recorder for Mac and PC?

2009-08-01 Thread David Bovill
VLC is cross platform, and (very) controllable via the command line. It has screen grabbing functionality, which though pretty recent works OK and is likely to get much better over time. You can even stream the live screen grabs. I'll be working on this over the coming months for a project in

Re: Simple Socket Saga

2009-08-01 Thread Len Morgan
Phil, We may need to get a ruling from the judges on this one! After seeing the statement you quoted in isolation, it seems it could be possible to have a button who's mouseUp handler calls a handler in a library stack that has the actual accept command. In that case, the button is the

Re: Command-line screen recorder for Mac and PC?

2009-08-01 Thread David Bovill
Mark, your post prompted me to look at the technique you are using for a project where I need to create slide shows from images. The aim is to create a QuickTime movie or FLV, with the stills simply extended in time so as not to render large files slowly. The images need to have varied time

Re: Decrypt problem

2009-08-01 Thread stevex64
Yes, both apps run on the same machine as I'm developing them. Eventually they will be running on different machines, though. Bernard Devlin-2 wrote: Are you running both apps on the same machine? Bernard On Sat, Aug 1, 2009 at 6:06 AM, stevex64steve...@yahoo.com wrote: Hi all, I

Re: Decrypt problem

2009-08-01 Thread Bernard Devlin
Perhaps the ssl library was not included with the decrypt app when it was built? Bernard On Sat, Aug 1, 2009 at 2:35 PM, stevex64steve...@yahoo.com wrote: Yes, both apps run on the same machine as I'm developing them. Eventually they will be running on different machines, though.

Re: [ANN] Watch a video about a whole new approach to script editing

2009-08-01 Thread Robert M.
thanks for your synthetic view. I must say .. i'm a bit.. shaken lately.. I ran into big troubles trying to use my GLX editor while getting my hands on datagrid programming.. : they do not seem to be compatible with each other.. -- View this message in context:

Re: Decrypt problem

2009-08-01 Thread stevex64
These errors are happening in the rev IDE, not an .exe. And I assume, maybe incorrectly, that if the library wasn't available, that error wouldn't be returned, as it seems the error is coming from the ssl library. Perhaps the ssl library was not included with the decrypt app when it was

[Data Grid] can't create a new data grid

2009-08-01 Thread Andre.Bisseret
Bonjour, I have a list field lesCmdes (tab separated items in each line). I would like to replace it with a data grid theCmds Then, I drag a data grid from the palette tool and from a button I lauch the following script in order to populate grp theCmds: set the dgText of grp theCmds to fld

Re: [Data Grid] can't create a new data grid

2009-08-01 Thread Trevor DeVore
On Aug 1, 2009, at 11:07 AM, Andre.Bisseret wrote: ... OK ! the grid is populated ! BUT as soon as I try to change the names of the columns in the inspector, I get errors such as - Chunk: can't find background Hint : Chunk: can't find object Error at char 29 of line 3321 in

Re: [ANN] Watch a video about a whole new approach to script editing

2009-08-01 Thread Trevor DeVore
On Aug 1, 2009, at 10:38 AM, Robert M. wrote: thanks for your synthetic view. I must say .. i'm a bit.. shaken lately.. I ran into big troubles trying to use my GLX editor while getting my hands on datagrid programming.. : they do not seem to be compatible with each other.. What sorts of

Re: [ANN] Watch a video about a whole new approach to script editing

2009-08-01 Thread Jerry Daniels
Robert, Earlier this summer I did a good-sized project with three datagrids using GLX2 and didn't encounter any problems to speak of. I'm curious where you ran into big troubles. Maybe I wasn't doing as much with the datagrids as you were. Best, Jerry Daniels Watch tRev - The Movie

Re: Command-line screen recorder for Mac and PC?

2009-08-01 Thread Richard Miller
David, I'm assuming this is the way it would work (using the clipboard and qtPaste), based on the available EQT commands. I'll be testing it on Monday. I thought if one pasted an image at a given time, the image would remain visible in the movie for x period of time until it was replaced by

Re: Command-line screen recorder for Mac and PC?

2009-08-01 Thread Richard Miller
David, VLC looks interesting, in terms of having Rev gather whatever is happening on the screen and turning it into a movie. But is it practical to have the core VLC application (and associated files, whatever they may be) installed on the users computer, along with a Rev app? The VLC

Re: [ANN] Stacks published on the Web

2009-08-01 Thread Colin Holgate
On Aug 1, 2009, at 12:57 AM, Alejandro Tejada wrote: http://aulasdigitales.net/test01.html http://aulasdigitales.net/test02.html http://aulasdigitales.net/test03.html The third link leads to having to force quit Safari, but that may have been to do with threads still running from the first

Re: [Data Grid] can't create a new data grid

2009-08-01 Thread Andre.Bisseret
Le 1 août 09 à 18:00, Trevor DeVore a écrit : On Aug 1, 2009, at 11:07 AM, Andre.Bisseret wrote: ... OK ! the grid is populated ! BUT as soon as I try to change the names of the columns in the inspector, I get errors such as - Chunk: can't find background Hint : Chunk:

Re: Revlet default folder

2009-08-01 Thread J. Landman Gay
Kevin Stallibrass wrote: I have saved one of my rev programs for the web. The program stores some preferences in a .txt file in the default folder next to the app. When saving for the web and putting the revlet on my webserver, the app still works correctly but I've noticed that the default

Re: Revlet default folder

2009-08-01 Thread J. Landman Gay
Kevin Stallibrass wrote: I feel that a better place for the default folder is the temporary internet files folder so that when this folder is emptied via the web browser, my files will be removed at the same time. Trouble is, I've no idea of a global path I could use which would work on all

Re: Decrypt problem

2009-08-01 Thread Bernard Devlin
I no longer have a license for Rev Enterprise (only Studio), so I can't check what the cipherNames returns. However using 'man enc' on OS X, it does not look like openssl has a ciphername of blowfish per se. The supported ciphers in openssl that are based on blowfish have names like:

start using...

2009-08-01 Thread Yves COPPE
Hi list I want to use the following script start using stack xxx on a server with a revlet how can I get the directory of a stack on a server ? the stack is in the same folder (dir) as the revlet on the server thanks. Greetings. Yves COPPE yvesco...@skynet.be

Re: [Data Grid] can't create a new data grid

2009-08-01 Thread Trevor DeVore
On Aug 1, 2009, at 12:27 PM, Andre.Bisseret wrote: Thanks for your prompt answer What are you naming the columns? Nom / 09 / 08 / 07 / 06 (they are columns for years) I tried A 09 / A 08 without success I tried Nom and 09 and an error occurred. I then tried Nom and A 09 and everything

Re: Is there a comfortable way the print scripts?

2009-08-01 Thread J. Landman Gay
Reinhold Venzl-Schubert wrote: Hi! I like the study my script comfortable in the arm chair. When I print it directly with Rev, I need a lot of paper. Therefore I copy it into a texteditor and print it with two columns on a sheet. Is there any economical way in Rev? You can create a

Re: [Data Grid] can't create a new data grid

2009-08-01 Thread Andre.Bisseret
Le 1 août 09 à 19:58, Trevor DeVore a écrit : On Aug 1, 2009, at 12:27 PM, Andre.Bisseret wrote: Thanks for your prompt answer What are you naming the columns? Nom / 09 / 08 / 07 / 06 (they are columns for years) I tried A 09 / A 08 without success I tried Nom and 09 and an error

Re: Simple Socket Saga

2009-08-01 Thread Phil Davis
Len Morgan wrote: Phil, We may need to get a ruling from the judges on this one! After seeing the statement you quoted in isolation, it seems it could be possible to have a button who's mouseUp handler calls a handler in a library stack that has the actual accept command. In that case, the

Re: [ANN] Stacks published on the Web

2009-08-01 Thread klists
I saw no instructions. Typing mogie.pdf in the text area and clicking the Export button appears to do nothing but lock up Safari. Hard. Not pleasant. OS X 10.5.7, Safari 3.2.3. k On Jul 31, 2009, at 9:57 PM, Alejandro Tejada wrote: http://aulasdigitales.net/test01.html

Re: [ANN] Stacks published on the Web

2009-08-01 Thread Bruce Pokras
Al, For test01 what is supposed to happen when I click the export button? it would be helpful to modify the test page with some instructions. When nothing happens after a while, I try to close the Safari window and I get the infinite beachball until I force quit. Regards, Bruce Pokras

Re: [ANN] Stacks published on the Web

2009-08-01 Thread Bruce Pokras
Al, After I quit Safari, what should I find but a save dialog with which to save the exported PDF! So you need to find a way for the save dialog to pop above rather than pop under the Safari window that is displaying your revLet. Otherwise, it looks like nothing is happening. Regards,

Re: [ANN] Stacks published on the Web

2009-08-01 Thread Sarah Reichelt
After I quit Safari, what should I find but a save dialog with which to save the exported PDF! So you need to find a way for the save dialog to pop above rather than pop under the Safari window that is displaying your revLet. Otherwise, it looks like nothing is happening. Not Al's fault. This

Re: [ANN] Stacks published on the Web

2009-08-01 Thread Alejandro Tejada
Hi All, i have posted the revlets in this free webspace from the webhosting company 000space. http://www.capellan2000.000space.com/test01.html http://www.capellan2000.000space.com/test02.html http://www.capellan2000.000space.com/test03.html In this site, revlets seem to work fine and i am