Data broadcast between 2 developer apps

I currently use 2 developer apps on the same repository,
because of editing/modifying modules and other solutions that are based on the same tables as my main solution.

I noticed that when I edit data in developer app 1, it doesn’t show in developer app 2 (only when I close and re-open a solution).
That’s too bad, because I like see live data changes in app 2 that are edited or modified by app 1.

Hope it’s just me… :wink:

Servoy Developer
Version R2 2.2-build 328
Java version 1.5.0_02-36 (Mac OS X)
Machine: G5 1.8 Ghz, 1.25 GB RAM

Sad but true: 2 developer apps means 2 servers editing the same data so no data broadcast possible and no record locking.
I talked with Aleman on june and he told me they’re planning something for this issue (feature) but don’t hold your breath… :-)

freecolours:
Hope it’s just me… :wink:

As far as I know, this is expected behaviour at present.

Also watch out for Servoy-generated primary keys when you do this, they can get out of synch.

Hope this helps,

Christian

Thanks for the info, y’all!