There is a flag on the dynamic texture calls to determine if the texture is persisted to the asset store or not.  If not, you might see what you are experiencing.  I use the DynamicTextureModule extensively in several displays/gadgets - it certainly works to create textures that 'persist' and can be seen by everyone.  However, once the textures are created they are just textures like any other, so what you are asking for in terms of permissions would require a permissions system for viewing all textures.  What would people who don't have permissions to see get?  If you want to send different textures/images/pictures to different client/avatars you can do that with parcel media already.<div>
<br></div><div>Neil Canham</div><div>vComm Solutions<br><div><br><div class="gmail_quote">On Thu, Jun 30, 2011 at 10:50 PM, Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com">jjustincc@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On 30/06/11 05:41, Karl Haas wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm using the module DynamicTextureModule to write a text on the texture of a prim. If I login after the texture has<br>
been assigned to the prim, then the client does not show the texture. If I create the texture when the client is already<br>
logged in, then I can see the texture. Do I have to reload the texture when the first client logs in?<br>
</blockquote>
<br>
This may be a bug - the texture should appear whether or not the avatar was in the sim when the texture when it was set.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is it possible to add permissions to a prim so that just a specified group of users can see the content (texture) of<br>
that prim?<br>
</blockquote>
<br>
It's probably possible with a lot of hacking around in OpenSim internals but not otherwise.<br>
<br>
Media on a prim might offer something like that - I can't remember.<br><font color="#888888">
<br>
-- <br>
Justin Clark-Casey (justincc)<br>
<a href="http://justincc.org/blog" target="_blank">http://justincc.org/blog</a><br>
<a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>
</font></blockquote></div><br></div></div>