Field modified function?

2006-05-08 Thread Garrett Hylltun
Rev 2.6.1 OS X Greetings, Browsed the docs for this one but didn't find anything... Is there a function that tells me if the text in an field has been changed by the user? This is needed for a multi lined field that will contain large amounts of text. So keeping a copy of the text in

Re: Field modified function?

2006-05-08 Thread Sarah Reichelt
Is there a function that tells me if the text in an field has been changed by the user? This is needed for a multi lined field that will contain large amounts of text. So keeping a copy of the text in another field or variable may not be viable. When you exit the field i.e. you click

Re: Field modified function?

2006-05-08 Thread Mark Smith
You could also use the MD5digest function - it derives a number (128 bits) from a string, if the string (in this case the contents of a field) changes, the md5digest of it also changes. Best, Mark On 8 May 2006, at 08:26, Sarah Reichelt wrote: Is there a function that tells me if the

Standalone not accepting applescripts?

2006-05-08 Thread Ton Kuypers
Hi, I've created an app which sends applescripts to Adobe InDesign. To give the user a feedback of the status the script I send includes a do script to my app: tell application myApplication do script put quote Opening template... quote into fld Info of stack Main END tell

Re: Standalone not accepting applescripts?

2006-05-08 Thread Ken Ray
On 5/8/06 6:48 AM, Ton Kuypers [EMAIL PROTECTED] wrote: Hi, I've created an app which sends applescripts to Adobe InDesign. To give the user a feedback of the status the script I send includes a do script to my app: tell application myApplication do script put quote Opening

table viewer - SQL - Rev

2006-05-08 Thread Jim Ault
I have used Access and Fox Pro on Windows, and use Excel on the Mac to view tables of data from different sources where I can apply filtering and sorting to find data errors/omissions in a table view. Is there such a program for the Mac that can handle more than 65000 rows (limit in Excel) for

Problem with Unicode

2006-05-08 Thread RH
Russian-English Learning Stack This applies to the Windows version. I have not tested any other version. I want to build a language learning software that uses various methods and a lot of multimedia to teach Russian language. Unicode support is needed. I found that entering Cyrillic

Re: table viewer - SQL - Rev = Valentina Studio

2006-05-08 Thread Ruslan Zasukhin
On 5/7/06 8:43 PM, Jim Ault [EMAIL PROTECTED] wrote: Hi Jim. I have used Access and Fox Pro on Windows, and use Excel on the Mac to view tables of data from different sources where I can apply filtering and sorting to find data errors/omissions in a table view. Is there such a program for

Re: table viewer - SQL - Rev

2006-05-08 Thread Geoff Canyon
Jim Ault wrote: I have used Access and Fox Pro on Windows, and use Excel on the Mac to view tables of data from different sources where I can apply filtering and sorting to find data errors/omissions in a table view. Is there such a program for the Mac that can handle more than 65000 rows

Re: Problem with Unicode

2006-05-08 Thread Mark Smith
A stab in the dark, but have you tried: set the unicodeText of fld 2 to the unicodeText of fld 1? best, Mark On 6 May 2006, at 22:29, RH wrote: Russian-English Learning Stack This applies to the Windows version. I have not tested any other version. I want to build a language

Re: Standalone not accepting applescripts?

2006-05-08 Thread Ton Kuypers
:-) Thanks, now it works! Warm regards, Ton Kuypers Digital Media Partners bvba Tel. +32 (0)477 / 739 530 Fax +32 (0)14 / 71 03 04 http://www.dmp-int.com On 8-mei-06, at 14:52, Ken Ray wrote: On 5/8/06 6:48 AM, Ton Kuypers [EMAIL PROTECTED] wrote: Hi, I've created an app which sends

Re: Problem with Unicode

2006-05-08 Thread Mark Schonewille
Hello Roland, Economy-x-Talk has lots of experience with this kind of unicode problems. We could write a library for you or just help you to sort out the problem. Feel free to contact me off-list. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering

Problem with Unicode: try my Bulgarian stack

2006-05-08 Thread Richmond Mathewson
http://groups.yahoo.com/group/richmondsrrr/files/ sincerely, Richmond Mathewson Philosophical problems are confusions arising owing to the fluidity of meanings users attach to words and phrases.

Re: Problem with Unicode

2006-05-08 Thread Devin Asay
On May 6, 2006, at 3:29 PM, RH wrote: I want to build a language learning software that uses various methods and a lot of multimedia to teach Russian language. Unicode support is needed. I found that entering Cyrillic language into field 1 is possible. But to set another field with exactly

Enhancements in your opinion?

2006-05-08 Thread Bob Warren
When submitting enhancement requests, I think it is a good idea to obtain some idea of the opinion of other users (of all types) before actually putting it forward concretely. Even if an idea is new, people are likely to accept it if it helps the flow of their work. On the other hand, nobody

Re: Enhancements in your opinion?

2006-05-08 Thread Ken Ray
On 5/8/06 11:04 AM, Bob Warren [EMAIL PROTECTED] wrote: 1) A new handler in 2 possible forms: on run on browse 2) A new button called Standalone Test or just Test. --- The handler in 1) would be executed when the operator clicked on the toolbar's browse (run)

Re: Problem with Unicode

2006-05-08 Thread Dar Scott
On May 6, 2006, at 3:29 PM, RH wrote: on mouseUp set the useUnicode to true set the unicodeText of field Russian2 to field Russian1 - only first word is moved correctly end mouseUp Do this (as Mark Smith suggested): on mouseUp set the unicodeText of field Russian2 to the

Re: Enhancements in your opinion?

2006-05-08 Thread Mark Smith
If you have your initialization stuff triggered by an 'on startup', 'on openStack' or 'on preOpenStack' handler, you can simply type send startup (or openStack etc) to stack myStack in the msg box when in the IDE, and it will run. There is a menu item in the IDE menu Development called

Re: Enhancements in your opinion?

2006-05-08 Thread Richard Gaskin
Bob Warren wrote: When submitting enhancement requests, I think it is a good idea to obtain some idea of the opinion of other users (of all types) before actually putting it forward concretely. Even if an idea is new, people are likely to accept it if it helps the flow of their work. On the

Re: revdb error: MUST be select SQL

2006-05-08 Thread Jan Schenkel
--- Ivan [EMAIL PROTECTED] wrote: Hi Jan, Many thanks for the help - I'm still facing an issue with PRAGMA. I was actually trying to use libDatabase from Trevor DeVore, but my database insert was failing on libDB_addToTable. In trying to get it to work, I isolated the problem to the

Re: The end of OS9 development

2006-05-08 Thread Mark Wieder
Jeffrey- Sunday, May 7, 2006, 9:13:18 PM, you wrote: All my education applications will have to be delivered with OS9 apps for the next few years, its a fact i just cant get around. even the ...and therein lies the rub. Not only are there *very* few developers still cranking out OS9 apps, but

Re: Enhancements in your opinion?

2006-05-08 Thread Bob Warren
Well, as anticipated, I am already learning stuff (I didn't know about the on newTool message). And as usual, Ken Ray is waiting in the wings to give his excellent suggestions that are far more technically advanced than I could ever give (even with more experience). Thanks, Ken! OK ladies

Re: table viewer - SQL - Rev

2006-05-08 Thread Jim Ault
Thanks for the memory jog. I have been working in OSX so long that I forgot about Classic mode. I already have Filemaker Pro 4.1 from the old days double click on my backup drive System 9.2 folder and within a few seconds Filemaker is waiting for me. I go to File:Open... choose the text

Re: Enhancements in your opinion?

2006-05-08 Thread Bob Warren
Ken Ray wrote: Well, we have the newTool message, which is sent when a tool is chosen, so it could be used to detect when the browse tool is selected: on newTool pTool if pTool is Browse then ... (etc.) end if end newTool However personally I'd like to see that message have an

Re: Enhancements in your opinion?

2006-05-08 Thread Bob Warren
Mark Smith wrote: I think that having this sort of startup behaviour triggered simply by choosing the browse tool might interfere too much in many peoples development practices (certainly mine, as someone who has been using X-Talk for years), but I can certainly see the point of what you're

Re: Enhancements in your opinion?

2006-05-08 Thread Bob Warren
Richard Gaskin wrote: (A wealth of information - See his post!) --- Wow! I asked for responses, and I got them! Thanks Richard! Now give me a little time to digest the stuff I'm learning! Regarding:- I don't know that the new message is needed, but I agree

Re: Enhancements in your opinion?

2006-05-08 Thread Richard Gaskin
Bob Warren wrote: Richard Gaskin wrote: (A wealth of information - See his post!) Thanks. :) Regarding:- I don't know that the new message is needed, but I agree that a way to have a menu item which closes a stack and re-opens it fresh (to trigger the opening sequence of messages --

Re: Byte order in unicode button labels

2006-05-08 Thread Dar Scott
On May 5, 2006, at 12:47 PM, Devin Asay wrote: I am writing an app with button labels in a non-Latin script (Cyrillic). Under certain conditions I need to change the label of these buttons. To do so I store the unicode text of the different label names in custom properties. But I just

Re: Enhancements in your opinion?

2006-05-08 Thread Mark Smith
So, automating the process of: Save as standalone Launch standalone Delete standalone when quit I imagine it could be discovered how to make the standalone builder build, and how to set the path of where to build. Launching it is trivial, but maybe it'll be trickier to figure out when it

Re: Enhancements in your opinion?

2006-05-08 Thread Richard Gaskin
Mark Smith wrote: So, automating the process of: Save as standalone Launch standalone Delete standalone when quit I imagine it could be discovered how to make the standalone builder build, and how to set the path of where to build. Launching it is trivial, but maybe it'll be trickier to

Re: Tip: F1

2006-05-08 Thread Chris Sheffield
Richard, Hope you don't mind me asking, but have you implemented this in a standalone yet? I can't figure out how to make a function key work as a menu shortcut in Rev. I mean, I know I can trap the functionKey message and do what I need to there, but how can I get F1 to actually

Re: The end of OS9 development

2006-05-08 Thread Jeffrey Reynolds
Mark, yep its a problem for the education market. Since many schools just cant afford to upgrade all their machines at once it means they have a smaller selection of older (and sometimes outdated) content to use. the OSX only programs then dont get bought sometimes unless they have

Re: Enhancements in your opinion?

2006-05-08 Thread Bob Warren
Richard Gaskin wrote: A more streamlined installer for MC IDE is forthcoming. There are also at least three other IDEs in the works, and to the best of my knowledge none of them alter custom properties. News on those will no doubt be posted here as they become available.

Re: Tip: F1

2006-05-08 Thread Richard Gaskin
Chris Sheffield wrote: On Apr 29, 2006, at 1:35 PM, Richard Gaskin wrote: For Mac folks just getting started in Windows application design, consider this tidbit from the latest entry at Jensen Harris's blog: Based on our instrumentation data in Office 2003, over 75% of users access Help

Re: Enhancements in your opinion?

2006-05-08 Thread Richard Gaskin
Bob Warren wrote: Richard Gaskin wrote: A more streamlined installer for MC IDE is forthcoming. There are also at least three other IDEs in the works, and to the best of my knowledge none of them alter custom properties. News on those will no doubt be posted here as they become available.

Re: How Computers Really Work: A Children's Guide

2006-05-08 Thread Francis Nugent Dixon
My 2 euros worth, from Paris, I also have been amazed at the ease with which my kids (and my grand-kids !) hook up to the use of computers. It makes some grown-ups look quite silly. But I have yet to meet a young person who can work out a square root without using a calculator (something I

Re: Byte order in unicode button labels

2006-05-08 Thread Devin Asay
On May 8, 2006, at 1:24 PM, Dar Scott wrote: On May 5, 2006, at 12:47 PM, Devin Asay wrote: I am writing an app with button labels in a non-Latin script (Cyrillic). Under certain conditions I need to change the label of these buttons. To do so I store the unicode text of the different

Re: Enhancements in your opinion?

2006-05-08 Thread Chipp Walters
Constellation creates a custom property set. It's not as large as the one in Rev. I've talked with Jerry about either creating a 'clean stack' button, or adding the function into my altClean plugin. -Chipp Richard Gaskin wrote: There are also at least three other IDEs in the works, and to

Re: Sort-of OT: Learning Python

2006-05-08 Thread Russ McBride
Hey Geoff, Thanks for the link. I always appreciate those kinds of posts. I don't think I've heard a whole lot of great things about wxWidgets. As a sidenote-- a lot of people who've used Python have moved to Ruby and a lot of people who've been stuck using Java have fallen in love

copy file on Mac

2006-05-08 Thread Chipp Walters
I have a user who tells me that copying files in MacOSX with the URL command creates a target file which no longer launches Excel when double-clicked on: put URL (binfile: text.xls) into URL (binfile: text2.xls) IOW, text2.xls when double-clicked on won't launch Excel, even though text.xls

Re: Enhancements in your opinion?

2006-05-08 Thread Richard Gaskin
Chipp Walters wrote: Richard Gaskin wrote: There are also at least three other IDEs in the works, and to the best of my knowledge none of them alter custom properties. Constellation creates a custom property set. It's not as large as the one in Rev. I've talked with Jerry about either

Re: copy file on Mac

2006-05-08 Thread J. Landman Gay
Chipp Walters wrote: I have a user who tells me that copying files in MacOSX with the URL command creates a target file which no longer launches Excel when double-clicked on: put URL (binfile: text.xls) into URL (binfile: text2.xls) IOW, text2.xls when double-clicked on won't launch Excel,

Re: copy file on Mac

2006-05-08 Thread Mark Smith
You probably just need to set the fileType before you write the file - I don't know what the file type of excel is, but it shouldn't be hard to find out. Best, Mark On 9 May 2006, at 00:40, Chipp Walters wrote: I have a user who tells me that copying files in MacOSX with the URL command

Re: copy file on Mac

2006-05-08 Thread Mark Schonewille
Hi Chipp, Check the file and creator type of the original file and make sure to the filetype before using the put url command. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Salery is the easiest way to get your own web

Re: Sort-of OT: Learning Python / Ruby

2006-05-08 Thread Alex Tweedly
Russ McBride wrote: Hey Geoff, Thanks for the link. I always appreciate those kinds of posts. I don't think I've heard a whole lot of great things about wxWidgets. Hmmm - how odd that we've heard such different things :-) I believe that wxWidgets does a better job of producing GUI

Printing Problem

2006-05-08 Thread Tom Cole
I find that if I print text that is more than one page, there is sometimes a terrible print-out with lines of text printed one atop another on much of page 2! My script is simple enough: if it is print now then put test into cd fld printfield revPrintField the name of cd field

Re: The end of OS9 development

2006-05-08 Thread Andre Garzia
But on the bright side, you can trust that OS9 will not change or have new releases that break compatibility, thus, your old Rev 2.6 or CodeWarrior IDE suits the development perfectly. It's not like OS X that each release introduce new bugs, I mean, features :-) For example webcore

Re: copy file on Mac

2006-05-08 Thread Ken Ray
On 5/8/06 6:49 PM, Mark Schonewille [EMAIL PROTECTED] wrote: Hi Chipp, Check the file and creator type of the original file and make sure to the filetype before using the put url command. And FYI, for Office 2004 for Mac, the creator is XCEL and the type is XLS8 (case sensitive). If for

Re: copy file on Mac

2006-05-08 Thread Chipp Walters
Thanks to everyone who replied. Let me get this right. You all are saying Macs _CAN'T LAUNCH A FILE BASED UPON EXTENSION_ ? I understood why this was in MacOS9, but you would think that would've changed by now...it is 2006 and the OS is supposedly modern. Surely there is a setting somewhere

Re: copy file on Mac

2006-05-08 Thread Brian Yennie
Chipp, No- MacOSX has no problem launching files based upon extension. I believe the problem is that your can override that behavior by explicitly setting a file type. Since Revolution defaults to setting this to TEXT, you have to manage it yourself to avoid getting screwy files. I would

Re: copy file on Mac

2006-05-08 Thread Richard Gaskin
Mark Schonewille wrote: Check the file and creator type of the original file and make sure to the filetype before using the put url command. While that will certainly take care of this specific problem, it isn't the real solution. For example, what if the user downloads an XLS from the

Re: copy file on Mac

2006-05-08 Thread Chipp Walters
Richard Gaskin mentioned you can *force* a file launch *sometimes* ;-) by using the get info for a filetype, choosing which application and then pressing the Change All.. button. I tried this on a single file, and it did seem to work. I'm hoping Apple will come to it's senses soon and fix

Re: copy file on Mac

2006-05-08 Thread Sarah Reichelt
No- MacOSX has no problem launching files based upon extension. I believe the problem is that your can override that behavior by explicitly setting a file type. Since Revolution defaults to setting this to TEXT, you have to manage it yourself to avoid getting screwy files. I would hope that you

Re: Transparent Blending -- Mac vs Windows

2006-05-08 Thread Wally Rodriguez
Save yourself a lot of time and use PNG's they look great and the transparency works in both platforms. W. On May 4, 2006, at 2:52 AM, kevin wrote: Hi All, In regards to the blending property of images, I am used to working with Revolution on the Mac but when I open the same stack in

Location of cloned stack

2006-05-08 Thread James Spencer
This is a curiosity question. OS X 10.4.6 and Rev 2.7.1. My application contains a substack which I clone as needed for a multiple windows. I had thought a cloned stack inherited all of the properties of the original (other than it's name) but for some reason, the location of my cloned

Re: copy file on Mac

2006-05-08 Thread Richard Gaskin
Chipp Walters wrote: Richard Gaskin mentioned you can *force* a file launch *sometimes* ;-) by using the get info for a filetype, choosing which application and then pressing the Change All.. button. I tried this on a single file, and it did seem to work. I'm hoping Apple will come to it's

Re: Location of cloned stack

2006-05-08 Thread Phil Davis
Hi James, When you clone a stack: - The topLeft of the defaultStack is the point of reference for placing the clone, *no matter which stack that may be*. I've had it be a palette when I meant for it to be a regular stack. To avoid that, just set the defaultStack immediately before cloning.

Re: copy file on Mac

2006-05-08 Thread Chipp Walters
Thanks Sarah! That may be just what I was looking for :-) Sarah Reichelt wrote: I do this all the time. If you set the fileType to empty before saving a file, the extension is used to select the default app fpr that file. That way you never have to worry about what app the user has selected as

Re: copy file on Mac

2006-05-08 Thread J. Landman Gay
Chipp Walters wrote: Richard Gaskin mentioned you can *force* a file launch *sometimes* ;-) by using the get info for a filetype, choosing which application and then pressing the Change All.. button. I tried this on a single file, and it did seem to work. I'm hoping Apple will come to it's

Re: copy file on Mac

2006-05-08 Thread J. Landman Gay
J. Landman Gay wrote: I made a typo: 2. Set the filetype to ?? which is the secret code for unknown file type. If the OS sees that, it will try to match the extension. All filetype have 8 characters. There should be 8 question marks there. But as several people mentioned, an empty

Re: copy file on Mac

2006-05-08 Thread Chipp Walters
Even Better!!! Thanks :-) best, Chipp J. Landman Gay wrote: J. Landman Gay wrote: I made a typo: 2. Set the filetype to ?? which is the secret code for unknown file type. If the OS sees that, it will try to match the extension. All filetype have 8 characters. There should be 8

Put URL failing -- HTTP header problems?

2006-05-08 Thread Sivakatirswami
Put url http://someFooSite/foo.html; is working, mostly, but not always. Can someone test this for me: put this into your browser: http://www.pacsoa.org.au/palms/Acanthophoenix/ Result: web page as expected, Now, put this into your msg box in Rev: put url

Re: The end of OS9 development

2006-05-08 Thread Mark Wieder
Jeffrey- Monday, May 8, 2006, 12:53:04 PM, you wrote: Sorry education tends to get the dirt kicked on it a lot and i just have to speak up when folks say the solution is for schools to just upgrade. Back in the day, Apple had a fine subversive K12 educational program - donate lots of

Re: The end of OS9 development

2006-05-08 Thread Mark Wieder
Andre- Monday, May 8, 2006, 11:00:42 AM, you wrote: But on the bright side, you can trust that OS9 will not change or have new releases that break compatibility, thus, your old Rev 2.6 or Yes. That's also the nice thing about speaking Latin. -- -Mark Wieder [EMAIL PROTECTED]

Re: Put URL failing -- HTTP header problems?

2006-05-08 Thread Chipp Walters
Works fine here: Rev 2.7.1, WinXP Sivakatirswami wrote: Can someone test this for me: put this into your browser: http://www.pacsoa.org.au/palms/Acanthophoenix/ Result: web page as expected, Now, put this into your msg box in Rev: put url

Re: Enhancements in your opinion?

2006-05-08 Thread Bob Warren
Richard Gaskin wrote: What issues have you encountered with the MC IDE on Linux? --- Richard: I've only ever tried Metacard 2.5 Starter Kit for Windows, and I loved it because it is so stable, clear and simple - though not quite up to date,