Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Problems with Class Editor

Problems with Class Editor 15 years 10 months ago #221

  • gallim
  • gallim's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
Hi,
i tried to create a class object as described in the manual design but in class editor can add the class-def and don't make other change.
What is wrong?

/Maurizio
The administrator has disabled public write access.

Re:Problems with Class Editor 15 years 10 months ago #223

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3170
  • Thank you received: 497
  • Karma: 133
Hi Maurizio,

Start to check if there is a a a file $pwrp_db/xxx.wb_load where xxx is the name of the class volume. This should be created when creating a new ClassVolumeConfig object but this is not always done in V4.5.0. If the file doesn't exist you can create it by hand, it is text file, and write the volume name and the volume identity in it for example

[code:1]Volume MyClassVolume $ClassVolume 0.0.55.55
EndVolume[/code:1]

where MyClassVolume is the volume name and 0.0.55.55 the volume identity.

/Claes
The administrator has disabled public write access.

Re:Problems with Class Editor 15 years 10 months ago #229

  • gallim
  • gallim's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
Hi,
I have created the file because it was not there,but when use class editor can not make any operation. Enter with an user with permission \"dev classes\" at on.

/Maurizio
The administrator has disabled public write access.

Re:Problems with Class Editor 15 years 10 months ago #231

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3170
  • Thank you received: 497
  • Karma: 133
Hi,

You can check that the wb_load file is read correctly by adding the $ClassHier object in it:

Volume MyClassVolume $ClassVolume 0.0.55.55
Object Class $ClassHier
EndObject
EndVolume

Now the $ClassHier object should appear when the classeditor is opened from the ClassVolumeConfig object, otherwise there is som problems with the file.

If it appears, can you enter edit mode ?

/Claes
The administrator has disabled public write access.

Re:Problems with Class Editor 15 years 10 months ago #235

  • gallim
  • gallim's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
Hi,
$ClassHier object appear in classeditor and enter in edit mode correctly, but not operation are
permitted.

/Maurizio
The administrator has disabled public write access.

Re:Problems with Class Editor 15 years 10 months ago #236

  • gallim
  • gallim's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 29
  • Karma: 0
Hi,
.:blush: ..I used the right mouse button to add classdef, it should be used instead the MB2 mouse..
Another thing: using \"berkeleydb\" as a database of class volume, the class is regularly creates.

/Maurizio
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 7.730 seconds