[Xerte-dev] Re: Deprecation, flashonly indicator and optional parameter tooltips

Julian Tenney Julian.Tenney at nottingham.ac.uk
Wed Dec 3 11:15:23 GMT 2014


Do you fancy making the initial list? We'll help with some of the work.

-----Original Message-----
From: xerte-dev-bounces at lists.nottingham.ac.uk [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom Reijnders
Sent: 03 December 2014 11:13
To: For Xerte technical developers
Subject: [Xerte-dev] Re: Deprecation, flashonly indicator and optional parameter tooltips

Sounds like a plan, and yes, that's basically it...

Julian Tenney schreef op 3-12-2014 12:08:
> I suppose the devil is in the detail, but it sounds straightforward 
> enough: add the new params to the xwd, deprecate the old ones, do if 
> (oldParamsExist) use them } else { useNewOnes } in the code. Would a 
> starting place be to go through the models and list the ones that need 
> their params updating? Then we can share the work out? We ought to 
> have  list of preferred param names for people to use in future work 
> as well,
>
> -----Original Message-----
> From: xerte-dev-bounces at lists.nottingham.ac.uk 
> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom 
> Reijnders
> Sent: 03 December 2014 10:59
> To: For Xerte technical developers
> Subject: [Xerte-dev] Re: Deprecation, flashonly indicator and optional 
> parameter tooltips
>
> No I don't have an idea. It's part of making the parameters more consistent. I just provided the mecahnism to do that. We can take that as far (or keep it as simple) as we want.
>
> Tom
>
> Smith, John schreef op 2-12-2014 11:06:
>> To my mind, the act of deprecating the attribute is simply informing users that the attribute should no longer be used as it may disappear or fail to be supported in the future...
>>
>> It is the adding of a new attribute that would require the work... sometimes those go hand in hand though...
>>
>> If you take the video size for example x, y becoming separate x and y. You would have to process the x and y in the model to be able to use them as such but you would probably have to still support x, y for a period otherwise you risk breaking things after a single upgrade version...
>>
>> Regards,
>>
>> John Smith | Learning Technologist
>> Room A250, Govan Mbeki Building | School of Health & Life Sciences | 
>> Glasgow Caledonian University Cowcaddens Road | Glasgow | G4 0BA
>>
>> Please address ALL support requests to hlsblt at gcu.ac.uk where one of the School Learning Technologists will pick up the job. This will ensure that all jobs are completed as promptly as possible.
>> ________________________________________
>> From: xerte-dev-bounces at lists.nottingham.ac.uk
>> [xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney 
>> [Julian.Tenney at nottingham.ac.uk]
>> Sent: 02 December 2014 10:00
>> To: For Xerte technical developers
>> Subject: [Xerte-dev] Re: Deprecation, flashonly indicator and 
>> optional parameter tooltips
>>
>> How many of the models are impacted? Do you have any idea?
>>
>> From: xerte-dev-bounces at lists.nottingham.ac.uk
>> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Tom 
>> Reijnders
>> Sent: 02 December 2014 09:55
>> To: For Xerte technical developers
>> Subject: [Xerte-dev] Re: Deprecation, flashonly indicator and 
>> optional parameter tooltips
>>
>> This implements the mechanism. That is complete. Just need to change the translation tool to be able to translate the tooltips and the depracation reason.
>>
>> However, deprecating a parameter is some work. Besides editing the xwd, you need to adapt the model as well.
>>
>> Tom
>> Julian Tenney <Julian.Tenney at nottingham.ac.uk<mailto:Julian.Tenney at nottingham.ac.uk>> schreef op 2 december 2014 10:33:07 CET:
>> This really helps understand what you talked about yesterday. It looks like a good approach. A lot of work still remains though?
>>
>>
>> From:
>> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lis
>> t s.nottingham.ac.uk> 
>> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk]
>> On Behalf Of Tom Reijnders
>> Sent: 01 December 2014 20:14
>> To: For Xerte technical developers
>> Subject: [Xerte -dev] Deprecation, flashonly indicator and optional 
>> parameter tooltips
>>
>>
>> Hi,
>>
>> Just to show what the new deprecation and flash-only flags can do:
>>
>> 1. Deprecation of optional parameters is done by adding the following to a parameter: deprecated="Reason for deprecation". For now it will only work properly for optional parameters, because you cannot get rid of the standard parameters, but we may decided to change that. See src/Nottingham/wizards/en-GB/textVideo.xwd for an example.
>>
>> [cid:image001.png at 01D00E12.FACD67B0]
>>
>> 2. Tooltips for optional parameters. Just add tooltip="Enter the tooltip" to a parameter. See src/Nottingham/wizards/en-GB/textVideo.xwd for an example.
>>
>> [cid:image002.png at 01D00E12.FACD67B0]
>>
>> 3. Deprecated page type. Just add deprecated="Reason for deprecation" to the page. See src/Nottingham/wizards/en-GB/mapStraction.xwd for an example.
>>
>> [cid:image003.png at 01D00E12.FACD67B0]
>>
>> 4. Mark flashonly parameters. Just add flashonly="true" to a parameter. See src/Nottingham/wizards/en-GB/basic.xwd for an example.
>>
>> [cid:image004.png at 01D00E12.FACD67B0]
>>
>>
>> Regards,
>>
>> Tom
>>
>>
>> -
>>
>>    -
>>
>> --
>>
>>
>>
>> Tom Reijnders
>>
>> TOR Informatica
>>
>> Chopinlaan 27
>>
>> 5242HM Rosmalen
>>
>> Tel: 073 5226191
>>
>> Fax: 073 5226196
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
>>
>>
>>
>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system, you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
>>
>> ________________________________
>>
>> Xerte-dev mailing list
>> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.
>> uk> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>
>> --
>> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>>
>>
>>
>>
>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
>>
>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system, you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
>>
>>
>>
>> Glasgow Caledonian University is a registered Scottish charity, 
>> number
>> SC021474
>>
>> _______________________________________________
>> Xerte-dev mailing list
>> Xerte-dev at lists.nottingham.ac.uk
>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>
>>
>>
>>
>> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
>>
>> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system, you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
>>
> --
> --
>
> Tom Reijnders
> TOR Informatica
> Chopinlaan 27
> 5242HM Rosmalen
> Tel: 073 5226191
> Fax: 073 5226196
>
>
> _______________________________________________
> Xerte-dev mailing list
> Xerte-dev at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>
> _______________________________________________
> Xerte-dev mailing list
> Xerte-dev at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>
>
>
>
> This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
>
> This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system, you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
>

--
--

Tom Reijnders
TOR Informatica
Chopinlaan 27
5242HM Rosmalen
Tel: 073 5226191
Fax: 073 5226196


_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev



More information about the Xerte-dev mailing list