Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 05/01/2013 at 11:46, xxxxxxxx wrote:
Hi is possible assign in python, a color in data field?
i have seen this old plugin: http://www.cafedownloads.com/reviews/speedmud/index.html but i don't know whether it was created in c++ or python
Thanks
On 06/01/2013 at 06:17, xxxxxxxx wrote:
What exactly do you mean with 'assign color in data field'? Like in this picture where x, y and z fields have different colors?
-Nik
On 06/01/2013 at 07:12, xxxxxxxx wrote:
for dialogs you can use
GeDialog.SetDefaultColor( id , colorid , color )
GeDialog.SetDefaultColor
everything else is not possible in python (edit: or at least not officially documented, not sure what you can do when you mess arround with the description bcs).
On 06/01/2013 at 11:15, xxxxxxxx wrote:
Originally posted by xxxxxxxx What exactly do you mean with 'assign color in data field'? Like in this picture where x, y and z fields have different colors? -Nik
Originally posted by xxxxxxxx
yes exactly
Originally posted by xxxxxxxx for dialogs you can use GeDialog.SetDefaultColor( id , colorid , color ) everything else is not possible in python (edit: or at least not officially documented, not sure what you can do when you mess arround with the description bcs).
Ok, tanks