How can I tell if my vtcl program is being
edited or running on its own.
I have some code that will add widgets to
a frame. I want to do this at startup, but
NOT if I am running vtcl. So, I can't put
it into main directly. I need:
if {we are in vtcl} {
do nothing now
} else {
call procedure to add stuff in $widget(frame)
}
What is the acceptable way to do this?
thanks
eric
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/vtcl-user