need help

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

need help

taner kaplan
hi to all,

I finished one part which GUI are more complex.
Unfortunately, I cleared  GUI part.
By the way I have all scripts classes and instance,
_PRAGMA_IS_, abtPrimFlushInterfaceSpecCache, abtUntranslatedConstants
and abtBuildInternals.

1) is there any possibility to create GUI form scripts.

tanks in advanced.


Taner Kaplan
TAM Bilgisayar Hizmetleri A.Ş.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: need help

Solveig
Hi Taner,

I understand you have built a complex part but have removed the meta data for the part.
You have instance methods like
   abtBuildInternals
and class methods like
   _PRAGMA_IS_
   abtPrimFlushInterfaceSpecCache and
   IS_instanceInterfaceSpec.

You would like to restore the meta data.

Unfortunately there is no automated way to regain the metadata. You will have to regenerate it by hand by reading the code you have.

If you have an earlier version of your complex part, you can load it and use it as a base to rebuild the meta data for the part.

Regards,
Solveig

On Wednesday, March 6, 2013 10:38:29 AM UTC-5, tiger wrote:
hi to all,

I finished one part which GUI are more complex.
Unfortunately, I cleared  GUI part.
By the way I have all scripts classes and instance,
_PRAGMA_IS_, abtPrimFlushInterfaceSpecCache, abtUntranslatedConstants
and abtBuildInternals.

1) is there any possibility to create GUI form scripts.

tanks in advanced.


Taner Kaplan
TAM Bilgisayar Hizmetleri A.Ş.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.