Re: exportscripts.rev

2007-03-26 Thread Kay C Lan
On 3/27/07, Josh Mellicker <[EMAIL PROTECTED]> wrote: I put together a little stack (with Jim Ault's help- thanks Jim!) that exports all the scripts of your stacks, substacks, cards and controls into separate text files in a folder. Perfect timing. Are you Catholic? :-) __

Re: Installing a Standalone on Windows

2007-03-26 Thread Michael D.
Dan Here something that I use for smaller applications, quick'n easy. http://www.gdgsoft.com/pb/index.aspx - Original Message - From: "Dan Friedman" <[EMAIL PROTECTED]> To: "RunRev Mail List" Sent: Monday, March 26, 2007 2:03 PM Subject: Installing a Standalone on Windows Greetings

RE: Methodology forprogramming challenge

2007-03-26 Thread Mark Powell
If I were given the choice, I would write to external HTML, using a combination of ROWSPAN, css, and carefully foundried images. All things considered, it does not seem that hard to do, if in fact you have a say on how to create the output and print quality of non-vector graphics were acceptable.

Re: exportscripts.rev

2007-03-26 Thread Josh Mellicker
Just realized Windows users will have to change the specialFolderPath line... On Mar 26, 2007, at 3:23 PM, Josh Mellicker wrote: I put together a little stack (with Jim Ault's help- thanks Jim!) that exports all the scripts of your stacks, substacks, cards and controls into separate text

exportscripts.rev

2007-03-26 Thread Josh Mellicker
I put together a little stack (with Jim Ault's help- thanks Jim!) that exports all the scripts of your stacks, substacks, cards and controls into separate text files in a folder. Then, a text editor like TextWrangler will search the whole folder containing all the scripts from all your proj

Re: Methodology forprogramming challenge

2007-03-26 Thread Ken Ray
On Mon, 26 Mar 2007 14:13:39 -0500, J. Landman Gay wrote: > Ken Ray wrote: >>> My initial reaction is to say that the job is more trouble than it >>> is worth, and give it a pass. But I thought I'd ask here to see if >>> anyone has any ideas. >> >> Could you use imageSource elements in a field

Re: Installing a Standalone on Windows

2007-03-26 Thread Jim Ault
On 3/26/07 12:45 PM, "Joe Lewis Wilkins" <[EMAIL PROTECTED]> wrote: > Hmn! Perhaps that's my problem. Can't I merely drag the folder that > is created for the Stand alone onto my Shared Folder, Open VPC and > then double click on the executable in the Windows Folder? Does it > have to be installed

Re: Installing a Standalone on Windows

2007-03-26 Thread Joe Lewis Wilkins
Thanks, Mark. I was hoping that was the case; but I'm having some trouble with VPC at this point and hate the thought of reinstalling it. M$ has already sent me a nasty comment wanting me to go home so they can do something. Needless to say, I have no intent on doing so. It's a legal copy o

Re: Installing a Standalone on Windows

2007-03-26 Thread Mark Smith
I think InnoSetup et al. is for more complex apps that need to place various files in different places (these exist on Macs, too). For a simple app without that requirement, just dragging and clicking as you describe should work fine. Best, Mark On 26 Mar 2007, at 20:45, Joe Lewis Wilkins

Re: unicodeText problem with Japanese

2007-03-26 Thread Devin Asay
Thanks for sharing this, Kenji! Devin On Mar 26, 2007, at 10:09 AM, Kenji Kojima wrote: On Mar 23, 2007, at 10:26 AM, Devin Asay wrote: Nicolas, I'm not sure what's causing your problems. Could it be related to this bug? http://quality.runrev.com/qacenter/show_bug.cgi?id=3614 He conta

Re: Installing a Standalone on Windows

2007-03-26 Thread Joe Lewis Wilkins
Hmn! Perhaps that's my problem. Can't I merely drag the folder that is created for the Stand alone onto my Shared Folder, Open VPC and then double click on the executable in the Windows Folder? Does it have to be installed? That's a bummer. Once again, the Mac version just works right out o

Re: Installing a Standalone on Windows

2007-03-26 Thread Chris Sheffield
Hi Dan, Check out InnoSetup. It's free, works great, and is relatively easy to use, especially if you use the ISTool front end. www.innosetup.com Good luck. Chris On Mar 26, 2007, at 1:03 PM, Dan Friedman wrote: Greetings! Has anyone found a good solution for installing full application

Re: Methodology forprogramming challenge

2007-03-26 Thread J. Landman Gay
Ken Ray wrote: My initial reaction is to say that the job is more trouble than it is worth, and give it a pass. But I thought I'd ask here to see if anyone has any ideas. Could you use imageSource elements in a field, and adjust their location using textShift? That way you'd still have "text

Installing a Standalone on Windows

2007-03-26 Thread Dan Friedman
Greetings! Has anyone found a good solution for installing full applications on Windows? My app has multiple file types, file extensions and icons. I have fonts to install as well and adding the application to the Start menu and file associations. In the past I have used InstallShield. Ug... j

Re: Methodology forprogramming challenge

2007-03-26 Thread Ken Ray
> My initial reaction is to say that the job is more trouble than it is > worth, and give it a pass. But I thought I'd ask here to see if > anyone has any ideas. Could you use imageSource elements in a field, and adjust their location using textShift? That way you'd still have "text" selectab

Re: Hiding a nonRev file in a Windows Standalone

2007-03-26 Thread Phil Davis
Hi Bob, Charles, Rather than putting an RTF file into a field, I would put it into a custom property. That way you don't have any risk of it being changed to conform to any requirements the field might place on it to make it displayable (even though the field is hidden). If it's stored in a

Methodology forprogramming challenge

2007-03-26 Thread J. Landman Gay
I've had an inquiry to write software that would notate dance and music, using Labanotation. There is already something called LabanWriter that does this, but the proposed software would add some features. The problems involved: Notation is done from bottom to top in parallel columns. Each col

Re: Hiding a nonRev file in a Windows Standalone

2007-03-26 Thread Bob Warren
Charles Szasz wrote: How do you hide a nonRev file in a Windows Standalone? I have a RTF template that I want to hide so it won't be corrupted by the user. -- Hi Charles, Why not just put it into a hidden field in your stack? You can then do what you

Re: Hiding a nonRev file in a Windows Standalone

2007-03-26 Thread Ken Ray
On Mon, 26 Mar 2007 12:21:37 -0400, Charles Szasz wrote: > How do you hide a nonRev file in a Windows Standalone? I have a RTF > template that I want to hide so it won't be corrupted by the user. Well, you can set the "hidden" attribute of the file to true: -- assumes the path to the file yo

Re: Enabling a Menu

2007-03-26 Thread J. Landman Gay
Mark Powell wrote: Joe, You and I are both veterans from the Hypercard days, where there was no such animal as custom properties. Ergo, we are old dogs that need to learn new tricks. I know this in my bones, but try as I might I have never segued over to this feature...instead staying in the c

Re: Family punchups

2007-03-26 Thread Devin Asay
On Mar 25, 2007, at 9:55 AM, Don Jungk wrote: On Friday 23 March 2007 4:02 pm, Devin Asay wrote: And while we're at it... I should be able to drive on whatever bl***y side of the street I want to. I want to be surprised when I turn on one of the water faucets in the shower. I don't care if t

Hiding a nonRev file in a Windows Standalone

2007-03-26 Thread Charles Szasz
How do you hide a nonRev file in a Windows Standalone? I have a RTF template that I want to hide so it won't be corrupted by the user. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit th

Re: unicodeText problem with Japanese

2007-03-26 Thread Kenji Kojima
On Mar 23, 2007, at 10:26 AM, Devin Asay wrote: Nicolas, I'm not sure what's causing your problems. Could it be related to this bug? http://quality.runrev.com/qacenter/show_bug.cgi?id=3614 He contacted me and we found the problems. You cannot see the problems on Windows XP, but the proble

Re: Enabling a Menu

2007-03-26 Thread Joe Lewis Wilkins
Mark, Thanks for the encouragement. It helps to know there are others in the same boat with me. Incidentally, no one has responded to my question about whether or when we'll be able to create Mac Classic stand alones. I tried to do it last night and was rebuffed by the Set up dialog telli

RE: Enabling a Menu

2007-03-26 Thread Mark Powell
Joe, You and I are both veterans from the Hypercard days, where there was no such animal as custom properties. Ergo, we are old dogs that need to learn new tricks. I know this in my bones, but try as I might I have never segued over to this feature...instead staying in the comfort zone of global

Re: transitions in rev?

2007-03-26 Thread J. Landman Gay
Ian Wood wrote: On 26 Mar 2007, at 04:40, J. Landman Gay wrote: Or if you have a Mighty Mouse and Tiger, you can hold down the Command key and use the scroll wheel to increase the magnification. It works with *any* scrollwheel - including two-finger scrolling on newer trackpads. ;-) Oh, and

Re: Making Movies ?

2007-03-26 Thread Mark Schonewille
Hi Trevor, I'll write you off-list. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.biz Op 26-mrt-2007, om 16:26 heeft Tre

Re: Making Movies ?

2007-03-26 Thread Trevor DeVore
On Mar 25, 2007, at 10:17 AM, Mark Schonewille wrote: Trevor's external is very cool. It works flawlessly on my Mac. However, it always crashes on my PC. I wonder whether it is my PC or the external and I would like to know about people who were or weren't able to create movies with the Enh

Re: [off-topic] spreadsheet for MacOSX

2007-03-26 Thread James Richards
But it doesn't run natively on OSX Regards James -- James J Richards [EMAIL PROTECTED] Tel. +44 (0)15394 43063 On 25 Mar, 2007, at 17:51, Don Jungk wrote: Hi Viktoras, You might take a look at SoftMaker's Office suite. http://www.softmaker.net __

Re: transitions in rev?

2007-03-26 Thread Ian Wood
On 26 Mar 2007, at 04:40, J. Landman Gay wrote: Or if you have a Mighty Mouse and Tiger, you can hold down the Command key and use the scroll wheel to increase the magnification. It works with *any* scrollwheel - including two-finger scrolling on newer trackpads. ;-) Oh, and it's Control no

alt Browser: Get selected text cross platform issue

2007-03-26 Thread Thomas McCarthy
On my Mac this function works well: set the htmltext of fld _selected to XBrowser_Get ("selected") But on my Windows XP box, unusual characters don't get displayed. (Japanese worked in the demo stack) Here is one such character: hodiê (the last char should have a circumflex over it) When the