Colors in data field
-
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 pythonThanks
-
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 )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
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