[tode_st] a new workspace every time

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

[tode_st] a new workspace every time

Paul DeBruicker
Hi Dale,


How should I change #dotSelfWorkspace:  to give a new workspace every time I want to open a workspace on an object?


I assume just make the window name some random string but don't want to wedge my tODE/stone by trying things out.  

Thanks

Paul

--
You received this message because you are subscribed to the Google Groups "tODE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: [tode_st] a new workspace every time

Dale Henrichs-3
Sorry for slow response times ...

The same workspace instance is used, because #dotSelfWorkspace: uses
#windowName: .. if you comment out the #windowName: then a new instance
will be created for every one ... this sounds like it is a pretty good
idea, so could you submit a PR with the changes you end up making?

Dale

On 11/9/18 10:19 AM, PAUL DEBRUICKER wrote:

> Hi Dale,
>
>
> How should I change #dotSelfWorkspace:  to give a new workspace every time I want to open a workspace on an object?
>
>
> I assume just make the window name some random string but don't want to wedge my tODE/stone by trying things out.
>
> Thanks
>
> Paul
>

--
You received this message because you are subscribed to the Google Groups "tODE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.