Re: To-be-saved changes are not saved - and another bad bug

2002-12-03 Thread Axel Buchner
Here is an instance of really bad behavior of MetaCard, and I wonder whether anyone knows a solution. (1) I close a stack script. This is your problem, I think, you close the script editor from the close box in the title bar. You should close the script editor from the OK button at the

Re: Metacard Apache and Windows 2000

2002-12-03 Thread andu
--On Monday, December 02, 2002 11:04:25 -0500 Peter J. Bower, M.D. [EMAIL PROTECTED] wrote: Dear Andu, I think I have generated every error code possible trying to get the cmc.exe to work on the apache 2.0.43 win 2000 server. By any chance do you have a copy of the config file you used to

Re: To-be-saved changes are not saved - and another bad bug

2002-12-03 Thread Dominique
I hope this will be fixed in the next release. Weird! In fact, there is a handler which deals with the stackname (doSaveAs): (MC MenuBar) = function MCfixpath shortname local sname put tolower(shortname) .mc into sname repeat with c = 1 to the length of sname if char c of sname

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Larry_R_Huisingh
Richard, See below ...snip... In the first of my two apps, I have an index of documents which can be opend by clicking them in an index window. The second app serves a different purpose, but from time to time needs to launch documents belonging to the first app. In the worst case, I

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: As far as communicating between processes I have used Win32 named pipes. Reading and writing are very similar if not identical to reading/writing a file. I had to write a DLL that calls the Win32 API routines that open, close, read and write to the pipe but it works

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Larry_R_Huisingh
One question remains unanswered: Why the stigma against polling? I mean, of course it's suboptimal compared to event-driven mechanisms like Apple events, but in the absence of a supported event mechanism is polling really so very bad? Polling isn't necessarily so bad. I have to think

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Dar Scott
On Tuesday, December 3, 2002, at 09:52 AM, Richard Gaskin wrote: I appreciate the feedback, but I wound up polling a file for now. I think this in general is an under-appreciated and under-explored approach. I have seen this used as IPC in a mixed Windows Linux environment using SAMBA.

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Richard Gaskin
Dar Scott wrote: On Tuesday, December 3, 2002, at 09:52 AM, Richard Gaskin wrote: I appreciate the feedback, but I wound up polling a file for now. I think this in general is an under-appreciated and under-explored approach. I have seen this used as IPC in a mixed Windows Linux

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: Actually, with MC, polling can be clean and very easy to implement via the send command. At the beginning of your program you send a message that will execute in 1 second. Set up a handler for that message to do the poll and at the end of that routine issue a send

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Dar Scott
On Tuesday, December 3, 2002, at 11:27 AM, Richard Gaskin wrote: By directory polling, do you mean checking the existence of a file rather than its contents? That's the approach I took, much faster than always accessing the file. Cool! I would guess that would avoid locking problems, too.

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Richard Gaskin
Dar Scott wrote: On Tuesday, December 3, 2002, at 11:27 AM, Richard Gaskin wrote: By directory polling, do you mean checking the existence of a file rather than its contents? That's the approach I took, much faster than always accessing the file. Cool! I would guess that would avoid

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Scott Rossi
Recently, Richard Gaskin wrote: I think this in general is an under-appreciated and under-explored approach. I have seen this used as IPC in a mixed Windows Linux environment using SAMBA. You might want to see if directory polling is faster. And watch out for the file being in use. By

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Ken Ray
I've avoided this technique simply because I've never been able to figure how to account for a crashed process and a leftover file. If your app crashes (rare, I know) and your temporary file is still present, how do you distinguish between current file versus a leftover? Simple. Write the

Valentina

2002-12-03 Thread Rodney Tamblyn
I've been considering using Valentina database (http://www.paradigmasoft.com/files/vxcmd.html) for a Metacard project going to start work on shortly. Has anyone on the list had experience using this product with Metacard? Would be interested in your comments, either privately or to the list.

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Yennie
Simple. Write the milliseconds into the file. Then, when the app launches, grab the milliseconds as its "launch date". When it goes to look in the folder, it will read in the "leftover" file, but because the milliseconds in the leftover is *earlier* than the launch date, it is ignored. It will

Re: Valentina

2002-12-03 Thread Ruslan Zasukhin
on 12/3/02 10:51 PM, Rodney Tamblyn at [EMAIL PROTECTED] wrote: I've been considering using Valentina database (http://www.paradigmasoft.com/files/vxcmd.html) for a Metacard project going to start work on shortly. Has anyone on the list had experience using this product with Metacard? Would

Re: launching on Wintel/inter-process communication

2002-12-03 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: Simple. Write the milliseconds into the file. Then, when the app launches, grab the milliseconds as its launch date. When it goes to look in the folder, it will read in the leftover file, but because the milliseconds in the leftover is *earlier* than the launch date,

Re: Valentina

2002-12-03 Thread andu
--On Wednesday, December 04, 2002 09:51:52 +1300 Rodney Tamblyn [EMAIL PROTECTED] wrote: I've been considering using Valentina database (http://www.paradigmasoft.com/files/vxcmd.html) for a Metacard project going to start work on shortly. Has anyone on the list had experience using this

Refreshing text fields

2002-12-03 Thread Wilhelm Sanke
I noticed the following - presumably related - problems with fields - After RTF-text import: If the default text size of the field is smaller than the imported rtf-text, the upper part of the rtf-text in the first line will be hidden underneath the upper border of the field. - If you set the

Metacard beginner question

2002-12-03 Thread JDMST
Hello everyone, I'm wondering if there are stacks available for download that I can use to examine and to get ideas from... ie.. learn how they all work? Does this make sense? Thanks, John ___ metacard mailing list [EMAIL PROTECTED]

Re: Metacard beginner question

2002-12-03 Thread Richard Gaskin
JDMST wrote: I'm wondering if there are stacks available for download that I can use to examine and to get ideas from... ie.. learn how they all work? Does this make sense? Here are a few repositories: http://www.RunRev.com/revolution/developers/developerdownloads/usercontribu tions.html

Re: Metacard beginner question

2002-12-03 Thread andu
--On Tuesday, December 03, 2002 15:34:25 -0800 Richard Gaskin [EMAIL PROTECTED] wrote: JDMST wrote: I'm wondering if there are stacks available for download that I can use to examine and to get ideas from... ie.. learn how they all work? Does this make sense? Here are a few repositories:

Re: Metacard beginner question

2002-12-03 Thread JDMST
On 3 Dec 2002 at 21:42, andu wrote: And in case you don't know, this revolution thing where all these links point you to, is metacard in disguise so the stacks are compatible. Hi Andu, Thanks, I figured they were, do I simply change the extension from .REV to .MC to get them to work in

RE: Metacard beginner question

2002-12-03 Thread Chipp Walters
John, There are some subtle differences between MC and RR. You can of course change the .rev to .mc and some will work...but others won't. There are some custom commands and libraries in RR that don't exist in MC, and I suppose the reverse is true as well. If it doesn't seem to work in MC,

metacard positioning of objects when window resizes

2002-12-03 Thread Rodney Tamblyn
I'm coming back to Metacard programming after spending some time recently in Project Builder and Interface Builder on some other projects. In Interface Builder when you create an object (button, field etc) one of the properties you can set controls how the position of that object is

Re: metacard positioning of objects when window resizes

2002-12-03 Thread andu
--On Wednesday, December 04, 2002 17:09:17 +1300 Rodney Tamblyn [EMAIL PROTECTED] wrote: I'm coming back to Metacard programming after spending some time recently in Project Builder and Interface Builder on some other projects. In Interface Builder when you create an object (button, field

XS Script Editor 1.1.3 Release

2002-12-03 Thread xbury . cs
Hi all, New release of my Script editor 1.1.3 is released. http://www.monsieurx.com/modules.php?name=Newsfile=articlesid=57 If you already installed a previous version, make sure you click delete instead of rename in the options to remove the old version... Next releases will include -