04-18-2023, 01:10 PM
In the previous post, it was said about using ViewManager to save and load personal views, but I could not save a view.
when I tried to use the view manager and save a view,
it gives the attaching image error message.
I use version 4.4. i opened "saveview.py" file. The line that wrote the following text
from robodk import robolink, robomath, roboapps
and i change this line to:
from robolink import * # RoboDK API
from robodk import * # Robot toolbox
but My problem was not solved. please guide me.
when I tried to use the view manager and save a view,
it gives the attaching image error message.
I use version 4.4. i opened "saveview.py" file. The line that wrote the following text
from robodk import robolink, robomath, roboapps
and i change this line to:
from robolink import * # RoboDK API
from robodk import * # Robot toolbox
but My problem was not solved. please guide me.