[gme-users] Regarding Moving Objects through BON

Csaba Toth ctoth at isis.vanderbilt.edu
Sat Jun 20 14:17:43 CDT 2009


Hi Jae,

I cannot see which version of GME you use, but if it's a version 9.x internal release, it can be this problem:
http://escher.isis.vanderbilt.edu/JIRA/browse/GME-169
I've fixed this problem, which arised when a needed custom decorator wasn't available (wasn't registered or wasn't at the right place), and GME tried to fall back to default decorators.

If you use earlier external releases then the source of the problem is also probably your system misses some custom decorators. It can happen that you registered the decorator, but you moved the decorator project/dll to another place after registration, or some other problem causes GME to miss some decorator. Please try to determine which decorator it misses actually, you might get a specific error message on that on console before GME gives up.

These are my first guesses.

Let me know further details,
Csaba

-----Original Message-----
From: gme-users-bounces at list.isis.vanderbilt.edu on behalf of Jae young Bang
Sent: Sat 6/20/2009 2:13 AM
To: gme-users
Subject: [gme-users] Regarding Moving Objects through BON
 
Hello.

I am working on the same project that was described in this past message:
http://list.isis.vanderbilt.edu/pipermail/gme-users/2009-April/001727.html

We've gone through the problem, but we're stuck with another problem.

We were able to retrieve a handle of a specific object (BON::Object), but when we try to change something that's shown on the screen, for example, when we change the co-ordinates or the name of the object (an Atom) using

Atom (atom) (*it); // here *it is the object handle
if(atom)
{
atom->getRegistry()->setLocation(p); // where p is a Point

}

I see "Cannot create default decorator. Giving up" error.

Can I get some help here?

Thank you very much!

~Jae
jaeyounb at usc.edu




More information about the gme-users mailing list