Re: Update Mac menubar fails in standalone

2002-09-23 Thread Scott Rossi

Recently, Shari wrote:

 Is it possible that you password-protected the stack in the standalone?  I
 think you should be able to do all the above provided the stack is not
 protected.
 
 One embedded stack is encrypted, but not the one that used the
 handler, or the one the handler was in.
 
 I ran into several limitations in the standalone.  A standalone puts
 the program into starter kit mode.

I didn't think this was the case, but it does seem to be true.  This is
unfortunate for folks who need to modify scripts at runtime in anything
outside the development environment.  Perhaps there is a way you could store
your changing code in separate stacks and load the stacks as needed using
your standalone.

To Scott Raney  Company: would it make sense to add a licenseKey property
or something similar to permit creation of licensed standalones that can
modify scripts?  Don't know if this would make MC too accessible to folks
who haven't paid for licenses but the option to create editable scripts via
a standalone does seem legitimate.

Regards,

Scott Rossi
Creative Director

Tactile Media, Multimedia  Design
Email: [EMAIL PROTECTED]
Web: www.tactilemedia.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Print stack as PDF in OS 10.2

2002-09-23 Thread Sjoerd Op 't Land

Mark Talluto wrote/ schreef:

 The File menu in MetaCard has a Print Card item
 and the Tools menu has a Print Field item, but neither invokes the OS
 X print dialog that gives me the Preview or Save as PDF... choice.

 I see.  I thought you were using referring to an app you created.  I
 have not used the print feature from the development tools that come
 with MC.
Do these built-in thingies use the print command or an 'open printing with
dialog; print; close printing' construction? (Just a wild guess.)

 -Mark
Regards, / Groeten,
Sjoerd

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Metacard 2.4.3 VXCMD

2002-09-23 Thread Ruslan Zasukhin

on 9/23/02 8:36 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:

 on 9/23/02 5:32 AM, Peter McConachie at [EMAIL PROTECTED] wrote:
 Catch1:
 In the past I was setting the externals property of the standalone each time
 it opened using its openStack handler. This appeared to work OK on 2.4.2.
 
 With 2.4.3 this definitely doesn't work. You must set the externals property
 in the source stack, save and quit before compiling the standalone. Same
 applies when running stack under MetaCard engine.
 
 Yes- this appears to be a quirk of MetaCard 2.4.3. Of course this is also the
 first release which *used* the externals property on MacOS. Note that this
 property can contain multiple lines, in case you are working cross-platform.

So this is not problem of VXCMD...

 Place VXCMD_macho bundle in same folder as standalone.app. Setting externals
 property to ./VXCMD_macho works as you suggested Brian.
 
 Catch2:
 MetaCard 2.4.3 fileName property returns paths less the Drive designation
 ie
     2.4.2 returns /Macintosh HD/Users/username//fileLastname
     2.4.3 returns /Users/username//fileLastname
 
 VXCMD only works if database name is of form
     Macintosh HD:Users:username::dBase.vdb
 
 Anything else fails. Brians' VXCMD crashes application - Ruslans' doesn't
 and returns error.
 
 The problem is that under 2.4.3 there seems to be no way to unambiguously
 add the drive - apart from querying the drives() and trying multiple cases.
 All file existence checking now works without the drive designation.
 
 Ruslan: may be we can add check in VXCMD for POSIX-style paths on MacOS? Or
 relative paths?
 It is a small pain- VXCMD wants colon-delimited paths with the volume name,
 and MetaCard gives / delimited paths with no volume name (i.e.
 /Users/yennie/Desktop/MyDatabase).

Yes, I think this is important not only for VXCMD, but for any macho based
product of Valentina.


-- 
Best regards,
Ruslan Zasukhin  [ I feel the need...the need for speed ]
-
e-mail: [EMAIL PROTECTED]
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list
send a letter to [EMAIL PROTECTED]
-

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Print stack as PDF in OS 10.2

2002-09-23 Thread Mark Talluto


On Saturday, September 21, 2002, at 02:55 PM, Sjoerd Op 't Land wrote:

 Mark Talluto wrote/ schreef:

 The File menu in MetaCard has a Print Card item
 and the Tools menu has a Print Field item, but neither invokes the OS
 X print dialog that gives me the Preview or Save as PDF... choice.

 I see.  I thought you were using referring to an app you created.  I
 have not used the print feature from the development tools that come
 with MC.
 Do these built-in thingies use the print command or an 'open printing 
 with
 dialog; print; close printing' construction? (Just a wild guess.)

 -Mark
 Regards, / Groeten,
 Sjoerd

I use the open printing with dialogs to get at the .pdf support.

Best regards,
Mark Talluto

http://www.canelasoftware.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Launching a url in a web browser on Linux...

2002-09-23 Thread andu



--On Monday, September 23, 2002 17:40:50 + David Bovill 
[EMAIL PROTECTED] wrote:

 Any way to launch a particular url in a web browser in Linux, or is this
 only possible on Windows and Mac?

get shell(netscape http://www.slackware.com;)


 Thanks


 ___
 metacard mailing list
 [EMAIL PROTECTED]
 http://lists.runrev.com/mailman/listinfo/metacard




Regards, Andu Novac
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Launching a url in a web browser on Linux...

2002-09-23 Thread andu



--On Monday, September 23, 2002 17:40:50 + David Bovill 
[EMAIL PROTECTED] wrote:

 Any way to launch a particular url in a web browser in Linux, or is this
 only possible on Windows and Mac?

Also:
launch http://www.slackware.com; with netscape


 Thanks


 ___
 metacard mailing list
 [EMAIL PROTECTED]
 http://lists.runrev.com/mailman/listinfo/metacard




Regards, Andu Novac
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Launching a url in a web browser on Linux...

2002-09-23 Thread Ken Ray

Andu,

My knowlege of Linux is severely limited... how does 'netscape' associate
the program with the Netscape browser, and can you give an example of how
would you associate it with another browser? Just trying to understand...

Thanks,

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/

- Original Message -
From: andu [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 12:00 PM
Subject: Re: Launching a url in a web browser on Linux...




 --On Monday, September 23, 2002 17:40:50 + David Bovill
 [EMAIL PROTECTED] wrote:

  Any way to launch a particular url in a web browser in Linux, or is this
  only possible on Windows and Mac?

 get shell(netscape http://www.slackware.com;)

 
  Thanks
 
 
  ___
  metacard mailing list
  [EMAIL PROTECTED]
  http://lists.runrev.com/mailman/listinfo/metacard
 



 Regards, Andu Novac
 ___
 metacard mailing list
 [EMAIL PROTECTED]
 http://lists.runrev.com/mailman/listinfo/metacard


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Alternative to FTP

2002-09-23 Thread Ray Horsley

Hi MetaCard Users,

The current way I'm using to get info to and from my web site via scripts is
this:

put url ftp://userName:[EMAIL PROTECTED]/myFolder/myFile/; into
url myLocalFilePath


However, some school districts have 'firewalls' which don't allow ftp calls.
The http protocol seems to work, though, so I'm wondering if anybody knows
how to do the same thing via the http protocal.


Thanks,




Ray Horsley
Developer, LinkIt! Software

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Launching a url in a web browser on Linux...

2002-09-23 Thread David Bovill

On Mon, 2002-09-23 at 17:07, Ken Ray wrote:

 My knowlege of Linux is severely limited... how does 'netscape'
associate
 the program with the Netscape browser, and can you give an example of
how
 would you associate it with another browser? Just trying to
understand...
 

I think this is down to the ability of the browser to accept command
line parameters in the shell. 

  launch http://www.somewhere.com; with konqueror also works, now to
see how to get around the issue with launch when the browser/process is
already open?

OK - this works nicely using the shell(browserAppName somurl) version
Andu suggested...

On the Linux Guru side of things is there anyway to open / move metacard
windows from Workspace to Workspace - keep getting nothing only to find
that the window has opened in another workspace - great to have script
control over this...

Some more shell command tips out there?



___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Alternative to FTP

2002-09-23 Thread David Bovill

you could post the contents of a web page (url encoded) and then
urldecode it in a cgi the other end?


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Hard one :)

2002-09-23 Thread David Bovill

Ok Linux gurus

So how do you use metacard as find the url the browser is currently on?
In MacOs you can use an AppleScript...

The only thing I can think of is to configure MC as a file helper, or
maybe create a cgi which uses the $HTTP_REFERER and then do something
with a bookmark?

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Update Mac menubar fails in standalone

2002-09-23 Thread Scott Raney

On Sun, 22 Sep 2002 Scott Rossi [EMAIL PROTECTED] wrote:

 To Scott Raney  Company: would it make sense to add a licenseKey property
 or something similar to permit creation of licensed standalones that can
 modify scripts?  Don't know if this would make MC too accessible to folks
 who haven't paid for licenses but the option to create editable scripts via
 a standalone does seem legitimate.

Anyone who really needs this functionality should rest assured that
there are methods of getting around these limits.  But all require
signing contracts and paying additional fees and so are not something
you want to do just to simplify your development a little (and in this
particular case barely any at all).  Allowing anyone with an existing
license key to defeat the Starter Kit limits with no restrictions is a
recipe for disaster, however, and so is not something we're willing to
consider.
  Regards,
Scott

 Regards,
 
 Scott Rossi
 Creative Director
 
 Tactile Media, Multimedia  Design
 Email: [EMAIL PROTECTED]
 Web: www.tactilemedia.com


Scott Raney  [EMAIL PROTECTED]  http://www.metacard.com
MetaCard: You know, there's an easier way to do that...

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Launching a url in a web browser on Linux...

2002-09-23 Thread David Bovill

  get shell(konqueror http://www.slackware.com;)

Blocks and you have to type command-period to exit, same with:

  get shell(konqueror http://www.slackware.com )

which is what actually works in the shell.


Any suggestions? Thoughts on how to combine a browser and MC on Linux
for 2-way communication? Still stuck :(


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Launching a url in a web browser on Linux...

2002-09-23 Thread Ken Ray

Can you use open process instead?

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/

- Original Message - 
From: David Bovill [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, September 23, 2002 3:26 PM
Subject: Re: Launching a url in a web browser on Linux...


   get shell(konqueror http://www.slackware.com;)
 
 Blocks and you have to type command-period to exit, same with:
 
   get shell(konqueror http://www.slackware.com )
 
 which is what actually works in the shell.
 
 
 Any suggestions? Thoughts on how to combine a browser and MC on Linux
 for 2-way communication? Still stuck :(
 
 
 ___
 metacard mailing list
 [EMAIL PROTECTED]
 http://lists.runrev.com/mailman/listinfo/metacard
 
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Launching a url in a web browser on Linux...

2002-09-23 Thread David Bovill

No way to pass a url to open process I think.


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



RE: Launching a url in a web browser on Linux...

2002-09-23 Thread Monte Goulding


Hi

Is there a generic form of this as on Windows with the start command.

Example: get shell (start  quotetFileNamequote)

above works with both url and normal paths and any type of file. I'm trying
to develop a cross platform handler to do the same thing.

Monte

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard