On Monday 13 May 2013, bruce wrote:
> 
> if i define testfunc.PROPERTY1=1, is it a same
> property?_______________________________________________Plasma-devel
> mailing list
> 
> Plasma-devel@kde.org[2]
> https://mail.kde.org/mailman/listinfo/plasma-devel[3]
>
> my purpose is finding a variable or anything similar which exists in
> different instances of a plasmoid, similar with shared memory between
> processes, shared object between java threads, etc.

plasmoids are supposed to be at least a bit sandboxed and not supposed to 
shareglobal statics or stuff like that.

on the other hand dataengines have usually only one instance for each, 
regardless how many plasmoids are using them

as usual what should be done is to step back and look exactly what you want to 
do, what your final result in terms of functionality should be, rather than 
starting from a possible solution

-- 
Marco Martin
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to