Re: how to set the default text in a field to be italicized?
Ok, I can think of a workaround for this,
You set the italics Property of that item to a variable(ie DefaultItalVar), then you have the screen's OnVisible do:
Set(DefaultItalVar, true)
Then have the item's OnSelect do:
Set(DefaultItalVar, false)
Result is:

Cheers,
Sancho