View · Search · Index
No registered users in community xowiki
in last 10 minutes

XOTcl/NX mailing list by class creating

From: Artur Trzewik <mail_at_xdobry.de>
Date: Sun, 12 Oct 2003 11:29:36 +0200

Hi!

I have noticed some problems by passing parameters by class creating

Example

% Class A -parameter par
::A
% A create a -par -e
Can't find result of parameter par during '::a par'
%

# This one was OK.

% A create a
::a
% a par -e
-e

It seems it is imposible to pass any parameter value beginning with '-' by
creating some instance.
Is there any workaround for this problem?

Artur Trzewik