JKI State Machine Objects

cancel
Showing results for 
Search instead for 
Did you mean: 

SMO class question

Hi,

I have some experience with what i think is your first draft of the SMO (http://blog.jki.net/events/niweek-2011-beyond-state-machines-slides-and-code-now-available/) and I am now trying out this framework. Both are very nice and i like the benifits the classes bring, but I have also seen some issues.

I do not have much experience with classes so mabye i am doing it wrong, but is it correct that i can not use a SMO for a RT target and a "my computer" target in the same project and edit the class in the project? Iv tried to read up a little on class locking. If this is the case do you have a common way to solve it? Mabye one could use a child class?

Regards

Mas

0 Kudos
Message 1 of 2
(5,435 Views)

Hi Mas,

Classes in general will lock if you have them on two application instances (i.e. RT and PC targets). This is not specific to the SMO framework. If you have a class that absolutely needs to be in RT and PC I tend to do my edits on the PC context or have 2 projects (one for RT and one for PC) that I don't open at the same time.

Thanks,

Javier

Javier Ruiz - Partner at JKI
jki.net
vipm.io
0 Kudos
Message 2 of 2
(4,914 Views)