Hi, I just quickly checked this on a VM with an ancient Windows 2000 install. The subscript 1 symbol "\u2081" does not work, and neither does theta "\u03d1". So you will need to provide Windows alternatives for these. The symbols nu "\u03bd" and omega "\u03C9" do work (though nu looks like 'v').
Regards, Edward On 30 July 2014 18:27, Troels Emtekær Linnet <[email protected]> wrote: > Hi Edward. > > Can we check this after the merging to trunk? > > I have no access to a MS system. > > Best > Troels > > 2014-07-30 18:20 GMT+02:00 Edward d'Auvergne <[email protected]>: >> If it doesn't work, you end up with an empty box being drawn. This >> can sometimes make it impossible to work out what it should be, and >> minimally it is ugly. >> >> Regards, >> >> Edward >> >> On 30 July 2014 18:19, Edward d'Auvergne <[email protected]> wrote: >>> Hi Troels, >>> >>> For this change, please check that these work on MS Windows. That is >>> why there is the 'if win:' statement at the end. The MS Windows GUI >>> elements are not as advanced in displaying certain glyphs. >>> >>> Cheers, >>> >>> Edward >>> >>> >>> >>> On 30 July 2014 18:07, <[email protected]> wrote: >>>> Author: tlinnet >>>> Date: Wed Jul 30 18:07:42 2014 >>>> New Revision: 24848 >>>> >>>> URL: http://svn.gna.org/viewcvs/relax?rev=24848&view=rev >>>> Log: >>>> Added new unicode symbols to be parsed to the GUI dropdowns menu. >>>> >>>> sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho >>>> analysis with R2_eff as function of Omega_eff. >>>> sr #3138(https://gna.org/support/?3138): Interpolating theta through >>>> spin-lock offset [Omega], rather than spin-lock field strength [w1]. >>>> >>>> Modified: >>>> branches/r1rho_plotting/lib/text/gui.py >>>> >>>> Modified: branches/r1rho_plotting/lib/text/gui.py >>>> URL: >>>> http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/lib/text/gui.py?rev=24848&r1=24847&r2=24848&view=diff >>>> ============================================================================== >>>> --- branches/r1rho_plotting/lib/text/gui.py (original) >>>> +++ branches/r1rho_plotting/lib/text/gui.py Wed Jul 30 18:07:42 2014 >>>> @@ -73,6 +73,8 @@ >>>> dwH_AC = u("d\u03C9H(AC)") >>>> dwH_BC = u("d\u03C9H(BC)") >>>> i0 = u("I\u2080") >>>> +nu_1 = u("\u03bd\u2081") >>>> +nu_cpmg = u("\u03bd") >>>> kex = u("k\u2091\u2093") >>>> tex = u("t\u2091\u2093") >>>> kAB = u("k\u2091\u2093(AB)") >>>> @@ -87,6 +89,9 @@ >>>> r2a = u("R\u2082A") >>>> r2b = u("R\u2082B") >>>> r2eff = u("R\u2082eff") >>>> +theta = u("\u03d1") >>>> +w_eff = u("\u03C9_eff") >>>> +w_rf = u("\u03C9_rf") >>>> if win: >>>> i0 = "I0" >>>> kex = "kex" >>>> >>>> >>>> _______________________________________________ >>>> relax (http://www.nmr-relax.com) >>>> >>>> This is the relax-commits mailing list >>>> [email protected] >>>> >>>> To unsubscribe from this list, get a password >>>> reminder, or change your subscription options, >>>> visit the list information page at >>>> https://mail.gna.org/listinfo/relax-commits >> >> _______________________________________________ >> relax (http://www.nmr-relax.com) >> >> This is the relax-devel mailing list >> [email protected] >> >> To unsubscribe from this list, get a password >> reminder, or change your subscription options, >> visit the list information page at >> https://mail.gna.org/listinfo/relax-devel _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

