Can anybody spot why this Documentation code causes an
'The XML is improperly formatted. Please escape if necessary'
Error?
Got other ones that are very similar and they are fine.
Tried escaping the " quotes with /". Again other codes with ""'s in are fine?
Got me a little puzzled.
'The XML is improperly formatted. Please escape if necessary'
Error?
B4X:
/**
* Sets the parameters for a progress bar used in a notification. Only use with "twotextplusprogress" Preset or if defined as part of a user defined layout.
* For Preset layout the id is "progress".
*
* maxProgress - the upper limit of the progress bar. A good value is 100
* progress - the current level of progress to be shown. Must be <= maxProgress.
*/
Got other ones that are very similar and they are fine.
Tried escaping the " quotes with /". Again other codes with ""'s in are fine?
Got me a little puzzled.