Re: serverside relay script

2007-10-03 Thread viktoras didziulis
actually me too use server side Perl script to communicate with desktop application created in rev and a MySQL database on a server. First of all it is actually the only secure way to do this, because leaving mysql port open for everybody is a highly UNSECURE and unrecommended practice.

Re: Filemaker through ODBC

2007-10-03 Thread Luis
Hiya, FMP can import and output XML and apply an XSLT, if you're ok with not interfacing 'directly'. Cheers, Luis. On 3 Oct 2007, at 03:06, Mark Wieder wrote: Richard- Monday, October 1, 2007, 3:20:06 PM, you wrote: FileMaker's gotten pretty good in the last few releases. Why does

Re: Filemaker through ODBC

2007-10-03 Thread Ben Rubinstein
Mark Schonewille [EMAIL PROTECTED] writes: I might start a project that should connect a Revolution front-end to a FM Pro database. One of the candidates to do this is ODBC. Reading the archives, I can't help thinking that the combination of ODBC and FM Pro may not be the best option.

OpenBase - WAS: Re: Filemaker through ODBC

2007-10-03 Thread Luis
Hiya, Anyone tried OpenBase (http://www.openbase.com/) as an alternative? I'll admit I haven't used it much, but found performance much better that FMP. I have seen a very impressive POS made with it, can't recall the name. Nice thing I noticed was that some functions are available as

Re: Unit Testing and Revolution

2007-10-03 Thread David Bovill
Hi Ben I've done a little but not using any standards. Mark Wieder has done more work along these ies ased on local sqLite db. I am slowly adding this so keep me in the loop on this one? ___ use-revolution mailing list use-revolution@lists.runrev.com

pList compression

2007-10-03 Thread David Bovill
Does anyone know how MacOs pList files are (optionally) compressed (ie preference pList files). I can't work it out or find a reference to this on the net. I have had a few goes with zip, gzip and bzip2 without success so far? ___ use-revolution mailing

Re: Filemaker through ODBC

2007-10-03 Thread Mark Wieder
Richard- Don't get me wrong about this - I'm not dismissing FMP out of hand by any means. We run our accounting system on FileMaker using a system I first cobbled together some ten years ago. But the lack of variables hurts, as does the fact that programming in FileMaker is limited to

Re: serverside relay script

2007-10-03 Thread Josh Mellicker
Cool, I like the filters... I forgot to mention the other benefit to a relay script which is that a database-enabled Rev app could be shipped without MySQL drivers, so (if I understand MySQL licensing correctly) this means you don't owe MySQL $$$. On Oct 2, 2007, at 11:25 PM, viktoras

Re: Unit Testing and Revolution

2007-10-03 Thread Richard Gaskin
Ben Rubinstein wrote: Has anyone done any work with unit testing and Revolution, perhaps towards putting together a framework a la jUnit, pyUnit etc? If so I'd be most interested to hear more. The only unit testing I've done are ad hoc tests for complex handlers, testing them in isolation

Re: pList compression

2007-10-03 Thread Todd Higgins
On Oct 3, 2007, at 11:55 AM, David Bovill wrote: Does anyone know how MacOs pList files are (optionally) compressed (ie preference pList files). I can't work it out or find a reference to this on the net. I have had a few goes with zip, gzip and bzip2 without success so far? Hi David,

does setting the angle of an image make its size unchangeable?

2007-10-03 Thread Josh Mellicker
Setting the width, height or rect of an image works fine, unless the angle is set to something besides 0... in which case the size reverts to the formatted size, and is unchangeable in either the property inspector or by script... Is this normal? Can anyone confirm? (2.8.1, Intel OS X)

Deleting an object in a group DELETES THE WHOLE GROUP!

2007-10-03 Thread Len Morgan
This problem just popped up this morning (it had been working fine). I have a set of overlapping groups with buttons on the side (themselves in a group) that when clicked, select one of the groups to be visible and all others to be invisible. This has worked just fine for several months.

Re: pList compression

2007-10-03 Thread Ken Ray
On Wed, 3 Oct 2007 13:01:40 -0400, Todd Higgins wrote: I'm not sure if this is what you are looking for, but some plist files are in a binary format instead of just raw XML. Apple has provided a command line utility that allows you to convert between the two formats. NAME plutil

Re: Deleting an object in a group DELETES THE WHOLE GROUP!

2007-10-03 Thread Richard Gaskin
Len Morgan wrote: Today I was trying to remove a field from one of the groups. I selected the group, picked Edit Group, then selected the control I wanted to delete. As soon as I press delete, then entire group is deleted (and Undo won't bring it back - in fact, Undo has NEVER worked in any

connect to MS SQL Server via ODBC

2007-10-03 Thread Robert Eppich
Hello All, I am trying to get a list of the table names from an SQL Server. By using the following script: put RevDataFromQuery(,,line 1 of fld 1,select name from sys.tables) These tablenames are returned. spt_fallback_db spt_fallback_dev spt_fallback_usg spt_monitor spt_values

Re: Deleting an object in a group DELETES THE WHOLE GROUP!

2007-10-03 Thread SimPLsol
Len, Instead of the application browser, try the Rev Navigator. Go to the Development menu, select Plugins, then choose revNavigator. I've found it indispensable for finding hidden things, and selecting components of groups. Paul Looney ** See what's new at

[Fwd: Deleting an object in a group DELETES THE WHOLE GROUP!]

2007-10-03 Thread Len Morgan
___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: OpenBase - WAS: Re: Filemaker through ODBC

2007-10-03 Thread Bruce Robertson
Hiya, Anyone tried OpenBase (http://www.openbase.com/) as an alternative? I'll admit I haven't used it much, but found performance much better that FMP. I have seen a very impressive POS made with it, can't recall the name. Nice thing I noticed was that some functions are available as

Re: Filemaker through ODBC

2007-10-03 Thread Bruce Robertson
Richard- Don't get me wrong about this - I'm not dismissing FMP out of hand by any means. We run our accounting system on FileMaker using a system I first cobbled together some ten years ago. But the lack of variables hurts, as does the fact that programming in FileMaker is limited to

Re: Deleting an object in a group DELETES THE WHOLE GROUP!

2007-10-03 Thread Mark Swindell
I had the same thing happen to me this morning. Edit a group, select an object within the group, and the whole group disappeared. Fortunately cmd-z brought the whole pile back. The only way I was able to delete objects was to enable select grouped items (which is also temperamental,