Re: VXCMD b8 - b9

2002-01-06 Thread Ruslan Zasukhin

on 1/6/02 5:21, Peter McConachie at [EMAIL PROTECTED] wrote:

 Problem2
 VXCMD 1.8.10b8 2Jan2002
 Have perfectly satisfactory MetaCard Classic application and database
 running with Valentina Engine 1.8.9r7. Now substitute Valentina Engine
 1.8.10b8.
 
 MetaCard crashes with 1010 type error at following command.
   get Valentina(SetDebugLevel, 3)
 This is the first Valentina command called. Database is unencrypted.
 
 Reviewed latest documentation. Appears as if level 3 has been dropped. Tried
 get Valentina(SetDebugLevel, 2). Once again crashed with type 1010 error.

Hi Peter,

Please download 1.8.10b9.

It fix this problem.
Also note, that there is 2 archives now:
   VXCMD Classic, xfcn for HP and SC
   VXCMD Carbon, for MetaCard and Revolution.

Second archive now use NOT xfcn, but CODE resource.

So if you use MC Carbon you need remove from your stack xfcn Valentina
And copy from my example stack CODE.

If you work with HP, or MC Classic you need to use VXCMD Classic shared lib
And still use xfcn resource.

Note, that xfcn is not able use Carbon shared lib.

-- 
Best regards,
Ruslan Zasukhin

-
Paradigma.

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: (no subject)

2002-01-06 Thread Robert Brenstein

hello, my name is erik hansen and i have just
purchased MetaCard. the thing i am wondering
about most is editing. is there a MC equivalent
to HC's:

Variable Watcher
Message Watcher
Script Editor

can i step, trace, and set debug checkpoints?

this info is probably right in front of me, but
all the new material is overwhelming right now.


There is a Script Debugger item under the Tools menu. It combines 
debugger (step, trace) with Variable Watcher into one. Its GUI is 
different but the functionality basically parallel to HC. It allows 
to set breakpoints (debug checkpoints).

Script Editor is there but you must first launch MC and then open 
your stack to run MC in the developer mode. Double-clicking the stack 
opens MC in a Player mode.

Message Watcher is not part of MC but you can try my Message Watcher utility.

http://www.robelko.com/metacard/mw.html

It does not fully replicate the MW of HC but you might find it useful anyway.

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



Your message to metacard awaits moderator approval

2002-01-06 Thread metacard-admin

Your mail to 'metacard' with the subject

Converting colour names:  Hex  RGB colour values...

Is being held until the list moderator can review it for approval.

The reason it is being held:

Post by non-member to a members-only list

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.
---
This is the Finsbury Park Online email list, for discussing issues and objectives 
surrounding inter-group networking in the Finsbury Park area. Replying to this email 
will send your message to everyone on the list - so let's keep it positive!

If you want to be removed from the list, send mail to 
[EMAIL PROTECTED], and in the body of the message enter:  unsubscribe 
online

Contact me directly if you have any problems with this list - 
[EMAIL PROTECTED] or 0771 961 5413.

Finally, best not to send mail to this list as HTML, as it tends to annoy people and 
mucks up the footers :)

David Bovill



RE: Converting colour names: Hex RGB colour values...

2002-01-06 Thread Chipp Walters

David, below is part of a script from my Color Picker utility. Hope it
helps.

-Chipp

on mouseDown
  put the mouseColor into thecolor

  set the numberFormat to ##

  put formathex(baseConvert(item 1 of thecolor,10,16)) into R
  put formathex(baseConvert(item 2 of thecolor,10,16)) into G
  put formathex(baseConvert(item 3 of thecolor,10,16)) into B


  put thecolor into cd fld rgb of cd stageLg of stack HemTools
  put #  R  G  B into cd fld hex of cd stageLg of stack HemTools
  go to cd stage of stack Hemtools
  click at the loc of btn Open Button
  set the menuHistory of button tabs to 2

end mouseDown

function formathex thevalue
  if the length of thevalue is 1
  then put 0 before thevalue
  return thevalue
end formathex

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David Bovill
Sent: Sunday, January 06, 2002 4:30 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Converting colour names: Hex  RGB colour values...


There are three ways of specifying a colour: name, rgb, and htm hexcolour...

How do I convert between them? I was about to write a routing to convert rgb
to html colour values, and I couldn't get around the problem of the colour
functions returning colour names instead of rgb triplets - anyway I am sure
there must be a built in technique?

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

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



why MetaCard?

2002-01-06 Thread erik hansen

the digests show that this list is not given to
navel gazing and generalizing, but have this
question in the back of my mind.

RunRev has been getting all the buzz, it has
extensive documentation, so why do some
developers prefer MetaCard?

without understanding the difference between a
stack and a Rapid Application Development, the
prohibition against RADs in RunRev made me choose
MetaCard on general principals.

so what are the advantages of MetaCard over
RunRev?

it isn't a burning issue; the thrill of seeing a
button turn COLORS! is enough to keep me over the
rainbow.




=
[EMAIL PROTECTED] http://www.erikhansen.org

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard