RoboDK Forum
problem in saving the view with viewManager- Printable Version

+- RoboDK Forum (//m.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: General questions about RoboDK (//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: problem in saving the view with viewManager (/Thread-problem-in-saving-the-view-with-viewManager)



problem in saving the view with viewManager-mostafarabbani-04-18-2023

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.


RE: problem in saving the view with viewManager-Sam-04-18-2023

What version of RoboDK are you using?
To use add-ins from the online library, you need at least RoboDK 5.5.5.


RE: problem in saving the view with viewManager-mostafarabbani-04-18-2023

thanks. i use RoboDK v4.4. So unfortunately I can't define a view, Is there no other way?


RE: problem in saving the view with viewManager-Sam-04-19-2023

You can purchase maintenance to update RoboDK to the latest version.
The source code of the ViewManager is also available here:https://github.com/RoboDK/Plug-In-Interface/tree/master/PluginAppLoader/Apps/ViewManager