22-12-2014 06:12 PM
Is it possible to change the GUI caption of a Enumeration meta attribute.
Current name is "Mode".
I want to change it to "" so that only the list will be displayed (without the name of the metaattribute)
Thx
07-05-2015 05:44 PM
You can also specify the date format on the Language object.
http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=501D00000012U45IAE
06-05-2015 04:45 PM
Many thanks !
11-02-2015 09:47 PM
Hi,
About the GUI caption, try adding a backslash \ in front of the name of your megaattribute name.
For example, in application, you have metaattribute "Application Stereotype", rename it for "\Application Stereotype"
It is usually used to remove the end of a name (for example: My Data \Do not shot this part) But if you put it at the beginning, it should do the trick.
See image in example.
Simon
11-02-2015 11:12 AM
the date format is determined by your localization parameters of the pc (control panel => region and language) I believe.
11-02-2015 05:47 AM
Hi Guys,
Any idea how to change Date format from mm/dd/yyyy to dd/mm/yyy?
Any help would be appriciated.
Regards,
Atin
05-01-2015 02:41 PM
no add it at the end of the specification for the attribute on the propertypage.
run a query to find examples
select metapropertypage where _parametrization like '#Name("")#'
05-01-2015 11:05 AM
Stijn, thanks for your answer.
Do you mean trying to add ',Name("")' in front of my metaattribute, in the _parameterization setup of the Metapropertypage ?
If so, this turns red as a syntax error
05-01-2015 10:56 AM
I think there is a way. I'll just have to check if I did this in the past.
You could try in the meantime to add this to the attribute concerned ,Name("") to see if the label is gone.
regards
stijn